/* *****************************************************************************
 * FILE: 
 *
 * bwt-site.less
 * 
 *
 * DESCRIPTION:
 *
 * No CSS/Less code or includes should be placed in this file.
 *
 */

/* *****************************************************************************
 * File: 
 *
 * bwt-imported.less
 * 
 *
 * DESCRIPTION:
 *
 * No CSS/Less code should be placed directly in this file. Additional includes 
 * may be added.
 *
 */

/* 15px equivalent to 11pt and BTS 1em */
/* 17px equivalent to 13pt and BTS 1em */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ----------------------------------------------------------------------------
 * ----------------------------------------------------------------------------
 * siteMixins.less
 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bwt-text-shadow {
  text-shadow: 0px 0px 7px white;
}
.sidelistHighlight,
.listItemHighlight {
  border: 1px solid #014162;
  background: #04547e;
  -webkit-box-shadow: inset 0px 0px 9px 4px #014162;
  -moz-box-shadow: inset 0px 0px 9px 4px #014162;
  box-shadow: inset 0px 0px 9px 4px #014162;
  color: White;
}
.sidelistHighlightOff,
.listItemHighlightOff {
  border: 1px solid transparent;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3c3c3b;
}
.bulletBlue {
  background: url(/assets/images/bullets.png) no-repeat -1px -1px;
}
.bulletBlueHover {
  background-position: -19px 0px;
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.eot');
  src: url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.woff') format('woff'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\2709";
}
.glyphicons-camera:before {
  content: "\E011";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-note:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\2744";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\270F";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-airplane:before {
  content: "\2708";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\2602";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-circle-plus:before {
  content: "\E191";
}
.glyphicons-circle-minus:before {
  content: "\E192";
}
.glyphicons-circle-remove:before {
  content: "\E193";
}
.glyphicons-circle-ok:before {
  content: "\E194";
}
.glyphicons-circle-question-mark:before {
  content: "\E195";
}
.glyphicons-circle-info:before {
  content: "\E196";
}
.glyphicons-circle-exclamation-mark:before {
  content: "\E197";
}
.glyphicons-remove:before {
  content: "\E198";
}
.glyphicons-ok:before {
  content: "\E199";
}
.glyphicons-ban:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok-2:before {
  content: "\E207";
}
.glyphicons-remove-2:before {
  content: "\E208";
}
.glyphicons-cart-out:before {
  content: "\E209";
}
.glyphicons-cart-in:before {
  content: "\E210";
}
.glyphicons-left-arrow:before {
  content: "\E211";
}
.glyphicons-right-arrow:before {
  content: "\E212";
}
.glyphicons-down-arrow:before {
  content: "\E213";
}
.glyphicons-up-arrow:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\20AC";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\2609";
}
.glyphicons-cloud:before {
  content: "\2601";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-google-maps:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\2693";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-male:before {
  content: "\E247";
}
.glyphicons-female:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\002A";
}
.glyphicons-divide:before {
  content: "\00F7";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\02DA";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\2698";
}
.glyphicons-baseball:before {
  content: "\26BE";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-download:before {
  content: "\E364";
}
.glyphicons-cloud-upload:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\002B";
}
.glyphicons-minus:before {
  content: "\2212";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\F471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed-alt:before {
  content: "\E474";
}
.glyphicons-mosquito-net:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\26FA";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\1F6BF";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\231B";
}
.glyphicons-cat:before {
  content: "\1F408";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\00A5";
}
.glyphicons-ruble:before {
  content: "\20BD";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph:before {
  content: "\00B6";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\1F695";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-hotspot:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\231A";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\1F4F0";
}
.glyphicons-tractor:before {
  content: "\1F69C";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.eot');
  src: url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.woff') format('woff'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
}
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social.x05 {
  font-size: 12px;
}
.social.x2 {
  font-size: 48px;
}
.social.x3 {
  font-size: 72px;
}
.social.x4 {
  font-size: 96px;
}
.social.x5 {
  font-size: 120px;
}
.social.light:before {
  color: #f2f2f2;
}
.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.social-pinterest:before {
  content: "\E001";
}
.social-dropbox:before {
  content: "\E002";
}
.social-google-plus:before {
  content: "\E003";
}
.social-jolicloud:before {
  content: "\E004";
}
.social-yahoo:before {
  content: "\E005";
}
.social-blogger:before {
  content: "\E006";
}
.social-picasa:before {
  content: "\E007";
}
.social-amazon:before {
  content: "\E008";
}
.social-tumblr:before {
  content: "\E009";
}
.social-wordpress:before {
  content: "\E010";
}
.social-instapaper:before {
  content: "\E011";
}
.social-evernote:before {
  content: "\E012";
}
.social-xing:before {
  content: "\E013";
}
.social-zootool:before {
  content: "\E014";
}
.social-dribbble:before {
  content: "\E015";
}
.social-deviantart:before {
  content: "\E016";
}
.social-read-it-later:before {
  content: "\E017";
}
.social-linked-in:before {
  content: "\E018";
}
.social-forrst:before {
  content: "\E019";
}
.social-pinboard:before {
  content: "\E020";
}
.social-behance:before {
  content: "\E021";
}
.social-github:before {
  content: "\E022";
}
.social-youtube:before {
  content: "\E023";
}
.social-skitch:before {
  content: "\E024";
}
.social-foursquare:before {
  content: "\E025";
}
.social-quora:before {
  content: "\E026";
}
.social-badoo:before {
  content: "\E027";
}
.social-spotify:before {
  content: "\E028";
}
.social-stumbleupon:before {
  content: "\E029";
}
.social-readability:before {
  content: "\E030";
}
.social-facebook:before {
  content: "\E031";
}
.social-twitter:before {
  content: "\E032";
}
.social-instagram:before {
  content: "\E033";
}
.social-posterous-spaces:before {
  content: "\E034";
}
.social-vimeo:before {
  content: "\E035";
}
.social-flickr:before {
  content: "\E036";
}
.social-last-fm:before {
  content: "\E037";
}
.social-rss:before {
  content: "\E038";
}
.social-skype:before {
  content: "\E039";
}
.social-e-mail:before {
  content: "\E040";
}
.social-vine:before {
  content: "\E041";
}
.social-myspace:before {
  content: "\E042";
}
.social-goodreads:before {
  content: "\E043";
}
.social-apple:before {
  content: "\F8FF";
}
.social-windows:before {
  content: "\E045";
}
.social-yelp:before {
  content: "\E046";
}
.social-playstation:before {
  content: "\E047";
}
.social-xbox:before {
  content: "\E048";
}
.social-android:before {
  content: "\E049";
}
.social-ios:before {
  content: "\E050";
}
.social-wikipedia:before {
  content: "\E051";
}
.social-pocket:before {
  content: "\E052";
}
.social-steam:before {
  content: "\E053";
}
.social-souncloud:before {
  content: "\E054";
}
.social-slideshare:before {
  content: "\E055";
}
.social-netflix:before {
  content: "\E056";
}
.social-paypal:before {
  content: "\E057";
}
.social-google-drive:before {
  content: "\E058";
}
.social-linux-foundation:before {
  content: "\E059";
}
.social-ebay:before {
  content: "\E060";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons_pro/glyphicons_halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.halflings.x05 {
  font-size: 6px;
}
.halflings.x2 {
  font-size: 24px;
}
.halflings.x3 {
  font-size: 36px;
}
.halflings.x4 {
  font-size: 48px;
}
.halflings.x5 {
  font-size: 60px;
}
.halflings.x6 {
  font-size: 72px;
}
.halflings.x7 {
  font-size: 84px;
}
.halflings.x8 {
  font-size: 96px;
}
.halflings.light:before {
  color: #f2f2f2;
}
.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.halflings-glass:before {
  content: "\E001";
}
.halflings-music:before {
  content: "\E002";
}
.halflings-search:before {
  content: "\E003";
}
.halflings-envelope:before {
  content: "\2709";
}
.halflings-heart:before {
  content: "\E005";
}
.halflings-star:before {
  content: "\E006";
}
.halflings-star-empty:before {
  content: "\E007";
}
.halflings-user:before {
  content: "\E008";
}
.halflings-film:before {
  content: "\E009";
}
.halflings-th-large:before {
  content: "\E010";
}
.halflings-th:before {
  content: "\E011";
}
.halflings-th-list:before {
  content: "\E012";
}
.halflings-ok:before {
  content: "\E013";
}
.halflings-remove:before {
  content: "\E014";
}
.halflings-zoom-in:before {
  content: "\E015";
}
.halflings-zoom-out:before {
  content: "\E016";
}
.halflings-off:before {
  content: "\E017";
}
.halflings-signal:before {
  content: "\E018";
}
.halflings-cog:before {
  content: "\E019";
}
.halflings-trash:before {
  content: "\E020";
}
.halflings-home:before {
  content: "\E021";
}
.halflings-file:before {
  content: "\E022";
}
.halflings-time:before {
  content: "\E023";
}
.halflings-road:before {
  content: "\E024";
}
.halflings-download-alt:before {
  content: "\E025";
}
.halflings-download:before {
  content: "\E026";
}
.halflings-upload:before {
  content: "\E027";
}
.halflings-inbox:before {
  content: "\E028";
}
.halflings-play-circle:before {
  content: "\E029";
}
.halflings-repeat:before {
  content: "\E030";
}
.halflings-refresh:before {
  content: "\E031";
}
.halflings-list-alt:before {
  content: "\E032";
}
.halflings-glyph-lock:before {
  content: "\E033";
}
.halflings-flag:before {
  content: "\E034";
}
.halflings-headphones:before {
  content: "\E035";
}
.halflings-volume-off:before {
  content: "\E036";
}
.halflings-volume-down:before {
  content: "\E037";
}
.halflings-volume-up:before {
  content: "\E038";
}
.halflings-qrcode:before {
  content: "\E039";
}
.halflings-barcode:before {
  content: "\E040";
}
.halflings-tag:before {
  content: "\E041";
}
.halflings-tags:before {
  content: "\E042";
}
.halflings-book:before {
  content: "\E043";
}
.halflings-glyph-bookmark:before {
  content: "\E044";
}
.halflings-print:before {
  content: "\E045";
}
.halflings-glyph-camera:before {
  content: "\E046";
}
.halflings-font:before {
  content: "\E047";
}
.halflings-bold:before {
  content: "\E048";
}
.halflings-italic:before {
  content: "\E049";
}
.halflings-text-height:before {
  content: "\E050";
}
.halflings-text-width:before {
  content: "\E051";
}
.halflings-align-left:before {
  content: "\E052";
}
.halflings-align-center:before {
  content: "\E053";
}
.halflings-align-right:before {
  content: "\E054";
}
.halflings-align-justify:before {
  content: "\E055";
}
.halflings-list:before {
  content: "\E056";
}
.halflings-indent-left:before {
  content: "\E057";
}
.halflings-indent-right:before {
  content: "\E058";
}
.halflings-facetime-video:before {
  content: "\E059";
}
.halflings-picture:before {
  content: "\E060";
}
.halflings-pencil:before {
  content: "\270F";
}
.halflings-map-marker:before {
  content: "\E062";
}
.halflings-adjust:before {
  content: "\E063";
}
.halflings-tint:before {
  content: "\E064";
}
.halflings-edit:before {
  content: "\E065";
}
.halflings-share:before {
  content: "\E066";
}
.halflings-check:before {
  content: "\E067";
}
.halflings-move:before {
  content: "\E068";
}
.halflings-step-backward:before {
  content: "\E069";
}
.halflings-fast-backward:before {
  content: "\E070";
}
.halflings-backward:before {
  content: "\E071";
}
.halflings-play:before {
  content: "\E072";
}
.halflings-pause:before {
  content: "\E073";
}
.halflings-stop:before {
  content: "\E074";
}
.halflings-forward:before {
  content: "\E075";
}
.halflings-fast-forward:before {
  content: "\E076";
}
.halflings-step-forward:before {
  content: "\E077";
}
.halflings-eject:before {
  content: "\E078";
}
.halflings-chevron-left:before {
  content: "\E079";
}
.halflings-chevron-right:before {
  content: "\E080";
}
.halflings-plus-sign:before {
  content: "\E081";
}
.halflings-minus-sign:before {
  content: "\E082";
}
.halflings-remove-sign:before {
  content: "\E083";
}
.halflings-ok-sign:before {
  content: "\E084";
}
.halflings-question-sign:before {
  content: "\E085";
}
.halflings-info-sign:before {
  content: "\E086";
}
.halflings-screenshot:before {
  content: "\E087";
}
.halflings-remove-circle:before {
  content: "\E088";
}
.halflings-ok-circle:before {
  content: "\E089";
}
.halflings-ban-circle:before {
  content: "\E090";
}
.halflings-arrow-left:before {
  content: "\E091";
}
.halflings-arrow-right:before {
  content: "\E092";
}
.halflings-arrow-up:before {
  content: "\E093";
}
.halflings-arrow-down:before {
  content: "\E094";
}
.halflings-share-alt:before {
  content: "\E095";
}
.halflings-resize-full:before {
  content: "\E096";
}
.halflings-resize-small:before {
  content: "\E097";
}
.halflings-plus:before {
  content: "\002B";
}
.halflings-minus:before {
  content: "\2212";
}
.halflings-asterisk:before {
  content: "\002A";
}
.halflings-exclamation-sign:before {
  content: "\E101";
}
.halflings-gift:before {
  content: "\E102";
}
.halflings-leaf:before {
  content: "\E103";
}
.halflings-glyph-fire:before {
  content: "\E104";
}
.halflings-eye-open:before {
  content: "\E105";
}
.halflings-eye-close:before {
  content: "\E106";
}
.halflings-warning-sign:before {
  content: "\E107";
}
.halflings-plane:before {
  content: "\E108";
}
.halflings-glyph-calendar:before {
  content: "\E109";
}
.halflings-random:before {
  content: "\E110";
}
.halflings-comments:before {
  content: "\E111";
}
.halflings-magnet:before {
  content: "\E112";
}
.halflings-chevron-up:before {
  content: "\E113";
}
.halflings-chevron-down:before {
  content: "\E114";
}
.halflings-retweet:before {
  content: "\E115";
}
.halflings-shopping-cart:before {
  content: "\E116";
}
.halflings-folder-close:before {
  content: "\E117";
}
.halflings-folder-open:before {
  content: "\E118";
}
.halflings-resize-vertical:before {
  content: "\E119";
}
.halflings-resize-horizontal:before {
  content: "\E120";
}
.halflings-hdd:before {
  content: "\E121";
}
.halflings-bullhorn:before {
  content: "\E122";
}
.halflings-glyph-bell:before {
  content: "\E123";
}
.halflings-certificate:before {
  content: "\E124";
}
.halflings-thumbs-up:before {
  content: "\E125";
}
.halflings-thumbs-down:before {
  content: "\E126";
}
.halflings-hand-right:before {
  content: "\E127";
}
.halflings-hand-left:before {
  content: "\E128";
}
.halflings-hand-top:before {
  content: "\E129";
}
.halflings-hand-down:before {
  content: "\E130";
}
.halflings-circle-arrow-right:before {
  content: "\E131";
}
.halflings-circle-arrow-left:before {
  content: "\E132";
}
.halflings-circle-arrow-top:before {
  content: "\E133";
}
.halflings-circle-arrow-down:before {
  content: "\E134";
}
.halflings-globe:before {
  content: "\E135";
}
.halflings-glyph-wrench:before {
  content: "\E136";
}
.halflings-tasks:before {
  content: "\E137";
}
.halflings-filter:before {
  content: "\E138";
}
.halflings-glyph-briefcase:before {
  content: "\E139";
}
.halflings-fullscreen:before {
  content: "\E140";
}
.halflings-dashboard:before {
  content: "\E141";
}
.halflings-glyph-paperclip:before {
  content: "\E142";
}
.halflings-heart-empty:before {
  content: "\E143";
}
.halflings-link:before {
  content: "\E144";
}
.halflings-phone:before {
  content: "\E145";
}
.halflings-glyph-pushpin:before {
  content: "\E146";
}
.halflings-euro:before {
  content: "\20AC";
}
.halflings-usd:before {
  content: "\E148";
}
.halflings-gbp:before {
  content: "\E149";
}
.halflings-sort:before {
  content: "\E150";
}
.halflings-sort-by-alphabet:before {
  content: "\E151";
}
.halflings-sort-by-alphabet-alt:before {
  content: "\E152";
}
.halflings-sort-by-order:before {
  content: "\E153";
}
.halflings-sort-by-order-alt:before {
  content: "\E154";
}
.halflings-sort-by-attributes:before {
  content: "\E155";
}
.halflings-sort-by-attributes-alt:before {
  content: "\E156";
}
.halflings-unchecked:before {
  content: "\E157";
}
.halflings-expand:before {
  content: "\E158";
}
.halflings-collapse:before {
  content: "\E159";
}
.halflings-collapse-top:before {
  content: "\E160";
}
.halflings-log-in:before {
  content: "\E161";
}
.halflings-flash:before {
  content: "\E162";
}
.halflings-log-out:before {
  content: "\E163";
}
.halflings-new-window:before {
  content: "\E164";
}
.halflings-record:before {
  content: "\E165";
}
.halflings-save:before {
  content: "\E166";
}
.halflings-open:before {
  content: "\E167";
}
.halflings-saved:before {
  content: "\E168";
}
.halflings-import:before {
  content: "\E169";
}
.halflings-export:before {
  content: "\E170";
}
.halflings-send:before {
  content: "\E171";
}
.halflings-floppy-disk:before {
  content: "\E172";
}
.halflings-floppy-saved:before {
  content: "\E173";
}
.halflings-floppy-remove:before {
  content: "\E174";
}
.halflings-floppy-save:before {
  content: "\E175";
}
.halflings-floppy-open:before {
  content: "\E176";
}
.halflings-credit-card:before {
  content: "\E177";
}
.halflings-transfer:before {
  content: "\E178";
}
.halflings-cutlery:before {
  content: "\E179";
}
.halflings-header:before {
  content: "\E180";
}
.halflings-compressed:before {
  content: "\E181";
}
.halflings-earphone:before {
  content: "\E182";
}
.halflings-phone-alt:before {
  content: "\E183";
}
.halflings-tower:before {
  content: "\E184";
}
.halflings-stats:before {
  content: "\E185";
}
.halflings-sd-video:before {
  content: "\E186";
}
.halflings-hd-video:before {
  content: "\E187";
}
.halflings-subtitles:before {
  content: "\E188";
}
.halflings-sound-stereo:before {
  content: "\E189";
}
.halflings-sound-dolby:before {
  content: "\E190";
}
.halflings-sound-5-1:before {
  content: "\E191";
}
.halflings-sound-6-1:before {
  content: "\E192";
}
.halflings-sound-7-1:before {
  content: "\E193";
}
.halflings-copyright-mark:before {
  content: "\E194";
}
.halflings-registration-mark:before {
  content: "\E195";
}
.halflings-cloud:before {
  content: "\2601";
}
.halflings-cloud-download:before {
  content: "\E197";
}
.halflings-cloud-upload:before {
  content: "\E198";
}
.halflings-tree-conifer:before {
  content: "\E199";
}
.halflings-tree-deciduous:before {
  content: "\E200";
}
.halflings-cd:before {
  content: "\E201";
}
.halflings-save-file:before {
  content: "\E202";
}
.halflings-open-file:before {
  content: "\E203";
}
.halflings-level-up:before {
  content: "\E204";
}
.halflings-copy:before {
  content: "\E205";
}
.halflings-paste:before {
  content: "\E206";
}
.halflings-door:before {
  content: "\1F6AA";
}
.halflings-key:before {
  content: "\1F511";
}
.halflings-alert:before {
  content: "\E209";
}
.halflings-equalizer:before {
  content: "\E210";
}
.halflings-king:before {
  content: "\E211";
}
.halflings-queen:before {
  content: "\E212";
}
.halflings-pawn:before {
  content: "\E213";
}
.halflings-bishop:before {
  content: "\E214";
}
.halflings-knight:before {
  content: "\E215";
}
.halflings-baby-formula:before {
  content: "\E216";
}
.halflings-tent:before {
  content: "\26FA";
}
.halflings-blackboard:before {
  content: "\E218";
}
.halflings-bed:before {
  content: "\E219";
}
.halflings-apple:before {
  content: "\F8FF";
}
.halflings-erase:before {
  content: "\E221";
}
.halflings-hourglass:before {
  content: "\231B";
}
.halflings-lamp:before {
  content: "\E223";
}
.halflings-duplicate:before {
  content: "\E224";
}
.halflings-piggy-bank:before {
  content: "\E225";
}
.halflings-scissors:before {
  content: "\E226";
}
.halflings-bitcoin:before {
  content: "\E227";
}
.halflings-yen:before {
  content: "\00A5";
}
.halflings-ruble:before {
  content: "\20BD";
}
.halflings-scale:before {
  content: "\E230";
}
.halflings-ice-lolly:before {
  content: "\E231";
}
.halflings-ice-lolly-tasted:before {
  content: "\E232";
}
.halflings-education:before {
  content: "\E233";
}
.halflings-option-horizontal:before {
  content: "\E234";
}
.halflings-option-vertical:before {
  content: "\E235";
}
.halflings-menu-hamburger:before {
  content: "\E236";
}
.halflings-modal-window:before {
  content: "\E237";
}
.halflings-oil:before {
  content: "\E238";
}
.halflings-grain:before {
  content: "\E239";
}
.halflings-sunglasses:before {
  content: "\E240";
}
.halflings-text-size:before {
  content: "\E241";
}
.halflings-text-color:before {
  content: "\E242";
}
.halflings-text-background:before {
  content: "\E243";
}
.halflings-object-align-top:before {
  content: "\E244";
}
.halflings-object-align-bottom:before {
  content: "\E245";
}
.halflings-object-align-horizontal:before {
  content: "\E246";
}
.halflings-object-align-left:before {
  content: "\E247";
}
.halflings-object-align-vertical:before {
  content: "\E248";
}
.halflings-object-align-right:before {
  content: "\E249";
}
.halflings-triangle-right:before {
  content: "\E250";
}
.halflings-triangle-left:before {
  content: "\E251";
}
.halflings-triangle-bottom:before {
  content: "\E252";
}
.halflings-triangle-top:before {
  content: "\E253";
}
.halflings-terminal:before {
  content: "\E254";
}
.halflings-superscript:before {
  content: "\E255";
}
.halflings-subscript:before {
  content: "\E256";
}
.halflings-menu-left:before {
  content: "\E257";
}
.halflings-menu-right:before {
  content: "\E258";
}
.halflings-menu-down:before {
  content: "\E259";
}
.halflings-menu-up:before {
  content: "\E260";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* *****************************************************************************
 * File: 
 *
 * bwt-mixins.less
 * 
 *
 * DESCRIPTION:
 *
 * 
 * 
 *
 */
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sharp-corners,
.sharp {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-shadow {
  -webkit-box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
}
.transparent {
  background-color: rgba(255, 255, 255, 0);
}
.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
}
.glyphicons-halflings {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
}
.effra {
  font-family: Effra, Arial, Verdana, Sans-Serif;
}
@media (min-width: 1200px) {
  .panel-height div > .panel {
    height: 312px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .panel-height div > .panel {
    height: 345px;
  }
}
/* *****************************************************************************
 * File: 
 *
 * bwt-layout.less
 * 
 *
 * DESCRIPTION:
 *
 * 
 *
 */

/* SECTION: Sticky footer */

html,
body {
  height: 100%;
  min-height: 100%;
}
html .wrapper,
body .wrapper {
  min-height: 100%;
}
html .wrapper .main,
body .wrapper .main {
  padding-bottom: 125px;
}
/* SECTION: General layout */

ul {
  margin-left: 20px;
}
.wrapper .main.landing-page {
  padding-top: 0px;
  /*:first-child {
                &.full-width {
                    padding-top: 25px;
                }
            }*/

}
.wrapper .main .main-content {
  padding-bottom: 30px;
}
.wrapper .main .main-content figure.article-image {
  width: 33%;
  float: right;
  margin: 0 0 10px 10px;
}
.wrapper .main .main-content figure figcaption {
  border-bottom: #d9e5ee 1px solid;
  color: #417cab;
  padding: 5px 0;
  font-size: 10px;
}
.wrapper .main .main-content > h1 + p,
.wrapper .main .main-content > p:first-child {
  font-weight: bold;
}
.wrapper .main .main-content .panel h1 + p,
.wrapper .main .main-content .panel p:first-child {
  font-weight: normal;
}
.wrapper .main .main-content table {
  margin-bottom: 25px;
  /*p {
                    &:first-child {
                        font-weight: normal;
                    }
                }*/

}
.wrapper .main .main-content table tr:first-child th p:first-child {
  font-weight: normal;
}
.wrapper .main .main-content > p + div {
  margin-top: 20px;
}
.wrapper .main .main-content > article {
  margin-bottom: 20px;
}
.wrapper .main .main-content p:last-child,
.wrapper .main .main-content > div:last-child {
  margin-bottom: 0px;
}
.wrapper .main .main-content > ul {
  margin-bottom: 15px;
}
.wrapper .main .main-content > ul li {
  margin-bottom: 5px;
}
.wrapper .main .main-content > ul#staffList {
  margin-left: 0px;
  margin-top: 30px;
}
.wrapper .main .main-content > ul#staffList li.staffMember {
  list-style: none;
  background-color: #f5f8fb;
  padding: 30px;
  margin-bottom: 20px;
}
.wrapper .main .main-content table:last-child {
  margin-bottom: 0px;
}
.wrapper .main .main-content table:last-child tbody tr:last-child {
  margin-bottom: 0px;
}
.wrapper .main .content {
  padding-bottom: 20px;
}
.wrapper .main .content table:last-child {
  margin-bottom: 0px;
}
.wrapper .main .grid-item .main-content {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .wrapper .main .main-content figure {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrapper .main .main-content figure.article-image {
    width: 40%;
  }
}
/* SECTION: Sidebar styles */

.sidebar-lg {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar-lg h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
  color: #417cab;
}
.sidebar-lg h1:first-child {
  line-height: 1em;
}
.sidebar-lg h2 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 19px;
}
.sidebar-lg footer:last-child {
  text-align: right;
}
.layout-2 .sidebar-lg {
  margin-top: 0px;
}
@media (max-width: 979px) {
  body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .wrapper {
    padding-top: 30px;
  }
}
/* SECTION: Gutter in mobile */

@media (max-width: 767px) {
  .container > .row,
  .container > .row-fluid,
  .container > .row-masonry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* SECTION: Bands (distinct full width rows) */

.full-width {
  width: 100%;
  padding: 40px 0 20px 0;
}
.full-width.default {
  background-color: #ecf2f6;
}
.full-width .carousel {
  margin-bottom: 0px;
}
.full-width header.header-band {
  margin: -5px 0 10px 0;
}
.full-width header.header-band h1,
.full-width header.header-band h2 {
  display: inline-block;
  margin-right: 10px;
  line-height: 1em;
  margin-bottom: 10px;
}
.full-width header.header-band h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
  text-transform: uppercase;
}
.full-width header.header-band h2 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 19px;
  font-weight: normal;
}
.full-width .container footer.row .btn-link {
  margin-bottom: 10px;
}
/* SECTION: Media list */

/* SECTION: Search listing */

ul.listing {
  margin-left: 0px;
}
ul.listing li {
  border-bottom: #c6d7e6 solid 1px;
  padding-bottom: 15px;
}
ul.listing li:last-child {
  border-bottom: none;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-masonry.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * All Masonry stlyes (As used on Blog Landing page)
 *
 */

.row-masonry {
  width: 101.6%;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.grid {
  width: 100%;
}
.grid .grid-item,
.grid .grid-sizer {
  width: 25%;
  box-sizing: border-box;
}
.grid .grid-item {
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.grid .grid-item.no-margin {
  margin: 0 0;
}
.grid .grid-item.grid-item-1,
.grid .grid-item.grid-item-25 {
  width: 25%;
}
.grid .grid-item.grid-item-2,
.grid .grid-item.grid-item-50 {
  width: 50%;
}
.grid .grid-item.grid-item-3,
.grid .grid-item.grid-item-75 {
  width: 75%;
}
.grid .grid-item.grid-item-33 {
  width: 33.3333%;
}
.grid .grid-item.grid-item-66 {
  width: 66.6666%;
}
.grid .grid-item .panel {
  margin-bottom: 0px;
}
.grid .grid-item :last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .row-masonry {
    width: 98%;
  }
  .row-masonry .grid .grid-item,
  .row-masonry .grid .grid-sizer,
  .row-masonry .grid .grid-item-2 {
    width: 100%;
  }
  .row-masonry .grid .grid-item.grid-item-1,
  .row-masonry .grid .grid-item.grid-item-25 {
    width: 100%;
  }
  .row-masonry .grid .grid-item.grid-item-2,
  .row-masonry .grid .grid-item.grid-item-50 {
    width: 100%;
  }
  .row-masonry .grid .grid-item.grid-item-3,
  .row-masonry .grid .grid-item.grid-item-75 {
    width: 100%;
  }
  .row-masonry .grid .grid-item.grid-item-33 {
    width: 100%;
  }
  .row-masonry .grid .grid-item.grid-item-66 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .span36 .banner,
  .grid-item-3 .banner {
    height: 178px;
  }
  .grid .grid-item,
  .grid .grid-sizer {
    width: 50%;
    box-sizing: border-box;
  }
  .grid .grid-item {
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
  .grid .grid-item.grid-item-1,
  .grid .grid-item.grid-item-25 {
    width: 50%;
  }
  .grid .grid-item.grid-item-2,
  .grid .grid-item.grid-item-50 {
    width: 50%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .span36 .banner,
  .grid-item-3 .banner {
    height: 236px;
  }
  .row-masonry {
    width: 102%;
  }
}
@media (min-width: 1200px) {
  .span36 .banner,
  .grid-item-3 .banner {
    height: 296px;
  }
}
.grid-item .panel.panel-sidenav.open {
  -webkit-box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.05);
}
/* *****************************************************************************
 * File: 
 *
 * bwt-panel.less
 * 
 *
 * DESCRIPTION:
 *
 * 
 * 
 *f
 */

.panel {
  border: solid 1px #d9e5ee;
  border-left-width: 4px;
  padding: 18px 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  /*&:last-child {
        margin-bottom: 0px; 
    }*/

}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  margin-bottom: 10px;
}
.panel h1 + p,
.panel p:first-child {
  font-weight: normal;
}
.panel img,
.panel iframe {
  max-width: 100%;
}
.panel h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1em;
}
.panel p {
  font-size: 12px;
}
.panel ul {
  margin: 0 0 8px 0;
}
.panel ul li {
  list-style: none;
  margin-bottom: 8px;
}
.panel ul li:last-child {
  margin-bottom: 0px;
}
.panel section > :last-child {
  margin-bottom: 0px;
}
.panel.panel-white {
  background-color: white;
  border: none;
}
.panel.panel-light-blue {
  background-color: #f5f8fb;
  border: none;
}
.panel.brand-skyblue {
  border-color: #7fc8e9;
  border-left-color: #0092d4;
  background-color: #f2f9fd;
}
.panel.panel-links ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14c";
  margin-right: 8px;
}
.panel.panel-docs ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E037";
  margin-right: 8px;
}
.panel.panel-login label {
  display: inline-block;
  clear: left;
}
.panel.panel-login .form-item {
  clear: both;
  margin-bottom: 20px;
  display: block;
}
.panel.panel-login .form-item label {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 0px;
}
.panel.panel-login .form-item .field-validation-error {
  margin-top: 5px;
  color: red;
  display: block;
  font-size: 0.9em;
  margin-bottom: -16px;
}
.panel.panel-login .form-item input {
  margin-bottom: 0px;
  width: 57%;
  padding-right: 0px;
}
.panel.panel-login input {
  margin-bottom: 15px;
  display: inline-block;
  width: 40px;
}
.panel.panel-login input.btn-block {
  margin-bottom: 0px;
  width: 100%;
}
.panel.panel-promo {
  padding: 0 0;
  background-color: white;
}
.panel.panel-promo section,
.panel.panel-promo .padding {
  padding: 20px 20px;
}
.panel.panel-promo section .info-list li,
.panel.panel-promo .padding .info-list li {
  margin-bottom: 6px;
}
.panel.panel-promo section .btn,
.panel.panel-promo .padding .btn {
  margin-bottom: 5px;
  /*&:last-child {
                    margin-bottom: 0px;
                }*/

}
.panel.panel-promo img {
  width: 100%;
  height: auto;
}
.panel.panel-promo iframe {
  height: 265px;
  margin-bottom: -6px;
}
.panel.panel-promo.wide img {
  float: right;
  width: 25%;
  height: auto;
  margin: 20px;
}
.panel.panel-promo.wide img.img-right {
  float: right;
}
.panel.panel-promo.wide section {
  padding: 20px 20px;
}
.panel.panel-promo.wide section :last-child {
  margin-bottom: 0px;
}
.panel.panel-promo.img-right section btn:last-child {
  margin-bottom: 0px;
}
.panel.panel-promo.event {
  padding: 10px;
  border-left-color: #417cab;
}
.panel.panel-promo.event .btn {
  color: #417cab;
}
.panel.panel-promo.event .info-list {
  color: #417cab;
  font-size: 11px;
}
.panel.panel-promo.interactive {
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #f5f8fb;
  border: solid 1px #f5f8fb;
}
.panel.panel-promo.interactive img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
.panel.panel-promo.interactive section,
.panel.panel-promo.interactive .padding {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 20px;
  background-color: #f5f8fb;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 10%;
}
.panel.panel-promo.interactive section h1,
.panel.panel-promo.interactive .padding h1 {
  margin-bottom: 26px;
}
.panel.panel-promo.interactive section p,
.panel.panel-promo.interactive .padding p {
  line-height: 1.5em;
}
.panel.panel-promo.interactive footer {
  position: absolute;
  bottom: 0px;
  text-align: right;
  z-index: 310;
  width: 100%;
}
.panel.panel-promo.interactive footer .btn {
  margin: 10px 20px 20px 10px;
}
.panel.panel-promo.interactive:hover section {
  height: 100%;
}
.panel.panel-meetings-feed {
  padding-bottom: 5px;
}
.panel.panel-meetings-feed h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 30px;
  margin-bottom: 15px;
}
.panel.panel-meetings-feed .panel-promo {
  padding: 0px 0px;
  margin-bottom: 20px;
  background-color: #ecf2f6;
  border-color: #a0bdd5;
}
.panel.panel-meetings-feed .panel-promo .link {
  padding: 12px 12px;
}
.panel.panel-meetings-feed .panel-promo .btn.btn-link {
  color: #417cab;
  margin-bottom: 10px;
}
.panel.panel-meetings-feed .row-fluid :first-child .panel-promo,
.panel.panel-meetings-feed .row :first-child .panel-promo {
  background-color: white;
  border-left-color: #203953;
}
.panel.panel-meetings-feed.summer h5 {
  color: #0092d4;
}
.panel.panel-meetings-feed.summer .panel-promo {
  background-color: #f2f9fd;
  border-color: #7fc8e9;
}
.panel.panel-meetings-feed.summer .row-fluid :first-child .panel-promo,
.panel.panel-meetings-feed.summer .row :first-child .panel-promo {
  border-left-color: #0092d4;
  background-color: white;
}
.panel.panel-meetings-feed.summer .row-fluid :first-child .panel-promo .btn.btn-link,
.panel.panel-meetings-feed.summer .row :first-child .panel-promo .btn.btn-link {
  color: #0092d4;
}
.panel.panel-meetings-feed.winter h5 {
  color: #203953;
}
.panel.panel-meetings-feed.winter .row-fluid .panel-promo .btn.btn-link,
.panel.panel-meetings-feed.winter .row .panel-promo .btn.btn-link {
  color: #417cab;
}
.panel.panel-meetings-feed.winter .row-fluid :first-child .panel-promo .btn.btn-link,
.panel.panel-meetings-feed.winter .row :first-child .panel-promo .btn.btn-link {
  color: #203953;
}
.panel.panel-feed {
  background-color: #ecf2f6;
  border: none;
  padding: 0px;
  position: relative;
  padding-bottom: 0px;
}
.panel.panel-feed header,
.panel.panel-feed section,
.panel.panel-feed footer {
  padding: 16px 20px;
  margin-bottom: 0px;
}
.panel.panel-feed header p,
.panel.panel-feed section p,
.panel.panel-feed footer p {
  font-size: 11px;
}
.panel.panel-feed section {
  padding-top: 0px;
}
.panel.panel-feed .feed-item {
  background-color: white;
  border: none;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.panel.panel-feed .feed-item .info-list {
  color: #417cab;
  margin-bottom: 0px;
}
.panel.panel-feed .feed-item:last-child {
  margin-bottom: 0px;
}
.panel.panel-feed footer {
  padding-top: 0px;
  text-align: right;
}
.panel.panel-feed footer .btn {
  margin-bottom: 0px;
}
.panel.panel-feed.news {
  box-sizing: border-box;
}
.panel.panel-feed.news header {
  background-color: #417cab;
  color: white;
  padding: 0 0;
}
.panel.panel-feed.news header h1 {
  color: white;
  margin-bottom: 0px;
}
.panel.panel-feed.news header h1 a {
  color: white;
  padding: 14px 20px;
}
.panel.panel-feed.news header h1 a.btn-link {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
.panel.panel-feed.news header h1.padding {
  padding: 14px 20px;
}
.panel.panel-feed.news section {
  padding: 0 20px;
}
.panel.panel-feed.news section .feed-item {
  padding: 6px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #c6d7e6;
  background-color: inherit;
  position: relative;
}
.panel.panel-feed.news section .feed-item p {
  margin-bottom: 2px;
  color: #417cab;
}
.panel.panel-feed.news section .feed-item:first-child {
  padding-top: 10px;
}
.panel.panel-feed.news section .feed-item:last-child {
  border-bottom: none;
}
.panel.panel-feed.news section .feed-item .info-list {
  color: #203953;
  font-size: 11px;
  margin-bottom: 0px;
}
.panel.panel-feed.news section .feed-item .info-list li {
  display: inline-block;
  margin-right: 5px;
  color: #203953;
}
.panel.panel-feed.news section .feed-item a.link {
  display: block;
  width: 100%;
}
.panel.panel-feed.news section .feed-item a.link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 0px;
  top: initial;
  top: auto;
}
.panel.panel-feed.news footer {
  width: 100%;
  box-sizing: border-box;
}
.panel.panel-feed.news footer .btn {
  margin: 0 0 0 0;
}
.panel.panel-feed.courses header {
  padding: 15px 15px 8px 15px;
}
.panel.panel-feed.courses header h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  color: #203953;
  text-transform: none;
  margin-bottom: 0px;
  line-height: 1em;
}
.panel.panel-feed.courses section {
  padding: 0px 15px 37px 15px;
}
.panel.panel-feed.courses .feed-item {
  padding: 0 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #0092d4;
  background-color: #f2f9fd;
  margin-bottom: 10px;
}
.panel.panel-feed.courses .feed-item:last-child {
  margin-bottom: 0px;
}
.panel.panel-feed.courses .feed-item h5 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: Arial;
  line-height: 1em;
}
.panel.panel-feed.courses .feed-item .link {
  padding: 9px 10px;
}
.panel.panel-feed.courses .feed-item .link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: initial;
}
.panel.panel-feed.courses .feed-item .info-list {
  font-size: 12px;
}
.panel.panel-feed.courses .feed-item .info-list li {
  margin-bottom: 2px;
  line-height: 1.2em;
  font-size: 10px;
}
.panel.panel-feed.courses .feed-item .info-list li:last-child {
  margin-bottom: 0px;
}
.panel.panel-feed.courses footer {
  color: #0092d4;
  padding: 10px 15px 8px 15px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.panel.panel-feed.courses footer .btn.btn-link {
  color: #0092d4;
  font-size: 12px;
  margin: 0 0;
}
.panel.panel-feed.equalize-item {
  padding-bottom: 45px;
}
.panel.panel-feed.equalize-item footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
.panel.panel-staff {
  border-left-color: #417cab;
}
.panel.panel-staff .info-list {
  color: #417cab;
  font-size: 12px;
  font-weight: bold;
}
.panel.panel-news {
  padding: 0 0;
  border-left-color: #417cab;
}
.panel.panel-news h1 {
  color: #417cab;
}
.panel.panel-news section {
  padding: 20px 20px 10px 20px;
}
.panel.panel-news section img {
  height: 40px;
  width: 40px;
}
.panel.panel-news section .media .media-thumb {
  width: 100px;
  height: auto;
}
.panel.panel-news footer {
  background-color: #c6d7e6;
  padding: 10px;
}
.panel.panel-news footer p {
  display: inline-block;
  color: white;
  margin-bottom: 0px;
}
.panel.panel-news footer .btn {
  float: right;
}
.panel.panel-news footer:last-child {
  text-align: left;
}
.panel.panel-map {
  border: none;
  padding: 0 0;
}
.panel.panel-map h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
}
.panel.panel-map iframe,
.panel.panel-map .map-canvas {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
.panel.panel-twitter-feed {
  clear: both;
  padding: 0px;
  border: none;
  border-right: solid 4px #f5f8fb;
  margin-bottom: 10px;
}
.panel.panel-twitter-feed .twitter-follow-button {
  background-color: #417cab;
  border-color: #417cab;
}
.panel.panel-twitter-feed .tweet-author-info {
  position: relative;
}
.panel.panel-twitter-feed .tweet-author-info a.twitter-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #417cab;
  height: 40px;
  width: 40px;
  padding: 20px;
  font-size: 44px;
  position: absolute;
}
.panel.panel-twitter-feed .tweet-author-info a.twitter-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  content: "\f099";
}
.panel.panel-twitter-feed .tweet-author-info .author-details {
  padding-left: 90px;
}
.panel.panel-twitter-feed .tweet-author-info .btn#follow-button {
  background-color: #417cab;
}
.panel.panel-twitter-feed .feed-item {
  border-left: solid 4px #f5f8fb;
  height: 200px;
  padding: 0 20px;
}
.panel.panel-twitter-feed .feed-item h3 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1.4em;
}
.panel.panel-twitter-feed .feed-item span {
  color: #417cab;
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-weight: bold;
}
.panel.panel-sidenav {
  border-left-color: #417cab;
  z-index: 100;
}
.panel p:last-child,
.panel > :last-child {
  margin-bottom: 0px;
}
.panel.blue {
  background-color: #f5f8fb;
  /*border: none;*/

}
.panel.summer {
  border-left-color: #0092d4;
}
.panel.summer h1,
.panel.summer h2,
.panel.summer h3,
.panel.summer h4,
.panel.summer strong {
  color: #0092d4;
}
.panel.summer .info-list li:before {
  color: #0092d4;
}
.panel.summer .info-list li strong {
  color: #0092d4;
}
.panel.summer .panel {
  border-left-color: #0092d4;
}
.panel.winter {
  border-left-color: #203953;
}
.panel.winter h1,
.panel.winter h2,
.panel.winter h3,
.panel.winter h4 {
  color: #203953;
}
.panel.winter strong {
  color: #417cab;
}
.panel.winter .info-list li:before {
  color: #203953;
}
.panel.winter .info-list li strong {
  color: #203953;
}
.panels-no-border .panel {
  border: none;
}
@media (min-width: 1200px) {
  .panel.panel-promo.img-right img {
    float: right;
    width: 50%;
    margin-left: 10px;
  }
  .panel.panel-promo.interactive {
    min-height: 308px;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .panel.panel-promo.wide img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .panel.panel-promo.img-right img {
    float: right;
    width: 36%;
    margin: 20px 20px 20px 10px;
  }
  .panel.panel-promo.interactive section,
  .panel.panel-promo.interactive .padding {
    height: 5%;
  }
  .panel.panel-promo.interactive section h1,
  .panel.panel-promo.interactive .padding h1 {
    margin-bottom: 20px;
  }
  .panel.panel-login label {
    display: inline-block;
    clear: left;
  }
  .panel.panel-login .form-item label {
    width: 100%;
    margin-right: 0;
  }
  .panel.panel-login .form-item input {
    margin-bottom: 0px;
    width: 100%;
    padding-left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .panel.panel-promo.interactive {
    min-height: 308px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .col-sm-48 .panel.panel-promo.interactive {
    min-height: initial;
    height: auto;
  }
}
@media (max-width: 979px) {
  .panel.panel-promo.interactive {
    height: auto;
    background-color: #f5f8fb;
  }
  .panel.panel-promo.interactive img {
    position: relative;
    height: 90px;
    width: auto;
    bottom: initial;
    float: left;
    margin: 20px 0 0 20px;
  }
  .panel.panel-promo.interactive section {
    height: 100%;
    position: relative;
  }
  .panel.panel-promo.interactive footer {
    position: relative;
  }
  .panel.panel-twitter-feed {
    border-right: none;
  }
  .panel.panel-twitter-feed .row-fluid :nth-of-type(2) .feed-item {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .panel.panel-twitter-feed .tweet-author-info {
    padding-bottom: 10px;
  }
  .panel.panel-twitter-feed .tweet-author-info:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #417cab;
    color: white;
    height: 40px;
    width: 40px;
    content: "\f099";
    padding: 20px;
    font-size: 44px;
    position: absolute;
  }
  .panel.panel-twitter-feed .tweet-author-info .author-details {
    padding-left: 90px;
  }
  .panel.panel-twitter-feed .feed-item {
    height: auto;
    border-left: none;
    border-top: 4px solid #f5f8fb;
    padding: 10px 0;
  }
  .panel.panel-twitter-feed .row-fluid :last-child .feed-item {
    padding-bottom: 0px;
  }
  .panel.panel-login .form-item label {
    width: 37%;
  }
  .panel.panel-promo.img-right footer {
    padding: 0 20px 20px 20px;
  }
  .panel.panel-sidenav {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .panel.panel-promo.interactive {
    height: auto;
    background-color: #f5f8fb;
  }
  .panel.panel-promo.interactive img {
    position: relative;
    height: auto;
    width: 100%;
    bottom: initial;
    float: none;
    margin: 0 0 0 0;
  }
  .panel.panel-promo.interactive section {
    height: 100%;
    position: absolute;
    background-color: rgba(236, 242, 246, 0.9);
  }
  .panel.panel-promo.interactive footer {
    position: absolute;
  }
}
.brand-skyblue h1,
.learning h1 {
  color: #0092d4;
}
.brand-skyblue .panel.panel-promo.event,
.learning .panel.panel-promo.event {
  border-left-color: #0092d4;
}
.brand-skyblue .panel.panel-promo.event .btn,
.learning .panel.panel-promo.event .btn {
  color: #0092d4;
}
.brand-skyblue .panel.panel-promo.event .info-list,
.learning .panel.panel-promo.event .info-list {
  color: #417cab;
}
.brand-skyblue .panel.panel-feed a.link,
.learning .panel.panel-feed a.link {
  color: #0092d4;
}
.brand-skyblue .panel.panel-feed.courses .feed-item,
.learning .panel.panel-feed.courses .feed-item {
  border-left-color: #0092d4;
}
.brand-skyblue .panel.panel-feed.courses footer,
.learning .panel.panel-feed.courses footer {
  color: #0092d4;
}
.brand-skyblue .panel.panel-feed.courses footer .btn.btn-link,
.learning .panel.panel-feed.courses footer .btn.btn-link {
  color: #0092d4;
}
.brand-skyblue .panel.panel-sidenav,
.learning .panel.panel-sidenav {
  border-left-color: #199dd8;
}
.brand-skyblue .panel h1:first-child a,
.learning .panel h1:first-child a {
  color: #0092d4;
}
.brand-green h1,
.standards h1 {
  color: #008054;
}
.brand-green .panel.panel-promo.event,
.standards .panel.panel-promo.event {
  border-left-color: #008054;
}
.brand-green .panel.panel-promo.event .btn,
.standards .panel.panel-promo.event .btn {
  color: #008054;
}
.brand-green .panel.panel-promo.event .info-list,
.standards .panel.panel-promo.event .info-list {
  color: #417cab;
}
.brand-green .panel.panel-feed a.link,
.standards .panel.panel-feed a.link {
  color: #008054;
}
.brand-green .panel.panel-feed.courses .feed-item,
.standards .panel.panel-feed.courses .feed-item {
  border-left-color: #008054;
  background-color: #f2f9f6;
}
.brand-green .panel.panel-feed.courses footer,
.standards .panel.panel-feed.courses footer {
  color: #008054;
}
.brand-green .panel.panel-feed.courses footer .btn.btn-link,
.standards .panel.panel-feed.courses footer .btn.btn-link {
  color: #008054;
}
.brand-green .panel.panel-sidenav,
.standards .panel.panel-sidenav {
  border-left-color: #198c65;
}
.brand-green .panel h1:first-child a,
.standards .panel h1:first-child a {
  color: #008054;
}
.brand-red h1,
.research h1 {
  color: #b20e10;
}
.brand-red .panel.panel-promo.event,
.research .panel.panel-promo.event {
  border-left-color: #b20e10;
}
.brand-red .panel.panel-promo.event .btn,
.research .panel.panel-promo.event .btn {
  color: #b20e10;
}
.brand-red .panel.panel-promo.event .info-list,
.research .panel.panel-promo.event .info-list {
  color: #417cab;
}
.brand-red .panel.panel-feed a.link,
.research .panel.panel-feed a.link {
  color: #b20e10;
}
.brand-red .panel.panel-feed.courses .feed-item,
.research .panel.panel-feed.courses .feed-item {
  border-left-color: #b20e10;
  background-color: #fbf3f3;
}
.brand-red .panel.panel-feed.courses footer,
.research .panel.panel-feed.courses footer {
  color: #b20e10;
}
.brand-red .panel.panel-feed.courses footer .btn.btn-link,
.research .panel.panel-feed.courses footer .btn.btn-link {
  color: #b20e10;
}
.brand-red .panel.panel-sidenav,
.research .panel.panel-sidenav {
  border-left-color: #ba2627;
}
.brand-red .panel h1:first-child a,
.research .panel h1:first-child a {
  color: #b20e10;
}
/* SECTION: Bands (distinct full width rows) */

.full-width .panel.panel-feed {
  background-color: #f5f8fb;
}
.full-width .panel.panel-feed .feed-item {
  background-color: white;
}
.full-width .panel.panel-feed.news {
  overflow: hidden;
}
.full-width .panel.panel-feed.news footer {
  text-align: right;
}
.full-width .panel.panel-staff {
  background-color: white;
}
.full-width .panel.panel-promo.interactive {
  border-color: white;
}
.full-width.default .panel.panel-promo.interactive {
  background-color: #d9e5ee;
  border-color: #ecf2f6;
}
.full-width.default .panel.panel-promo.interactive section {
  background-color: #d9e5ee;
}
.full-width.default .panel.panel-feed {
  background-color: white;
}
.full-width.default .panel.panel-feed .feed-item {
  background-color: #f5f8fb;
}
.full-width.default .panel.panel-feed,
.full-width.default .panel.panel-no-border {
  border: none;
}
.full-width a:last-child {
  margin-bottom: 0px;
}
@media (min-width: 980px) {
  .full-width .panel.panel-feed.news {
    height: 352px;
    overflow: hidden;
  }
  .full-width .panel.panel-feed.news section {
    height: 248px;
  }
  .full-width .panel.panel-feed.news footer {
    text-align: right;
    position: absolute;
    bottom: 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .full-width .panel.panel-feed.news {
    height: 484px;
  }
}
@media (min-width: 1200px) {
  .full-width .panel.panel-feed.news {
    height: 352px;
  }
}
/************************/

.panel.panel-promo.interactive {
  border: solid 1px #f5f8fb;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-header.less
 * 
 * 
 *
 * DESCRIPTION: All header styles
 *
 * 
 */

header.header-primary {
  padding-bottom: 18px;
}
header.header-primary a {
  border-bottom: none;
}
header.header-primary .logo {
  padding-top: 20px;
}
header.header-primary .logo img {
  height: 90px;
  width: auto;
  vertical-align: top;
}
header.header-primary .logo .logo-text {
  display: inline-block;
  margin-left: 17px;
  padding-top: 13px;
}
header.header-primary .logo .logo-text h1.heading {
  font-size: 29px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #203953;
}
header.header-primary .logo .logo-text h2.sub-heading {
  font-size: 22px;
  line-height: 22px;
  color: #417cab;
  font-weight: lighter;
  letter-spacing: 2.4px;
}
header.header-primary .header-right {
  padding-top: 10px;
}
header.header-primary .header-right .partner-logos {
  margin-bottom: 7px;
}
header.header-primary .header-right .partner-logos a img {
  border: solid 1px #ecf2f6;
  height: 25px;
  width: auto;
  margin-left: 5px;
}
header.header-primary .header-right .partner-logos a img.no-border {
  border: none;
}
header.header-primary .header-right .header-btn-group {
  background-color: #417cab;
  display: inline-block;
  font-size: 11px;
  padding: 5px 0;
  margin-bottom: 7px;
}
header.header-primary .header-right .header-btn-group .btn-item {
  color: white;
  text-decoration: none;
  border-right: solid 1px white;
  padding: 0px 10px;
  float: left;
}
header.header-primary .header-right .header-btn-group .btn-item:last-child {
  border-right: none;
}
header.header-primary .header-right .header-btn-group .btn-item:hover {
  color: white;
  background-color: #5489b3;
}
header.header-news-detail {
  margin-bottom: 20px;
}
header.header-news-detail h1 {
  margin-bottom: 10px;
}
header.header-news-detail .item-details {
  border-top: #d9e5ee 1px solid;
  border-bottom: #d9e5ee 1px solid;
  padding: 6px 0 4px 0;
}
header.header-news-detail .item-details .btn.btn-md {
  margin-bottom: 5px;
  vertical-align: top;
  padding: 6px 14px 5px 14px;
}
header.header-news-detail .item-details .date {
  color: #417cab;
  display: inline-block;
  margin-bottom: 5px;
  padding: 8px 0px 5px 0px;
  font-size: 15px;
  line-height: 1.15em;
}
header.header-news-detail .item-details .add-this-group {
  margin-bottom: 5px;
  vertical-align: top;
  margin-top: 0px;
  margin-right: -5px;
}
@media (max-width: 979px) {
  header.header-primary {
    display: none;
  }
}
@media (max-width: 400px) {
  header.header-primary {
    display: none;
  }
  header.header-news-detail .btn {
    margin-bottom: 10px;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-navigation.less
 * 
 * 
 *
 * DESCRIPTION: All navigation styles
 *
 * 
 */

/* SECTION: Primary navigation */

.nav-primary {
  background-color: #203953;
  z-index: 2000;
}
.nav-primary .navbar {
  margin-bottom: 0px;
  position: relative;
  border-left: solid 1px;
  border-right: solid 1px;
  border-color: #364c64;
}
.nav-primary .navbar .navbar-inner {
  background-color: #203953 !important;
  background: #203953 !important;
  filter: unset;
  padding: 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: none;
  height: 39px;
  position: relative;
}
.nav-primary .navbar .navbar-inner .btn-navbar {
  margin-bottom: 0px;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li > a {
  background-color: #203953;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active {
  border-color: #4d6175;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a {
  color: white;
  text-decoration: none;
  background-color: #364c64;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a:hover {
  background-color: #4d6175;
  border-color: #637587;
  color: white;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a:focus,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a:active {
  background-color: #364c64;
  border-color: #4d6175;
  color: white;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li .dropdown-menu > ul > li.has-children:after {
  color: #a0bdd5;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:after {
  color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before {
  background-color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown .dropdown-menu > ul > li.root-item a {
  color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown .dropdown-menu > ul > li:after {
  color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.open a.dropdown-toggle:after,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:after {
  color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.open a.dropdown-toggle:before,
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before {
  background-color: #0092d4;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:after {
  color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before {
  background-color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown .dropdown-menu > ul > li.root-item a {
  color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown .dropdown-menu > ul > li:after {
  color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown.open a.dropdown-toggle:after {
  color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown.open a.dropdown-toggle:before {
  background-color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.active a.dropdown-toggle:after {
  color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.active a.dropdown-toggle:before {
  background-color: #b20e10;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:after {
  color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before {
  background-color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown .dropdown-menu > ul > li.root-item a {
  color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown .dropdown-menu > ul > li:after {
  color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown.open a.dropdown-toggle:after {
  color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown.open a.dropdown-toggle:before {
  background-color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.active a.dropdown-toggle:after {
  color: #008054;
}
.nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.active a.dropdown-toggle:before {
  background-color: #008054;
}
.nav-primary a {
  border-bottom: none;
}
.nav-primary a:hover {
  border-bottom: none;
}
@media (max-width: 979px) {
  .nav-primary {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    border-bottom: solid 1px white;
  }
  .nav-primary .navbar {
    border: none;
    position: static;
  }
  .nav-primary .navbar .brand {
    text-shadow: none;
    font-family: Effra, Arial, Verdana, Sans-Serif;
    font-size: 24px;
    color: white;
    display: inline-block;
    font-size: 22px;
  }
  .nav-primary .navbar .brand img.logo {
    height: 24px;
    width: auto;
    display: inline-block;
    margin-right: 6px;
  }
  .nav-primary .navbar .btn-navbar {
    background-color: white;
    background-image: none;
    margin-top: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
  .nav-primary .navbar .btn-navbar .icon-bar {
    background-color: #203953;
  }
  .nav-primary .navbar .navbar-inner {
    position: inherit;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse {
    position: absolute;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse.in {
    overflow: hidden;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav {
    margin-bottom: 0px;
    background-color: white;
    -webkit-box-shadow: 2px 7px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 2px 7px 5px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 7px 5px 0px rgba(0, 0, 0, 0.11);
    border-bottom: solid 3px #417cab;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #ecf2f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #203953;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a:hover,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a:focus {
    background-color: #d9e5ee;
    color: #203953;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a.dropdown-toggle {
    background-color: #c6d7e6;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active > a.dropdown-toggle:focus {
    background-color: #c6d7e6;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before {
    width: 3px;
    height: 100%;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown.open a.dropdown-toggle:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown.open a.dropdown-toggle:before,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown.open a.dropdown-toggle:before {
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li a {
    text-shadow: none;
    color: #203953;
    margin-bottom: 0px;
    background-color: white;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li a:hover,
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li a:focus {
    background-color: #f5f8fb;
    color: #203953;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown {
    position: inherit;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown a.dropdown-toggle {
    padding-right: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown a.dropdown-toggle:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: baseline;
    position: absolute;
    top: 14px;
    margin-left: 5px;
    content: "\E252";
    font-size: 11px;
    color: #a0bdd5;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open a.dropdown-toggle {
    background-color: #ecf2f6;
    border: none;
    color: #203953;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:after {
    content: "\E253";
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:focus {
    background-color: #ecf2f6;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu {
    background-color: #f5f8fb;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-left: 0;
    width: 100%;
    padding: 0px 0 0px 3px;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul {
    width: 100%;
    list-style: none;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul > li {
    position: relative;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul > li.root-item a {
    color: #417cab;
    font-weight: bold;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul > li a {
    color: #203953;
    display: inline-block;
    z-index: 2000;
    width: 100%;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul > li a:hover {
    background-color: white;
    background-image: none;
    color: #417cab;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.dropdown.open .dropdown-menu > ul > li a:before {
    font-family: 'Glyphicons';
    content: "\2212";
    margin-right: 10px;
    font-size: 0.8em;
    color: #203953;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.learning.dropdown .dropdown-menu > ul > li:before {
    color: #0092d4;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.research.dropdown .dropdown-menu > ul > li:before {
    color: #0092d4;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.standards.dropdown .dropdown-menu > ul > li:before {
    color: #0092d4;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active.open > a.dropdown-toggle {
    background-color: #c6d7e6;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse .nav > li.active.open > a.dropdown-toggle:focus {
    background-color: #c6d7e6;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse.navbar-responsive-collapse.collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-primary .navbar .navbar-inner .nav-collapse.navbar-responsive-collapse.collapse.in {
    margin-top: 46px;
    height: 100vh!important;
    height: calc(100vh - 48px) !important;
    overflow-y: scroll;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse .nav > li.home {
    display: none;
  }
  .nav-collapse .nav > li.dropdown a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-collapse .nav > li.dropdown a.dropdown-toggle {
    padding-right: 15px;
  }
  .nav-collapse .nav > li.dropdown a.dropdown-toggle:after {
    margin-left: 2px;
  }
  .nav-collapse .nav > li .dropdown-menu {
    width: auto;
    /*right: 0;*/
    right: initial;
  }
  .nav-collapse .nav > li .dropdown-menu ul {
    /*padding-right: 40px;*/
    padding-right: 0px;
  }
  .nav-collapse .nav > li .dropdown-menu ul li a {
    width: 90%;
  }
}
@media (min-width: 980px) {
  .navbar .brand {
    display: none;
  }
  .navbar .nav > li > a {
    border: none;
    color: white !important;
  }
  .navbar .nav > li > a:hover {
    color: white;
  }
  .nav-collapse .nav {
    left: 0;
    display: block;
    margin: 0 10px 0 0;
    font-size: 11px;
    height: 39px;
    position: initial;
  }
  .nav-collapse .nav > li {
    border-right: solid #364c64 1px;
    float: left;
  }
  .nav-collapse .nav > li a {
    padding-left: 10px;
    color: white;
    text-decoration: none;
    text-shadow: none;
  }
  .nav-collapse .nav > li a:hover,
  .nav-collapse .nav > li a:focus,
  .nav-collapse .nav > li a:active {
    background-color: #364c64;
    border-color: #4d6175;
    color: white;
  }
  .nav-collapse .nav > li.active {
    border-color: #4d6175;
  }
  .nav-collapse .nav > li.active > a {
    color: white;
    text-decoration: none;
    background-color: #364c64;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
  .nav-collapse .nav > li.active > a:hover {
    background-color: #4d6175;
    border-color: #637587;
    color: white;
  }
  .nav-collapse .nav > li.active > a:focus,
  .nav-collapse .nav > li.active > a:active {
    background-color: #364c64;
    border-color: #4d6175;
    color: white;
  }
  .nav-collapse .nav > li.home a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: baseline;
    content: "\E021";
    margin-right: 10px;
    font-size: 11px;
  }
  .nav-collapse .nav > li.dropdown {
    position: relative;
  }
  .nav-collapse .nav > li.dropdown a.dropdown-toggle {
    padding-right: 25px;
    color: white;
    border: none;
    position: relative;
  }
  .nav-collapse .nav > li.dropdown a.dropdown-toggle:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: baseline;
    position: absolute;
    top: 14px;
    margin-left: 5px;
    content: "\E252";
    font-size: 11px;
    color: #a0bdd5;
  }
  .nav-collapse .nav > li.dropdown.open a.dropdown-toggle {
    background-color: #4d6175;
    border-color: #637587;
    color: white;
  }
  .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:after {
    content: "\E253";
  }
  .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
  .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
  .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before {
    width: 100%;
    height: 3px;
  }
  .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
  .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
  .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before {
    width: 100%;
    height: 3px;
  }
  .nav-collapse .nav > li:last-child {
    border-right: none;
  }
  .nav-collapse .nav > li .dropdown-menu {
    position: absolute;
    top: 39px;
    left: 0px;
    background-color: white;
    border: 1px solid #e8ebed;
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-left: 0;
    /*width: 100%;*/
    width: auto;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    z-index: 3000;
  }
  .nav-collapse .nav > li .dropdown-menu:before {
    content: none;
  }
  .nav-collapse .nav > li .dropdown-menu:after {
    content: none;
  }
  .nav-collapse .nav > li .dropdown-menu > ul {
    width: 260px;
    list-style: none;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
  }
  .nav-collapse .nav > li .dropdown-menu > ul > li {
    position: relative;
    margin-bottom: 8px;
  }
  .nav-collapse .nav > li .dropdown-menu > ul > li.root-item a {
    color: #417cab;
    font-weight: bold;
  }
  .nav-collapse .nav > li .dropdown-menu > ul > li a {
    width: 90%;
    color: #203953;
    display: inline-block;
    z-index: 2000;
  }
  .nav-collapse .nav > li .dropdown-menu > ul > li a:hover {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    color: #417cab;
  }
  .nav-collapse .nav > li .dropdown-menu > ul > li.has-children:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: baseline;
    content: "\E224";
    position: absolute;
    top: 5px;
    color: #417cab;
    margin-left: 6px;
  }
}
.nav-secondary ul.nav-items {
  margin: 0 0 15px 0;
}
.nav-secondary ul.nav-items li {
  list-style: none;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 11px;
}
.nav-secondary ul.nav-items li a {
  display: block;
  color: #417cab;
  padding: 0px 0px;
  font-size: 12px;
  border-right: solid 1px #a0bdd5;
  margin-right: 10px;
  padding-right: 10px;
}
.nav-secondary ul.nav-items li a:hover {
  text-decoration: none;
  color: #203953;
}
.nav-secondary ul.nav-items li:last-child a {
  border-right: none;
}
.nav-sidebar li {
  position: relative;
}
.nav-sidebar li .relative {
  padding-right: 10px;
  display: inline-block;
}
.nav-sidebar li .relative .nav-toggler {
  position: absolute;
  right: -3px;
  top: 0px;
}
.nav-sidebar li .relative .nav-toggler:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E252";
}
.nav-sidebar li .relative .nav-toggler.open:after {
  content: "\E253";
}
.nav-sidebar li .relative .nav-toggler:hover,
.nav-sidebar li .relative .nav-toggler:focus {
  cursor: pointer;
  color: #417cab;
}
.nav-sidebar li.this-path > a,
.nav-sidebar li.this-path > .relative > a {
  color: #5489b3;
  border-bottom: none;
}
.nav-sidebar li ul {
  border-left: solid 4px #e8ebed;
  padding-left: 12px;
  display: none;
  margin-top: 10px;
}
.nav-sidebar li ul.open {
  display: block;
}
@media (max-width: 767px) {
  .nav-sidebar li .relative {
    padding-right: 10px;
    display: inline-block;
  }
  .nav-sidebar li .relative a {
    margin-right: 10px;
  }
  .nav-sidebar li .relative .nav-toggler {
    position: absolute;
    right: -3px;
    top: 0px;
    text-align: right;
    width: 20px;
  }
  .nav-sidebar li .relative .nav-toggler:after {
    font-size: 1em;
  }
}
.brand-skyblue .nav-primary .navbar .navbar-inner .nav-collapse .nav,
.learning .nav-primary .navbar .navbar-inner .nav-collapse .nav {
  border-color: #0092d4;
}
.brand-skyblue .nav-sidebar h5,
.learning .nav-sidebar h5 {
  color: #0092d4;
}
.brand-skyblue .nav-sidebar li .relative .nav-toggler:after,
.learning .nav-sidebar li .relative .nav-toggler:after {
  color: #0092d4;
}
.brand-skyblue .nav-sidebar li .relative .nav-toggler:hover:after,
.learning .nav-sidebar li .relative .nav-toggler:hover:after,
.brand-skyblue .nav-sidebar li .relative .nav-toggler:focus:after,
.learning .nav-sidebar li .relative .nav-toggler:focus:after {
  color: #66bee5;
}
.brand-green .nav-primary .navbar .navbar-inner .nav-collapse .nav,
.standards .nav-primary .navbar .navbar-inner .nav-collapse .nav {
  border-color: #008054;
}
.brand-green .nav-sidebar h5,
.standards .nav-sidebar h5 {
  color: #008054;
}
.brand-green .nav-sidebar li .relative .nav-toggler:after,
.standards .nav-sidebar li .relative .nav-toggler:after {
  color: #008054;
}
.brand-green .nav-sidebar li .relative .nav-toggler:hover:after,
.standards .nav-sidebar li .relative .nav-toggler:hover:after,
.brand-green .nav-sidebar li .relative .nav-toggler:focus:after,
.standards .nav-sidebar li .relative .nav-toggler:focus:after {
  color: #66b398;
}
.brand-red .nav-primary .navbar .navbar-inner .nav-collapse .nav,
.research .nav-primary .navbar .navbar-inner .nav-collapse .nav {
  border-color: #b20e10;
}
.brand-red .nav-sidebar h5,
.research .nav-sidebar h5 {
  color: #b20e10;
}
.brand-red .nav-sidebar li .relative .nav-toggler:after,
.research .nav-sidebar li .relative .nav-toggler:after {
  color: #b20e10;
}
.brand-red .nav-sidebar li .relative .nav-toggler:hover:after,
.research .nav-sidebar li .relative .nav-toggler:hover:after,
.brand-red .nav-sidebar li .relative .nav-toggler:focus:after,
.research .nav-sidebar li .relative .nav-toggler:focus:after {
  color: #d16e70;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-footer.less
 * 
 * 
 *
 * DESCRIPTION: All footer styles
 *
 * 
 */

footer.primary {
  background-color: #d9e5ee;
  padding: 20px 0;
  font-size: 12px;
  position: relative;
  margin-top: -125px;
  /* negative value of footer height */
  min-height: 85px;
  z-index: 1;
}
footer.primary p {
  font-size: 12px;
}
footer.primary .footer-item-icon {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  clear: both;
}
footer.primary .footer-item-icon:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  position: absolute;
  left: -25px;
  font-size: 1.34em;
  color: #417cab;
}
footer.primary .bwticon-address:before {
  content: "\2709";
}
footer.primary .bwticon-phone:before {
  content: "\E442";
}
footer.primary .bwticon-phone p {
  margin-bottom: 0px;
}
footer.primary .bwticon-phone p:last-child {
  margin-bottom: 10px;
}
footer.primary .bwticon-twitter:before {
  font-family: 'FontAwesome';
  content: "\f099";
}
footer.primary p.footer-note {
  color: #6796bc;
  font-size: 9px;
  margin-bottom: 0px;
}
footer.primary p.footer-note a {
  color: #203953;
}
footer a {
  border-bottom: none;
}
footer.footnotes {
  border-top: solid 1px #d9e5ee;
  padding-top: 20px;
  margin-top: 30px;
}
.top-link {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
}
.top-link:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E214";
  color: #d9e5ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #417cab;
  padding: 5px;
}
@media (max-width: 768px) {
  footer.primary {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  footer.primary .align-right {
    text-align: left;
  }
  footer.primary .align-right .footer-item-icon {
    margin-bottom: 10px;
  }
  footer.primary .bwticon-phone p:last-child {
    margin-bottom: 0px;
  }
  footer.primary .top-link {
    bottom: -30px;
    left: 0px;
    width: 100%;
    height: 28px;
    text-align: center;
  }
  footer.primary .top-link:before {
    font-size: 1.5em;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-bootstrap-override.less
 * 
 * 
 *
 * DESCRIPTION: All bootstrap styles
 *
 * Breakpoints:
 * lg: 1200 + 
 * md: 980-1199
 * sm: 768-979
 * xs: 0-767
 * 
 * 
 */

/* SECTION: Bootstrap Responsive Additional classes (missing in Bootstrap 6.2) */

@media (max-width: 400px) {
  .hidden-xxs {
    display: none;
  }
}
@media (max-width: 767px) {
  .row,
  .row-fluid {
    padding: 0 0;
  }
  .row .col-xs-12,
  .row-fluid .col-xs-12 {
    width: 25%;
  }
  .row .col-xs-24,
  .row-fluid .col-xs-24 {
    width: 50%;
  }
  .row .col-xs-48,
  .row-fluid .col-xs-48 {
    width: 100%;
  }
  .row .hidden-xs,
  .row-fluid .hidden-xs {
    display: none;
  }
  .row .offset1.no-offset-xs,
  .row-fluid .offset1.no-offset-xs {
    margin-left: 0px;
  }
  .row .no-offset-xs,
  .row-fluid .no-offset-xs {
    margin-left: 0px;
  }
  .row .inline-xs,
  .row-fluid .inline-xs {
    display: inline-block;
  }
  .row .visible-phone,
  .row-fluid .visible-phone {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row .col-sm-12,
  .row-fluid .col-sm-12 {
    width: 25%;
  }
  .row .col-sm-16,
  .row-fluid .col-sm-16 {
    width: 32%;
  }
  .row .col-sm-31,
  .row-fluid .col-sm-31 {
    width: 64.58%;
  }
  .row .col-sm-32,
  .row-fluid .col-sm-32 {
    width: 66.6666%;
  }
  .row .col-sm-24,
  .row-fluid .col-sm-24 {
    width: 49%;
  }
  .row .col-sm-48,
  .row-fluid .col-sm-48 {
    width: 100%;
  }
  .row .hidden-sm,
  .row-fluid .hidden-sm {
    display: none;
  }
  .row .no-offset-sm,
  .row-fluid .no-offset-sm {
    margin-left: 0px;
  }
  .row .offset1.no-offset-sm,
  .row-fluid .offset1.no-offset-sm {
    margin-left: 0px;
  }
  .row .offset1,
  .row-fluid .offset1,
  .row .offset-1,
  .row-fluid .offset-1 {
    margin-left: 1.3%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .row .col-md-12,
  .row-fluid .col-md-12 {
    width: 25%;
  }
  .row .col-md-24,
  .row-fluid .col-md-24 {
    width: 48.95%;
  }
  .row .col-md-48,
  .row-fluid .col-md-48 {
    width: 100%;
  }
  .row .hidden-md,
  .row-fluid .hidden-md {
    display: none;
  }
  .row .no-offset-md,
  .row-fluid .no-offset-md {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-12,
  .row-fluid .col-lg-12 {
    width: 25%;
  }
  .row .col-lg-24,
  .row-fluid .col-lg-24 {
    width: 50%;
  }
  .row .col-lg-48,
  .row-fluid .col-lg-48 {
    width: 100%;
  }
  .row .hidden-lg,
  .row-fluid .hidden-lg {
    display: none;
  }
  .row .no-offset-lg,
  .row-fluid .no-offset-lg {
    margin-left: 0px;
  }
}
/* SECTION: General bootstrap */

body {
  color: #203953;
  font-size: 13px;
  position: relative;
}
.row,
.row-fluid {
  box-sizing: border-box;
}
.breakchecker {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  margin-top: 1em;
  color: inherit;
  margin-bottom: 15px;
  line-height: 1.2em;
}
h1,
h1 + h2 {
  margin-top: 0;
}
.header-primary h1,
.panel h1,
footer.primary h1,
.sidebar-lg h1,
.header-band h1,
.header-primary h2,
.panel h2,
footer.primary h2,
.sidebar-lg h2,
.header-band h2,
.header-primary h3,
.panel h3,
footer.primary h3,
.sidebar-lg h3,
.header-band h3,
.header-primary h4,
.panel h4,
footer.primary h4,
.sidebar-lg h4,
.header-band h4,
.header-primary h5,
.panel h5,
footer.primary h5,
.sidebar-lg h5,
.header-band h5,
.header-primary h6,
.panel h6,
footer.primary h6,
.sidebar-lg h6,
.header-band h6 {
  margin-top: 0;
}
div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
  margin-top: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
}
/* SECTION: Anchor styles */

a {
  border-bottom: solid 1px #d9e5ee;
  text-decoration: none;
  color: #417cab;
}
a:hover,
a:focus {
  text-decoration: none;
  border-bottom: solid 1px #b3cbdd;
}
a.link,
a.top-link,
a.btn-link {
  border-bottom: none;
}
a.link:hover,
a.top-link:hover,
a.btn-link:hover,
a.link:focus,
a.top-link:focus,
a.btn-link:focus,
a.link:active,
a.top-link:active,
a.btn-link:active,
a.link:visited,
a.top-link:visited,
a.btn-link:visited {
  border-bottom: none;
  text-decoration: none;
}
a:focus,
a:hover,
a:active,
a:link,
a:visited {
  outline: none !important;
  border: 0;
}
.main h1 a,
.main h2 a,
.main h3 a,
.main h4 a,
.main h5 a,
.main h6 a {
  border-bottom: none;
}
.main h1 a:hover,
.main h2 a:hover,
.main h3 a:hover,
.main h4 a:hover,
.main h5 a:hover,
.main h6 a:hover {
  border-bottom: solid 1px #d9e5ee;
}
.main h1 a.link,
.main h2 a.link,
.main h3 a.link,
.main h4 a.link,
.main h5 a.link,
.main h6 a.link,
.main h1 a.top-link,
.main h2 a.top-link,
.main h3 a.top-link,
.main h4 a.top-link,
.main h5 a.top-link,
.main h6 a.top-link,
.main h1 a.btn,
.main h2 a.btn,
.main h3 a.btn,
.main h4 a.btn,
.main h5 a.btn,
.main h6 a.btn {
  border-bottom: none;
}
.main h1 a.link:hover,
.main h2 a.link:hover,
.main h3 a.link:hover,
.main h4 a.link:hover,
.main h5 a.link:hover,
.main h6 a.link:hover,
.main h1 a.top-link:hover,
.main h2 a.top-link:hover,
.main h3 a.top-link:hover,
.main h4 a.top-link:hover,
.main h5 a.top-link:hover,
.main h6 a.top-link:hover,
.main h1 a.btn:hover,
.main h2 a.btn:hover,
.main h3 a.btn:hover,
.main h4 a.btn:hover,
.main h5 a.btn:hover,
.main h6 a.btn:hover,
.main h1 a.link:focus,
.main h2 a.link:focus,
.main h3 a.link:focus,
.main h4 a.link:focus,
.main h5 a.link:focus,
.main h6 a.link:focus,
.main h1 a.top-link:focus,
.main h2 a.top-link:focus,
.main h3 a.top-link:focus,
.main h4 a.top-link:focus,
.main h5 a.top-link:focus,
.main h6 a.top-link:focus,
.main h1 a.btn:focus,
.main h2 a.btn:focus,
.main h3 a.btn:focus,
.main h4 a.btn:focus,
.main h5 a.btn:focus,
.main h6 a.btn:focus,
.main h1 a.link:active,
.main h2 a.link:active,
.main h3 a.link:active,
.main h4 a.link:active,
.main h5 a.link:active,
.main h6 a.link:active,
.main h1 a.top-link:active,
.main h2 a.top-link:active,
.main h3 a.top-link:active,
.main h4 a.top-link:active,
.main h5 a.top-link:active,
.main h6 a.top-link:active,
.main h1 a.btn:active,
.main h2 a.btn:active,
.main h3 a.btn:active,
.main h4 a.btn:active,
.main h5 a.btn:active,
.main h6 a.btn:active,
.main h1 a.link:visited,
.main h2 a.link:visited,
.main h3 a.link:visited,
.main h4 a.link:visited,
.main h5 a.link:visited,
.main h6 a.link:visited,
.main h1 a.top-link:visited,
.main h2 a.top-link:visited,
.main h3 a.top-link:visited,
.main h4 a.top-link:visited,
.main h5 a.top-link:visited,
.main h6 a.top-link:visited,
.main h1 a.btn:visited,
.main h2 a.btn:visited,
.main h3 a.btn:visited,
.main h4 a.btn:visited,
.main h5 a.btn:visited,
.main h6 a.btn:visited {
  border-bottom: none;
  text-decoration: none;
}
.h1 {
  font-size: 30px;
}
.h2 {
  font-size: 24px;
}
.h3 {
  font-size: 21px;
}
.h4 {
  font-size: 19px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 30px;
}
h2 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 24px;
  color: #417cab;
}
h3 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
}
h4 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 19px;
}
h5 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
}
h6 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
}
p {
  line-height: 1.9em;
  margin-bottom: 15px;
}
img.pull-left,
img.pull-right {
  margin-top: 15px;
}
img.pull-left {
  margin-right: 15px;
  margin-bottom: 15px;
}
img.pull-right {
  margin-left: 15px;
  margin-bottom: 15px;
}
/* SECTION: Buttons */

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  color: white;
  font-size: 12px;
  padding: 4px 14px;
  margin-bottom: 20px;
  margin-right: 5px;
  background-color: #203953;
  border-color: #203953;
  border-bottom-color: #203953;
}
.btn:hover {
  background-color: #364c64;
  border-bottom-color: #364c64;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:visited {
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  margin-left: 6px;
}
.btn.btn-default {
  background-color: #203953;
  border-color: #203953;
  border-bottom-color: #203953;
}
.btn.btn-default:hover {
  background-color: #364c64;
}
.btn.btn-primary {
  background-color: #417cab;
  border-color: #417cab;
}
.btn.btn-primary:hover {
  background-color: #5489b3;
}
.btn.btn-secondary {
  background-color: #ecf2f6;
  border-color: #ecf2f6;
  color: #417cab;
}
.btn.btn-secondary:hover {
  background-color: #d9e5ee;
  border-color: #d9e5ee;
}
.btn.btn-tertiary {
  background-color: white;
  border-color: #417cab;
  color: #417cab;
}
.btn.btn-tertiary:hover {
  border-color: #417cab;
  color: #417cab;
  background-color: #f5f8fb;
}
.btn.btn-summer {
  background-color: #199dd8;
  border-color: #199dd8;
  color: white;
}
.btn.btn-summer:hover {
  border-color: #0092d4;
  background-color: #0092d4;
}
.btn.btn-winter {
  background-color: #364c64;
  border-color: #364c64;
  color: white;
}
.btn.btn-winter:hover {
  border-color: #203953;
  background-color: #203953;
}
.btn.btn-block {
  position: relative;
  text-align: left;
}
.btn.btn-block:after {
  float: right;
  top: 5px;
}
.btn.btn-lg {
  padding: 14px 15px;
  font-size: 16px;
}
.btn.btn-lg:after {
  top: 2px;
}
.btn.btn-md {
  font-size: 14px;
  padding: 8px 14px;
}
.btn.btn-sm {
  font-size: 0.9em;
  padding: 4px 12px;
}
.btn.btn-xs {
  font-size: 0.9em;
  padding: 2px 10px;
}
.btn.btn-navbar {
  border: none;
}
.btn.btn-navbar:after {
  content: none;
  display: none;
}
.btn.btn-link {
  padding: 0 0;
  padding-left: 0;
  color: #417cab;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  font-weight: bold;
  text-align: left;
  /*margin-right:0px;*/

}
.btn.btn-link:hover {
  color: #5489b3;
}
.btn.btn-link.btn-logo {
  padding-left: 30px;
  position: relative;
}
.btn.btn-link.btn-logo:before {
  content: "";
  background-image: url(/assets/graphix/bts-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  margin-right: 10px;
}
.btn.btn-download:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  content: "\E026";
  vertical-align: baseline;
}
.btn.btn-download:after {
  content: none;
}
.btn.btn-external-link:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  content: "\E144";
  vertical-align: baseline;
}
.btn.btn-external-link:after {
  content: none;
}
@media (min-width: 768px) {
  .btn.btn-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
  .btn.btn-left {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group .btn {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-group .btn:first-child,
.btn-group .btn:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-submit-test {
  /*position: absolute;
    right: 0px;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
  color: red;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
}
.btn-submit-test:after {
  content: "\E028";
  font-family: 'Glyphicons Regular';
}
/* SECTION: Responsive buttons */

@media (min-width: 768px) {
  .btn.btn-right-sm {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 980px) {
  .btn.btn-right-md {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .btn.btn-right-lg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
}
/* SECTION: Breadcrumb */

.breadcrumb {
  font-size: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #d9e5ee;
  border-left-width: 4px;
  background-color: white;
  padding: 5px 8px;
  margin: 30px 0;
}
.breadcrumb li.active {
  color: #203953;
}
.breadcrumb li.active a {
  color: #203953;
}
.breadcrumb li:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  margin-left: 6px;
  color: #417cab;
}
.breadcrumb li a {
  border-bottom: none;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li.home a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E021";
  margin-right: 6px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 1em;
  }
}
/* SECTION: Blockquote */

blockquote {
  border-left-color: #417cab;
  color: #203953;
  padding-left: 10px;
}
blockquote p.quote {
  margin-bottom: 0px;
  font-size: 14px;
}
blockquote footer {
  color: #417cab;
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}
blockquote footer p {
  font-size: 12px;
  margin-bottom: 2px;
}
blockquote footer p.position {
  color: #203953;
}
blockquote footer p + p {
  color: #203953;
}
blockquote.panel-blockquote,
blockquote:first-child {
  border: solid 1px #d9e5ee;
  border-left-width: 4px;
  padding: 18px 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  /*&:last-child {
        margin-bottom: 0px; 
    }*/

  border-left-color: #417cab;
  border-left-width: 5px;
  padding: 10px;
}
blockquote.panel-blockquote h1,
blockquote:first-child h1,
blockquote.panel-blockquote h2,
blockquote:first-child h2,
blockquote.panel-blockquote h3,
blockquote:first-child h3,
blockquote.panel-blockquote h4,
blockquote:first-child h4,
blockquote.panel-blockquote h5,
blockquote:first-child h5,
blockquote.panel-blockquote h6,
blockquote:first-child h6,
blockquote.panel-blockquote p,
blockquote:first-child p {
  margin-bottom: 10px;
}
blockquote.panel-blockquote h1 + p,
blockquote:first-child h1 + p,
blockquote.panel-blockquote p:first-child,
blockquote:first-child p:first-child {
  font-weight: normal;
}
blockquote.panel-blockquote img,
blockquote:first-child img,
blockquote.panel-blockquote iframe,
blockquote:first-child iframe {
  max-width: 100%;
}
blockquote.panel-blockquote h1,
blockquote:first-child h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1em;
}
blockquote.panel-blockquote p,
blockquote:first-child p {
  font-size: 12px;
}
blockquote.panel-blockquote ul,
blockquote:first-child ul {
  margin: 0 0 8px 0;
}
blockquote.panel-blockquote ul li,
blockquote:first-child ul li {
  list-style: none;
  margin-bottom: 8px;
}
blockquote.panel-blockquote ul li:last-child,
blockquote:first-child ul li:last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote section > :last-child,
blockquote:first-child section > :last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-white,
blockquote:first-child.panel-white {
  background-color: white;
  border: none;
}
blockquote.panel-blockquote.panel-light-blue,
blockquote:first-child.panel-light-blue {
  background-color: #f5f8fb;
  border: none;
}
blockquote.panel-blockquote.brand-skyblue,
blockquote:first-child.brand-skyblue {
  border-color: #7fc8e9;
  border-left-color: #0092d4;
  background-color: #f2f9fd;
}
blockquote.panel-blockquote.panel-links ul li:before,
blockquote:first-child.panel-links ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14c";
  margin-right: 8px;
}
blockquote.panel-blockquote.panel-docs ul li:before,
blockquote:first-child.panel-docs ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E037";
  margin-right: 8px;
}
blockquote.panel-blockquote.panel-login label,
blockquote:first-child.panel-login label {
  display: inline-block;
  clear: left;
}
blockquote.panel-blockquote.panel-login .form-item,
blockquote:first-child.panel-login .form-item {
  clear: both;
  margin-bottom: 20px;
  display: block;
}
blockquote.panel-blockquote.panel-login .form-item label,
blockquote:first-child.panel-login .form-item label {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-login .form-item .field-validation-error,
blockquote:first-child.panel-login .form-item .field-validation-error {
  margin-top: 5px;
  color: red;
  display: block;
  font-size: 0.9em;
  margin-bottom: -16px;
}
blockquote.panel-blockquote.panel-login .form-item input,
blockquote:first-child.panel-login .form-item input {
  margin-bottom: 0px;
  width: 57%;
  padding-right: 0px;
}
blockquote.panel-blockquote.panel-login input,
blockquote:first-child.panel-login input {
  margin-bottom: 15px;
  display: inline-block;
  width: 40px;
}
blockquote.panel-blockquote.panel-login input.btn-block,
blockquote:first-child.panel-login input.btn-block {
  margin-bottom: 0px;
  width: 100%;
}
blockquote.panel-blockquote.panel-promo,
blockquote:first-child.panel-promo {
  padding: 0 0;
  background-color: white;
}
blockquote.panel-blockquote.panel-promo section,
blockquote:first-child.panel-promo section,
blockquote.panel-blockquote.panel-promo .padding,
blockquote:first-child.panel-promo .padding {
  padding: 20px 20px;
}
blockquote.panel-blockquote.panel-promo section .info-list li,
blockquote:first-child.panel-promo section .info-list li,
blockquote.panel-blockquote.panel-promo .padding .info-list li,
blockquote:first-child.panel-promo .padding .info-list li {
  margin-bottom: 6px;
}
blockquote.panel-blockquote.panel-promo section .btn,
blockquote:first-child.panel-promo section .btn,
blockquote.panel-blockquote.panel-promo .padding .btn,
blockquote:first-child.panel-promo .padding .btn {
  margin-bottom: 5px;
  /*&:last-child {
                    margin-bottom: 0px;
                }*/

}
blockquote.panel-blockquote.panel-promo img,
blockquote:first-child.panel-promo img {
  width: 100%;
  height: auto;
}
blockquote.panel-blockquote.panel-promo iframe,
blockquote:first-child.panel-promo iframe {
  height: 265px;
  margin-bottom: -6px;
}
blockquote.panel-blockquote.panel-promo.wide img,
blockquote:first-child.panel-promo.wide img {
  float: right;
  width: 25%;
  height: auto;
  margin: 20px;
}
blockquote.panel-blockquote.panel-promo.wide img.img-right,
blockquote:first-child.panel-promo.wide img.img-right {
  float: right;
}
blockquote.panel-blockquote.panel-promo.wide section,
blockquote:first-child.panel-promo.wide section {
  padding: 20px 20px;
}
blockquote.panel-blockquote.panel-promo.wide section :last-child,
blockquote:first-child.panel-promo.wide section :last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-promo.img-right section btn:last-child,
blockquote:first-child.panel-promo.img-right section btn:last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-promo.event,
blockquote:first-child.panel-promo.event {
  padding: 10px;
  border-left-color: #417cab;
}
blockquote.panel-blockquote.panel-promo.event .btn,
blockquote:first-child.panel-promo.event .btn {
  color: #417cab;
}
blockquote.panel-blockquote.panel-promo.event .info-list,
blockquote:first-child.panel-promo.event .info-list {
  color: #417cab;
  font-size: 11px;
}
blockquote.panel-blockquote.panel-promo.interactive,
blockquote:first-child.panel-promo.interactive {
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #f5f8fb;
  border: solid 1px #f5f8fb;
}
blockquote.panel-blockquote.panel-promo.interactive img,
blockquote:first-child.panel-promo.interactive img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
blockquote.panel-blockquote.panel-promo.interactive section,
blockquote:first-child.panel-promo.interactive section,
blockquote.panel-blockquote.panel-promo.interactive .padding,
blockquote:first-child.panel-promo.interactive .padding {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 20px;
  background-color: #f5f8fb;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 10%;
}
blockquote.panel-blockquote.panel-promo.interactive section h1,
blockquote:first-child.panel-promo.interactive section h1,
blockquote.panel-blockquote.panel-promo.interactive .padding h1,
blockquote:first-child.panel-promo.interactive .padding h1 {
  margin-bottom: 26px;
}
blockquote.panel-blockquote.panel-promo.interactive section p,
blockquote:first-child.panel-promo.interactive section p,
blockquote.panel-blockquote.panel-promo.interactive .padding p,
blockquote:first-child.panel-promo.interactive .padding p {
  line-height: 1.5em;
}
blockquote.panel-blockquote.panel-promo.interactive footer,
blockquote:first-child.panel-promo.interactive footer {
  position: absolute;
  bottom: 0px;
  text-align: right;
  z-index: 310;
  width: 100%;
}
blockquote.panel-blockquote.panel-promo.interactive footer .btn,
blockquote:first-child.panel-promo.interactive footer .btn {
  margin: 10px 20px 20px 10px;
}
blockquote.panel-blockquote.panel-promo.interactive:hover section,
blockquote:first-child.panel-promo.interactive:hover section {
  height: 100%;
}
blockquote.panel-blockquote.panel-meetings-feed,
blockquote:first-child.panel-meetings-feed {
  padding-bottom: 5px;
}
blockquote.panel-blockquote.panel-meetings-feed h1,
blockquote:first-child.panel-meetings-feed h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 30px;
  margin-bottom: 15px;
}
blockquote.panel-blockquote.panel-meetings-feed .panel-promo,
blockquote:first-child.panel-meetings-feed .panel-promo {
  padding: 0px 0px;
  margin-bottom: 20px;
  background-color: #ecf2f6;
  border-color: #a0bdd5;
}
blockquote.panel-blockquote.panel-meetings-feed .panel-promo .link,
blockquote:first-child.panel-meetings-feed .panel-promo .link {
  padding: 12px 12px;
}
blockquote.panel-blockquote.panel-meetings-feed .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed .panel-promo .btn.btn-link {
  color: #417cab;
  margin-bottom: 10px;
}
blockquote.panel-blockquote.panel-meetings-feed .row-fluid :first-child .panel-promo,
blockquote:first-child.panel-meetings-feed .row-fluid :first-child .panel-promo,
blockquote.panel-blockquote.panel-meetings-feed .row :first-child .panel-promo,
blockquote:first-child.panel-meetings-feed .row :first-child .panel-promo {
  background-color: white;
  border-left-color: #203953;
}
blockquote.panel-blockquote.panel-meetings-feed.summer h5,
blockquote:first-child.panel-meetings-feed.summer h5 {
  color: #0092d4;
}
blockquote.panel-blockquote.panel-meetings-feed.summer .panel-promo,
blockquote:first-child.panel-meetings-feed.summer .panel-promo {
  background-color: #f2f9fd;
  border-color: #7fc8e9;
}
blockquote.panel-blockquote.panel-meetings-feed.summer .row-fluid :first-child .panel-promo,
blockquote:first-child.panel-meetings-feed.summer .row-fluid :first-child .panel-promo,
blockquote.panel-blockquote.panel-meetings-feed.summer .row :first-child .panel-promo,
blockquote:first-child.panel-meetings-feed.summer .row :first-child .panel-promo {
  border-left-color: #0092d4;
  background-color: white;
}
blockquote.panel-blockquote.panel-meetings-feed.summer .row-fluid :first-child .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.summer .row-fluid :first-child .panel-promo .btn.btn-link,
blockquote.panel-blockquote.panel-meetings-feed.summer .row :first-child .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.summer .row :first-child .panel-promo .btn.btn-link {
  color: #0092d4;
}
blockquote.panel-blockquote.panel-meetings-feed.winter h5,
blockquote:first-child.panel-meetings-feed.winter h5 {
  color: #203953;
}
blockquote.panel-blockquote.panel-meetings-feed.winter .row-fluid .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.winter .row-fluid .panel-promo .btn.btn-link,
blockquote.panel-blockquote.panel-meetings-feed.winter .row .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.winter .row .panel-promo .btn.btn-link {
  color: #417cab;
}
blockquote.panel-blockquote.panel-meetings-feed.winter .row-fluid :first-child .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.winter .row-fluid :first-child .panel-promo .btn.btn-link,
blockquote.panel-blockquote.panel-meetings-feed.winter .row :first-child .panel-promo .btn.btn-link,
blockquote:first-child.panel-meetings-feed.winter .row :first-child .panel-promo .btn.btn-link {
  color: #203953;
}
blockquote.panel-blockquote.panel-feed,
blockquote:first-child.panel-feed {
  background-color: #ecf2f6;
  border: none;
  padding: 0px;
  position: relative;
  padding-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed header,
blockquote:first-child.panel-feed header,
blockquote.panel-blockquote.panel-feed section,
blockquote:first-child.panel-feed section,
blockquote.panel-blockquote.panel-feed footer,
blockquote:first-child.panel-feed footer {
  padding: 16px 20px;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed header p,
blockquote:first-child.panel-feed header p,
blockquote.panel-blockquote.panel-feed section p,
blockquote:first-child.panel-feed section p,
blockquote.panel-blockquote.panel-feed footer p,
blockquote:first-child.panel-feed footer p {
  font-size: 11px;
}
blockquote.panel-blockquote.panel-feed section,
blockquote:first-child.panel-feed section {
  padding-top: 0px;
}
blockquote.panel-blockquote.panel-feed .feed-item,
blockquote:first-child.panel-feed .feed-item {
  background-color: white;
  border: none;
  margin-bottom: 15px;
  padding: 10px 15px;
}
blockquote.panel-blockquote.panel-feed .feed-item .info-list,
blockquote:first-child.panel-feed .feed-item .info-list {
  color: #417cab;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed .feed-item:last-child,
blockquote:first-child.panel-feed .feed-item:last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed footer,
blockquote:first-child.panel-feed footer {
  padding-top: 0px;
  text-align: right;
}
blockquote.panel-blockquote.panel-feed footer .btn,
blockquote:first-child.panel-feed footer .btn {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.news,
blockquote:first-child.panel-feed.news {
  box-sizing: border-box;
}
blockquote.panel-blockquote.panel-feed.news header,
blockquote:first-child.panel-feed.news header {
  background-color: #417cab;
  color: white;
  padding: 0 0;
}
blockquote.panel-blockquote.panel-feed.news header h1,
blockquote:first-child.panel-feed.news header h1 {
  color: white;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.news header h1 a,
blockquote:first-child.panel-feed.news header h1 a {
  color: white;
  padding: 14px 20px;
}
blockquote.panel-blockquote.panel-feed.news header h1 a.btn-link,
blockquote:first-child.panel-feed.news header h1 a.btn-link {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.news header h1.padding,
blockquote:first-child.panel-feed.news header h1.padding {
  padding: 14px 20px;
}
blockquote.panel-blockquote.panel-feed.news section,
blockquote:first-child.panel-feed.news section {
  padding: 0 20px;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item,
blockquote:first-child.panel-feed.news section .feed-item {
  padding: 6px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #c6d7e6;
  background-color: inherit;
  position: relative;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item p,
blockquote:first-child.panel-feed.news section .feed-item p {
  margin-bottom: 2px;
  color: #417cab;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item:first-child,
blockquote:first-child.panel-feed.news section .feed-item:first-child {
  padding-top: 10px;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item:last-child,
blockquote:first-child.panel-feed.news section .feed-item:last-child {
  border-bottom: none;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item .info-list,
blockquote:first-child.panel-feed.news section .feed-item .info-list {
  color: #203953;
  font-size: 11px;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item .info-list li,
blockquote:first-child.panel-feed.news section .feed-item .info-list li {
  display: inline-block;
  margin-right: 5px;
  color: #203953;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item a.link,
blockquote:first-child.panel-feed.news section .feed-item a.link {
  display: block;
  width: 100%;
}
blockquote.panel-blockquote.panel-feed.news section .feed-item a.link:after,
blockquote:first-child.panel-feed.news section .feed-item a.link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 0px;
  top: initial;
  top: auto;
}
blockquote.panel-blockquote.panel-feed.news footer,
blockquote:first-child.panel-feed.news footer {
  width: 100%;
  box-sizing: border-box;
}
blockquote.panel-blockquote.panel-feed.news footer .btn,
blockquote:first-child.panel-feed.news footer .btn {
  margin: 0 0 0 0;
}
blockquote.panel-blockquote.panel-feed.courses header,
blockquote:first-child.panel-feed.courses header {
  padding: 15px 15px 8px 15px;
}
blockquote.panel-blockquote.panel-feed.courses header h1,
blockquote:first-child.panel-feed.courses header h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  color: #203953;
  text-transform: none;
  margin-bottom: 0px;
  line-height: 1em;
}
blockquote.panel-blockquote.panel-feed.courses section,
blockquote:first-child.panel-feed.courses section {
  padding: 0px 15px 37px 15px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item,
blockquote:first-child.panel-feed.courses .feed-item {
  padding: 0 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #0092d4;
  background-color: #f2f9fd;
  margin-bottom: 10px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item:last-child,
blockquote:first-child.panel-feed.courses .feed-item:last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item h5,
blockquote:first-child.panel-feed.courses .feed-item h5 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: Arial;
  line-height: 1em;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item .link,
blockquote:first-child.panel-feed.courses .feed-item .link {
  padding: 9px 10px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item .link:after,
blockquote:first-child.panel-feed.courses .feed-item .link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: initial;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item .info-list,
blockquote:first-child.panel-feed.courses .feed-item .info-list {
  font-size: 12px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item .info-list li,
blockquote:first-child.panel-feed.courses .feed-item .info-list li {
  margin-bottom: 2px;
  line-height: 1.2em;
  font-size: 10px;
}
blockquote.panel-blockquote.panel-feed.courses .feed-item .info-list li:last-child,
blockquote:first-child.panel-feed.courses .feed-item .info-list li:last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-feed.courses footer,
blockquote:first-child.panel-feed.courses footer {
  color: #0092d4;
  padding: 10px 15px 8px 15px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
blockquote.panel-blockquote.panel-feed.courses footer .btn.btn-link,
blockquote:first-child.panel-feed.courses footer .btn.btn-link {
  color: #0092d4;
  font-size: 12px;
  margin: 0 0;
}
blockquote.panel-blockquote.panel-feed.equalize-item,
blockquote:first-child.panel-feed.equalize-item {
  padding-bottom: 45px;
}
blockquote.panel-blockquote.panel-feed.equalize-item footer,
blockquote:first-child.panel-feed.equalize-item footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
blockquote.panel-blockquote.panel-staff,
blockquote:first-child.panel-staff {
  border-left-color: #417cab;
}
blockquote.panel-blockquote.panel-staff .info-list,
blockquote:first-child.panel-staff .info-list {
  color: #417cab;
  font-size: 12px;
  font-weight: bold;
}
blockquote.panel-blockquote.panel-news,
blockquote:first-child.panel-news {
  padding: 0 0;
  border-left-color: #417cab;
}
blockquote.panel-blockquote.panel-news h1,
blockquote:first-child.panel-news h1 {
  color: #417cab;
}
blockquote.panel-blockquote.panel-news section,
blockquote:first-child.panel-news section {
  padding: 20px 20px 10px 20px;
}
blockquote.panel-blockquote.panel-news section img,
blockquote:first-child.panel-news section img {
  height: 40px;
  width: 40px;
}
blockquote.panel-blockquote.panel-news section .media .media-thumb,
blockquote:first-child.panel-news section .media .media-thumb {
  width: 100px;
  height: auto;
}
blockquote.panel-blockquote.panel-news footer,
blockquote:first-child.panel-news footer {
  background-color: #c6d7e6;
  padding: 10px;
}
blockquote.panel-blockquote.panel-news footer p,
blockquote:first-child.panel-news footer p {
  display: inline-block;
  color: white;
  margin-bottom: 0px;
}
blockquote.panel-blockquote.panel-news footer .btn,
blockquote:first-child.panel-news footer .btn {
  float: right;
}
blockquote.panel-blockquote.panel-news footer:last-child,
blockquote:first-child.panel-news footer:last-child {
  text-align: left;
}
blockquote.panel-blockquote.panel-map,
blockquote:first-child.panel-map {
  border: none;
  padding: 0 0;
}
blockquote.panel-blockquote.panel-map h1,
blockquote:first-child.panel-map h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
}
blockquote.panel-blockquote.panel-map iframe,
blockquote:first-child.panel-map iframe,
blockquote.panel-blockquote.panel-map .map-canvas,
blockquote:first-child.panel-map .map-canvas {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
blockquote.panel-blockquote.panel-twitter-feed,
blockquote:first-child.panel-twitter-feed {
  clear: both;
  padding: 0px;
  border: none;
  border-right: solid 4px #f5f8fb;
  margin-bottom: 10px;
}
blockquote.panel-blockquote.panel-twitter-feed .twitter-follow-button,
blockquote:first-child.panel-twitter-feed .twitter-follow-button {
  background-color: #417cab;
  border-color: #417cab;
}
blockquote.panel-blockquote.panel-twitter-feed .tweet-author-info,
blockquote:first-child.panel-twitter-feed .tweet-author-info {
  position: relative;
}
blockquote.panel-blockquote.panel-twitter-feed .tweet-author-info a.twitter-link,
blockquote:first-child.panel-twitter-feed .tweet-author-info a.twitter-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #417cab;
  height: 40px;
  width: 40px;
  padding: 20px;
  font-size: 44px;
  position: absolute;
}
blockquote.panel-blockquote.panel-twitter-feed .tweet-author-info a.twitter-link:before,
blockquote:first-child.panel-twitter-feed .tweet-author-info a.twitter-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  content: "\f099";
}
blockquote.panel-blockquote.panel-twitter-feed .tweet-author-info .author-details,
blockquote:first-child.panel-twitter-feed .tweet-author-info .author-details {
  padding-left: 90px;
}
blockquote.panel-blockquote.panel-twitter-feed .tweet-author-info .btn#follow-button,
blockquote:first-child.panel-twitter-feed .tweet-author-info .btn#follow-button {
  background-color: #417cab;
}
blockquote.panel-blockquote.panel-twitter-feed .feed-item,
blockquote:first-child.panel-twitter-feed .feed-item {
  border-left: solid 4px #f5f8fb;
  height: 200px;
  padding: 0 20px;
}
blockquote.panel-blockquote.panel-twitter-feed .feed-item h3,
blockquote:first-child.panel-twitter-feed .feed-item h3 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1.4em;
}
blockquote.panel-blockquote.panel-twitter-feed .feed-item span,
blockquote:first-child.panel-twitter-feed .feed-item span {
  color: #417cab;
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-weight: bold;
}
blockquote.panel-blockquote.panel-sidenav,
blockquote:first-child.panel-sidenav {
  border-left-color: #417cab;
  z-index: 100;
}
blockquote.panel-blockquote p:last-child,
blockquote:first-child p:last-child,
blockquote.panel-blockquote > :last-child,
blockquote:first-child > :last-child {
  margin-bottom: 0px;
}
blockquote.panel-blockquote.blue,
blockquote:first-child.blue {
  background-color: #f5f8fb;
  /*border: none;*/

}
blockquote.panel-blockquote.summer,
blockquote:first-child.summer {
  border-left-color: #0092d4;
}
blockquote.panel-blockquote.summer h1,
blockquote:first-child.summer h1,
blockquote.panel-blockquote.summer h2,
blockquote:first-child.summer h2,
blockquote.panel-blockquote.summer h3,
blockquote:first-child.summer h3,
blockquote.panel-blockquote.summer h4,
blockquote:first-child.summer h4,
blockquote.panel-blockquote.summer strong,
blockquote:first-child.summer strong {
  color: #0092d4;
}
blockquote.panel-blockquote.summer .info-list li:before,
blockquote:first-child.summer .info-list li:before {
  color: #0092d4;
}
blockquote.panel-blockquote.summer .info-list li strong,
blockquote:first-child.summer .info-list li strong {
  color: #0092d4;
}
blockquote.panel-blockquote.summer .panel,
blockquote:first-child.summer .panel {
  border-left-color: #0092d4;
}
blockquote.panel-blockquote.winter,
blockquote:first-child.winter {
  border-left-color: #203953;
}
blockquote.panel-blockquote.winter h1,
blockquote:first-child.winter h1,
blockquote.panel-blockquote.winter h2,
blockquote:first-child.winter h2,
blockquote.panel-blockquote.winter h3,
blockquote:first-child.winter h3,
blockquote.panel-blockquote.winter h4,
blockquote:first-child.winter h4 {
  color: #203953;
}
blockquote.panel-blockquote.winter strong,
blockquote:first-child.winter strong {
  color: #417cab;
}
blockquote.panel-blockquote.winter .info-list li:before,
blockquote:first-child.winter .info-list li:before {
  color: #203953;
}
blockquote.panel-blockquote.winter .info-list li strong,
blockquote:first-child.winter .info-list li strong {
  color: #203953;
}
blockquote.panel-blockquote.panel-promo.interactive,
blockquote:first-child.panel-promo.interactive {
  border: solid 1px #f5f8fb;
}
blockquote.panel-blockquote h1,
blockquote:first-child h1,
blockquote.panel-blockquote h2,
blockquote:first-child h2,
blockquote.panel-blockquote h3,
blockquote:first-child h3,
blockquote.panel-blockquote h4,
blockquote:first-child h4,
blockquote.panel-blockquote h5,
blockquote:first-child h5,
blockquote.panel-blockquote h6,
blockquote:first-child h6 {
  margin-top: 0;
}
blockquote.panel-blockquote p.quote,
blockquote:first-child p.quote {
  font-size: 14px;
  margin-bottom: 0px;
}
blockquote.panel-blockquote footer p,
blockquote:first-child footer p {
  margin-bottom: 2px;
}
h1 + blockquote {
  border: solid 1px #d9e5ee;
  border-left-width: 4px;
  padding: 18px 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  /*&:last-child {
        margin-bottom: 0px; 
    }*/

  border-left-color: #417cab;
  border-left-width: 5px;
  padding: 10px;
}
h1 + blockquote h1,
h1 + blockquote h2,
h1 + blockquote h3,
h1 + blockquote h4,
h1 + blockquote h5,
h1 + blockquote h6,
h1 + blockquote p {
  margin-bottom: 10px;
}
h1 + blockquote h1 + p,
h1 + blockquote p:first-child {
  font-weight: normal;
}
h1 + blockquote img,
h1 + blockquote iframe {
  max-width: 100%;
}
h1 + blockquote h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1em;
}
h1 + blockquote p {
  font-size: 12px;
}
h1 + blockquote ul {
  margin: 0 0 8px 0;
}
h1 + blockquote ul li {
  list-style: none;
  margin-bottom: 8px;
}
h1 + blockquote ul li:last-child {
  margin-bottom: 0px;
}
h1 + blockquote section > :last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-white {
  background-color: white;
  border: none;
}
h1 + blockquote.panel-light-blue {
  background-color: #f5f8fb;
  border: none;
}
h1 + blockquote.brand-skyblue {
  border-color: #7fc8e9;
  border-left-color: #0092d4;
  background-color: #f2f9fd;
}
h1 + blockquote.panel-links ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14c";
  margin-right: 8px;
}
h1 + blockquote.panel-docs ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E037";
  margin-right: 8px;
}
h1 + blockquote.panel-login label {
  display: inline-block;
  clear: left;
}
h1 + blockquote.panel-login .form-item {
  clear: both;
  margin-bottom: 20px;
  display: block;
}
h1 + blockquote.panel-login .form-item label {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 0px;
}
h1 + blockquote.panel-login .form-item .field-validation-error {
  margin-top: 5px;
  color: red;
  display: block;
  font-size: 0.9em;
  margin-bottom: -16px;
}
h1 + blockquote.panel-login .form-item input {
  margin-bottom: 0px;
  width: 57%;
  padding-right: 0px;
}
h1 + blockquote.panel-login input {
  margin-bottom: 15px;
  display: inline-block;
  width: 40px;
}
h1 + blockquote.panel-login input.btn-block {
  margin-bottom: 0px;
  width: 100%;
}
h1 + blockquote.panel-promo {
  padding: 0 0;
  background-color: white;
}
h1 + blockquote.panel-promo section,
h1 + blockquote.panel-promo .padding {
  padding: 20px 20px;
}
h1 + blockquote.panel-promo section .info-list li,
h1 + blockquote.panel-promo .padding .info-list li {
  margin-bottom: 6px;
}
h1 + blockquote.panel-promo section .btn,
h1 + blockquote.panel-promo .padding .btn {
  margin-bottom: 5px;
  /*&:last-child {
                    margin-bottom: 0px;
                }*/

}
h1 + blockquote.panel-promo img {
  width: 100%;
  height: auto;
}
h1 + blockquote.panel-promo iframe {
  height: 265px;
  margin-bottom: -6px;
}
h1 + blockquote.panel-promo.wide img {
  float: right;
  width: 25%;
  height: auto;
  margin: 20px;
}
h1 + blockquote.panel-promo.wide img.img-right {
  float: right;
}
h1 + blockquote.panel-promo.wide section {
  padding: 20px 20px;
}
h1 + blockquote.panel-promo.wide section :last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-promo.img-right section btn:last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-promo.event {
  padding: 10px;
  border-left-color: #417cab;
}
h1 + blockquote.panel-promo.event .btn {
  color: #417cab;
}
h1 + blockquote.panel-promo.event .info-list {
  color: #417cab;
  font-size: 11px;
}
h1 + blockquote.panel-promo.interactive {
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #f5f8fb;
  border: solid 1px #f5f8fb;
}
h1 + blockquote.panel-promo.interactive img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
h1 + blockquote.panel-promo.interactive section,
h1 + blockquote.panel-promo.interactive .padding {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 20px;
  background-color: #f5f8fb;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 10%;
}
h1 + blockquote.panel-promo.interactive section h1,
h1 + blockquote.panel-promo.interactive .padding h1 {
  margin-bottom: 26px;
}
h1 + blockquote.panel-promo.interactive section p,
h1 + blockquote.panel-promo.interactive .padding p {
  line-height: 1.5em;
}
h1 + blockquote.panel-promo.interactive footer {
  position: absolute;
  bottom: 0px;
  text-align: right;
  z-index: 310;
  width: 100%;
}
h1 + blockquote.panel-promo.interactive footer .btn {
  margin: 10px 20px 20px 10px;
}
h1 + blockquote.panel-promo.interactive:hover section {
  height: 100%;
}
h1 + blockquote.panel-meetings-feed {
  padding-bottom: 5px;
}
h1 + blockquote.panel-meetings-feed h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 30px;
  margin-bottom: 15px;
}
h1 + blockquote.panel-meetings-feed .panel-promo {
  padding: 0px 0px;
  margin-bottom: 20px;
  background-color: #ecf2f6;
  border-color: #a0bdd5;
}
h1 + blockquote.panel-meetings-feed .panel-promo .link {
  padding: 12px 12px;
}
h1 + blockquote.panel-meetings-feed .panel-promo .btn.btn-link {
  color: #417cab;
  margin-bottom: 10px;
}
h1 + blockquote.panel-meetings-feed .row-fluid :first-child .panel-promo,
h1 + blockquote.panel-meetings-feed .row :first-child .panel-promo {
  background-color: white;
  border-left-color: #203953;
}
h1 + blockquote.panel-meetings-feed.summer h5 {
  color: #0092d4;
}
h1 + blockquote.panel-meetings-feed.summer .panel-promo {
  background-color: #f2f9fd;
  border-color: #7fc8e9;
}
h1 + blockquote.panel-meetings-feed.summer .row-fluid :first-child .panel-promo,
h1 + blockquote.panel-meetings-feed.summer .row :first-child .panel-promo {
  border-left-color: #0092d4;
  background-color: white;
}
h1 + blockquote.panel-meetings-feed.summer .row-fluid :first-child .panel-promo .btn.btn-link,
h1 + blockquote.panel-meetings-feed.summer .row :first-child .panel-promo .btn.btn-link {
  color: #0092d4;
}
h1 + blockquote.panel-meetings-feed.winter h5 {
  color: #203953;
}
h1 + blockquote.panel-meetings-feed.winter .row-fluid .panel-promo .btn.btn-link,
h1 + blockquote.panel-meetings-feed.winter .row .panel-promo .btn.btn-link {
  color: #417cab;
}
h1 + blockquote.panel-meetings-feed.winter .row-fluid :first-child .panel-promo .btn.btn-link,
h1 + blockquote.panel-meetings-feed.winter .row :first-child .panel-promo .btn.btn-link {
  color: #203953;
}
h1 + blockquote.panel-feed {
  background-color: #ecf2f6;
  border: none;
  padding: 0px;
  position: relative;
  padding-bottom: 0px;
}
h1 + blockquote.panel-feed header,
h1 + blockquote.panel-feed section,
h1 + blockquote.panel-feed footer {
  padding: 16px 20px;
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed header p,
h1 + blockquote.panel-feed section p,
h1 + blockquote.panel-feed footer p {
  font-size: 11px;
}
h1 + blockquote.panel-feed section {
  padding-top: 0px;
}
h1 + blockquote.panel-feed .feed-item {
  background-color: white;
  border: none;
  margin-bottom: 15px;
  padding: 10px 15px;
}
h1 + blockquote.panel-feed .feed-item .info-list {
  color: #417cab;
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed .feed-item:last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed footer {
  padding-top: 0px;
  text-align: right;
}
h1 + blockquote.panel-feed footer .btn {
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.news {
  box-sizing: border-box;
}
h1 + blockquote.panel-feed.news header {
  background-color: #417cab;
  color: white;
  padding: 0 0;
}
h1 + blockquote.panel-feed.news header h1 {
  color: white;
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.news header h1 a {
  color: white;
  padding: 14px 20px;
}
h1 + blockquote.panel-feed.news header h1 a.btn-link {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.news header h1.padding {
  padding: 14px 20px;
}
h1 + blockquote.panel-feed.news section {
  padding: 0 20px;
}
h1 + blockquote.panel-feed.news section .feed-item {
  padding: 6px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #c6d7e6;
  background-color: inherit;
  position: relative;
}
h1 + blockquote.panel-feed.news section .feed-item p {
  margin-bottom: 2px;
  color: #417cab;
}
h1 + blockquote.panel-feed.news section .feed-item:first-child {
  padding-top: 10px;
}
h1 + blockquote.panel-feed.news section .feed-item:last-child {
  border-bottom: none;
}
h1 + blockquote.panel-feed.news section .feed-item .info-list {
  color: #203953;
  font-size: 11px;
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.news section .feed-item .info-list li {
  display: inline-block;
  margin-right: 5px;
  color: #203953;
}
h1 + blockquote.panel-feed.news section .feed-item a.link {
  display: block;
  width: 100%;
}
h1 + blockquote.panel-feed.news section .feed-item a.link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 0px;
  top: initial;
  top: auto;
}
h1 + blockquote.panel-feed.news footer {
  width: 100%;
  box-sizing: border-box;
}
h1 + blockquote.panel-feed.news footer .btn {
  margin: 0 0 0 0;
}
h1 + blockquote.panel-feed.courses header {
  padding: 15px 15px 8px 15px;
}
h1 + blockquote.panel-feed.courses header h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  color: #203953;
  text-transform: none;
  margin-bottom: 0px;
  line-height: 1em;
}
h1 + blockquote.panel-feed.courses section {
  padding: 0px 15px 37px 15px;
}
h1 + blockquote.panel-feed.courses .feed-item {
  padding: 0 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #0092d4;
  background-color: #f2f9fd;
  margin-bottom: 10px;
}
h1 + blockquote.panel-feed.courses .feed-item:last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.courses .feed-item h5 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: Arial;
  line-height: 1em;
}
h1 + blockquote.panel-feed.courses .feed-item .link {
  padding: 9px 10px;
}
h1 + blockquote.panel-feed.courses .feed-item .link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: initial;
}
h1 + blockquote.panel-feed.courses .feed-item .info-list {
  font-size: 12px;
}
h1 + blockquote.panel-feed.courses .feed-item .info-list li {
  margin-bottom: 2px;
  line-height: 1.2em;
  font-size: 10px;
}
h1 + blockquote.panel-feed.courses .feed-item .info-list li:last-child {
  margin-bottom: 0px;
}
h1 + blockquote.panel-feed.courses footer {
  color: #0092d4;
  padding: 10px 15px 8px 15px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
h1 + blockquote.panel-feed.courses footer .btn.btn-link {
  color: #0092d4;
  font-size: 12px;
  margin: 0 0;
}
h1 + blockquote.panel-feed.equalize-item {
  padding-bottom: 45px;
}
h1 + blockquote.panel-feed.equalize-item footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
h1 + blockquote.panel-staff {
  border-left-color: #417cab;
}
h1 + blockquote.panel-staff .info-list {
  color: #417cab;
  font-size: 12px;
  font-weight: bold;
}
h1 + blockquote.panel-news {
  padding: 0 0;
  border-left-color: #417cab;
}
h1 + blockquote.panel-news h1 {
  color: #417cab;
}
h1 + blockquote.panel-news section {
  padding: 20px 20px 10px 20px;
}
h1 + blockquote.panel-news section img {
  height: 40px;
  width: 40px;
}
h1 + blockquote.panel-news section .media .media-thumb {
  width: 100px;
  height: auto;
}
h1 + blockquote.panel-news footer {
  background-color: #c6d7e6;
  padding: 10px;
}
h1 + blockquote.panel-news footer p {
  display: inline-block;
  color: white;
  margin-bottom: 0px;
}
h1 + blockquote.panel-news footer .btn {
  float: right;
}
h1 + blockquote.panel-news footer:last-child {
  text-align: left;
}
h1 + blockquote.panel-map {
  border: none;
  padding: 0 0;
}
h1 + blockquote.panel-map h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 21px;
}
h1 + blockquote.panel-map iframe,
h1 + blockquote.panel-map .map-canvas {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
h1 + blockquote.panel-twitter-feed {
  clear: both;
  padding: 0px;
  border: none;
  border-right: solid 4px #f5f8fb;
  margin-bottom: 10px;
}
h1 + blockquote.panel-twitter-feed .twitter-follow-button {
  background-color: #417cab;
  border-color: #417cab;
}
h1 + blockquote.panel-twitter-feed .tweet-author-info {
  position: relative;
}
h1 + blockquote.panel-twitter-feed .tweet-author-info a.twitter-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #417cab;
  height: 40px;
  width: 40px;
  padding: 20px;
  font-size: 44px;
  position: absolute;
}
h1 + blockquote.panel-twitter-feed .tweet-author-info a.twitter-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  content: "\f099";
}
h1 + blockquote.panel-twitter-feed .tweet-author-info .author-details {
  padding-left: 90px;
}
h1 + blockquote.panel-twitter-feed .tweet-author-info .btn#follow-button {
  background-color: #417cab;
}
h1 + blockquote.panel-twitter-feed .feed-item {
  border-left: solid 4px #f5f8fb;
  height: 200px;
  padding: 0 20px;
}
h1 + blockquote.panel-twitter-feed .feed-item h3 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1.4em;
}
h1 + blockquote.panel-twitter-feed .feed-item span {
  color: #417cab;
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-weight: bold;
}
h1 + blockquote.panel-sidenav {
  border-left-color: #417cab;
  z-index: 100;
}
h1 + blockquote p:last-child,
h1 + blockquote > :last-child {
  margin-bottom: 0px;
}
h1 + blockquote.blue {
  background-color: #f5f8fb;
  /*border: none;*/

}
h1 + blockquote.summer {
  border-left-color: #0092d4;
}
h1 + blockquote.summer h1,
h1 + blockquote.summer h2,
h1 + blockquote.summer h3,
h1 + blockquote.summer h4,
h1 + blockquote.summer strong {
  color: #0092d4;
}
h1 + blockquote.summer .info-list li:before {
  color: #0092d4;
}
h1 + blockquote.summer .info-list li strong {
  color: #0092d4;
}
h1 + blockquote.summer .panel {
  border-left-color: #0092d4;
}
h1 + blockquote.winter {
  border-left-color: #203953;
}
h1 + blockquote.winter h1,
h1 + blockquote.winter h2,
h1 + blockquote.winter h3,
h1 + blockquote.winter h4 {
  color: #203953;
}
h1 + blockquote.winter strong {
  color: #417cab;
}
h1 + blockquote.winter .info-list li:before {
  color: #203953;
}
h1 + blockquote.winter .info-list li strong {
  color: #203953;
}
h1 + blockquote.panel-promo.interactive {
  border: solid 1px #f5f8fb;
}
h1 + blockquote h1,
h1 + blockquote h2,
h1 + blockquote h3,
h1 + blockquote h4,
h1 + blockquote h5,
h1 + blockquote h6 {
  margin-top: 0;
}
h1 + blockquote footer p {
  margin-bottom: 2px;
}
/* SECTION: Zone styles */

.brand-skyblue .btn.btn-primary,
.learning .btn.btn-primary {
  background-color: #0092d4;
  border-color: #0092d4;
  border-bottom-color: #0092d4;
}
.brand-skyblue .btn.btn-primary:hover,
.learning .btn.btn-primary:hover {
  background-color: #199dd8;
  border-color: #199dd8;
}
.brand-skyblue .btn.btn-secondary,
.learning .btn.btn-secondary {
  background-color: #ecf2f6;
  border-color: #ecf2f6;
  color: #0092d4;
}
.brand-skyblue .btn.btn-secondary:hover,
.learning .btn.btn-secondary:hover {
  background-color: #d9e5ee;
  border-color: #d9e5ee;
}
.brand-skyblue .btn.btn-tertiary,
.learning .btn.btn-tertiary {
  background-color: white;
  border-color: #0092d4;
  color: #0092d4;
}
.brand-skyblue .btn.btn-tertiary:hover,
.learning .btn.btn-tertiary:hover {
  border-color: #0092d4;
  color: #0092d4;
  background-color: #f2f9fd;
}
.brand-skyblue .btn.btn-link,
.learning .btn.btn-link {
  color: #0092d4;
}
.brand-skyblue .btn.btn-link:hover,
.learning .btn.btn-link:hover {
  color: #199dd8;
}
.brand-skyblue h1,
.learning h1,
.brand-skyblue h2,
.learning h2,
.brand-skyblue h3,
.learning h3,
.brand-skyblue h4,
.learning h4,
.brand-skyblue h5,
.learning h5,
.brand-skyblue h6,
.learning h6,
.brand-skyblue .heading,
.learning .heading {
  color: #0092d4;
}
.brand-skyblue h1 a,
.learning h1 a,
.brand-skyblue h2 a,
.learning h2 a,
.brand-skyblue h3 a,
.learning h3 a,
.brand-skyblue h4 a,
.learning h4 a,
.brand-skyblue h5 a,
.learning h5 a,
.brand-skyblue h6 a,
.learning h6 a,
.brand-skyblue .heading a,
.learning .heading a {
  color: #0092d4;
}
.brand-skyblue .breadcrumb li.active,
.learning .breadcrumb li.active {
  color: #0092d4;
}
.brand-skyblue .breadcrumb li.active a,
.learning .breadcrumb li.active a {
  color: #0092d4;
}
.brand-skyblue blockquote footer,
.learning blockquote footer {
  color: #0092d4;
}
.brand-green .btn.btn-primary,
.standards .btn.btn-primary {
  background-color: #008054;
  border-color: #008054;
  border-bottom-color: #008054;
}
.brand-green .btn.btn-primary:hover,
.standards .btn.btn-primary:hover {
  background-color: #198c65;
}
.brand-green .btn.btn-secondary,
.standards .btn.btn-secondary {
  background-color: #ecf2f6;
  border-color: #ecf2f6;
  color: #008054;
}
.brand-green .btn.btn-secondary:hover,
.standards .btn.btn-secondary:hover {
  background-color: #d9e5ee;
  border-color: #d9e5ee;
}
.brand-green .btn.btn-tertiary,
.standards .btn.btn-tertiary {
  background-color: white;
  border-color: #008054;
  color: #008054;
}
.brand-green .btn.btn-tertiary:hover,
.standards .btn.btn-tertiary:hover {
  border-color: #008054;
  color: #008054;
  background-color: #f2f9f6;
}
.brand-green .btn.btn-link,
.standards .btn.btn-link {
  color: #008054;
}
.brand-green .btn.btn-link:hover,
.standards .btn.btn-link:hover {
  color: #198c65;
}
.brand-green h1,
.standards h1,
.brand-green h2,
.standards h2,
.brand-green h3,
.standards h3,
.brand-green h4,
.standards h4,
.brand-green h5,
.standards h5,
.brand-green h6,
.standards h6,
.brand-green .heading,
.standards .heading {
  color: #008054;
}
.brand-green h1 a,
.standards h1 a,
.brand-green h2 a,
.standards h2 a,
.brand-green h3 a,
.standards h3 a,
.brand-green h4 a,
.standards h4 a,
.brand-green h5 a,
.standards h5 a,
.brand-green h6 a,
.standards h6 a,
.brand-green .heading a,
.standards .heading a {
  color: #008054;
}
.brand-green .breadcrumb li.active,
.standards .breadcrumb li.active {
  color: #008054;
}
.brand-green .breadcrumb li.active a,
.standards .breadcrumb li.active a {
  color: #008054;
}
.brand-green blockquote footer,
.standards blockquote footer {
  color: #008054;
}
.brand-red .btn.btn-primary,
.research .btn.btn-primary {
  background-color: #b20e10;
  border-color: #b20e10;
  border-bottom-color: #b20e10;
}
.brand-red .btn.btn-primary:hover,
.research .btn.btn-primary:hover {
  background-color: #ba2627;
}
.brand-red .btn.btn-secondary,
.research .btn.btn-secondary {
  background-color: #ecf2f6;
  border-color: #ecf2f6;
  color: #b20e10;
}
.brand-red .btn.btn-secondary:hover,
.research .btn.btn-secondary:hover {
  background-color: #d9e5ee;
  border-color: #d9e5ee;
}
.brand-red .btn.btn-tertiary,
.research .btn.btn-tertiary {
  background-color: white;
  border-color: #b20e10;
  color: #b20e10;
}
.brand-red .btn.btn-tertiary:hover,
.research .btn.btn-tertiary:hover {
  border-color: #b20e10;
  color: #b20e10;
  background-color: #fbf3f3;
}
.brand-red .btn.btn-link,
.research .btn.btn-link {
  color: #b20e10;
}
.brand-red .btn.btn-link:hover,
.research .btn.btn-link:hover {
  color: #ba2627;
}
.brand-red h1,
.research h1,
.brand-red h2,
.research h2,
.brand-red h3,
.research h3,
.brand-red h4,
.research h4,
.brand-red h5,
.research h5,
.brand-red h6,
.research h6,
.brand-red .heading,
.research .heading {
  color: #b20e10;
}
.brand-red h1 a,
.research h1 a,
.brand-red h2 a,
.research h2 a,
.brand-red h3 a,
.research h3 a,
.brand-red h4 a,
.research h4 a,
.brand-red h5 a,
.research h5 a,
.brand-red h6 a,
.research h6 a,
.brand-red .heading a,
.research .heading a {
  color: #b20e10;
}
.brand-red .breadcrumb li.active,
.research .breadcrumb li.active {
  color: #b20e10;
}
.brand-red .breadcrumb li.active a,
.research .breadcrumb li.active a {
  color: #b20e10;
}
.brand-red blockquote footer,
.research blockquote footer {
  color: #b20e10;
}
.summer .btn.btn-tertiary {
  background-color: white;
  border-color: #0092d4;
  color: #0092d4;
}
.summer .btn.btn-tertiary:hover {
  border-color: #417cab;
  color: #417cab;
}
.winter .btn.btn-tertiary {
  background-color: white;
  border-color: #203953;
  color: #203953;
}
.winter .btn.btn-tertiary:hover {
  border-color: #417cab;
  color: #417cab;
}
/* SECTION: Media list */

.media .media-body {
  margin-bottom: 10px;
}
.media .media-body h1 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 19px;
}
.media .media-body h2 {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  font-size: 14px;
  margin-bottom: 0px;
  color: #417cab;
  line-height: 1.5em;
}
.media .media-body .media-heading {
  margin-bottom: 10px;
}
/* SECTION: Carousel */

.carousel.slide {
  width: 100%;
  height: 350px;
  background-color: #f5f8fb;
}
.carousel.slide .carousel-indicators {
  bottom: 12px;
  left: 30px;
  top: initial;
  width: 396px;
  text-align: center;
}
.carousel.slide .carousel-indicators li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  float: none;
}
.carousel.slide .carousel-indicators li.active {
  background-color: white;
}
.carousel.slide .carousel-indicators li:hover {
  cursor: pointer;
}
.carousel.slide .carousel-inner {
  position: relative;
}
.carousel.slide .carousel-inner .item {
  background-color: #f5f8fb;
}
.carousel.slide .carousel-inner .item .img-container {
  width: 58%;
  display: inline-block;
  position: relative;
}
.carousel.slide .carousel-inner .item .img-container img {
  width: 100%;
  height: auto;
}
.carousel.slide .carousel-inner .item .img-container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 55%, rgba(0, 0, 0, 0.19) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 55%, rgba(0, 0, 0, 0.19) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 55%, rgba(0, 0, 0, 0.19) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#30000000', GradientType=0);
  /* IE6-9 */

}
.carousel.slide .carousel-inner .item .carousel-caption {
  width: 40%;
  right: 0;
  top: 0px;
  left: auto;
  background-color: #f5f8fb;
  padding: 20px;
  box-sizing: border-box;
}
.carousel.slide .carousel-inner .item .carousel-caption h1,
.carousel.slide .carousel-inner .item .carousel-caption h2,
.carousel.slide .carousel-inner .item .carousel-caption h3,
.carousel.slide .carousel-inner .item .carousel-caption h4,
.carousel.slide .carousel-inner .item .carousel-caption h5 {
  color: #203953;
}
.carousel.slide .carousel-inner .item .carousel-caption h1 {
  line-height: 1em;
  margin-bottom: 8px;
}
.carousel.slide .carousel-inner .item .carousel-caption h1 + p {
  color: #417cab;
}
.carousel.slide .carousel-inner .item .carousel-caption p {
  color: #203953;
  margin-bottom: 8px;
}
.carousel.slide .carousel-inner .item .carousel-caption .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0px;
}
.carousel.slide .carousel-control {
  height: 100%;
  top: initial;
  bottom: 0px;
  background-image: none;
  border: none;
  background-color: inherit;
  font-size: 20px;
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
}
.carousel.slide .carousel-control:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  top: initial;
  position: absolute;
  bottom: 10px;
  z-index: 0;
}
.carousel.slide .carousel-control.left {
  left: 0px;
}
.carousel.slide .carousel-control.left:before {
  content: "\E225";
  left: 10px;
}
.carousel.slide .carousel-control.right {
  left: 53%;
  right: initial;
}
.carousel.slide .carousel-control.right:before {
  content: "\E224";
  right: 10px;
}
.carousel.slide:hover .carousel-control {
  display: block;
}
@media (max-width: 1200px) {
  .carousel.slide {
    width: 100%;
    height: auto;
    background-color: #f5f8fb;
    margin-bottom: 20px;
  }
  .carousel.slide .carousel-indicators {
    bottom: 10px;
    left: 48%;
    top: initial;
    display: none;
  }
  .carousel.slide .carousel-inner {
    position: relative;
  }
  .carousel.slide .carousel-inner .item .img-container {
    width: 100%;
  }
  .carousel.slide .carousel-inner .item .img-container img {
    width: 100%;
    display: inline-block;
  }
  .carousel.slide .carousel-inner .item .img-container .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.29+0,0+8,0+90,0.2+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.29) 0%, transparent 8%, transparent 90%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.29) 0%, transparent 8%, transparent 90%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.29) 0%, transparent 8%, transparent 90%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a000000', endColorstr='#33000000', GradientType=1);
    /* IE6-9 */
  
  }
  .carousel.slide .carousel-inner .item .carousel-caption {
    position: absolute;
    width: 100%;
    right: initial;
    top: initial;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .carousel.slide .carousel-inner .item .carousel-caption .btn {
    position: relative;
    right: initial;
    bottom: initial;
  }
  .carousel.slide .carousel-control {
    top: initial;
    bottom: 0px;
    background-image: none;
    border: none;
    background-color: inherit;
    font-size: 20px;
    display: block;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0);
  }
  .carousel.slide .carousel-control:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: baseline;
    top: 40%;
    position: absolute;
    bottom: initial;
    z-index: 0;
  }
  .carousel.slide .carousel-control.left {
    left: 0px;
  }
  .carousel.slide .carousel-control.left:before {
    content: "\E225";
    left: 10px;
  }
  .carousel.slide .carousel-control.right {
    right: 0px;
    left: initial;
  }
  .carousel.slide .carousel-control.right:before {
    content: "\E224";
    right: 10px;
  }
  .carousel.slide:hover .carousel-control {
    display: block;
  }
}
@media (max-width: 500px) {
  .carousel.slide .carousel-inner .item .carousel-caption {
    top: 0px;
  }
}
/* SECTION: Tabbed panel */

.tabbed-panel .nav.nav-tabs {
  margin-bottom: 0px;
}
.tabbed-panel .nav.nav-tabs > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 19px;
  border: solid 1px #d9e5ee;
  font-weight: bold;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-color: #f5f8fb;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 4px;
  line-height: 14px;
}
.tabbed-panel .nav.nav-tabs > li > a:hover {
  background-color: #ecf2f6;
}
.tabbed-panel .nav.nav-tabs > li.active a {
  background-color: white;
  border-bottom-color: white;
}
.tabbed-panel .nav-content {
  padding: 20px;
  border: solid 1px #d9e5ee;
  border-top: none;
  margin-bottom: 20px;
}
.tabbed-panel .nav-content .tab-content .tab-pane :first-child {
  margin-top: 0px;
}
.tabbed-panel .nav-content .tab-content .tab-pane :last-child {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .tabbed-panel .nav.nav-tabs {
    padding: 5px;
    padding-bottom: 0px;
    border: solid 1px #d9e5ee;
  }
  .tabbed-panel .nav.nav-tabs > li > a {
    margin-bottom: 5px;
  }
  .tabbed-panel .nav.nav-tabs > li.active a {
    background-color: white;
    border-bottom: solid 1px #d9e5ee;
  }
  .tabbed-panel .nav-tabs > .active > a,
  .tabbed-panel .nav-tabs > .active > a:hover,
  .tabbed-panel .nav-tabs > .active > a:focus {
    border-bottom-color: #d9e5ee;
  }
}
/* SECTION: Media listing */

.media a.pull-left {
  border: none;
}
.media .media-thumb {
  width: 80px;
  height: auto;
}
.media .media-body {
  margin-bottom: 0px;
}
.media .media-body padding:last-child {
  margin-bottom: 0px;
}
@media (min-width: 980px) {
  .nav-collapse .nav .dropdown-menu li a:focus,
  .nav-collapse .nav .dropdown-menu li a:active {
    background-color: white;
    border: none;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-fonts.less
 * 
 * 
 *
 * DESCRIPTION: All font families
 *
 * 
 */

@font-face {
  font-family: 'Effra';
  src: url('/assets/fonts/effra_std_bd-webfont.eot');
  src: url('/assets/fonts/effra_std_bd-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/effra_std_bd-webfont.woff') format('woff'), url('/assets/fonts/effra_std_bd-webfont.ttf') format('truetype'), url('/assets/fonts/effra_std_bd-webfont.svg#webfont') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
@font-face{ 
	font-family: 'Effra';
	src: url('/assets/fonts/effra_std_it-webfont.eot');
	src: url('/assets/fonts/effra_std_it-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/assets/fonts/effra_std_it-webfont.woff') format('woff'),
	     url('/assets/fonts/effra_std_it-webfont.ttf') format('truetype'),
	     url('/assets/fonts/effra_std_it-webfont.svg#webfont') format('svg');
    font-weight: normal;
	font-style: italic;
}
*/

@font-face {
  font-family: 'Effra';
  src: url('/assets/fonts/effra_std_rg-webfont.eot');
  src: url('/assets/fonts/effra_std_rg-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/effra_std_rg-webfont.woff') format('woff'), url('/assets/fonts/effra_std_rg-webfont.ttf') format('truetype'), url('/assets/fonts/effra_std_rg-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Effra';
  src: url('/assets/fonts/effra_std_light-webfont.eot');
  src: url('/assets/fonts/effra_std_light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/effra_std_light-webfont.woff') format('woff'), url('/assets/fonts/effra_std_light-webfont.ttf') format('truetype'), url('/assets/fonts/effra_std_light-webfont.svg#webfont') format('svg');
  font-weight: lighter;
  font-style: normal;
}
/* 
 * SECTION: Glyphicons, enable as required 
 */

/*@import "/assets/fonts/glyphicons_pro/glyphicons_filetypes/glyphicons-filetypes.less";*/

/*@import "/assets/fonts/font-awesome/font-awesome.min.css";*/

/* *****************************************************************************
 * File: 
 *
 * bwt-forms.less
 * 
 *
 * DESCRIPTION:
 *
 * 
 * 
 *
 */

#contour {
  font-family: Effra, Arial, Verdana, Sans-Serif;
  background-color: #f5f8fb;
  display: block;
  padding: 30px;
  margin-bottom: 20px;
}
#contour .contourPage {
  margin-bottom: 10px;
}
#contour .contourPageName {
  font-size: 18px;
  color: #417cab;
}
#contour form {
  margin: 0 0 0 0;
}
#contour form .contourField div {
  display: block;
}
#contour form .contourField div input {
  display: block;
  width: 97%;
}
#contour form .contourField.textarea {
  width: 97%;
}
#contour form .contourField.textarea div {
  display: block;
}
#contour form label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contour form input,
#contour form textarea {
  background-color: white;
  border-color: #c6d7e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}
#contour form textarea {
  width: 100%;
}
#contour form textarea,
#contour form input[type="text"],
#contour form input[type="password"],
#contour form input[type="datetime"],
#contour form input[type="datetime-local"],
#contour form input[type="date"],
#contour form input[type="month"],
#contour form input[type="time"],
#contour form input[type="week"],
#contour form input[type="number"],
#contour form input[type="email"],
#contour form input[type="url"],
#contour form input[type="search"],
#contour form input[type="tel"],
#contour form input[type="color"],
#contour form .uneditable-input {
  color: #203953;
}
#contour form input.btn-alt {
  background-color: #417cab;
  border-color: #417cab;
  border-bottom-color: #417cab;
  margin-bottom: 0px;
}
#contour form input.btn-alt:hover {
  background-color: #5489b3;
}
#contour form input.btn-alt:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  margin-left: 6px;
}
#contour .field-validation-error {
  margin-top: 0px;
  color: red;
  display: block;
  font-size: 0.9em;
  margin-bottom: 5px;
}
/* Search form */

.search {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
.search input {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search input.txt-search {
  padding-right: 30px;
  border-color: #c6d7e6;
  border-left: solid 4px #c6d7e6;
  color: #203953;
}
.search input.txt-search:before {
  display: block;
  position: absolute;
  width: 4px;
  height: 10px;
  background-color: aquamarine;
}
.search input.txt-search:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #c6d7e6;
}
.search .btn-submit {
  position: absolute;
  right: 0px;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7aa4c4;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  height: 29px;
}
.search .btn-submit:after {
  content: "\E028";
}
.search .btn-submit:hover {
  color: #203953;
}
.search .typeahead {
  text-align: left;
  max-width: 247px;
}
.search .typeahead a {
  white-space: initial;
}
.search.search-full-width {
  margin-bottom: 20px;
}
.search.search-full-width input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px 20px 10px;
}
.search.search-full-width .btn-submit {
  top: 5px;
  right: 2px;
  font-size: 24px;
}
.search.search-full-width .btn-submit:after {
  content: "\E028";
}
.search.search-full-width .btn-submit:hover {
  color: #203953;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-tables.less
 * 
 *
 * DESCRIPTION:
 *
 * Table styles only.
 *
 */

table {
  font-size: 12px;
}
table thead tr th {
  border-bottom: 2px solid #c6d7e6;
  position: relative;
  padding-right: 20px;
}
table tbody tr td p {
  margin-bottom: 10px;
}
table tbody tr td p:last-child {
  margin-bottom: 0px;
}
table tbody tr td .btn {
  margin: 10px 0;
}
table tbody tr.closed {
  background-color: #fbf3f3 !important;
}
table tbody tr.closed td {
  background-color: #fbf3f3 !important;
  color: #b20e10;
}
table tbody tr.open {
  background-color: #cce6dd !important;
}
table tbody tr.open td {
  background-color: #cce6dd !important;
  color: #008054;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  margin-top: 0;
}
table.tablesorter tr th:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E252";
  vertical-align: baseline;
  margin-left: 5px;
  font-size: 0.8em;
  color: #417cab;
}
table.tablesorter tr th.headerSortDown:after {
  content: "\E253";
}
table.tablesorter tr th.no-chevron:after {
  content: none;
}
table.table-bordered {
  border: 2px solid #c6d7e6;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
table.table-bordered th,
table.table-bordered td {
  border-left: 2px solid #c6d7e6;
}
table.table-bordered td {
  border-top: none;
}
table.table-striped tbody > tr:nth-child(odd) td,
table.table-striped tbody > tr:nth-child(odd) th {
  background-color: #ecf2f6;
}
table.table-striped tbody > tr:hover:nth-child(odd) {
  background-color: #d9e5ee;
}
table.table-striped.table-hover tr:hover td {
  background-color: #d9e5ee;
}
table.table-hover tbody tr:hover td,
table.table-hover tbody tr:hover th {
  background-color: #d9e5ee;
}
.main-content table {
  border-top: 2px solid #c6d7e6;
  border-right: 2px solid #c6d7e6;
  border-bottom: 2px solid #c6d7e6;
  border-left-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-content table tbody:first-child tr:first-child td {
  border-bottom: 2px solid #c6d7e6;
  font-weight: bold;
}
.main-content table tbody tr:first-child td {
  position: relative;
  padding-right: 20px;
  vertical-align: top;
  line-height: 1.4em;
}
.main-content table tbody tr:first-child td p + p {
  font-weight: normal;
  font-size: 0.8em;
}
.main-content table tbody tr:first-child td .btn {
  margin-bottom: 15px;
}
.main-content table tbody th,
.main-content table tbody td {
  border-left: 2px solid #c6d7e6;
}
.main-content table tbody td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #c6d7e6;
  padding: 8px;
}
.main-content table tbody > tr:nth-child(odd) td,
.main-content table tbody > tr:nth-child(odd) th {
  background-color: #ecf2f6;
}
.main-content table tbody > tr:hover:nth-child(odd) {
  background-color: #d9e5ee;
}
.main-content table.table-hover tr:hover td {
  background-color: #d9e5ee;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: 2px solid #c6d7e6;
  width: 30%;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
td .hiddenDate {
  display: none;
}
td .nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table-cards-xs {
    display: block;
    /* Force table to not be like tables anymore */
  
    /* Hide table headers (but not display: none;, for accessibility) */
  
  }
  .table-cards-xs tbody,
  .table-cards-xs th,
  .table-cards-xs td,
  .table-cards-xs tr {
    display: block;
  }
  .table-cards-xs thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-cards-xs tbody tr {
    border: none;
    margin-bottom: 20px;
    padding: 20px;
  }
  .table-cards-xs tbody tr:last-child {
    margin-bottom: 0px;
  }
  .table-cards-xs tbody tr:first-child {
    display: none;
  }
  .table-cards-xs tbody tr td {
    border: none;
    padding: 0px;
    clear: both;
  }
  .table-cards-xs tbody tr td .btn {
    margin: 8px 0 0 0;
  }
  .table-cards-xs tbody tr td:before {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
    font-family: Effra, Arial, Verdana, Sans-Serif;
    font-size: 16px;
  }
  .table-cards-xs tbody tr td p {
    display: inline-block;
  }
  .table-cards-xs.table-bordered {
    border: none;
  }
  .table-cards-xs.table-bordered tr {
    border: 2px solid #c6d7e6;
  }
  .table-cards-xs.table-striped tbody > tr:nth-child(odd) {
    background-color: #ecf2f6;
  }
  .table-cards-xs.table-striped tbody > tr:nth-child(odd) {
    background-color: #ecf2f6;
  }
  .table-cards-xs.table-striped tbody > tr:nth-child(odd) td {
    background-color: #ecf2f6;
  }
  .table-cards-xs.table-striped tbody > tr:hover:nth-child(odd) {
    background-color: #d9e5ee;
  }
  .table-cards-xs.table-striped tbody > tr:hover:nth-child(odd) td {
    background-color: #d9e5ee;
  }
  .table-cards-xs.table-striped.table-hover tr:hover {
    background-color: #ecf2f6;
  }
  .table-cards-xs.table-striped.table-hover tr:hover td {
    background-color: #ecf2f6;
  }
  .table-cards-xs.table-bts-courses td:nth-of-type(1)::before {
    content: "Title:";
  }
  .table-cards-xs.table-bts-courses td:nth-of-type(2)::before {
    content: "Date:";
  }
  .table-cards-xs.table-bts-courses td:nth-of-type(3)::before {
    content: "Venue:";
  }
  .table-cards-xs.table-bts-courses td:nth-of-type(4)::before {
    content: "Important info:";
  }
  .table-cards-xs.table-other-courses td:nth-of-type(1)::before {
    content: "Title:";
  }
  .table-cards-xs.table-other-courses td:nth-of-type(2)::before {
    content: "Date:";
  }
  .table-cards-xs.table-other-courses td:nth-of-type(3)::before {
    content: "Venue:";
  }
  .table-cards-xs.table-other-courses td:nth-of-type(4)::before {
    content: "Further details:";
  }
  .table-cards-xs.table-guidelines td:nth-of-type(1)::before {
    content: "A-Z Disease / Condition:";
  }
  .table-cards-xs.table-guidelines td:nth-of-type(2)::before {
    content: "Guideline title:";
  }
  .table-cards-xs.table-guidelines td:nth-of-type(3)::before {
    content: "Publication date:";
  }
  .table-cards-xs.table-guidelines td:nth-of-type(4)::before {
    content: "Review date/Review outcome:";
  }
  .table-cards-xs.table-guidelines td:nth-of-type(5)::before {
    content: "Status:";
  }
  .table-cards-xs.table-standards td:nth-of-type(1)::before {
    content: "A-Z  Disease / Condition:";
  }
  .table-cards-xs.table-standards td:nth-of-type(2)::before {
    content: "Title:";
  }
  .table-cards-xs.table-standards td:nth-of-type(3)::before {
    content: "Publication date:";
  }
  .table-cards-xs.table-audit td:nth-of-type(1)::before {
    content: "Name of Audit:";
  }
  .table-cards-xs.table-audit td:nth-of-type(2)::before {
    content: "Audit Period:";
  }
  .table-cards-xs.table-audit td:nth-of-type(3)::before {
    content: "Opening/Closing Date for data entry:";
  }
  .table-cards-xs.table-other-guidance td:nth-of-type(1)::before {
    content: "Title:";
  }
  .table-cards-xs.table-other-guidance td:nth-of-type(2)::before {
    content: "Publication Date:";
  }
  .table-cards-xs.table-other-guidance td:nth-of-type(3)::before {
    content: "Description:";
  }
  .table-cards-xs.table-bts-guidance td:nth-of-type(1)::before {
    content: "Title:";
  }
  .table-cards-xs.table-bts-guidance td:nth-of-type(2)::before {
    content: "Publication Date:";
  }
  .table-cards-xs.table-bts-guidance td:nth-of-type(3)::before {
    content: "Description:";
  }
  .table-cards-xs.table-bts-guidance td:nth-of-type(4)::before {
    content: "Status:";
  }
  .table-cards-xs.table-bts-guidance td.td-btn:before {
    content: none;
  }
  .table-cards-xs.table-elearning td:nth-of-type(1)::before {
    content: "Title:";
  }
  .table-cards-xs.table-elearning td:nth-of-type(2)::before {
    content: "Description:";
  }
  .table-cards-xs.table-eligibility-and-fees td:nth-of-type(1)::before {
    content: "Member Category:";
  }
  .table-cards-xs.table-eligibility-and-fees td:nth-of-type(2)::before {
    content: "Annual subscription*:";
  }
  .table-cards-xs.table-eligibility-and-fees td:nth-of-type(3)::before {
    content: "By Credit/Debit Card:";
  }
  .table-cards-xs.table-eligibility-and-fees td:nth-of-type(4)::before {
    content: "Eligible:";
  }
  .learning .table-cards-xs tbody tr td:before {
    color: #0092d4;
  }
  .standards .table-cards-xs tbody tr td:before {
    color: #008054;
  }
  .research .table-cards-xs tbody tr td:before {
    color: #b20e10;
  }
}
/* *****************************************************************************
 * File: 
 *
 * bwt-misc.less
 * 
 *
 * DESCRIPTION:
 *
 * Use this file for miscellaneous that don't warrant breaking out into their 
 * own file
 *
 */

/* 
 * SECTION: Indicate screen size to visitor to aid bug descriptions
 */

body #sizeHelper {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 5px;
  width: 17px;
  height: 17px;
  border: 1px solid;
  border-color: #3a3a3a;
}
body #sizeHelper::before {
  position: absolute;
  top: -1px;
  right: 18px;
  display: block;
  width: 100px;
  padding: 2px 3px;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  line-height: 110%;
}
.size-helper-text {
  position: absolute;
  top: -1px;
  right: 18px;
  display: block;
  width: 100px;
  padding: 2px 3px;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  line-height: 110%;
}
@media (max-width: 767px) {
  body #sizeHelper {
    /* RED */
    background-color: orangered;
  }
  body #sizeHelper::before {
    color: orangered;
    content: 'screen-xs';
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body #sizeHelper {
    /* YELLOW */
    background-color: orange;
  }
  body #sizeHelper::before {
    color: orange;
    content: 'screen-sm';
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  body #sizeHelper {
    /* PINK */
    background-color: lightgreen;
  }
  body #sizeHelper::before {
    color: lightgreen;
    content: 'screen-md';
  }
}
@media (min-width: 1200px) {
  body #sizeHelper {
    /* GREEN */
    background-color: yellow;
  }
  body #sizeHelper::before {
    color: yellow;
    content: 'screen-lg';
  }
}
button:focus {
  outline: 0;
}
.error-partial-view {
  color: red;
}
.error-partial-view .message {
  display: none;
}
.margin-bottom {
  margin-bottom: 20px;
}
.panel-parent-margin .panel:last-child {
  margin-bottom: 20px;
}
.banner {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.align-right {
  text-align: right;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.link {
  display: block;
  border-bottom: none;
}
.img-full-width {
  width: 100%;
  height: auto;
}
/* SECTION: Adhov items and icon lists */

.info-list {
  font-size: 12px;
}
.info-list li {
  color: #417cab;
  margin-bottom: 5px;
}
.info-list li.date:before,
.info-list li.time:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E055";
}
.info-list li.place:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
}
.info-list li.hashtag:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
}
.info-list li.email:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\2709";
}
.info-list li:before {
  margin-right: 6px;
  color: #203953;
}
.info-list li:last-item {
  margin-bottom: 0px;
}
.info-list li strong {
  color: #203953;
}
.date {
  position: relative;
}
.date:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E055";
  margin-right: 5px;
}
/* SECTION: MISC*/

.media-thumb.logo {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 10px 0;
}
/* SECTION: Twitter */

.panelBlock.twitter {
  border-color: #a6ddf0;
  padding-top: 20px;
  background: #ebf9fa;
}
.panelBlock.twitter ul,
.panelBlock.twitter li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-width: 0;
}
.panelBlock.twitter .tweeterInfo {
  padding-left: 65px;
  padding-right: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 215px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #203953;
}
.panelBlock.twitter .tweeterInfo a {
  text-decoration: none;
}
.panelBlock.twitter .tweeterInfo .twitterLinkHome {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -50px;
  background: url(/assets/images/twitter-logo.png) no-repeat 0 0;
}
.panelBlock.twitter ul {
  display: inline-block;
  width: 645px;
}
.panelBlock.twitter ul li:before {
  display: none;
}
.panelBlock.twitter ul li {
  border-left: 1px solid #a6ddf0;
  padding-left: 15px;
  padding-right: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 215px;
  display: block;
  float: left;
  vertical-align: top;
  color: #203953;
}
.panelBlock.twitter ul li a {
  text-decoration: none;
  word-wrap: break-word;
}
.panelBlock.twitter ul li span {
  display: block;
  font-size: 0.8em;
  padding-top: 1em;
}
/* SECTION: Add this group */

.add-this-group {
  margin-bottom: 10px;
}
.add-this-group img {
  height: 25px;
  width: 25px;
}
@media (min-width: 400px) {
  .lg-right {
    text-align: right;
    float: right;
  }
  .lg-right .item {
    display: inline-block;
    margin-left: 10px;
  }
}
/*
 * SECTION: map on contact us page
 */

.map-canvas {
  height: 500px;
}
/* ----------------------------------------------------------------------------
 * ----------------------------------------------------------------------------
 * annotations.less
 */

/*
 * SECTION: annotation marker and comments
 */

.annotation-marker-valid {
  margin-bottom: 1em;
}
.annotation-marker-valid:after {
  top: 3px;
  left: 5px;
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  /*background: url(/assets/images/bts-sprite-annotation-marker.png) 0px 0px;*/
  background-color: #339976;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.annotation-text-valid {
  position: relative;
  border: 1px solid #39b54a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  background: #d7efdb;
  /*color: rgb(57,181,74);*/

}
.annotation-text-valid:after {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(/assets/images/bts-sprite-annotation-arrows.png) 30px 0px;
}
.annotation-text-valid:before {
  display: none;
}
.annotation-text-different {
  position: relative;
  border: 1px solid #f7931d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background: #fde9d2;
  /*color: rgb(247,147,29);*/

}
.annotation-text-different:before {
  /*position: absolute;
        top: 8px;
        left: 10px;
        content: "";
        display: inline-block;
        width: 10px;
        height: 20px;
        background: url(/assets/images/bts-sprite-annotation-arrows.png) 10px 0px;*/

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E214";
  color: orange;
  font-size: 18px;
}
.annotation-marker-no-change {
  margin-bottom: 1em;
}
.annotation-marker-no-change:after {
  top: 3px;
  left: 5px;
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #7fc8e9;
}
.annotation-marker-different {
  margin-bottom: 1em;
  position: relative;
  margin-right: 10px;
}
.annotation-marker-different:after {
  /*top: 3px;
        left: 5px;*/
  position: absolute;
  bottom: 0;
  content: "";
  /*display: inline-block;*/
  /*width: 15px;
        height: 15px;*/
  /*background: url(/assets/images/bts-sprite-annotation-marker.png) 20px 0px;*/
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid orange;
}
.annotation-marker-different.annotation-marker-no-change:after {
  top: 3px;
  left: 5px;
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #7fc8e9;
  border: none;
}
.annotation-text-no-change {
  position: relative;
  border: 1px solid #67cdef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background: #e1f5fc;
  /*color: @btsBlue;*/

}
.annotation-text-no-change:before {
  /*position: absolute;
        top: 8px;
        left: 10px;*/

  /*content: "";*/

  /*display: inline-block;*/

  /*width: 10px;
        height: 20px;
        background: url(/assets/images/bts-sprite-annotation-arrows.png) 0px 0px;*/

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E214";
  color: #203953;
  font-size: 18px;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-ie-only.css
 * 
 * 
 *
 * DESCRIPTION: IE overides
 *
 * 
 */

.ie6 .browser-warning,
.ie7 .browser-warning,
.ie8 .browser-warning,
.ie9 .browser-warning,
.ie10 .browser-warning {
  padding-top: 5px;
  background-color: #f4f5f6;
  border-bottom: 1px solid #8f9ca9;
  color: tomato;
}
.ie6 .browser-warning p,
.ie7 .browser-warning p,
.ie8 .browser-warning p,
.ie9 .browser-warning p,
.ie10 .browser-warning p {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.2em;
}
.ie6 .hidden-ie8,
.ie7 .hidden-ie8,
.ie8 .hidden-ie8 {
  display: none;
}
.ie6 .span48,
.ie7 .span48,
.ie8 .span48,
.ie6 .container,
.ie7 .container,
.ie8 .container {
  width: 1190px;
}
.ie6 .span36,
.ie7 .span36,
.ie8 .span36 {
  width: 890px;
}
.ie6 .span32,
.ie7 .span32,
.ie8 .span32 {
  width: 789.98px;
}
.ie6 .span24,
.ie7 .span24,
.ie8 .span24 {
  width: 580px;
}
.ie6 .span15,
.ie7 .span15,
.ie8 .span15 {
  width: 365px;
}
.ie6 .span12,
.ie7 .span12,
.ie8 .span12 {
  width: 290px;
}
.ie6 .span11,
.ie7 .span11,
.ie8 .span11 {
  width: 265px;
}
.ie6 .offset1,
.ie7 .offset1,
.ie8 .offset1 {
  margin-left: 35px;
}
.ie6 .nav-primary .navbar .navbar-inner .nav-collapse .nav > li > a,
.ie7 .nav-primary .navbar .navbar-inner .nav-collapse .nav > li > a,
.ie8 .nav-primary .navbar .navbar-inner .nav-collapse .nav > li > a {
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ie6 .nav-primary .navbar .navbar .nav > li > a,
.ie7 .nav-primary .navbar .navbar .nav > li > a,
.ie8 .nav-primary .navbar .navbar .nav > li > a {
  border: none;
  color: white !important;
}
.ie6 .nav-primary .navbar .navbar .nav > li > a:hover,
.ie7 .nav-primary .navbar .navbar .nav > li > a:hover,
.ie8 .nav-primary .navbar .navbar .nav > li > a:hover {
  color: white;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li,
.ie7 .nav-primary .navbar .nav-collapse .nav > li,
.ie8 .nav-primary .navbar .nav-collapse .nav > li {
  border-right: solid #364c64 1px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li a,
.ie7 .nav-primary .navbar .nav-collapse .nav > li a,
.ie8 .nav-primary .navbar .nav-collapse .nav > li a {
  padding-left: 10px;
  color: white;
  text-decoration: none;
  text-shadow: none;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li a:hover,
.ie7 .nav-primary .navbar .nav-collapse .nav > li a:hover,
.ie8 .nav-primary .navbar .nav-collapse .nav > li a:hover,
.ie6 .nav-primary .navbar .nav-collapse .nav > li a:focus,
.ie7 .nav-primary .navbar .nav-collapse .nav > li a:focus,
.ie8 .nav-primary .navbar .nav-collapse .nav > li a:focus,
.ie6 .nav-primary .navbar .nav-collapse .nav > li a:active,
.ie7 .nav-primary .navbar .nav-collapse .nav > li a:active,
.ie8 .nav-primary .navbar .nav-collapse .nav > li a:active {
  background-color: #364c64;
  border-color: #4d6175;
  color: white;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.active,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.active,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.active {
  border-color: #4d6175;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.active > a,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.active > a,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.active > a {
  color: white;
  text-decoration: none;
  background-color: #364c64;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.active > a:hover,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.active > a:hover,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.active > a:hover {
  background-color: #4d6175;
  border-color: #637587;
  color: white;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.active > a:focus,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.active > a:focus,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.active > a:focus,
.ie6 .nav-primary .navbar .nav-collapse .nav > li.active > a:active,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.active > a:active,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.active > a:active {
  background-color: #364c64;
  border-color: #4d6175;
  color: white;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.home a:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.home a:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.home a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E021";
  margin-right: 10px;
  font-size: 11px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.dropdown,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.dropdown,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.dropdown {
  position: relative;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle {
  padding-right: 25px;
  color: white;
  border: none;
  position: relative;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle:after,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle:after,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.dropdown a.dropdown-toggle:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  position: absolute;
  top: 14px;
  margin-left: 5px;
  content: "\E252";
  font-size: 11px;
  color: #a0bdd5;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle {
  background-color: #4d6175;
  border-color: #637587;
  color: white;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:after,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:after,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.dropdown.open a.dropdown-toggle:after {
  content: "\E253";
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown a.dropdown-toggle:hover:before,
.ie6 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown a.dropdown-toggle:hover:before,
.ie6 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown a.dropdown-toggle:hover:before {
  width: 100%;
  height: 3px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.learning.dropdown.active a.dropdown-toggle:before,
.ie6 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.research.dropdown.active a.dropdown-toggle:before,
.ie6 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li.standards.dropdown.active a.dropdown-toggle:before {
  width: 100%;
  height: 3px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li:last-child,
.ie7 .nav-primary .navbar .nav-collapse .nav > li:last-child,
.ie8 .nav-primary .navbar .nav-collapse .nav > li:last-child {
  border-right: none;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu {
  position: absolute;
  top: 39px;
  left: 0px;
  background-color: white;
  border: 1px solid #e8ebed;
  border-top: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-left: 0;
  /*width: 100%;*/
  width: auto;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  z-index: 3000;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:before,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:before,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:before {
  content: none;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:after,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:after,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu:after {
  content: none;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul {
  width: 260px;
  list-style: none;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li {
  position: relative;
  margin-bottom: 8px;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.root-item a,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.root-item a,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.root-item a {
  color: #417cab;
  font-weight: bold;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a {
  width: 90%;
  color: #203953;
  display: inline-block;
  z-index: 2000;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:hover,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:hover,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:hover,
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:focus,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:focus,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:focus,
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:active,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:active,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li a:active {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-color: white;
  color: #417cab;
}
.ie6 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.has-children:after,
.ie7 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.has-children:after,
.ie8 .nav-primary .navbar .nav-collapse .nav > li .dropdown-menu > ul > li.has-children:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  vertical-align: baseline;
  content: "\E224";
  position: absolute;
  top: 5px;
  color: #417cab;
  margin-left: 6px;
}
.ie6 .panel.panel-promo.interactive,
.ie7 .panel.panel-promo.interactive,
.ie8 .panel.panel-promo.interactive {
  min-height: 310px;
}
.ie6 .carousel.slide,
.ie7 .carousel.slide,
.ie8 .carousel.slide {
  position: relative;
}
.ie6 .carousel.slide .carousel-indicators,
.ie7 .carousel.slide .carousel-indicators,
.ie8 .carousel.slide .carousel-indicators {
  bottom: 0px;
  top: 0px;
  width: 396px;
  text-align: center;
  /*li {
                .round;
                width: 10px;
                height: 10px;
                display: inline-block;
                float: none;

                &.active {
                    background-color: white;
                }
                &:before {
                }
                &:hover {
                    cursor: pointer;
                }
            }*/

}
.ie6 .carousel.slide .carousel-control,
.ie7 .carousel.slide .carousel-control,
.ie8 .carousel.slide .carousel-control {
  height: 100%;
  top: 20px;
  bottom: 0px;
  background-image: none;
  border: none;
  font-size: 20px;
  display: block;
  z-index: 10;
  background-color: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.ie6 .carousel.slide:hover .carousel-control,
.ie7 .carousel.slide:hover .carousel-control,
.ie8 .carousel.slide:hover .carousel-control {
  display: block;
  background-color: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.ie6 .btn-link,
.ie7 .btn-link,
.ie8 .btn-link {
  background-color: transparent;
}
.ie6 .btn-link:focus,
.ie7 .btn-link:focus,
.ie8 .btn-link:focus,
.ie6 .btn-link:hover,
.ie7 .btn-link:hover,
.ie8 .btn-link:hover {
  background-color: transparent;
}
.ie6 .btn.btn-link.btn-logo,
.ie7 .btn.btn-link.btn-logo,
.ie8 .btn.btn-link.btn-logo {
  padding-left: 0px;
}
.ie6 .template-homepage .panel.panel-twitter-feed .span12,
.ie7 .template-homepage .panel.panel-twitter-feed .span12,
.ie8 .template-homepage .panel.panel-twitter-feed .span12 {
  width: 289px;
}
