form select {
	height: 38px;
}

.website_images {
	width: 150px !important;
	height: 50px;
}


.bottom-border {
	border-bottom: 1px solid;	
}

.myaccount-page {
	margin-top: 30px; 
}

#myaccount-title {
	line-height: 4px;
}

.btn-menu {
	margin-left: 5px !important;
}

.gray hr {
	border: 1px solid #004d61;
}

.top-bottom-margin {
	margin: 50px 0px;
}

#page .mini {
	height: 70px;
}


#landing-page #landing-wrapper {
  background: #23290d url('images/bg1.jpg') left top repeat;
  padding: 20px 0 40px 0;
  border-bottom: #436d47 1px solid;
}
#landing-page #topbar .navbar-inner {
  border-bottom-color: #333;
  background: url('images/footerbg.png') !important;
}
#landing-page #topbar .navbar-inner ul.nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #eee;
  text-shadow: 1px 1px 1px #111111;
}
#landing-page #topbar .navbar-inner ul.nav > li > a:hover {
  background-color: #222222;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #333333, #222222);
}
#landing-page #topbar .navbar-inner ul.nav > li > a:active {
  background-color: #111111;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #222222, #111111);
}
#landing-page #topbar .navbar-inner ul li.active a {
  background-color: #222222;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #333333, #222222);
}
#landing-page #topbar .navbar-inner {
  background: url('images/noisebg.jpg');
}
#landing-page #promo h1,
#landing-page #promo h2,
#landing-page #promo p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro" Helvetica sans-serif;
}
#landing-page #promo h1,
#landing-page #promo h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
  text-align: right;
}
#landing-page #promo h1 {
  margin-top: 60px;
  font-size: 70px;
  line-height: 80px;
  font-weight: 200;
}
#landing-page #promo h2 {
  font-weight: 400;
  margin-bottom: 40px;
}
#landing-page #promo .icon-wrapper {
  text-align: center;
  font-size: 120px;
  line-height: 120px;
  color: #fff;
}
#landing-page #promo .icon-wrapper i {
  text-shadow: 1px 1px 2px #436d47 !important;
}
#landing-page #promo .clearfix {
  padding: 20px 20px;
  border-color: #49774e;
  box-shadow: none;
  background: url('images/darken20.png');
}
#landing-page #promo .clearfix p {
  font-family: "Source Sans Pro" Helvetica sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}
#landing-page #landing-register {
  margin-top: 40px;
}
#landing-page #landing-register .well {
  border-color: transparent;
  padding: 0px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
#landing-page #landing-register .well .form-wrapper {
  padding: 20px 20px 0 20px;
  border-top: #fefefe 1px solid;
}
#landing-page #landing-register h3 {
  display: block;
  margin: -1px -1px 0px -1px;
  padding: 8px 0;
  background-color: #dddddd;
  background-image: "Source Sans Pro", "Helvetica sans-serif";
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  color: #333;
  text-align: center;
  border-radius: 4px 4px 0 0;
  color: #222;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
    background-image: linear-gradient(top, #eeeeee, #dddddd);
}
#landing-page #landing-register form {
  padding: 0;
  margin: 0;
}
#landing-page #landing-register .form-actions {
  background-color: transparent;
  padding: 0;
  border: none;
}
#landing-page #landing-register .form-actions button,
#landing-page #landing-register .form-actions .btn {
  font-size: 18px;
  padding: 20px;
}
#landing-page #landing-register p.help {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #444;
  text-align: center;
}
#landing-page #landing-content {
  padding: 40px 0 60px 0;
  background: #efefef;
}
#landing-page #landing-content .bignum {
  color: #999;
  text-shadow: 0px 1px 1px #888;
  font-size: 42px;
  line-height: 42px;
  margin: 0 10px 0px 0;
  display: block;
  float: left;
}
@media (max-width: 979px) {
  #landing-page #promo .icon-wrapper {
    float: left;
    font-size: 32px;
    line-height: 32px;
    width: 48px;
    text-align: left;
  }
  #landing-page #promo #highlights .span4 {
    clear: both;
    width: 100%;
    margin: 0;
  }
  #landing-page #promo #highlights .span4 .well p {
    font-size: 14px;
    line-height: 1.2;
    min-height: auto;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #landing-page #landing-register {
    width: 350px;
  }
  #landing-page #promo {
    width: 350px;
  }
}
@media (max-width: 767px) {
  #landing-page #landing-wrapper {
    padding-top: 0;
  }
  #landing-page #promo h1 {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }
  #landing-page #promo h1,
  #landing-page #promo h2 {
    text-align: center;
  }
  #landing-page #promo h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #landing-page #landing-register {
    margin-top: 10px;
  }
  #landing-page #promo .icon-wrapper {
    float: left;
    font-size: 32px;
    line-height: 42px;
    width: 48px;
    text-align: left;
  }
  #landing-page #promo #highlights .span4 .icon-wrapper {
    display: none;
  }
  #landing-page #promo #highlights .span4 .well {
    padding: 10px 20px;
  }
  #landing-page #promo #highlights .span4 .well p {
    font-size: 15px;
    line-height: 1.78;
  }
}

.website .popover {
	width: 500px;
	height: 300px;
	z-index: 9999;
}

.border-class {
	margin-top: 10px;
	border: 1px !important;
	border-style: solid !important;
	border-color: gray !important;
}

.border-class hr {
	border-top: 1px solid gray;
}

.dropdown-menu.inner-submenu:before {
	content: '' !important;
	width: 0 !important;
	height: 0 !important;
	border-left: 0px solid transparent !important;
	border-right: 0px solid transparent !important;
	border-bottom: 0px solid #121214 !important;
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	margin-left: 0px !important;
}

.dropdown-menu.inner-submenu:after {
	content: '' !important;
	width: 0 !important;
	height: 0 !important;
	border-left: 0px solid transparent !important;
	border-right: 0px solid transparent !important;
	border-bottom: 0px solid #121214 !important;
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	margin-left: 0px !important;
}

.dropdown-menu.inner-submenu {
	left: 0px !important;
	top: 0px;
	clear: left;
	margin-left: 210px;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.steps-label {
	color: #ff7900 !important;	
}

h3.step-content:first-letter {
	font-size: xx-large;
}

.brands {
	margin-top: 10px;
}

.website {
	color: #000000 !important;
}

.no-of-days {
	color: #B44F0B !important;
}

.center-text {
	text-align: center !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Desk                                                                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Configuration                                                             */
/*                                                                           */
/* ========================================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:focus,
a:active {
  outline: 0 !important;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Variables.less                                                            */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Variables to define and customize the look and feel of the site.          */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Global Values                                                             */
/*                                                                           */
/* ========================================================================= */
/* ========================================================================= */
/*                                                                           */
/* Component Variables                                                       */
/*                                                                           */
/* ========================================================================= */
/* ========================================================================= */
/*                                                                           */
/* Grid                                                                      */
/*                                                                           */
/* ========================================================================= */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level validate[required] text-input {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ========================================================================= */
/*                                                                           */
/* Scaffolding                                                               */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Scaffolding.less                                                          */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Basic and global styles for generating a grid system, structural layout,  */
/* and page templates                                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Body Reset                                                                */
/*                                                                           */
/* ========================================================================= */
body {
  margin: 0;
  font-family: calibri !important;
	font-size: 20px !important;
	line-height: 25px !important;
	color: black;
  background-color: #121214;
}
body.minimal {
  background: #f0f0ed;
}
/* ========================================================================= */
/*                                                                           */
/* Body Reset                                                                */
/*                                                                           */
/* ========================================================================= */
a {
  color: #084B8A;
  text-decoration: none;
}
a:hover {
  color: #130c1b;
  text-decoration: underline;
}
::selection {
  background: #084B8A;
  color: #ffffff;
}
::-moz-selection {
  background: #084B8A;
  color: #ffffff;
}
/* ========================================================================= */
/*                                                                           */
/* Stage                                                                     */
/*                                                                           */
/* ========================================================================= */
#stage {
  overflow: hidden;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Grid.less                                                                 */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Fixed                                                                     */
/*                                                                           */
/* ========================================================================= */
.row {
  margin-left: -20px;
  *zoom: 1;
  position: relative;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  position: relative;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
/* ========================================================================= */
/*                                                                           */
/* Fluid                                                                     */
/*                                                                           */
/* ========================================================================= */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.row-fluid .offset12 {
  margin-left: 104.25531913799999%;
  *margin-left: 104.14893615927657%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.127659564%;
  *margin-left: 102.02127658527658%;
}
.row-fluid .offset11 {
  margin-left: 95.744680841%;
  *margin-left: 95.63829786227659%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702126700001%;
  *margin-left: 93.5106382882766%;
}
.row-fluid .offset10 {
  margin-left: 87.23404254399999%;
  *margin-left: 87.12765956527657%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.99999999127658%;
}
.row-fluid .offset9 {
  margin-left: 78.723404247%;
  *margin-left: 78.61702126827659%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574467300001%;
  *margin-left: 76.4893616942766%;
}
.row-fluid .offset8 {
  margin-left: 70.21276594999999%;
  *margin-left: 70.10638297127657%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106376%;
  *margin-left: 67.97872339727658%;
}
.row-fluid .offset7 {
  margin-left: 61.702127653%;
  *margin-left: 61.595744674276595%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468079%;
  *margin-left: 59.468085100276596%;
}
.row-fluid .offset6 {
  margin-left: 53.19148935599999%;
  *margin-left: 53.08510637727659%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382978199999%;
  *margin-left: 50.95744680327659%;
}
.row-fluid .offset5 {
  margin-left: 44.680851059%;
  *margin-left: 44.574468080276596%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191485%;
  *margin-left: 42.4468085062766%;
}
.row-fluid .offset4 {
  margin-left: 36.170212762%;
  *margin-left: 36.063829783276596%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553188%;
  *margin-left: 33.9361702092766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574465%;
  *margin-left: 27.553191486276596%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914891%;
  *margin-left: 25.425531912276597%;
}
.row-fluid .offset2 {
  margin-left: 19.148936168%;
  *margin-left: 19.042553189276596%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276594%;
  *margin-left: 16.914893615276597%;
}
.row-fluid .offset1 {
  margin-left: 10.638297870999999%;
  *margin-left: 10.531914892276596%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.510638297%;
  *margin-left: 8.404255318276597%;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ====================================================================== */
  /*                                                                        */
  /* Grid                                                                   */
  /*                                                                        */
  /* ====================================================================== */
  .row {
    margin-left: -30px;
    *zoom: 1;
    position: relative;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
    position: relative;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1172.3999999999999px;
  }
  .span12 {
    width: 1172.3999999999999px;
  }
  .span11 {
    width: 1072.1999999999998px;
  }
  .span10 {
    width: 971.9999999999999px;
  }
  .span9 {
    width: 871.8px;
  }
  .span8 {
    width: 771.5999999999999px;
  }
  .span7 {
    width: 671.3999999999999px;
  }
  .span6 {
    width: 571.1999999999999px;
  }
  .span5 {
    width: 470.99999999999994px;
  }
  .span4 {
    width: 370.79999999999995px;
  }
  .span3 {
    width: 270.59999999999997px;
  }
  .span2 {
    width: 170.39999999999998px;
  }
  .span1 {
    width: 70.19999999999999px;
  }
  .offset12 {
    margin-left: 1232.3999999999999px;
  }
  .offset11 {
    margin-left: 1132.1999999999998px;
  }
  .offset10 {
    margin-left: 1032px;
  }
  .offset9 {
    margin-left: 931.8px;
  }
  .offset8 {
    margin-left: 831.5999999999999px;
  }
  .offset7 {
    margin-left: 731.3999999999999px;
  }
  .offset6 {
    margin-left: 631.1999999999999px;
  }
  .offset5 {
    margin-left: 531px;
  }
  .offset4 {
    margin-left: 430.79999999999995px;
  }
  .offset3 {
    margin-left: 330.59999999999997px;
  }
  .offset2 {
    margin-left: 230.39999999999998px;
  }
  .offset1 {
    margin-left: 130.2px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
  .row-fluid .offset12 {
    margin-left: 105.128205128%;
    *margin-left: 105.02182214927659%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.564102564%;
    *margin-left: 102.45771958527658%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658100001%;
    *margin-left: 96.4748136022766%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.017094017%;
    *margin-left: 93.91071103827659%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803400001%;
    *margin-left: 87.9278050552766%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249127658%;
  }
  .row-fluid .offset9 {
    margin-left: 79.487179487%;
    *margin-left: 79.38079650827659%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.923076923%;
    *margin-left: 76.81669394427658%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094000002%;
    *margin-left: 70.8337879612766%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.376068376%;
    *margin-left: 68.26968539727659%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393%;
    *margin-left: 62.286779414276594%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.829059829%;
    *margin-left: 59.7226768502766%;
  }
  .row-fluid .offset6 {
    margin-left: 53.846153846%;
    *margin-left: 53.7397708672766%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.282051282000005%;
    *margin-left: 51.1756683032766%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299%;
    *margin-left: 45.1927623202766%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273500001%;
    *margin-left: 42.628659756276605%;
  }
  .row-fluid .offset4 {
    margin-left: 36.752136752%;
    *margin-left: 36.645753773276596%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512092766%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205%;
    *margin-left: 28.0987452262766%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.534642662276596%;
  }
  .row-fluid .offset2 {
    margin-left: 19.658119658%;
    *margin-left: 19.551736679276598%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341152766%;
  }
  .row-fluid .offset1 {
    margin-left: 11.111111111%;
    *margin-left: 11.004728132276597%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.440625568276596%;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ====================================================================== */
  /*                                                                        */
  /* Grid                                                                   */
  /*                                                                        */
  /* ====================================================================== */
  .row {
    margin-left: -20px;
    *zoom: 1;
    position: relative;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    position: relative;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
  .row-fluid .offset12 {
    margin-left: 105.524861871%;
    *margin-left: 105.41847889227658%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.762430932%;
    *margin-left: 102.65604795327658%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596%;
    *margin-left: 96.85494298127658%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.198895021%;
    *margin-left: 94.09251204227658%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779004900001%;
    *margin-left: 88.29140707027659%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535911000001%;
    *margin-left: 85.5289761312766%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425413799999%;
    *margin-left: 79.72787115927657%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.071823199%;
    *margin-left: 76.96544022027658%;
  }
  .row-fluid .offset8 {
    margin-left: 71.270718227%;
    *margin-left: 71.16433524827659%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.508287288%;
    *margin-left: 68.40190430927659%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718231600001%;
    *margin-left: 62.600799337276605%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.944751377%;
    *margin-left: 59.8383683982766%;
  }
  .row-fluid .offset6 {
    margin-left: 54.143646405000005%;
    *margin-left: 54.0372634262766%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.381215466%;
    *margin-left: 51.2748324872766%;
  }
  .row-fluid .offset5 {
    margin-left: 45.580110494%;
    *margin-left: 45.4737275152766%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.817679555%;
    *margin-left: 42.711296576276595%;
  }
  .row-fluid .offset4 {
    margin-left: 37.016574583%;
    *margin-left: 36.9101916042766%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.254143644%;
    *margin-left: 34.1477606652766%;
  }
  .row-fluid .offset3 {
    margin-left: 28.453038671999998%;
    *margin-left: 28.346655693276595%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.690607733%;
    *margin-left: 25.584224754276597%;
  }
  .row-fluid .offset2 {
    margin-left: 19.889502761%;
    *margin-left: 19.783119782276597%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.127071822%;
    *margin-left: 17.0206888432766%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.219583871276598%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.563535911%;
    *margin-left: 8.457152932276596%;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  /* ===================================================================== */
  /*                                                                       */
  /* Grid                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Layouts.less                                                              */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Fixed-width and fluid (with sidebar) layouts                              */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Container (centered, fixed-width layouts)                                 */
/*                                                                           */
/* ========================================================================= */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
/* ========================================================================= */
/*                                                                           */
/* Fluid layouts (left aligned, with sidebar, min- & max-width content)      */
/*                                                                           */
/* ========================================================================= */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Modals.less                                                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Layouts for modal windows                                                 */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Adjust z-index for open modals                                            */
/*                                                                           */
/* ========================================================================= */
.modal-open .modal .dropdown-menu {
  z-index: 2090;
}
.modal-open .modal .dropdown.open {
  *z-index: 2090;
}
.modal-open .modal .popover {
  z-index: 2100;
}
.modal-open .modal .tooltip {
  z-index: 2110;
}
/* ========================================================================= */
/*                                                                           */
/* Modal backdrop                                                            */
/*                                                                           */
/* ========================================================================= */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
/* ========================================================================= */
/*                                                                           */
/* Modal Layout                                                              */
/*                                                                           */
/* ========================================================================= */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1070;
  width: 640px;
  margin: 0px 0 0 -320px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
  /* Modal Header                                                          */

  /* Modal Body                                                            */

  /* Modal Footer                                                          */

  /*                                                                       */

  /* ===================================================================== */

}
.modal:hover,
.modal:focus,
.modal:active {
  outline: 0;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 40% !important;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  background: #084B8A;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.modal .modal-header .close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: auto !important;
  height: auto !important;
  line-height: 16px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 6px !important;
}
.modal .modal-header h3 {
  color: #ffffff;
}
.modal .modal-body {
  position: relative;
  overflow-y: scroll;
  padding: 20px;
  z-index: 1071;
  background: #ffffff;
  *zoom: 1;
  display: block;
}
.modal .modal-body:before,
.modal .modal-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal .modal-body:after {
  clear: both;
}
.modal .modal-body .modal-body-inner {
  *zoom: 1;
  display: block;
}
.modal .modal-body .modal-body-inner:before,
.modal .modal-body .modal-body-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal .modal-body .modal-body-inner:after {
  clear: both;
}
.modal .modal-body .container {
  width: 600px;
}
.modal .modal-body .container .row {
  margin-left: -20px;
}
.modal .modal-body .container .row [class*="span"] {
  margin-left: 20px;
}
.modal .modal-body .container .row .span4 {
  width: 600px;
}
.modal .modal-body .container .row .span3 {
  width: 445px;
}
.modal .modal-body .container .row .span2 {
  width: 290px;
}
.modal .modal-body .container .row .span1 {
  width: 135px;
}
.modal .modal-footer {
  padding: 20px;
  background: #f9f9f8;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  *zoom: 1;
  z-index: 1072;
  position: relative;
}
.modal .modal-footer:before,
.modal .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal .modal-footer:after {
  clear: both;
}
.modal .modal-footer .fine-print {
  font-size: 11px;
  line-height: 19px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 980px) and (max-width: 1199px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Modal Layout                                                          */
  /*                                                                       */
  /* ===================================================================== */
  .modal {
    position: fixed;
    top: auto;
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0;
    /* Modal Header                                                          */
  
    /* Modal Body                                                            */
  
    /* Modal Footer                                                          */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  .modal.fade {
    top: -25%;
  }
  .modal.fade.in {
    top: 40% !important;
  }
  .modal .modal-header .close {
    top: -10px;
    right: -10px;
  }
  .modal .modal-body .container {
    width: auto;
    padding: 0px;
  }
  .modal .modal-body .container .row {
    margin-left: 0px;
  }
  .modal .modal-body .container .row [class*="span"] {
    float: none;
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .modal .modal-footer .btn-toolbar {
    float: none;
  }
  .modal .modal-footer .btn-toolbar.pull-right {
    margin-left: 0px;
    margin-right: 0px;
  }
  .modal .modal-footer .btn-toolbar.pull-right btn {
    margin-left: 0px;
    margin-right: 4px;
  }
  .modal .modal-footer .fine-print {
    display: block;
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0px 0px 0px !important;
    padding: 20px 0px 0px 0px !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Base Styling                                                              */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Typography.less                                                           */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Headings, body text, lists, code, and more for a versatile and durable    */
/* typography system                                                         */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Body Text                                                                 */
/*                                                                           */
/* ========================================================================= */
p {
	font-family: calibri;
	font-size: 18px;
	line-height: 25px;
	color: black;
	margin: 0 0 11px 0;
}
p.short {
  margin-bottom: 5.5px;
}
p.tall {
  margin-bottom: 33px;
}
p.taller {
  margin-bottom: 55px;
}
p.small {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
p.right {
  text-align: right;
}
p strong.primary {
  color: #084B8A;
}
.lead {
  font-family: calibri;
  font-weight: 300;
  font-size: 19.599999999999998px;
  line-height: 33px;
  color: #999999;
  margin: 0 0 22px 0;
}
.lead.short {
  margin-bottom: 5.5px;
}
.lead.tall {
  margin-bottom: 44px;
}
span.purple {
  color: #084B8A;
}
/* ========================================================================= */
/*                                                                           */
/* Headings                                                                  */
/*                                                                           */
/* ========================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: calibri;
  font-weight: 200;
  color: #121214;
  margin: 0;
  letter-spacing: -1px;
}
h1 {
  font-size: 56px;
  line-height: 44px;
  margin: 0 0 44px 0;
}
h1.short {
  margin-bottom: 22px;
}
h1.tall {
  margin-bottom: 88px;
}
h2 {
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 22px 0;
  font-weight: 300;
}
h2.short {
  margin-bottom: 11px;
}
h2.tall {
  margin-bottom: 44px;
}
h2.taller {
  margin-bottom: 66px;
}
h3 {
  font-size: 28px;
  line-height: 27.5px;
  margin-bottom: 33px;
  color: #084B8A;
  font-weight: 300;
  letter-spacing: normal;
}
h3.short {
  margin-bottom: 18.333333333333336px;
}
h3.tall {
  margin-bottom: 44px;
}
h3.with-icon-feature {
  line-height: 48px;
}
h4 {
  font-size: 18.900000000000002px;
  line-height: 24.200000000000003px;
  margin: 0 0 14.666666666666666px 0;
  color: #084B8A;
  letter-spacing: normal;
}
h4.short {
  margin-bottom: 5.5px;
}
h4.tall {
  margin-bottom: 24.200000000000003px;
}
h4.with-icon-feature {
  line-height: 48px;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 17.6px;
  margin: 0 0 14.666666666666666px 0;
  color: #084B8A;
  letter-spacing: normal;
}
h5.short {
  margin-bottom: 5.5px;
}
h5.tall {
  margin-bottom: 24.200000000000003px;
}
/* ========================================================================= */
/*                                                                           */
/* Lists                                                                     */
/*                                                                           */
/* ========================================================================= */
ul,
ol {
  margin: 0 0 11px 20px;
  padding: 0;
}
ul.short,
ol.short {
  margin-bottom: 5.5px;
}
ul.tall,
ol.tall {
  margin-bottom: 33px;
}
ul.taller,
ol.taller {
  margin-bottom: 55px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
  margin-bottom: 7.333333333333333px;
}
li:last-child {
  margin-bottom: 0px;
}
ul {
  margin-left: 16px;
  list-style: disc;
}
ul li {
  padding-left: 4px;
}
ol {
  list-style: decimal;
}
ol.a {
  list-style: lower-alpha;
}
ol.A {
  list-style: upper-alpha;
}
ol.i {
  list-style: lower-roman;
}
ol.I {
  list-style: upper-roman;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.unstyled li,
ol.unstyled li {
  padding-left: 0px;
}
ul.checks,
ol.checks {
  margin-left: 0;
  list-style: none;
}
ul.checks li,
ol.checks li {
  padding-left: 30px;
  position: relative;
  color: #666666;
}
ul.checks li:before,
ol.checks li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: url(../../resources/images/icons/icons-16x16.png) -32px -160px no-repeat;
}
ul.checks li.title,
ol.checks li.title {
  padding-left: 0px;
  font-weight: bold;
  color: #121214;
}
ul.checks li.title:before,
ol.checks li.title:before {
  display: none;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 14.666666666666666px;
  color: #666666;
}
dd {
  margin-left: 0px;
  margin-bottom: 33px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
/* ========================================================================= */
/*                                                                           */
/* Miscellaneous                                                             */
/*                                                                           */
/* ========================================================================= */
hr {
  margin: 22px 0 22px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
hr.short {
  margin: 11px 0 11px 0;
}
hr.tall {
  margin: 44px 0 44px 0;
}
hr.taller {
  margin: 66px 0 66px 0;
}
hr.light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #cccccc;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 27.5px;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Body Text                                                             */
  /*                                                                       */
  /* ===================================================================== */
  p {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 11px 0;
  }
  p.short {
    margin-bottom: 5.5px;
  }
  p.tall {
    margin-bottom: 27.5px;
  }
  p.taller {
    margin-bottom: 44px;
  }
  p.small {
    font-size: 11px;
    line-height: 17px;
  }
  .lead {
    font-size: 16.8px;
    line-height: 24.200000000000003px;
    margin: 0 0 22px 0;
  }
  .lead.short {
    margin-bottom: 5.5px;
  }
  .lead.tall {
    margin-bottom: 44px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Headings                                                              */
  /*                                                                       */
  /* ===================================================================== */
  h1 {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 22px 0;
  }
  h1.short {
    margin-bottom: 11px;
  }
  h1.tall {
    margin-bottom: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 27.5px;
    margin: 0 0 17.6px 0;
  }
  h2.short {
    margin-bottom: 8.8px;
  }
  h2.tall {
    margin-bottom: 33px;
  }
  h2.taller {
    margin-bottom: 44px;
  }
  h3 {
    font-size: 18.900000000000002px;
    line-height: 24.200000000000003px;
    margin: 0 0 14.666666666666666px 0;
  }
  h3.short {
    margin-bottom: 5.5px;
  }
  h3.tall {
    margin-bottom: 24.200000000000003px;
  }
  h3.with-icon-feature {
    line-height: 48px;
  }
  h4 {
    font-size: 16.099999999999998px;
    line-height: 17.6px;
    margin: 0 0 14.666666666666666px 0;
  }
  h4.short {
    margin-bottom: 5.5px;
  }
  h4.tall {
    margin-bottom: 24.200000000000003px;
  }
  h4.with-icon-feature {
    line-height: 48px;
  }
  h5 {
    font-size: 14px;
    line-height: 16.5px;
    margin: 0 0 11px 0;
  }
  h5.short {
    margin-bottom: 5.5px;
  }
  h5.tall {
    margin-bottom: 22px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Lists                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  ul,
  ol {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 11px;
  }
  ul.short,
  ol.short {
    margin-bottom: 5.5px;
  }
  ul.tall,
  ol.tall {
    margin-bottom: 27.5px;
  }
  ul.taller,
  ol.taller {
    margin-bottom: 44px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Body Text                                                             */
  /*                                                                       */
  /* ===================================================================== */
  p {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 7.333333333333333px 0;
  }
  p.short {
    margin-bottom: 5.5px;
  }
  p.tall {
    margin-bottom: 22px;
  }
  p.taller {
    margin-bottom: 33px;
  }
  p.small {
    font-size: 10px;
    line-height: 15px;
  }
  p.spill-over {
    margin-bottom: 7.333333333333333px !important;
  }
  .lead {
    font-size: 15.400000000000002px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
  .lead.short {
    margin-bottom: 5.5px;
  }
  .lead.tall {
    margin-bottom: 44px;
  }
  .lead.spill-over {
    margin-bottom: 22px !important;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Headings                                                              */
  /*                                                                       */
  /* ===================================================================== */
  h1 {
    font-size: 35px;
    line-height: 44px;
    margin: 0 0 22px 0;
  }
  h1.short {
    margin-bottom: 11px;
  }
  h1.tall {
    margin-bottom: 44px;
  }
  h2 {
    font-size: 23.099999999999998px;
    line-height: 27.5px;
    margin: 0 0 17.6px 0;
  }
  h2.short {
    margin-bottom: 8.8px;
  }
  h2.tall {
    margin-bottom: 33px;
  }
  h2.taller {
    margin-bottom: 44px;
  }
  h3 {
    font-size: 17.5px;
    line-height: 22px;
    margin: 0 0 14.666666666666666px 0;
  }
  h3.short {
    margin-bottom: 5.5px;
  }
  h3.tall {
    margin-bottom: 24.200000000000003px;
  }
  h4 {
    font-size: 15.400000000000002px;
    line-height: 17.6px;
    margin: 0 0 14.666666666666666px 0;
  }
  h4.short {
    margin-bottom: 5.5px;
  }
  h4.tall {
    margin-bottom: 24.200000000000003px;
  }
  h5 {
    font-size: 14px;
    line-height: 16.5px;
    margin: 0 0 11px 0;
  }
  h5.short {
    margin-bottom: 5.5px;
  }
  h5.tall {
    margin-bottom: 22px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Lists                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  ul,
  ol {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 7.333333333333333px;
  }
  ul.short,
  ol.short {
    margin-bottom: 5.5px;
  }
  ul.tall,
  ol.tall {
    margin-bottom: 22px;
  }
  ul.taller,
  ol.taller {
    margin-bottom: 33px;
  }
  ul.spill-over,
  ol.spill-over {
    margin-bottom: 7.333333333333333px !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays                                     */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* List Checks                                                           */
  /*                                                                       */
  /* ===================================================================== */
  ul.checks li:before,
  ol.checks li:before {
    background-image: url(../../resources/images/icons/icons-16x16@2x.png);
    -webkit-background-size: 80px 256px;
    -moz-background-size: 80px 256px;
    background-size: 80px 256px;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Forms.less                                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Base styles for various input types, form layouts, and states             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* General Styles                                                            */
/*                                                                           */
/* ========================================================================= */
form {
  margin: 0 0 22px 0;
  *zoom: 1;
}
form:before,
form:after {
  display: table;
  content: "";
  line-height: 0;
}
form:after {
  clear: both;
}
form.tall {
  margin-bottom: 44px;
}
form.short {
  margin-bottom: 11px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
  font-size: 21px;
  line-height: 44px;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: calibri;
}
label {
  display: block;
  margin-bottom: 5.5px;
}
/* ========================================================================= */
/*                                                                           */
/* Form Controls                                                             */
/*                                                                           */
/* ========================================================================= */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none;
  display: block;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
select.large,
textarea.large,
input[type="text"].large,
input[type="password"].large,
input[type="datetime"].large,
input[type="datetime-local"].large,
input[type="date"].large,
input[type="month"].large,
input[type="time"].large,
input[type="week"].large,
input[type="number"].large,
input[type="email"].large,
input[type="url"].large,
input[type="search"].large,
input[type="tel"].large,
input[type="color"].large,
.uneditable-input.large {
  padding-top: 11px;
  padding-bottom: 11px;
  height: 44px;
  font-size: 16px;
}
input,
textarea {
  width: auto;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-8 */

  -webkit-box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 0px 5px 3px rgba(104, 67, 152, 0.15), inset 0px 1px 3px 0px rgba(104, 67, 152, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 0px 5px 3px rgba(104, 67, 152, 0.15), inset 0px 1px 3px 0px rgba(104, 67, 152, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 0px 5px 3px rgba(104, 67, 152, 0.15), inset 0px 1px 3px 0px rgba(104, 67, 152, 0.15);
  color: #084B8A;
  background: #f9f7fb;
}
textarea:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
.uneditable-input:focus:-moz-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
.uneditable-input:focus:-ms-input-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
.uneditable-input:focus::-webkit-input-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 32px;
}
select {
  width: 220px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  position: relative;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.select-wrapper {
  display: block;
  width: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffe6e6e6', GradientType=0);
  height: 32px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  position: relative;
}
.select-wrapper:before {
  content: '';
  display: block;
  width: 30px;
  height: 32px;
  top: 0px;
  right: 1px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a47cd9), to(#084B8A));
  background-image: -webkit-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -o-linear-gradient(top, #a47cd9, #084B8A);
  background-image: linear-gradient(to bottom, #a47cd9, #084B8A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa47cd9', endColorstr='#ff674397', GradientType=0);
  position: absolute;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
}
.select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  right: 11px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.select-wrapper:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: -o-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: linear-gradient(to bottom, #eeeeee, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.select-wrapper:hover:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #966fca, #5b388b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#966fca), to(#5b388b));
  background-image: -webkit-linear-gradient(top, #966fca, #5b388b);
  background-image: -o-linear-gradient(top, #966fca, #5b388b);
  background-image: linear-gradient(to bottom, #966fca, #5b388b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff966fca', endColorstr='#ff5b388b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
}
.select-wrapper:active {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: -o-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: linear-gradient(to bottom, #e0e0e0, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
}
.select-wrapper:active:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #5b388b, #966fca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b388b), to(#966fca));
  background-image: -webkit-linear-gradient(top, #5b388b, #966fca);
  background-image: -o-linear-gradient(top, #5b388b, #966fca);
  background-image: linear-gradient(to bottom, #5b388b, #966fca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b388b', endColorstr='#ff966fca', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75);
}
.select-wrapper select {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  background: none;
  width: 100%;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select-wrapper select:active {
  outline: 0;
}
.select-wrapper select:focus {
  outline: 0;
}
/* ========================================================================= */
/*                                                                           */
/* Checkboxes & Radios                                                       */
/*                                                                           */
/* ========================================================================= */
.radio,
.checkbox {
  min-height: 32px;
  padding-left: 20px;
  line-height: 32px;
  position: relative;
  margin-bottom: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -23px;
  position: absolute;
  top: 11px;
  margin-top: 0px;
  width: auto !important;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.tight,
.checkbox.tight {
  min-height: 22px;
  padding-left: 20px;
  line-height: 22px;
}
.radio.tight input[type="radio"],
.checkbox.tight input[type="radio"],
.radio.tight input[type="checkbox"],
.checkbox.tight input[type="checkbox"] {
  top: 6px;
}
/* ========================================================================= */
/*                                                                           */
/* Input Sizes                                                               */
/*                                                                           */
/* ========================================================================= */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
/* ========================================================================= */
/*                                                                           */
/* Grid Sizing for Inputs                                                    */
/*                                                                           */
/* ========================================================================= */
input,
textarea,
.uneditable-input,
.select-wrapper {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12, .select-wrapper.span12 {
  width: 920px;
}
input.span11, textarea.span11, .uneditable-input.span11, .select-wrapper.span11 {
  width: 840px;
}
input.span10, textarea.span10, .uneditable-input.span10, .select-wrapper.span10 {
  width: 760px;
}
input.span9, textarea.span9, .uneditable-input.span9, .select-wrapper.span9 {
  width: 680px;
}
input.span8, textarea.span8, .uneditable-input.span8, .select-wrapper.span8 {
  width: 600px;
}
input.span7, textarea.span7, .uneditable-input.span7, .select-wrapper.span7 {
  width: 520px;
}
input.span6, textarea.span6, .uneditable-input.span6, .select-wrapper.span6 {
  width: 440px;
}
input.span5, textarea.span5, .uneditable-input.span5, .select-wrapper.span5 {
  width: 360px;
}
input.span4, textarea.span4, .uneditable-input.span4, .select-wrapper.span4 {
  width: 280px;
}
input.span3, textarea.span3, .uneditable-input.span3, .select-wrapper.span3 {
  width: 200px;
}
input.span2, textarea.span2, .uneditable-input.span2, .select-wrapper.span2 {
  width: 120px;
}
input.span1, textarea.span1, .uneditable-input.span1, .select-wrapper.span1 {
  width: 40px;
}
.controls {
  *zoom: 1;
}
.controls:before,
.controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls:after {
  clear: both;
}
.controls [class*="span"] {
  float: left;
}
/* ========================================================================= */
/*                                                                           */
/* Disabled states                                                           */
/*                                                                           */
/* ========================================================================= */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f7f7f5;
  color: #999999;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* ========================================================================= */
/*                                                                           */
/* Errors                                                                    */
/*                                                                           */
/* ========================================================================= */
.well.errors {
  background: rgba(155, 37, 28, 0.15);
}
.well.errors h1,
.well.errors h2,
.well.errors h3,
.well.errors h4,
.well.errors h5 {
  color: #9d261d;
}
.well.errors ul {
  color: #9d261d;
}
/* ========================================================================= */
/*                                                                           */
/* Form field feedback states                                                */
/*                                                                           */
/* ========================================================================= */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error label {
  color: #9d261d;
}
.control-group.error input,
.control-group.error textarea {
  background-color: rgba(155, 37, 28, 0.15);
  color: rgba(155, 37, 28, 0.75);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.4), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.4), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.4), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.control-group.error input:-moz-placeholder,
.control-group.error textarea:-moz-placeholder {
  color: rgba(155, 37, 28, 0.5);
}
.control-group.error input:-ms-input-placeholder,
.control-group.error textarea:-ms-input-placeholder {
  color: rgba(155, 37, 28, 0.5);
}
.control-group.error input::-webkit-input-placeholder,
.control-group.error textarea::-webkit-input-placeholder {
  color: rgba(155, 37, 28, 0.5);
}
.control-group.error input .placeholder,
.control-group.error textarea .placeholder {
  color: #999999;
}
.control-group.error input:focus,
.control-group.error textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-8 */

  -webkit-box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 0px 5px 3px rgba(155, 37, 28, 0.25), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 0px 5px 3px rgba(155, 37, 28, 0.25), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 0px 5px 3px rgba(155, 37, 28, 0.25), inset 0px 1px 3px 0px rgba(155, 37, 28, 0.15);
  color: #9d261d;
  background: rgba(155, 37, 28, 0.15);
}
.control-group.error input:focus:-moz-placeholder,
.control-group.error textarea:focus:-moz-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
.control-group.error input:focus:-ms-input-placeholder,
.control-group.error textarea:focus:-ms-input-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
.control-group.error input:focus::-webkit-input-placeholder,
.control-group.error textarea:focus::-webkit-input-placeholder {
  color: rgba(104, 67, 152, 0.5);
}
.control-group.error input:focus:-moz-placeholder,
.control-group.error textarea:focus:-moz-placeholder {
  color: rgba(155, 37, 28, 0.75);
}
.control-group.error input:focus:-ms-input-placeholder,
.control-group.error textarea:focus:-ms-input-placeholder {
  color: rgba(155, 37, 28, 0.75);
}
.control-group.error input:focus::-webkit-input-placeholder,
.control-group.error textarea:focus::-webkit-input-placeholder {
  color: rgba(155, 37, 28, 0.75);
}
.control-group.error input:focus .placeholder,
.control-group.error textarea:focus .placeholder {
  color: #999999;
}
.control-group.error .select-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.15));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(155, 37, 28, 0.05)), to(rgba(155, 37, 28, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.15));
  background-image: -o-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.15));
  background-image: linear-gradient(to bottom, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9b251c', endColorstr='#269b251c', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.4), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.4), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.4), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
}
.control-group.error .select-wrapper:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #e4776f, #9d261d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4776f), to(#9d261d));
  background-image: -webkit-linear-gradient(top, #e4776f, #9d261d);
  background-image: -o-linear-gradient(top, #e4776f, #9d261d);
  background-image: linear-gradient(to bottom, #e4776f, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4776f', endColorstr='#ff9d261d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
}
.control-group.error .select-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.2));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(155, 37, 28, 0.05)), to(rgba(155, 37, 28, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.2));
  background-image: -o-linear-gradient(top, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.2));
  background-image: linear-gradient(to bottom, rgba(155, 37, 28, 0.05), rgba(155, 37, 28, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9b251c', endColorstr='#339b251c', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 3px 0px rgba(155, 37, 28, 0.35);
}
.control-group.error .select-wrapper:hover:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #dc4e44, #9d261d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc4e44), to(#9d261d));
  background-image: -webkit-linear-gradient(top, #dc4e44, #9d261d);
  background-image: -o-linear-gradient(top, #dc4e44, #9d261d);
  background-image: linear-gradient(to bottom, #dc4e44, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc4e44', endColorstr='#ff9d261d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
}
.control-group.error .select-wrapper:hover select {
  color: #9d261d;
}
.control-group.error .select-wrapper:active {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(155, 37, 28, 0.25), rgba(155, 37, 28, 0.1));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(155, 37, 28, 0.25)), to(rgba(155, 37, 28, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(155, 37, 28, 0.25), rgba(155, 37, 28, 0.1));
  background-image: -o-linear-gradient(top, rgba(155, 37, 28, 0.25), rgba(155, 37, 28, 0.1));
  background-image: linear-gradient(to bottom, rgba(155, 37, 28, 0.25), rgba(155, 37, 28, 0.1));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409b251c', endColorstr='#1a9b251c', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px rgba(155, 37, 28, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
}
.control-group.error .select-wrapper:active:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #9d261d, #dc4e44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d261d), to(#dc4e44));
  background-image: -webkit-linear-gradient(top, #9d261d, #dc4e44);
  background-image: -o-linear-gradient(top, #9d261d, #dc4e44);
  background-image: linear-gradient(to bottom, #9d261d, #dc4e44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d261d', endColorstr='#ffdc4e44', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px #9b251c;
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px #9b251c;
  box-shadow: inset 0px 1px 3px 0px rgba(155, 37, 28, 0.25), 0px 0px 0px 1px #9b251c;
}
.control-group.error .select-wrapper select {
  color: rgba(155, 37, 28, 0.75);
}
.control-group.error .input-append .add-on,
.control-group.error .input-prepend .add-on {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #e4776f, #9d261d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4776f), to(#9d261d));
  background-image: -webkit-linear-gradient(top, #e4776f, #9d261d);
  background-image: -o-linear-gradient(top, #e4776f, #9d261d);
  background-image: linear-gradient(to bottom, #e4776f, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4776f', endColorstr='#ff9d261d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 0px 0px 1px #9b251c;
  color: #ffffff;
}
.control-group.error .input-append .add-on:before,
.control-group.error .input-prepend .add-on:before {
  background: #9b251c;
  -webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
}
.control-group.error .tooltip .tooltip-inner {
  background: #9d261d;
}
.control-group.error .tooltip.top .tooltip-arrow {
  border-top-color: #9d261d;
}
.control-group.error .tooltip.right .tooltip-arrow {
  border-right-color: #9d261d;
}
.control-group.error .tooltip.left .tooltip-arrow {
  border-left-color: #9d261d;
}
.control-group.error .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #9d261d;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #ffffff;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #ffffff;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #ffffff;
  background-color: #46a546;
  border-color: #ffffff;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
/* ========================================================================= */
/*                                                                           */
/* Form actions                                                              */
/*                                                                           */
/* ========================================================================= */
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #b3b3b3;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
.placeholder {
  color: #999999;
}
/* ========================================================================= */
/*                                                                           */
/* Help Text                                                                 */
/*                                                                           */
/* ========================================================================= */
.help-block,
.help-inline {
  color: #666666;
}
.help-block {
  display: block;
  margin-bottom: 11px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
/* ========================================================================= */
/*                                                                           */
/* Input Groups                                                              */
/*                                                                           */
/* ========================================================================= */
.input-prepend,
.input-append {
  position: relative;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
  line-height: 0;
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  z-index: 1;
}
.input-prepend .add-on,
.input-append .add-on {
  position: absolute;
  display: block;
  width: auto;
  height: 32px;
  min-width: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0ed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0ed));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0ed);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0ed);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0ed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0ed', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 32px;
  color: #999999;
  vertical-align: top;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  z-index: 2;
}
.input-prepend .add-on:before,
.input-append .add-on:before {
  content: '';
  height: 100%;
  width: 1px;
  /* background: lighten(@purple, 35); */

  background: #CCC;
  display: block;
  position: absolute;
  top: 0px;
  left: -1px;
  -webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.02);
}
.input-prepend .btn-add-on,
.input-append .btn-add-on {
  position: absolute;
  display: block;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}
.input-prepend .btn-add-on.btn-large,
.input-append .btn-add-on.btn-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  margin-right: -3px;
  top: 0px;
  left: 0px;
}
.input-prepend .add-on:before {
  left: auto;
  right: 1px;
}
.input-prepend .btn-add-on {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  margin-right: -3px;
  top: 0px;
  left: 0px;
}
.input-append .add-on {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  margin-left: 1px;
  top: 0px;
  right: 0px;
}
.input-append .btn-add-on {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  margin-left: 1px;
  top: 0px;
  right: 0px;
}
/* ========================================================================= */
/*                                                                           */
/* Search Form                                                               */
/*                                                                           */
/* ========================================================================= */
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
/* ========================================================================= */
/*                                                                           */
/* Horizontal and Vertical Forms                                             */
/*                                                                           */
/* ========================================================================= */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 20px;
}
.control-group.tall {
  margin-bottom: 40px;
}
.control-group.short {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}
/* ========================================================================= */
/*                                                                           */
/* Horizontal-specific Styling                                               */
/*                                                                           */
/* ========================================================================= */
.form-horizontal .control-group {
  margin-bottom: 22px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 11px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
fieldset.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ========================================================================= */
  /*                                                                           */
  /* Grid Sizing for Inputs                                                    */
  /*                                                                           */
  /* ========================================================================= */
  input,
  textarea,
  .uneditable-input,
  .select-wrapper {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12, .select-wrapper.span12 {
    width: 1152.3999999999999px;
  }
  input.span11, textarea.span11, .uneditable-input.span11, .select-wrapper.span11 {
    width: 1052.1999999999998px;
  }
  input.span10, textarea.span10, .uneditable-input.span10, .select-wrapper.span10 {
    width: 951.9999999999999px;
  }
  input.span9, textarea.span9, .uneditable-input.span9, .select-wrapper.span9 {
    width: 851.8px;
  }
  input.span8, textarea.span8, .uneditable-input.span8, .select-wrapper.span8 {
    width: 751.5999999999999px;
  }
  input.span7, textarea.span7, .uneditable-input.span7, .select-wrapper.span7 {
    width: 651.3999999999999px;
  }
  input.span6, textarea.span6, .uneditable-input.span6, .select-wrapper.span6 {
    width: 551.1999999999999px;
  }
  input.span5, textarea.span5, .uneditable-input.span5, .select-wrapper.span5 {
    width: 450.99999999999994px;
  }
  input.span4, textarea.span4, .uneditable-input.span4, .select-wrapper.span4 {
    width: 350.79999999999995px;
  }
  input.span3, textarea.span3, .uneditable-input.span3, .select-wrapper.span3 {
    width: 250.59999999999997px;
  }
  input.span2, textarea.span2, .uneditable-input.span2, .select-wrapper.span2 {
    width: 150.39999999999998px;
  }
  input.span1, textarea.span1, .uneditable-input.span1, .select-wrapper.span1 {
    width: 50.19999999999999px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ========================================================================= */
  /*                                                                           */
  /* Grid Sizing for Inputs                                                    */
  /*                                                                           */
  /* ========================================================================= */
  input,
  textarea,
  .uneditable-input,
  .select-wrapper {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12, .select-wrapper.span12 {
    width: 704px;
  }
  input.span11, textarea.span11, .uneditable-input.span11, .select-wrapper.span11 {
    width: 642px;
  }
  input.span10, textarea.span10, .uneditable-input.span10, .select-wrapper.span10 {
    width: 580px;
  }
  input.span9, textarea.span9, .uneditable-input.span9, .select-wrapper.span9 {
    width: 518px;
  }
  input.span8, textarea.span8, .uneditable-input.span8, .select-wrapper.span8 {
    width: 456px;
  }
  input.span7, textarea.span7, .uneditable-input.span7, .select-wrapper.span7 {
    width: 394px;
  }
  input.span6, textarea.span6, .uneditable-input.span6, .select-wrapper.span6 {
    width: 332px;
  }
  input.span5, textarea.span5, .uneditable-input.span5, .select-wrapper.span5 {
    width: 270px;
  }
  input.span4, textarea.span4, .uneditable-input.span4, .select-wrapper.span4 {
    width: 208px;
  }
  input.span3, textarea.span3, .uneditable-input.span3, .select-wrapper.span3 {
    width: 146px;
  }
  input.span2, textarea.span2, .uneditable-input.span2, .select-wrapper.span2 {
    width: 84px;
  }
  input.span1, textarea.span1, .uneditable-input.span1, .select-wrapper.span1 {
    width: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input,
  .select-wrapper[class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
    display: inline-block;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .control-group {
    margin-bottom: 10px;
  }
  .control-group.tall {
    margin-bottom: 20px;
  }
  .control-group.short {
    margin-bottom: 5px;
  }
  .control-group.spill-over {
    margin-bottom: 10px !important;
  }
  .control-group.spill-over.tall {
    margin-bottom: 20px !important;
  }
  .control-group.spill-over.short {
    margin-bottom: 5px !important;
  }
  .controls [class*="span"] {
    float: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Buttons.less                                                              */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for buttons                                                       */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Base Styles                                                               */
/*                                                                           */
/* ========================================================================= */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 7px 15px 7px 15px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: calibri;
  line-height: 22px;
  text-rendering: optimizelegibility;
  *line-height: 20px;
  color: #084B8A !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
  background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #084B8A !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: -o-linear-gradient(top, #eeeeee, #e0e0e0);
  background-image: linear-gradient(to bottom, #eeeeee, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: -o-linear-gradient(top, #e0e0e0, #eeeeee);
  background-image: linear-gradient(to bottom, #e0e0e0, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
}
.btn.disabled,
.btn[disabled] {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn [class^="icon-"] {
  margin-top: -1px;
  margin-bottom: -1px;
}
.btn [class^="icon-"].icon-24 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.btn [class^="icon-"].icon-shadowed {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* ========================================================================= */
/*                                                                           */
/* Button Sizes                                                              */
/*                                                                           */
/* ========================================================================= */
.btn-large {
  padding: 15px 20px 15px 20px;
  font-size: 12px;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-large [class^="icon-"] {
  margin-top: -1px;
  margin-bottom: -2px;
}
.btn-large [class^="icon-"].icon-24 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.btn-small {
  padding: 5px 10px 5px 10px;
  line-height: 20px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  line-height: 18px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* ========================================================================= */
/*                                                                           */
/* Alternate Buttons                                                         */
/*                                                                           */
/* ========================================================================= */
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a47cd9), to(#084B8A));
  background-image: -webkit-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -o-linear-gradient(top, #a47cd9, #084B8A);
  background-image: linear-gradient(to bottom, #a47cd9, #084B8A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa47cd9', endColorstr='#ff674397', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #966fca, #5b388b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#966fca), to(#5b388b));
  background-image: -webkit-linear-gradient(top, #966fca, #5b388b);
  background-image: -o-linear-gradient(top, #966fca, #5b388b);
  background-image: linear-gradient(to bottom, #966fca, #5b388b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff966fca', endColorstr='#ff5b388b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.btn-primary:active {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #5b388b, #966fca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b388b), to(#966fca));
  background-image: -webkit-linear-gradient(top, #5b388b, #966fca);
  background-image: -o-linear-gradient(top, #5b388b, #966fca);
  background-image: linear-gradient(to bottom, #5b388b, #966fca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b388b', endColorstr='#ff966fca', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
}
.btn-success {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #08b087, #0b9573);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08b087), to(#0b9573));
  background-image: -webkit-linear-gradient(top, #08b087, #0b9573);
  background-image: -o-linear-gradient(top, #08b087, #0b9573);
  background-image: linear-gradient(to bottom, #08b087, #0b9573);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08b087', endColorstr='#ff0b9573', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.btn-success:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #00956e, #007b5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00956e), to(#007b5b));
  background-image: -webkit-linear-gradient(top, #00956e, #007b5b);
  background-image: -o-linear-gradient(top, #00956e, #007b5b);
  background-image: linear-gradient(to bottom, #00956e, #007b5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00956e', endColorstr='#ff007b5b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px #97decd, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.btn-success:active {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #5b388b, #966fca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b388b), to(#966fca));
  background-image: -webkit-linear-gradient(top, #5b388b, #966fca);
  background-image: -o-linear-gradient(top, #5b388b, #966fca);
  background-image: linear-gradient(to bottom, #5b388b, #966fca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b388b', endColorstr='#ff966fca', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 0px 1px rgba(255, 255, 255, 0.25);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #08b087, #0b9573);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08b087), to(#0b9573));
  background-image: -webkit-linear-gradient(top, #08b087, #0b9573);
  background-image: -o-linear-gradient(top, #08b087, #0b9573);
  background-image: linear-gradient(to bottom, #08b087, #0b9573);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08b087', endColorstr='#ff0b9573', GradientType=0);
  border-color: #0b9573 #0b9573 #064e3c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0b9573;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #0b9573;
  *background-color: #097d61;
}
.btn-success:active,
.btn-success.active {
  background-color: #07664e \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #666666, #121214);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#121214));
  background-image: -webkit-linear-gradient(top, #666666, #121214);
  background-image: -o-linear-gradient(top, #666666, #121214);
  background-image: linear-gradient(to bottom, #666666, #121214);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff121214', GradientType=0);
  border-color: #121214 #121214 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #121214;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #121214;
  *background-color: #060607;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
/* ========================================================================= */
/*                                                                           */
/* Flat Buttons                                                              */
/*                                                                           */
/* ========================================================================= */
.btn-flat {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
}
.btn-flat:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
}
.btn-flat:active {
  background: #084B8A;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
}
span.btn-flat:hover {
  background: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.btn-flat.btn-primary {
  background: #734ba9;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-flat.btn-primary:hover {
  background: #5b3b85;
}
.btn-flat.btn-primary:active {
  background: #432b62;
}
span.btn-flat.btn-primary:hover {
  background: #734ba9;
  cursor: default;
}
.btn-flat.btn-primary-light {
  background: #ffffff;
  color: #084B8A !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-flat.btn-primary-light:active {
  background: #dec3ff;
}
.btn-flat.btn-twitter-blue {
  background: #00aced;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-flat.btn-twitter-blue:hover {
  background: #08bbff;
}
.btn-flat.btn-twitter-blue:active {
  background: #0099d4;
}
.btn-flat.btn-mini [class^="icon-"] {
  margin-right: -3px;
}
/* ========================================================================= */
/*                                                                           */
/* Cross-Browser Compatability                                               */
/*                                                                           */
/* ========================================================================= */
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* ========================================================================= */
/*                                                                           */
/* Components                                                                */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Dropdowns.less                                                            */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for dropdowns                                                     */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
/* ========================================================================= */
/*                                                                           */
/* Dropdown Arrow/Caret                                                      */
/*                                                                           */
/* ========================================================================= */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ========================================================================= */
/*                                                                           */
/* Dropdown Menu                                                             */
/*                                                                           */
/* ========================================================================= */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  background: rgba(255, 255, 255, 0.25);
  display: block;
  height: 1px;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 22px;
  color: #444444;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #084B8A;
}
.open {
  *z-index: 1020;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* ========================================================================= */
/*                                                                           */
/* Dropup Menu                                                               */
/*                                                                           */
/* ========================================================================= */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
/* ========================================================================= */
/*                                                                           */
/* Typeahead                                                                 */
/*                                                                           */
/* ========================================================================= */
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Icons                                                                     */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Glyphs and icons for buttons, nav, and more                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Base Styles                                                               */
/*                                                                           */
/* ========================================================================= */
[class^="icon-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  background-image: url(../../resources/images/icons/icons-16x16.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"].icon-24 {
  width: 24px;
  height: 24px;
  background-image: url(../../resources/images/icons/icons-24x24.png);
}
[class^="icon-"].icon-32 {
  width: 32px;
  height: 32px;
  background-image: url(../../resources/images/icons/icons-32x32.png);
}
[class^="icon-"].icon-48 {
  width: 48px;
  height: 48px;
  background-image: url(../../resources/images/icons/icons-48x48.png);
}
[class^="icon-"].icon-64 {
  width: 64px;
  height: 64px;
  background-image: url(../../resources/images/icons/icons-64x64.png);
}
[class^="icon-"].icon-flag {
  width: 32px;
  height: 32px;
  background-image: url(../../resources/images/icons/icons-flags.png);
}
[class^="icon-"].icon-feature {
  width: 48px;
  height: 48px;
  background-image: url(../../resources/images/icons/icons-features.png?v1);
  vertical-align: top;
  margin-right: 5px;
}
[class^="icon-"].icon-agents {
  width: 48px;
  height: 48px;
  background-image: url(../../resources/images/icons/icons-agents.png);
  vertical-align: top;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning                                                        */
/*                                                                           */
/* ========================================================================= */
.icon-16 {
  background-position: 0px 0px;
}
.icon-16.icon-white {
  background-position: -16px 0px;
}
.icon-16.icon-color {
  background-position: -32px 0px;
}
.icon-16.icon-shadowed {
  background-position: -48px 0px;
}
.icon-16.icon-white-shadowed {
  background-position: -64px 0px;
}
.icon-arrow-right {
  background-position: 0 -16px;
}
.icon-arrow-right.icon-white {
  background-position: -16px -16px;
}
.icon-arrow-right.icon-color {
  background-position: -32px -16px;
}
.icon-arrow-right.icon-shadowed {
  background-position: -48px -16px;
}
.icon-arrow-right.icon-white-shadowed {
  background-position: -64px -16px;
}
.icon-plus {
  background-position: 0px -32px;
}
.icon-plus.icon-white {
  background-position: -16px -32px;
}
.icon-plus.icon-color {
  background-position: -32px -32px;
}
.icon-plus.icon-shadowed {
  background-position: -48px -32px;
}
.icon-plus.icon-white-shadowed {
  background-position: -64px -32px;
}
.icon-mail {
  background-position: 0px -48px;
}
.icon-mail.icon-white {
  background-position: -16px -48px;
}
.icon-mail.icon-color {
  background-position: -32px -48px;
}
.icon-mail.icon-shadowed {
  background-position: -48px -48px;
}
.icon-mail.icon-white-shadowed {
  background-position: -64px -48px;
}
.icon-search {
  background-position: 0px -64px;
}
.icon-search.icon-white {
  background-position: -16px -64px;
}
.icon-search.icon-color {
  background-position: -32px -64px;
}
.icon-search.icon-shadowed {
  background-position: -48px -64px;
}
.icon-search.icon-white-shadowed {
  background-position: -64px -64px;
}
.icon-close {
  background-position: 0px -80px;
}
.icon-close.icon-white {
  background-position: -16px -80px;
}
.icon-close.icon-color {
  background-position: -32px -80px;
}
.icon-close.icon-shadowed {
  background-position: -48px -80px;
}
.icon-close.icon-white-shadowed {
  background-position: -64px -80px;
}
.icon-arrow-prev {
  background-position: 0px -96px;
}
.icon-arrow-prev.icon-white {
  background-position: -16px -96px;
}
.icon-arrow-prev.icon-color {
  background-position: -32px -96px;
}
.icon-arrow-prev.icon-shadowed {
  background-position: -48px -96px;
}
.icon-arrow-prev.icon-white-shadowed {
  background-position: -64px -96px;
}
.icon-arrow-next {
  background-position: 0px -112px;
}
.icon-arrow-next.icon-white {
  background-position: -16px -112px;
}
.icon-arrow-next.icon-color {
  background-position: -32px -112px;
}
.icon-arrow-next.icon-shadowed {
  background-position: -48px -112px;
}
.icon-arrow-next.icon-white-shadowed {
  background-position: -64px -112px;
}
.icon-play {
  background-position: 0px -128px;
}
.icon-play.icon-white {
  background-position: -16px -128px;
}
.icon-play.icon-color {
  background-position: -32px -128px;
}
.icon-play.icon-shadowed {
  background-position: -48px -128px;
}
.icon-play.icon-white-shadowed {
  background-position: -64px -128px;
}
.icon-twitter {
  background-position: 0px -144px;
}
.icon-twitter.icon-white {
  background-position: -16px -144px;
}
.icon-twitter.icon-color {
  background-position: -32px -144px;
}
.icon-twitter.icon-shadowed {
  background-position: -48px -144px;
}
.icon-twitter.icon-white-shadowed {
  background-position: -64px -144px;
}
.icon-check {
  background-position: 0px -160px;
}
.icon-check.icon-white {
  background-position: -16px -160px;
}
.icon-check.icon-color {
  background-position: -32px -160px;
}
.icon-check.icon-shadowed {
  background-position: -48px -160px;
}
.icon-check.icon-white-shadowed {
  background-position: -64px -160px;
}
.icon-infinity {
  background-position: 0px -176px;
}
.icon-infinity.icon-white {
  background-position: -16px -176px;
}
.icon-infinity.icon-color {
  background-position: -32px -176px;
}
.icon-infinity.icon-shadowed {
  background-position: -48px -176px;
}
.icon-infinity.icon-white-shadowed {
  background-position: -64px -176px;
}
.icon-cancel {
  background-position: 0px -192px;
}
.icon-cancel.icon-white {
  background-position: -16px -192px;
}
.icon-cancel.icon-color {
  background-position: -32px -192px;
}
.icon-cancel.icon-shadowed {
  background-position: -48px -192px;
}
.icon-cancel.icon-white-shadowed {
  background-position: -64px -192px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - 24x24                                                */
/*                                                                           */
/* ========================================================================= */
.icon-24.icon-caret,
.icon-24.icon-caret-down {
  background-position: 0px -24px;
}
.icon-24.icon-caret.icon-white,
.icon-24.icon-caret-down.icon-white {
  background-position: -24px -24px;
}
.icon-24.icon-caret.icon-color,
.icon-24.icon-caret-down.icon-color {
  background-position: -48px -24px;
}
.icon-24.icon-caret.icon-shadowed,
.icon-24.icon-caret-down.icon-shadowed {
  background-position: -72px -24px;
}
.icon-24.icon-caret.icon-white-shadowed,
.icon-24.icon-caret-down.icon-white-shadowed {
  background-position: -96px -24px;
}
.icon-24.icon-caret-up {
  background-position: 0px -48px;
}
.icon-24.icon-caret-up.icon-white {
  background-position: -24px -48px;
}
.icon-24.icon-caret-up.icon-color {
  background-position: -48px -48px;
}
.icon-24.icon-caret-up.icon-shadowed {
  background-position: -72px -48px;
}
.icon-24.icon-caret-up.icon-white-shadowed {
  background-position: -96px -48px;
}
.icon-24.icon-play {
  background-position: 0px -72px;
}
.icon-24.icon-play.icon-white {
  background-position: -24px -72px;
}
.icon-24.icon-play.icon-color {
  background-position: -48px -72px;
}
.icon-24.icon-play.icon-shadowed {
  background-position: -72px -72px;
}
.icon-24.icon-play.icon-white-shadowed {
  background-position: -96px -72px;
}
.icon-24.icon-cases {
  background-position: 0px -96px;
}
.icon-24.icon-cases.icon-white {
  background-position: -24px -96px;
}
.icon-24.icon-cases.icon-color {
  background-position: -48px -96px;
}
.icon-24.icon-cases.icon-shadowed {
  background-position: -72px -96px;
}
.icon-24.icon-cases.icon-white-shadowed {
  background-position: -96px -96px;
}
.icon-24.icon-inbox {
  background-position: 0px -96px;
}
.icon-24.icon-inbox.icon-white {
  background-position: -24px -120px;
}
.icon-24.icon-inbox.icon-color {
  background-position: -48px -120px;
}
.icon-24.icon-inbox.icon-shadowed {
  background-position: -72px -120px;
}
.icon-24.icon-inbox.icon-white-shadowed {
  background-position: -96px -120px;
}
.icon-24.icon-team {
  background-position: 0px -144px;
}
.icon-24.icon-team.icon-white {
  background-position: -24px -144px;
}
.icon-24.icon-team.icon-color {
  background-position: -48px -144px;
}
.icon-24.icon-team.icon-shadowed {
  background-position: -72px -144px;
}
.icon-24.icon-team.icon-white-shadowed {
  background-position: -96px -144px;
}
.icon-24.icon-mobile {
  background-position: 0px -168px;
}
.icon-24.icon-mobile.icon-white {
  background-position: -24px -168px;
}
.icon-24.icon-mobile.icon-color {
  background-position: -48px -168px;
}
.icon-24.icon-mobile.icon-shadowed {
  background-position: -72px -168px;
}
.icon-24.icon-mobile.icon-white-shadowed {
  background-position: -96px -168px;
}
.icon-24.icon-globe {
  background-position: 0px -192px;
}
.icon-24.icon-globe.icon-white {
  background-position: -24px -192px;
}
.icon-24.icon-globe.icon-color {
  background-position: -48px -192px;
}
.icon-24.icon-globe.icon-shadowed {
  background-position: -72px -192px;
}
.icon-24.icon-globe.icon-white-shadowed {
  background-position: -96px -192px;
}
.icon-24.icon-support {
  background-position: 0px -216px;
}
.icon-24.icon-support.icon-white {
  background-position: -24px -216px;
}
.icon-24.icon-support.icon-color {
  background-position: -48px -216px;
}
.icon-24.icon-support.icon-shadowed {
  background-position: -72px -216px;
}
.icon-24.icon-support.icon-white-shadowed {
  background-position: -96px -216px;
}
.icon-24.icon-book {
  background-position: 0px -240px;
}
.icon-24.icon-book.icon-white {
  background-position: -24px -240px;
}
.icon-24.icon-book.icon-color {
  background-position: -48px -240px;
}
.icon-24.icon-book.icon-shadowed {
  background-position: -72px -240px;
}
.icon-24.icon-book.icon-white-shadowed {
  background-position: -96px -240px;
}
.icon-24.icon-analytics {
  background-position: 0px -264px;
}
.icon-24.icon-analytics.icon-white {
  background-position: -24px -264px;
}
.icon-24.icon-analytics.icon-color {
  background-position: -48px -264px;
}
.icon-24.icon-analytics.icon-shadowed {
  background-position: -72px -264px;
}
.icon-24.icon-analytics.icon-white-shadowed {
  background-position: -96px -264px;
}
.icon-24.icon-gears {
  background-position: 0px -288px;
}
.icon-24.icon-gears.icon-white {
  background-position: -24px -288px;
}
.icon-24.icon-gears.icon-color {
  background-position: -48px -288px;
}
.icon-24.icon-gears.icon-shadowed {
  background-position: -72px -288px;
}
.icon-24.icon-gears.icon-white-shadowed {
  background-position: -96px -288px;
}
.icon-24.icon-menu {
  background-position: 0px -312px;
}
.icon-24.icon-menu.icon-white {
  background-position: -24px -312px;
}
.icon-24.icon-menu.icon-color {
  background-position: -48px -312px;
}
.icon-24.icon-menu.icon-shadowed {
  background-position: -72px -312px;
}
.icon-24.icon-menu.icon-white-shadowed {
  background-position: -96px -312px;
}
.icon-24.icon-caret-left {
  background-position: 0px -336px;
}
.icon-24.icon-caret-left.icon-white {
  background-position: -24px -336px;
}
.icon-24.icon-caret-left.icon-color {
  background-position: -48px -336px;
}
.icon-24.icon-caret-left.icon-shadowed {
  background-position: -72px -336px;
}
.icon-24.icon-caret-left.icon-white-shadowed {
  background-position: -96px -336px;
}
.icon-24.icon-caret-right {
  background-position: 0px -360px;
}
.icon-24.icon-caret-right.icon-white {
  background-position: -24px -360px;
}
.icon-24.icon-caret-right.icon-color {
  background-position: -48px -360px;
}
.icon-24.icon-caret-right.icon-shadowed {
  background-position: -72px -360px;
}
.icon-24.icon-caret-right.icon-white-shadowed {
  background-position: -96px -360px;
}
.icon-24.icon-paper {
  background-position: 0px -384px;
}
.icon-24.icon-paper.icon-white {
  background-position: -24px -384px;
}
.icon-24.icon-paper.icon-color {
  background-position: -48px -384px;
}
.icon-24.icon-paper.icon-shadowed {
  background-position: -72px -384px;
}
.icon-24.icon-paper.icon-white-shadowed {
  background-position: -96px -384px;
}
.icon-24.icon-site {
  background-position: 0px -408px;
}
.icon-24.icon-site.icon-white {
  background-position: -24px -408px;
}
.icon-24.icon-site.icon-color {
  background-position: -48px -408px;
}
.icon-24.icon-site.icon-shadowed {
  background-position: -72px -408px;
}
.icon-24.icon-site.icon-white-shadowed {
  background-position: -96px -408px;
}
.icon-24.icon-salesforce {
  background-position: 0px -432px;
}
.icon-24.icon-salesforce.icon-white {
  background-position: -24px -432px;
}
.icon-24.icon-salesforce.icon-color {
  background-position: -48px -432px;
}
.icon-24.icon-salesforce.icon-shadowed {
  background-position: -72px -432px;
}
.icon-24.icon-salesforce.icon-white-shadowed {
  background-position: -96px -432px;
}
.icon-24.icon-twitter {
  background-position: 0px -456px;
}
.icon-24.icon-twitter.icon-white {
  background-position: -24px -456px;
}
.icon-24.icon-twitter.icon-color {
  background-position: -48px -456px;
}
.icon-24.icon-twitter.icon-shadowed {
  background-position: -72px -456px;
}
.icon-24.icon-twitter.icon-white-shadowed {
  background-position: -96px -456px;
}
.icon-24.icon-youtube {
  background-position: 0px -480px;
}
.icon-24.icon-youtube.icon-white {
  background-position: -24px -480px;
}
.icon-24.icon-youtube.icon-color {
  background-position: -48px -480px;
}
.icon-24.icon-youtube.icon-shadowed {
  background-position: -72px -480px;
}
.icon-24.icon-youtube.icon-white-shadowed {
  background-position: -96px -480px;
}
.icon-24.icon-facebook {
  background-position: 0px -504px;
}
.icon-24.icon-facebook.icon-white {
  background-position: -24px -504px;
}
.icon-24.icon-facebook.icon-color {
  background-position: -48px -504px;
}
.icon-24.icon-facebook.icon-shadowed {
  background-position: -72px -504px;
}
.icon-24.icon-facebook.icon-white-shadowed {
  background-position: -96px -504px;
}
.icon-24.icon-email {
  background-position: 0px -528px;
}
.icon-24.icon-email.icon-white {
  background-position: -24px -528px;
}
.icon-24.icon-email.icon-color {
  background-position: -48px -528px;
}
.icon-24.icon-email.icon-shadowed {
  background-position: -72px -528px;
}
.icon-24.icon-email.icon-white-shadowed {
  background-position: -96px -528px;
}
.icon-24.icon-check {
  background-position: 0px -552px;
}
.icon-24.icon-check.icon-white {
  background-position: -24px -552px;
}
.icon-24.icon-check.icon-color {
  background-position: -48px -552px;
}
.icon-24.icon-check.icon-shadowed {
  background-position: -72px -552px;
}
.icon-24.icon-check.icon-white-shadowed {
  background-position: -96px -552px;
}
.icon-24.icon-badge {
  background-position: 0px -576px;
}
.icon-24.icon-badge.icon-white {
  background-position: -24px -576px;
}
.icon-24.icon-badge.icon-color {
  background-position: -48px -576px;
}
.icon-24.icon-badge.icon-shadowed {
  background-position: -72px -576px;
}
.icon-24.icon-badge.icon-white-shadowed {
  background-position: -96px -576px;
}
.icon-24.icon-gplus {
  background-position: 0px -600px;
}
.icon-24.icon-gplus.icon-white {
  background-position: -24px -600px;
}
.icon-24.icon-gplus.icon-color {
  background-position: -48px -600px;
}
.icon-24.icon-gplus.icon-shadowed {
  background-position: -72px -600px;
}
.icon-24.icon-gplus.icon-white-shadowed {
  background-position: -96px -600px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - 32x32                                                */
/*                                                                           */
/* ========================================================================= */
.icon-flag.usa {
  background-position: 0px -32px;
}
.icon-flag.egypt {
  background-position: 0px -64px;
}
.icon-flag.china {
  background-position: 0px -96px;
}
.icon-flag.china-traditional {
  background-position: 0px -128px;
}
.icon-flag.uk {
  background-position: 0px -160px;
}
.icon-flag.czech {
  background-position: 0px -192px;
}
.icon-flag.denmark {
  background-position: 0px -224px;
}
.icon-flag.netherlands {
  background-position: 0px -256px;
}
.icon-flag.spain {
  background-position: 0px -288px;
}
.icon-flag.mexico {
  background-position: 0px -320px;
}
.icon-flag.brazil {
  background-position: 0px -352px;
}
.icon-flag.ireland {
  background-position: 0px -384px;
}
.icon-flag.france {
  background-position: 0px -416px;
}
.icon-flag.japan {
  background-position: 0px -448px;
}
.icon-flag.sweden {
  background-position: 0px -480px;
}
.icon-flag.australia {
  background-position: 0px -512px;
}
.icon-flag.canada {
  background-position: 0px -544px;
}
.icon-flag.new-zealand {
  background-position: 0px -576px;
}
.icon-flag.phillipines {
  background-position: 0px -608px;
}
.icon-flag.finland {
  background-position: 0px -640px;
}
.icon-flag.french-canada {
  background-position: 0px -672px;
}
.icon-flag.greece {
  background-position: 0px -704px;
}
.icon-flag.israel {
  background-position: 0px -736px;
}
.icon-flag.india {
  background-position: 0px -768px;
}
.icon-flag.hungary {
  background-position: 0px -800px;
}
.icon-flag.indonesia {
  background-position: 0px -832px;
}
.icon-flag.italy {
  background-position: 0px -864px;
}
.icon-flag.korea {
  background-position: 0px -896px;
}
.icon-flag.malaysia {
  background-position: 0px -928px;
}
.icon-flag.norway {
  background-position: 0px -960px;
}
.icon-flag.poland {
  background-position: 0px -992px;
}
.icon-flag.portugal {
  background-position: 0px -1024px;
}
.icon-flag.russia {
  background-position: 0px -1056px;
}
.icon-flag.thailand {
  background-position: 0px -1088px;
}
.icon-flag.turkey {
  background-position: 0px -1120px;
}
.icon-flag.german {
  background-position: 0px -1152px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - 48x48                                                */
/*                                                                           */
/* ========================================================================= */
.icon-48.channel-email {
  background-position: 0px 0px;
}
.icon-48.channel-twitter {
  background-position: 0px -48px;
}
.icon-48.channel-facebook {
  background-position: 0px -96px;
}
.icon-48.channel-chat {
  background-position: 0px -144px;
}
.icon-48.channel-phone {
  background-position: 0px -192px;
}
.icon-48.channel-discussions {
  background-position: 0px -240px;
}
.icon-48.translation-uptodate {
  background-position: 0px -288px;
}
.icon-48.translation-draft {
  background-position: 0px -336px;
}
.icon-48.translation-outdated {
  background-position: 0px -384px;
}
.icon-48.translation-missing {
  background-position: 0px -432px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - 64x64                                                */
/*                                                                           */
/* ========================================================================= */
.icon-64.icon-caret-down {
  background-position: 0px -64px;
}
.icon-64.icon-caret-down.icon-white {
  background-position: -64px -64px;
}
.icon-64.icon-caret-down.icon-color {
  background-position: -128px -64px;
}
.icon-64.icon-caret-down.icon-shadowed {
  background-position: -192px -64px;
}
.icon-64.icon-caret-down.icon-white-shadowed {
  background-position: -256px -64px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - Features                                             */
/*                                                                           */
/* ========================================================================= */
.icon-feature.icon-cases {
  background-position: 0px 0px;
}
.icon-feature.icon-rules {
  background-position: 0px -48px;
}
.icon-feature.icon-macros {
  background-position: 0px -96px;
}
.icon-feature.icon-labels {
  background-position: 0px -144px;
}
.icon-feature.icon-phone {
  background-position: 0px -192px;
}
.icon-feature.icon-whitepapers {
  background-position: 0px -240px;
}
.icon-feature.icon-inbox {
  background-position: 0px -288px;
}
.icon-feature.icon-email {
  background-position: 0px -336px;
}
.icon-feature.icon-social {
  background-position: 0px -384px;
}
.icon-feature.icon-chat {
  background-position: 0px -432px;
}
.icon-feature.icon-mobile {
  background-position: 0px -480px;
}
.icon-feature.icon-team {
  background-position: 0px -528px;
}
.icon-feature.icon-time {
  background-position: 0px -576px;
}
.icon-feature.icon-globe {
  background-position: 0px -624px;
}
.icon-feature.icon-help {
  background-position: 0px -672px;
}
.icon-feature.icon-book {
  background-position: 0px -720px;
}
.icon-feature.icon-brush {
  background-position: 0px -768px;
}
.icon-feature.icon-case {
  background-position: 0px -816px;
}
.icon-feature.icon-status {
  background-position: 0px -864px;
}
.icon-feature.icon-line-chart {
  background-position: 0px -912px;
}
.icon-feature.icon-pie-chart {
  background-position: 0px -960px;
}
.icon-feature.icon-plug {
  background-position: 0px -1008px;
}
.icon-feature.icon-flex-agent {
  background-position: 0px -1056px;
}
.icon-feature.icon-buildings {
  background-position: 0px -1104px;
}
.icon-feature.icon-sun {
  background-position: 0px -1152px;
}
.icon-feature.icon-box {
  background-position: 0px -1200px;
}
.icon-feature.icon-question {
  background-position: 0px -1248px;
}
.icon-feature.icon-refresh {
  background-position: 0px -1296px;
}
.icon-feature.icon-thumbs-up {
  background-position: 0px -1344px;
}
.icon-feature.icon-sync {
  background-position: 0px -1392px;
}
.icon-feature.icon-salesforce {
  background-position: 0px -1440px;
}
.icon-feature.icon-chatter {
  background-position: 0px -1488px;
}
.icon-feature.icon-pocket {
  background-position: 0px -1536px;
}
.icon-feature.icon-badge {
  background-position: 0px -1584px;
}
.icon-feature.icon-levelup {
  background-position: 0px -1632px;
}
.icon-feature.multibrand {
  background-position: 0px -1680px;
}
/* ========================================================================= */
/*                                                                           */
/* Sprite Positioning - Agents                                               */
/*                                                                           */
/* ========================================================================= */
.icon-agents.icon-agent {
  background-position: 0px 0px;
}
.icon-agents.icon-flex {
  background-position: 0px -48px;
}
.icon-agents.icon-agent-additional {
  background-position: 0px -96px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays                                     */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* Icons                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  [class^="icon-"] {
    background-image: url(../../resources/images/icons/icons-16x16@2x.png);
    -webkit-background-size: 80px 256px;
    -moz-background-size: 80px 256px;
    background-size: 80px 256px;
  }
  [class^="icon-"].icon-24 {
    background-image: url(../../resources/images/icons/icons-24x24@2x.png);
    -webkit-background-size: 120px 624px;
    -moz-background-size: 120px 624px;
    background-size: 120px 624px;
  }
  [class^="icon-"].icon-32 {
    background-image: url(../../resources/images/icons/icons-32x32@2x.png);
    -webkit-background-size: 160px 1152px;
    -moz-background-size: 160px 1152px;
    background-size: 160px 1152px;
  }
  [class^="icon-"].icon-48 {
    background-image: url(../../resources/images/icons/icons-48x48@2x.png);
    -webkit-background-size: 48px 480px;
    -moz-background-size: 48px 480px;
    background-size: 48px 480px;
  }
  [class^="icon-"].icon-64 {
    background-image: url(../../resources/images/icons/icons-64x64@2x.png);
    -webkit-background-size: 320px 128px;
    -moz-background-size: 320px 128px;
    background-size: 320px 128px;
  }
  [class^="icon-"].icon-flag {
    background-image: url(../../resources/images/icons/icons-flags@2x.png);
    -webkit-background-size: 32px 1152px;
    -moz-background-size: 32px 1152px;
    background-size: 32px 1152px;
  }
  [class^="icon-"].icon-feature {
    background-image: url(../../resources/images/icons/icons-features@2x.png);
    -webkit-background-size: 48px 1680px;
    -moz-background-size: 48px 1680px;
    background-size: 48px 1680px;
  }
  [class^="icon-"].icon-agents {
    background-image: url(../../resources/images/icons/icons-agents@2x.png);
    -webkit-background-size: 48px 144px;
    -moz-background-size: 48px 144px;
    background-size: 48px 144px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Animations.less                                                           */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Core animations                                                           */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Fade                                                                      */
/*                                                                           */
/* ========================================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/* ========================================================================= */
/*                                                                           */
/* Collapse                                                                  */
/*                                                                           */
/* ========================================================================= */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Wells.less                                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for block objects wrapping content.                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Well                                                                      */
/*                                                                           */
/* ========================================================================= */
.well {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  display: block;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.well:before,
.well:after {
  display: table;
  content: "";
  line-height: 0;
}
.well:after {
  clear: both;
}
.well.gray {
  background: #f0f0ed;
}
.well.tall {
  margin-bottom: 30px;
}
.well .hole {
  margin: 0;
  padding: 20px;
  width: auto;
  position: relative;
  *zoom: 1;
}
.well .hole:before,
.well .hole:after {
  display: table;
  content: "";
  line-height: 0;
}
.well .hole:after {
  clear: both;
}
.well .hole:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
}
.well .hole:first-child:before {
  content: none;
}
.well .hole-span-4 {
  width: 900px;
}
.well .hole-span-3 {
  width: 665px;
}
.well .hole-span-2 {
  width: 430px;
}
.well .hole-span-1 {
  width: 195px;
}
.well .hole-span-1 + .hole-span-4:before,
.well .hole-span-2 + .hole-span-4:before,
.well .hole-span-3 + .hole-span-4:before,
.well .hole-span-4 + .hole-span-4:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
}
.well .hole-span-three-thirds {
  width: 900px;
}
.well .hole-span-two-thirds {
  width: 586.6666666666666px;
}
.well .hole-span-one-third {
  width: 273.3333333333333px;
}
.well .hole-span-one-fifth {
  width: 20%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.well a.hole-wrap {
  display: block;
  text-decoration: none;
}
.well a.hole-wrap .link {
  color: #084B8A;
}
.well a.hole-wrap:hover p {
  color: #c3b0dc;
}
.well a.hole-wrap:hover .link {
  text-decoration: underline;
}
.well a.hole-wrap:active p {
  color: #084B8A;
}
/* ========================================================================= */
/*                                                                           */
/* Advider                                                                   */
/*                                                                           */
/* ========================================================================= */
.well.advider {
  margin: 30px 0;
}
.well.advider .hole {
  padding: 20px;
}
.well.advider h3 {
  margin-bottom: 0;
}
/* ========================================================================= */
/*                                                                           */
/* Leads                                                                     */
/*                                                                           */
/* ========================================================================= */
.well.leads .hole.signup {
  height: 165px;
}
.well.leads .hole.signup .logo {
  display: block;
  width: 210px;
  height: 85px;
  background: url(../../resources/images/common/header-desk-logo.png) top left no-repeat;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 25px;
}
.well.leads .hole.signup .logo span {
  display: none;
}
.well.leads .hole.signup .btn-toolbar {
  margin-bottom: 15px;
}
.well.leads .hole.signup p {
  color: #084B8A;
}
.well.leads .hole.phone {
  height: 165px;
}
.well.leads .hole.phone p {
  font-size: 12px;
}
.well.leads .hole.whitepapers {
  height: 165px;
}
.well.leads .hole.whitepapers p {
  font-size: 12px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Well                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  .well .hole {
    padding: 30px;
  }
  .well .hole-span-4 {
    width: 1112.18px;
  }
  .well .hole-span-3 {
    width: 819.1350000000001px;
  }
  .well .hole-span-2 {
    width: 526.09px;
  }
  .well .hole-span-1 {
    width: 233.04500000000002px;
  }
  .well .hole-span-three-thirds {
    width: 1112.18px;
  }
  .well .hole-span-two-thirds {
    width: 721.4533333333334px;
  }
  .well .hole-span-one-third {
    width: 330.7266666666667px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Leads                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  .well.leads .hole.signup {
    height: 163px;
  }
  .well.leads .hole.phone {
    height: 163px;
  }
  .well.leads .hole.whitepapers {
    height: 163px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Well                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  .well .hole {
    padding: 20px;
  }
  .well .hole-span-4,
  .well .hole-span-3,
  .well .hole-span-2 {
    width: 684.3199999999999px;
  }
  .well .hole-span-1 {
    width: 322.0064px;
  }
  .well .hole-span-2 + .hole-span-1:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-2 + .hole-span-1 + .hole-span-1:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-2 + .hole-span-1 + .hole-span-1:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .well .hole-span-1 + .hole-span-2:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-3 + .hole-span-1 {
    width: 684.3199999999999px;
  }
  .well .hole-span-3 + .hole-span-1:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-1 + .hole-span-3:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-three-thirds {
    width: 683.8000000000001px;
  }
  .well .hole-span-two-thirds {
    width: 442.53333333333336px;
  }
  .well .hole-span-one-third {
    width: 201.26666666666668px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Leads                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  .well.leads .hole.signup {
    height: 170px;
  }
  .well.leads .hole.signup:before {
    content: none;
  }
  .well.leads .hole.phone {
    height: auto;
  }
  .well.leads .hole.whitepapers {
    height: auto;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Well                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  .well .hole {
    width: auto;
  }
  .well .hole:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .well .hole:first-child:before {
    content: none;
  }
  .well .hole-span-2 + .hole-span-1 + .hole-span-1:before {
    content: '';
    width: 100%;
    height: 1px;
  }
  .well .hole-span-2 + .hole-span-1 + .hole-span-1:after {
    content: none;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Leads                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  .well.leads .hole {
    text-align: center;
  }
  .well.leads .hole.signup {
    height: auto;
  }
  .well.leads .hole.phone {
    height: auto;
    background: none;
  }
  .well.leads .hole.whitepapers {
    height: auto;
    background: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* Leads                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  .well.leads .hole.signup .logo {
    background: url(../../resources/images/common/header-desk-logo@2x.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 210px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Button-Groups.less                                                        */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for button groups                                                 */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin: -8px 0px 0px -4px;
  display: inline-block;
}
.btn-toolbar .btn {
  margin-left: 4px;
  margin-top: 8px;
}
.btn-toolbar + .btn-toolbar {
  margin-right: 8px;
}
.btn-toolbar.pull-right {
  margin-right: 0px;
}
.btn-toolbar.pull-right + .btn-toolbar {
  margin-right: 12px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar.btn-toolbar-center {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: -6px;
  margin-left: -6px;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.btn-group > .btn-large:first-child {
  margin-left: 0;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.btn-group > .btn-large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* ========================================================================= */
/*                                                                           */
/* Split button dropdowns                                                    */
/*                                                                           */
/* ========================================================================= */
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #7c4397;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #0b9573;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #121214;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Tooltip.less                                                              */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for tooltips                                                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Base Styles                                                               */
/*                                                                           */
/* ========================================================================= */
.has-tooltip {
  position: relative;
}
.tooltip {
  position: absolute;
  z-index: 1040;
  display: block;
  visibility: visible;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
  font-family: calibri;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip .subtitle {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #c3b0dc;
  font-weight: normal;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -13px;
}
.tooltip.right {
  margin-left: 13px;
}
.tooltip.bottom {
  margin-top: 13px;
}
.tooltip.left {
  margin-left: -13px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 8px 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #084B8A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #084B8A;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -8px;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #084B8A;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -8px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #084B8A;
}
.tooltip.bottom .tooltip-arrow {
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #084B8A;
}
/**@import "components/alerts.less";
@import "components/popovers.less";**/
.thumbnails .caption {
  clear: both;
  padding-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Oveview/Thumbnails.less                                                   */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Thumbnail Images and Videos                                   */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Images                                                                    */
/*                                                                           */
/* ========================================================================= */
img {
  margin: 0;
}
img.responsive {
  text-align: center;
  margin: 0 auto;
  display: block;
}
img.short {
  margin-bottom: 11px;
}
img.tall {
  margin-bottom: 44px;
}
img.taller {
  margin-bottom: 88px;
}
/* ========================================================================= */
/*                                                                           */
/* Rounded Images                                                            */
/*                                                                           */
/* ========================================================================= */
.img-wrapper-rounded {
  margin-bottom: 22px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.img-wrapper-rounded img {
  padding: 0;
  margin: 0;
}
.img-wrapper-rounded.short {
  margin-bottom: 11px;
}
.img-wrapper-rounded.tall {
  margin-bottom: 44px;
}
.img-wrapper-rounded.taller {
  margin-bottom: 88px;
}
.img-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.img-circle.pull-right {
  margin: 22px;
  margin-left: 44px;
}
.img-circle.pull-left {
  margin: 22px;
  margin-right: 44px;
}
/* ========================================================================= */
/*                                                                           */
/* Thumbnails                                                                */
/*                                                                           */
/* ========================================================================= */
.thumbnails {
  margin-top: -22px;
  margin-left: -20px;
  margin-bottom: 22px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails.tall {
  margin-bottom: 44px;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-top: 22px;
  margin-left: 20px;
  margin-bottom: 0px;
  padding: 0;
}
.thumbnail {
  float: left;
  display: block;
  padding: 5px;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
  vertical-align: text-top;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.thumbnail [class*="span"] {
  float: none;
}
a.thumbnail:hover {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 1px 5px 0px rgba(104, 67, 152, 0.5);
  -moz-box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 1px 5px 0px rgba(104, 67, 152, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(104, 67, 152, 0.75), 0px 1px 5px 0px rgba(104, 67, 152, 0.5);
}
a.thumbnail:hover.fancybox-media {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(8, 176, 135, 0.75), 0px 1px 5px 0px rgba(8, 176, 135, 0.5);
  -moz-box-shadow: 0px 0px 0px 1px rgba(8, 176, 135, 0.75), 0px 1px 5px 0px rgba(8, 176, 135, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(8, 176, 135, 0.75), 0px 1px 5px 0px rgba(8, 176, 135, 0.5);
}
.thumbnail > img {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Hack needed for Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .thumbnail > img {
    width: auto;
    max-width: 100% !important;
  }
}
@-moz-document url-prefix() {
  
}
.thumbnail .caption {
  padding: 9px;
}
.thumbnail .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -19px;
}
.thumbnail .btn.btn-large {
  margin-left: -32px;
  margin-top: -22px;
}
.thumbnail .zoom {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 6px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#cc000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.thumbnail .thumbnail-description-overlay {
  position: absolute;
  height: auto;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  bottom: 20px;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.thumbnail .thumbnail-description-overlay .subtitle {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}
/* ========================================================================= */
/*                                                                           */
/* Fancybox Override                                                         */
/*                                                                           */
/* ========================================================================= */
.fancybox-wrap .fancybox-close {
  top: -15px;
  right: -15px;
}
.fancybox-wrap .fancybox-close,
.fancybox-wrap .fancybox-nav.fancybox-next span,
.fancybox-wrap .fancybox-nav.fancybox-prev span {
  background-position: inherit !important;
  width: auto !important;
  height: auto !important;
  line-height: 16px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 6px !important;
  border: 1px solid #361167;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a47cd9), to(#084B8A));
  background-image: -webkit-linear-gradient(top, #a47cd9, #084B8A);
  background-image: -o-linear-gradient(top, #a47cd9, #084B8A);
  background-image: linear-gradient(to bottom, #a47cd9, #084B8A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa47cd9', endColorstr='#ff674397', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
/* ========================================================================= */
/*                                                                           */
/* Slides                                                                    */
/*                                                                           */
/* ========================================================================= */
.slides {
  display: block;
  width: 940px;
  height: 390px;
  position: relative;
  margin-bottom: 33px;
  background: #f0f0ed;
}
.slides .slides-container {
  width: 940px;
  height: 390px;
}
.slides .slides-container div {
  width: 940px;
  height: 390px;
}
/* ========================================================================= */
/*                                                                           */
/* Bubbles                                                                   */
/*                                                                           */
/* ========================================================================= */
.bubbles {
  position: relative;
}
.bubble {
  position: absolute;
  z-index: 1000;
}
.bubble .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 8px;
  border: 1px solid #361167;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  line-height: 16px;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bubble .image {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: red;
  position: absolute;
  bottom: -14px;
  left: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.bubble.flipped-horizontal .image {
  bottom: -14px;
  left: auto;
  right: -24px;
}
.bubble:hover .image {
  width: 150px;
  height: 150px;
  bottom: -27px;
  left: -7px;
}
.bubble:hover.flipped-horizontal .image {
  bottom: -27px;
  left: auto;
  right: -41px;
}
/* ========================================================================= */
/*                                                                           */
/* Image Frame                                                               */
/*                                                                           */
/* ========================================================================= */
.imgframe {
  position: relative;
}
.imgframe .left,
.imgframe .right,
.imgframe .center {
  height: 100%;
  position: relative;
}
.imgframe.browser-chrome .top {
  height: 50px;
}
.imgframe.browser-chrome .top .left {
  background: url(../../resources/images/common/imgframe/browser-chrome-top-left.png) top left repeat-y;
}
.imgframe.browser-chrome .top .center {
  margin-left: 77px;
  margin-right: 45px;
  background: url(../../resources/images/common/imgframe/browser-chrome-top-center.png) top left repeat-x;
}
.imgframe.browser-chrome .top .right {
  background: url(../../resources/images/common/imgframe/browser-chrome-top-right.png) top right repeat-y;
}
.imgframe.browser-chrome .center .left {
  background: url(../../resources/images/common/imgframe/browser-chrome-center-left.png) top left repeat-y;
}
.imgframe.browser-chrome .center .center {
  margin-left: 25px;
  margin-right: 25px;
  background: url(../../resources/images/common/imgframe/browser-chrome-center-center.png) top left repeat;
}
.imgframe.browser-chrome .center .center:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.imgframe.browser-chrome .center .right {
  background: url(../../resources/images/common/imgframe/browser-chrome-center-right.png) top right repeat-y;
}
.imgframe.browser-chrome .bottom {
  height: 45px;
}
.imgframe.browser-chrome .bottom .left {
  background: url(../../resources/images/common/imgframe/browser-chrome-bottom-left.png) bottom left repeat-y;
}
.imgframe.browser-chrome .bottom .center {
  margin-left: 40px;
  margin-right: 40px;
  background: url(../../resources/images/common/imgframe/browser-chrome-bottom-center.png) bottom left repeat-x;
}
.imgframe.browser-chrome .bottom .right {
  background: url(../../resources/images/common/imgframe/browser-chrome-bottom-right.png) bottom right repeat-y;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Thumbnails                                                            */
  /*                                                                       */
  /* ===================================================================== */
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  /* ====================================================================== */
  /*                                                                        */
  /* Slides                                                                 */
  /*                                                                        */
  /* ====================================================================== */
  .slides {
    display: block;
    width: 1172px;
    height: 490px;
    position: relative;
  }
  .slides .slides-container {
    width: 1172px;
    height: 490px;
  }
  .slides .slides-container div {
    width: 1172px;
    height: 490px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  .thumbnail .thumbnail-description-overlay {
    padding: 7px 10px 7px 10px;
    font-size: 13px;
    bottom: 12px;
  }
  .thumbnail .thumbnail-description-overlay .subtitle {
    font-size: 11px;
  }
  /* ====================================================================== */
  /*                                                                        */
  /* Slides                                                                 */
  /*                                                                        */
  /* ====================================================================== */
  .slides {
    display: block;
    width: 724px;
    height: 300px;
    position: relative;
  }
  .slides .slides-container {
    width: 724px;
    height: 300px;
  }
  .slides .slides-container div {
    width: 724px;
    height: 300px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  .thumbnails {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 22px;
  }
  .thumbnails.spill-over {
    margin-bottom: 22px !important;
  }
  .thumbnails > li {
    float: none;
    margin: 0 auto;
    display: block;
    *zoom: 1;
    text-align: center;
    margin-bottom: 22px;
  }
  .thumbnails > li:before,
  .thumbnails > li:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .thumbnails > li:after {
    clear: both;
  }
  .thumbnails > li:last-child {
    margin-bottom: 0px;
  }
  .thumbnail {
    float: none;
    display: inline-block;
  }
  .thumbnail .thumbnail-description-overlay {
    padding: 7px 10px 7px 10px;
    font-size: 13px;
    bottom: 12px;
  }
  .thumbnail .thumbnail-description-overlay .subtitle {
    display: none;
  }
  /* ====================================================================== */
  /*                                                                        */
  /* Slides                                                                 */
  /*                                                                        */
  /* ====================================================================== */
  .slides {
    display: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Logos.less                                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for logos                                                         */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Logos                                                                     */
/*                                                                           */
/* ========================================================================= */
.logo {
  display: block;
  background: url(../../resources/images/common/logos-color.png) top left no-repeat;
  height: 40px;
  width: 150px;
}
.logo span {
  display: none;
}
.logo.bonobos {
  width: 167px;
  background-position: 0px 0px;
}
.logo.square {
  width: 122px;
  background-position: 0px -40px;
}
.logo.vimeo {
  width: 106px;
  background-position: 0px -80px;
}
.logo.rdio {
  width: 79px;
  background-position: 0px -120px;
}
.logo.spotify {
  width: 101px;
  background-position: 0px -160px;
}
.logo.google {
  width: 107px;
  background-position: 0px -200px;
}
.logo.yelp {
  width: 98px;
  background-position: 0px -240px;
}
.logo.grooveshark {
  width: 165px;
  background-position: 0px -280px;
}
.logo.one-kings-lane {
  width: 108px;
  background-position: 0px -320px;
}
.logo.pagelever {
  width: 135px;
  background-position: 0px -360px;
}
.logo.snap-engage {
  width: 124px;
  background-position: 0px -400px;
}
.logo.dwolla {
  width: 147px;
  background-position: 0px -440px;
}
.logo.zaarly {
  width: 105px;
  background-position: 0px -480px;
}
.logo.stocktwits {
  width: 133px;
  background-position: 0px -520px;
}
.logo.directv {
  width: 53px;
  background-position: 0px -560px;
}
.logo.fotomoto {
  width: 206px;
  background-position: 0px -600px;
}
.logo.stickermule {
  width: 220px;
  background-position: 0px -640px;
}
.logo.disqus {
  width: 150px;
  background-position: 0px -680px;
}
.logo.bigcartel {
  width: 124px;
  background-position: 0px -720px;
}
.logo.brickhouse-security {
  width: 115px;
  background-position: 0px -760px;
}
.logo.squarespace {
  width: 230px;
  background-position: 0px -800px;
}
.logo.klout {
  width: 143px;
  background-position: 0px -840px;
}
.logo.remember-the-milk {
  width: 86px;
  background-position: 0px -880px;
}
.logo.fitbit {
  width: 106px;
  background-position: 0px -920px;
}
.logo.little-app-factory {
  width: 120px;
  background-position: 0px -960px;
}
.logo.songkick {
  width: 155px;
  background-position: 0px -1000px;
}
.logo.shopify {
  width: 137px;
  background-position: 0px -1040px;
}
.logo.wunderkinder {
  width: 214px;
  background-position: 0px -1080px;
}
.logo.typekit {
  width: 123px;
  background-position: 0px -1120px;
}
.logo.custombags-hq {
  width: 206px;
  background-position: 0px -1160px;
}
.logo.mediapiston {
  width: 79px;
  background-position: 0px -1200px;
}
.logo.soundcloud {
  width: 68px;
  background-position: 0px -1240px;
}
.logo.duckduckgo {
  width: 185px;
  background-position: 0px -1280px;
}
.logo.metalab {
  width: 153px;
  background-position: 0px -1320px;
}
.logo.utz {
  width: 92px;
  background-position: 0px -1360px;
}
.logo.wish {
  width: 40px;
  background-position: 0px -1400px;
}
.logo.shoesofprey {
  width: 112px;
  background-position: 0px -1440px;
}
.logo.brightscope {
  width: 96px;
  background-position: 0px -1480px;
}
.logo.ninety-nine-designs {
  width: 135px;
  background-position: 0px -1520px;
}
.logo.better-business-bureau {
  width: 26px;
  background-position: 0px -1560px;
}
.logo.metaverse {
  width: 94px;
  background-position: 0px -1600px;
}
.logo.daily-burn {
  width: 155px;
  background-position: 0px -1640px;
}
.logo.iheart-radio {
  width: 190px;
  background-position: 0px -1680px;
}
.logo.boloco {
  width: 120px;
  background-position: 0px -1720px;
}
.logo.greenvelope {
  width: 101px;
  background-position: 0px -1760px;
}
.logo.diamond-candles {
  width: 98px;
  background-position: 0px -1800px;
}
.logo.roomorama {
  width: 202px;
  background-position: 0px -1840px;
}
.logo.mixergy {
  width: 173px;
  background-position: 0px -1880px;
}
.logo.tripadeal {
  width: 155px;
  background-position: 0px -1924px;
}
.logo.ticketleap {
  width: 270px;
  height: 31px;
  background-position: 0px -1963px;
}
.logo.dealerfire {
  width: 173px;
  background-position: 0px -1994px;
}
.logo.getfeedback {
  width: 173px;
  background-position: 0px -2038px;
}
.logo.large {
  background-image: url(../../resources/images/common/logos-large-color.png);
  height: 60px;
  width: 250px;
}
.logo.large.bonobos {
  width: 250.5px;
  background-position: 0px 0px;
}
.logo.large.square {
  width: 183px;
  background-position: 0px -60px;
}
.logo.large.vimeo {
  width: 159px;
  background-position: 0px -120px;
}
.logo.large.rdio {
  width: 118.5px;
  background-position: 0px -180px;
}
.logo.large.spotify {
  width: 151.5px;
  background-position: 0px -240px;
}
.logo.large.google {
  width: 160.5px;
  background-position: 0px -300px;
}
.logo.large.yelp {
  width: 147px;
  background-position: 0px -360px;
}
.logo.large.grooveshark {
  width: 247.5px;
  background-position: 0px -420px;
}
.logo.large.one-kings-lane {
  width: 162px;
  background-position: 0px -480px;
}
.logo.large.pagelever {
  width: 202.5px;
  background-position: 0px -540px;
}
.logo.large.snap-engage {
  width: 186px;
  background-position: 0px -600px;
}
.logo.large.dwolla {
  width: 220.5px;
  background-position: 0px -660px;
}
.logo.large.zaarly {
  width: 157.5px;
  background-position: 0px -720px;
}
.logo.large.stocktwits {
  width: 199.5px;
  background-position: 0px -780px;
}
.logo.large.directv {
  width: 79.5px;
  background-position: 0px -840px;
}
.logo.large.fotomoto {
  width: 309px;
  background-position: 0px -900px;
}
.logo.large.stickermule {
  width: 330px;
  background-position: 0px -960px;
}
.logo.large.disqus {
  width: 225px;
  background-position: 0px -1020px;
}
.logo.large.bigcartel {
  width: 186px;
  background-position: 0px -1080px;
}
.logo.large.brickhouse-security {
  width: 172.5px;
  background-position: 0px -1140px;
}
.logo.large.squarespace {
  width: 345px;
  background-position: 0px -1200px;
}
.logo.large.klout {
  width: 214.5px;
  background-position: 0px -1260px;
}
.logo.large.remember-the-milk {
  width: 129px;
  background-position: 0px -1320px;
}
.logo.large.fitbit {
  width: 159px;
  background-position: 0px -1380px;
}
.logo.large.little-app-factory {
  width: 180px;
  background-position: 0px -1440px;
}
.logo.large.songkick {
  width: 232.5px;
  background-position: 0px -1500px;
}
.logo.large.shopify {
  width: 205.5px;
  background-position: 0px -1560px;
}
.logo.large.wunderkinder {
  width: 321px;
  background-position: 0px -1620px;
}
.logo.large.typekit {
  width: 184.5px;
  background-position: 0px -1680px;
}
.logo.large.custombags-hq {
  width: 309px;
  background-position: 0px -1740px;
}
.logo.large.mediapiston {
  width: 118.5px;
  background-position: 0px -1800px;
}
.logo.large.soundcloud {
  width: 102px;
  background-position: 0px -1860px;
}
.logo.large.duckduckgo {
  width: 277.5px;
  background-position: 0px -1920px;
}
.logo.large.metalab {
  width: 229.5px;
  background-position: 0px -1980px;
}
.logo.large.utz {
  width: 138px;
  background-position: 0px -2040px;
}
.logo.large.wish {
  width: 60px;
  background-position: 0px -2100px;
}
.logo.large.shoesofprey {
  width: 168px;
  background-position: 0px -2160px;
}
.logo.large.brightscope {
  width: 144px;
  background-position: 0px -2220px;
}
.logo.large.ninety-nine-designs {
  width: 202.5px;
  background-position: 0px -2280px;
}
.logo.large.better-business-bureau {
  width: 39px;
  background-position: 0px -2340px;
}
.logo.large.metaverse {
  width: 141px;
  background-position: 0px -2400px;
}
.logo.large.daily-burn {
  width: 232.5px;
  background-position: 0px -2460px;
}
.logo.large.iheart-radio {
  width: 285px;
  background-position: 0px -2520px;
}
.logo.large.boloco {
  width: 180px;
  background-position: 0px -2580px;
}
.logo.large.greenvelope {
  width: 151.5px;
  background-position: 0px -2640px;
}
.logo.large.diamond-candles {
  width: 147px;
  background-position: 0px -2700px;
}
.logo.large.roomorama {
  width: 303px;
  background-position: 0px -2760px;
}
.logo.large.mixergy {
  width: 259.5px;
  background-position: 0px -2820px;
}
.logo.large.tripadeal {
  width: 232.5px;
  background-position: 0px -2886px;
}
.logo.large.ticketleap {
  width: 405px;
  height: 46.5px;
  background-position: 0px -2944.5px;
}
.logo.large.dealerfire {
  width: 259.5px;
  background-position: 0px -2991px;
}
.logo.large.getfeedback {
  width: 259.5px;
  background-position: 0px -3057px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* Logos                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  .logo {
    background-image: url(../../resources/images/common/logos-color@2x.png);
    -webkit-background-size: 320px 1920px;
    -moz-background-size: 320px 1920px;
    background-size: 320px 1920px;
  }
  .logo.large {
    background-image: url(../../resources/images/common/logos-large-color@2x.png);
    -webkit-background-size: 480px 2880px;
    -moz-background-size: 480px 2880px;
    background-size: 480px 2880px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Quotes.less                                                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for quotes                                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Quotes                                                                    */
/*                                                                           */
/* ========================================================================= */
.quotes {
  *zoom: 1;
}
.quotes:before,
.quotes:after {
  display: table;
  content: "";
  line-height: 0;
}
.quotes:after {
  clear: both;
}
.quotes.rotational {
  position: relative;
}
.quotes.rotational .quote {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.quotes.rotational .quote.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.quote {
  position: relative;
  *zoom: 1;
  display: block;
  width: 100%;
}
.quote:before,
.quote:after {
  display: table;
  content: "";
  line-height: 0;
}
.quote:after {
  clear: both;
}
.quote .quote-inner {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
  *zoom: 1;
}
.quote .quote-inner:before,
.quote .quote-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.quote .quote-inner:after {
  clear: both;
}
.quote .quote-inner .string {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: calibri;
  font-style: italic;
  text-align: center;
  color: #084B8A;
  padding: 15px 30px 15px 30px;
}
.quote .quote-inner .parentheses {
  display: block;
  color: #cccccc;
  font-size: 62px;
  line-height: 62px;
  height: 62px;
  position: absolute;
  font-family: calibri;
}
.quote .quote-inner .parentheses.close {
  bottom: -30px;
  right: 0px;
}
.quote .author {
  display: block;
  width: 100%;
  text-align: right;
  line-height: 17px;
  *zoom: 1;
  color: #cccccc;
  float: right;
}
.quote .author:before,
.quote .author:after {
  display: table;
  content: "";
  line-height: 0;
}
.quote .author:after {
  clear: both;
}
.quote .logo {
  float: right;
}
.quote .logo + .author {
  margin-top: 5px;
}
.quote.large .quote-inner .string {
  font-size: 20px;
  line-height: 28px;
  padding: 25px 35px 25px 35px;
}
.quote.large .quote-inner .parentheses {
  display: block;
  color: #cccccc;
  font-size: 80px;
  line-height: 80px;
  height: 62px;
  position: absolute;
  font-family: calibri;
}
.quote.large .quote-inner .parentheses.close {
  bottom: -30px;
  right: 0px;
}
.quote.alt .string {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: calibri;
  font-style: italic;
  text-align: center;
  color: #084B8A;
  padding: 15px 30px 15px 30px;
}
.quote.alt .parentheses {
  display: inline-block;
  color: #cccccc;
  font-size: 62px;
  line-height: 20px;
  height: 0px;
  width: 40px;
  position: relative;
  font-family: calibri;
  margin-left: -40px;
  top: -10px;
  left: -10px;
}
.quote.alt .parentheses.close {
  top: auto;
  left: auto;
  bottom: -10px;
  right: -10px;
  vertical-align: text-top;
  line-height: 50px;
  margin-left: 0px;
  margin-right: -40px;
}
.quote.quote-masthead .quote-inner .string {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  font-family: calibri;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.quote.quote-masthead .quote-inner .parentheses {
  display: block;
  position: absolute;
  font-family: calibri;
  height: 60px;
  width: 30px;
  line-height: 60px;
  font-size: 60px;
  left: -30px;
  top: -15px;
  color: rgba(255, 255, 255, 0.65);
}
.quote.quote-masthead .quote-inner .parentheses.close {
  left: auto;
  top: auto;
  right: -30px;
}
.quote.quote-masthead .author {
  float: left;
  text-align: left;
}
.quote.quote-masthead .author .title {
  font-size: 18px;
  line-height: 24px;
  font-family: calibri;
  font-style: italic;
  color: #ffffff;
}
.quote.quote-masthead.small .quote-inner .string {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}
.quote.quote-masthead.small .parentheses {
  display: none;
}
.quote.quote-masthead.small .author {
  line-height: 18px;
  font-size: 12px;
}
.quote.quote-masthead.small .author .title {
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
  font-family: calibri;
  font-style: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Labels.less                                                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for labels and badges                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.label {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  vertical-align: text-top;
  white-space: nowrap;
  background-color: #cccccc;
  text-rendering: optimizelegibility;
  display: inline-block;
}
.label {
  padding: 0px 6px 0px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important {
  background-color: #b94a48;
}
.label-important[href] {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning[href] {
  background-color: #c67605;
}
.label-success {
  color: #ffffff;
  background-color: #46a546;
}
.label-success[href] {
  color: #ffffff;
  background-color: #378137;
}
.label-info {
  color: #ffffff;
  background-color: #084B8A;
}
.label-info[href] {
  color: #ffffff;
  background-color: #4f3374;
}
.label-inverse {
  background-color: #084B8A;
}
.label-inverse[href] {
  background-color: #4f3374;
}
.label-purple {
  background-color: #084B8A;
}
.label-purple[href] {
  background-color: #b69fd4;
}
.btn .label {
  position: relative;
  top: -1px;
}
.btn-mini .label {
  top: 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Pagination.less                                                           */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for pagination                                                    */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pagination {
  height: 44px;
  margin: 0px;
}
.pagination.tall {
  margin-bottom: 44px;
}
.pagination ul {
  display: block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 42px;
  border: 1px solid #e6e6e6;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 42px;
  text-decoration: none;
  background-color: #FFFFFF;
  border-right: 1px solid #e6e6e6;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: rgba(104, 67, 152, 0.1);
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right: 0px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Badges.less                                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.badge {
  display: block;
  position: absolute;
  z-index: 1020;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.badge span {
  display: none;
}
.badge.badge-demo {
  width: 150px;
  height: 150px;
  background: url(../../resources/images/pages/badge-demo.png) top left no-repeat;
  top: -25px;
  right: -40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(10deg) scale(1.3);
  -moz-transform: rotate(10deg) scale(1.3);
  -o-transform: rotate(10deg) scale(1.3);
  transform: rotate(10deg) scale(1.3);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  -moz-transition: opacity 0.75s ease, -moz-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.badge.badge-demo.large {
  width: 190px;
  height: 190px;
  background: url(../../resources/images/pages/badge-demo-large.png) top left no-repeat;
}
.badge.badge-demo.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.badge.badge-agent-pricing {
  width: 150px;
  height: 150px;
  background-image: url(../../resources/images/pages/badge-agent-pricing.png);
  top: -25px;
  right: -40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(10deg) scale(1.3);
  -moz-transform: rotate(10deg) scale(1.3);
  -o-transform: rotate(10deg) scale(1.3);
  transform: rotate(10deg) scale(1.3);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  -moz-transition: opacity 0.75s ease, -moz-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.badge.badge-agent-pricing.large {
  width: 190px;
  height: 190px;
  background-image: url(../../resources/images/pages/badge-agent-pricing-large.png);
}
.badge.badge-agent-pricing.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.badge.badge-discount-25 {
  width: 80px;
  height: 80px;
  background-image: url(../../resources/images/pages/pricing/badge-discount-25.png);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(10deg) scale(1.3);
  -moz-transform: rotate(10deg) scale(1.3);
  -o-transform: rotate(10deg) scale(1.3);
  transform: rotate(10deg) scale(1.3);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  -moz-transition: opacity 0.75s ease, -moz-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.badge.badge-discount-25.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.badge.badge-discount-40 {
  width: 80px;
  height: 80px;
  background-image: url(../../resources/images/pages/pricing/badge-discount-40.png);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(10deg) scale(1.3);
  -moz-transform: rotate(10deg) scale(1.3);
  -o-transform: rotate(10deg) scale(1.3);
  transform: rotate(10deg) scale(1.3);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  -moz-transition: opacity 0.75s ease, -moz-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.badge.badge-discount-40.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  .badge.badge-agent-pricing {
    display: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .badge.badge-demo {
    background-image: url(../../resources/images/pages/badge-demo-pricing@2x.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .badge.badge-demo.large {
    background-image: url(../../resources/images/pages/badge-demo-pricing-large@2x.png);
    -webkit-background-size: 190px 190px;
    -moz-background-size: 190px 190px;
    background-size: 190px 190px;
  }
  .badge.badge-agent-pricing {
    background-image: url(../../resources/images/pages/badge-agent-pricing@2x.png);
  }
  .badge.badge-agent-pricing.large {
    background-image: url(../../resources/images/pages/badge-agent-pricing-large@2x.png);
  }
  .badge.badge-discount-40 {
    background-image: url(../../resources/images/pages/pricing/badge-discount-40@2x.png);
  }
  .badge.badge-discount-25 {
    background-image: url(../../resources/images/pages/pricing/badge-discount-25@2x.png);
  }
}
/* ========================================================================= */
/*                                                                           */
/* Layouts                                                                   */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* layouts/default.less                                                      */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for default layout.                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                     */
/*                                                                           */
/* ========================================================================= */
#stage {
  background: #ffffff;
}
#stage #page {
  position: relative;
  margin-top: 106px;
}
#stage #page section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#stage #page section.short {
  padding-top: 40px;
  padding-bottom: 40px;
}
#stage #page section.mini {
  padding-top: 10px;
  padding-bottom: 24px;
}
#stage #page section.tall {
  padding-top: 90px;
  padding-bottom: 90px;
}
#stage #page section img.responsive {
  max-width: 100%;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  #stage #page section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #stage #page section.short {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #stage #page section.mini {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #stage #page section.tall {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  #stage #page {
    margin-top: 0px;
  }
  #stage #page section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #stage #page section.short {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #stage #page section.tall {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* layouts/minimal.less                                                      */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for minimal layout.                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.minimal {
  background: #f0f0ed;
}
#stage.minimal .container {
  width: 600px;
}
#stage.minimal .container .row {
  margin-left: -20px;
}
#stage.minimal .container .row [class*="span"] {
  margin-left: 20px;
}
#stage.minimal .container .row .span4 {
  width: 600px;
}
#stage.minimal .container .row .span3 {
  width: 445px;
}
#stage.minimal .container .row .span2 {
  width: 290px;
}
#stage.minimal .container .row .span1 {
  width: 135px;
}
#stage.minimal #header {
  overflow: hidden;
  position: relative;
  height: auto;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
#stage.minimal #header .container {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
#stage.minimal #header h1 {
  position: relative;
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
  left: -30px;
  top: 0px;
  background-position: -10px -13px;
  height: 105px;
}
#stage.minimal #page-context h2.page-title {
  font-size: 28px;
  line-height: 97px;
}
#stage.minimal #page {
  background: #ffffff;
  width: 660px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
#stage.minimal #page .pod {
  padding-top: 30px;
  padding-bottom: 30px;
}
#stage.minimal #page .pod .pod-footer {
  background: #f9f9f8;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-top: 30px;
  padding: 30px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  *zoom: 1;
}
#stage.minimal #page .pod .pod-footer:before,
#stage.minimal #page .pod .pod-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.minimal #page .pod .pod-footer:after {
  clear: both;
}
#stage.minimal #page .pod .pod-footer .fine-print {
  font-size: 11px;
  line-height: 19px;
}
#stage.minimal #page .pod .pod-footer .btn-toolbar {
  margin-right: 20px;
}
#stage.minimal #page .pod .pod-footer .btn-toolbar.pull-right {
  margin-left: 20px;
  margin-right: 0px;
}
#stage.minimal #page .half {
  width: 270px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 980px) and (max-width: 1199px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.minimal #page-context h2.page-title {
    font-size: 28px;
    line-height: 97px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page                                                                  */
  /*                                                                       */
  /* ===================================================================== */
  #stage.minimal .container {
    width: auto;
  }
  #stage.minimal .container .row {
    margin-left: 0px;
  }
  #stage.minimal .container .row [class*="span"] {
    float: none;
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  #stage.minimal .control-group input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage.minimal #page {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  #stage.minimal #page .pod {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #stage.minimal #page .pod .pod-footer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-top: 20px;
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  #stage.minimal #page .pod .pod-footer .fine-print {
    display: block;
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }
  #stage.minimal #page .pod .pod-footer .btn-toolbar {
    float: none;
  }
  #stage.minimal #page .pod .pod-footer .btn-toolbar.pull-right {
    margin-left: 0px;
    margin-right: 0px;
  }
  #stage.minimal #page .pod .pod-footer .btn-toolbar.pull-right btn {
    margin-left: 0px;
    margin-right: 4px;
  }
  #stage.minimal #page .half {
    width: 270px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Header                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #stage.minimal #header,
  #stage.minimal header {
    width: 100%;
    height: auto;
    background: white;
    position: relative;
  }
  #stage.minimal #header .container,
  #stage.minimal header .container {
    padding: 10px;
  }
  #stage.minimal #header h1,
  #stage.minimal header h1 {
    background-position: 0px 0px;
    height: 52px;
    width: 105px;
    left: auto;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* layouts/landing-basic.less                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for basic landing page layout.                                    */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.landing-basic #header p.about {
  margin-top: 42px;
  color: #084B8A;
  font-family: calibri;
  font-weight: bold;
  font-size: 15px;
}
#stage.landing-basic #footer .owners .logos {
  margin-top: 0px;
}
#stage.landing-basic #page {
  /* Signup Well                                                           */

  /* Customer Block                                                        */

  /*                                                                       */

  /* ===================================================================== */

  /* Customers                                                                 */

  /*                                                                           */

  /* ========================================================================= */

}
#stage.landing-basic #page .signup-well input {
  width: 240px;
}
#stage.landing-basic #page .signup-well .input-append input.user_site_attributes_subdomain {
  width: 153px;
}
#stage.landing-basic #page .customer-block .quote .quote-inner {
  margin-bottom: 0px;
}
#stage.landing-basic #page .customer-block .quote .string {
  color: #999999;
}
#stage.landing-basic #page .customer-block.center {
  text-align: center;
}
#stage.landing-basic #page .customer-block.center .logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#stage.landing-basic #page #customers .image-logos {
  margin-bottom: 22px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.landing-basic #page {
    /* Signup Well                                                   */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-basic #page .signup-well input {
    width: 290px;
  }
  #stage.landing-basic #page .signup-well .input-append input.user_site_attributes_subdomain {
    width: 203px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 980px) and (max-width: 1199px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.landing-basic #header p.about {
    margin-top: 35px;
  }
  #stage.landing-basic #page {
    /* Signup Well                                                   */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-basic #page .signup-well input {
    width: 168px;
  }
  #stage.landing-basic #page .signup-well .input-append input.user_site_attributes_subdomain {
    width: 81px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.landing-basic {
    /* Header                                                            */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.landing-basic #header p.about {
    display: none;
  }
  #stage.landing-basic #page {
    /* Signup Well                                                   */
  
    /*                                                               */
  
    /* ============================================================= */
  
    /* Customer Block                                                    */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.landing-basic #page .thumbnails .thumbnail {
    max-width: 240px;
  }
  #stage.landing-basic #page .thumbnails .thumbnail.spill {
    margin-bottom: 22px;
  }
  #stage.landing-basic #page .signup-well input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage.landing-basic #page .signup-well .input-append input.user_site_attributes_subdomain {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage.landing-basic #page .customer-block.feature .quote {
    margin-top: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* layouts/landing/minimal.less                                              */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for minimal landing page layout.                                  */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.landing-minimal #page {
  margin: 0;
  /* Page Header                                                       */

  /* Page Content                                                      */

  /*                                                                   */

  /* ================================================================= */

}
#stage.landing-minimal #page .page-header {
  padding-top: 120px;
  position: relative;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header {
    padding-top: 40px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* ========================================================================= */
/*                                                                           */
/* Site Common Elements                                                      */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Page.less                                                                 */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Common styling across all pages.                                          */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Pod Themes                                                                */
/*                                                                           */
/* ========================================================================= */
.pod .center {
  text-align: center;
}
.pod.purple {
  background: #084B8A;
  color: #ffffff;
}
.pod.purple h2,
.pod.purple h3 {
  color: #000000 !important;
}
.pod.purple p {
  color: #dec3ff;
}
.pod.purple a {
  color: #ffffff;
}
.pod.gray {
  background: #f0f0ed;
}
.pod.gray h2 {
  color: #084B8A;
}
.pod.dark {
  background: #121214;
}
.pod.dark h2,
.pod.dark h3 {
  color: #ffffff;
}
.pod.dark p {
  color: #999999;
}
.pod.dark a {
  color: #ffffff;
}
/* ========================================================================= */
/*                                                                           */
/* Dividers                                                                  */
/*                                                                           */
/* ========================================================================= */
.vertical-divider {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 20px;
}
.vertical-divider.offset1 {
  left: 30px;
}
.vertical-divider.offset2 {
  left: 110px;
}
.vertical-divider.offset3 {
  left: 190px;
}
.vertical-divider.offset4 {
  left: 270px;
}
.vertical-divider.offset5 {
  left: 350px;
}
.vertical-divider.offset6 {
  left: 430px;
}
.vertical-divider.offset7 {
  left: 510px;
}
.vertical-divider.offset8 {
  left: 590px;
}
.vertical-divider.offset9 {
  left: 670px;
}
.vertical-divider.offset10 {
  left: 750px;
}
.vertical-divider.offset11 {
  left: 830px;
}
.vertical-divider.offset12 {
  left: 910px;
}
/* ===================================================================== */
/*                                                                       */
/* Timeline                                                              */
/*                                                                       */
/* ===================================================================== */
.timeline {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}
.timeline .axis {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background: #084B8A;
}
.timeline .axis .label {
  color: #084B8A;
  display: block;
  width: 100%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-family: calibri;
  color: #999999;
  background: none;
  white-space: normal;
  font-weight: normal;
}
.timeline .events {
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
  height: 300px;
}
.timeline .events .event {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.timeline .events .event .label {
  color: #084B8A;
  padding-top: 7px;
  padding-left: 20px;
  display: block;
  font-size: 12px;
  line-height: 17px;
  background: none;
  font-family: calibri;
  font-weight: normal;
  white-space: normal;
}
.timeline .events .event .label .title {
  color: #121214;
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-family: calibri;
  text-transform: uppercase;
  line-height: 20px;
}
.timeline .events .event:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #084B8A;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.timeline .events .event:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(104, 67, 152, 0.1);
  position: absolute;
  top: 0px;
  left: 5px;
}
.timeline .events .event.event-axis {
  top: auto;
  bottom: 0px;
  color: #084B8A;
}
.timeline .events .event.event-axis .label {
  padding-top: 0px;
  padding-bottom: 7px;
  background: none;
  white-space: normal;
}
.timeline .events .event.event-axis:before {
  top: auto;
  bottom: -7px;
}
.timeline .events .event.event-axis:after {
  display: none;
}
/* ========================================================================= */
/*                                                                           */
/* Page References                                                           */
/*                                                                           */
/* ========================================================================= */
.page-references .page-reference {
  text-decoration: none;
  *zoom: 1;
  display: block;
}
.page-references .page-reference:before,
.page-references .page-reference:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-references .page-reference:after {
  clear: both;
}
.page-references .page-reference .img-wrapper {
  margin-bottom: 11px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page-references .page-reference .img-wrapper img {
  padding: 0;
  margin: 0;
}
.page-references .page-reference:hover p {
  color: #666666;
}
.page-references .page-reference:active p {
  color: #084B8A;
}
/* ========================================================================= */
/*                                                                           */
/* Country Flags List                                                        */
/*                                                                           */
/* ========================================================================= */
.country-flags {
  margin-bottom: 22px;
  list-style: none;
}
.country-flags li {
  line-height: 40px;
  padding: 0px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 0px;
  *zoom: 1;
}
.country-flags li:before,
.country-flags li:after {
  display: table;
  content: "";
  line-height: 0;
}
.country-flags li:after {
  clear: both;
}
.country-flags li [class^="icon-"] {
  vertical-align: top;
  margin-top: 4px;
  float: left;
}
.country-flags li .title {
  display: block;
  margin-left: 10px;
  font-size: 16px;
  float: left;
}
.country-flags li.top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.country-flags li.see-more .title {
  margin-left: 0px;
}
.country-flags li.see-more [class^="icon-"] {
  float: none;
  display: inline-block;
  margin-top: 12px;
}
/* ========================================================================= */
/*                                                                           */
/* Scroll View                                                               */
/*                                                                           */
/* ========================================================================= */
.scroll-to-view {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 120000;
  background-color: rgba(0, 0, 0, 0.38999999999999996);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.75));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.75));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  cursor: hand;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
@keyframes bounce {
  from,
  to {
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    bottom: 20px;
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes bounce {
  from,
  to {
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    bottom: 20px;
    -webkit-animation-timing-function: ease-in;
  }
}
@-webkit-keyframes bounce {
  from,
  to {
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    bottom: 20px;
    -webkit-animation-timing-function: ease-in;
  }
}
.scroll-to-view .icon-64 {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  /* Firefox */

  -webkit-animation: bounce 1s infinite;
  /* Safari and Chrome */

}
.scroll-to-view:hover {
  height: 130px;
}
.scroll-to-view:hover .icon-64 {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Dividers                                                              */
  /*                                                                       */
  /* ===================================================================== */
  .vertical-divider {
    margin-left: 30px;
  }
  .vertical-divider.offset1 {
    left: 35.099999999999994px;
  }
  .vertical-divider.offset2 {
    left: 135.29999999999998px;
  }
  .vertical-divider.offset3 {
    left: 235.49999999999997px;
  }
  .vertical-divider.offset4 {
    left: 335.69999999999993px;
  }
  .vertical-divider.offset5 {
    left: 435.9px;
  }
  .vertical-divider.offset6 {
    left: 536.0999999999999px;
  }
  .vertical-divider.offset7 {
    left: 636.3px;
  }
  .vertical-divider.offset8 {
    left: 736.4999999999999px;
  }
  .vertical-divider.offset9 {
    left: 836.6999999999999px;
  }
  .vertical-divider.offset10 {
    left: 936.9px;
  }
  .vertical-divider.offset11 {
    left: 1037.1px;
  }
  .vertical-divider.offset12 {
    left: 1137.2999999999997px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Dividers                                                              */
  /*                                                                       */
  /* ===================================================================== */
  .vertical-divider {
    margin-left: 20px;
  }
  .vertical-divider.offset1 {
    left: 21px;
  }
  .vertical-divider.offset2 {
    left: 83px;
  }
  .vertical-divider.offset3 {
    left: 145px;
  }
  .vertical-divider.offset4 {
    left: 207px;
  }
  .vertical-divider.offset5 {
    left: 269px;
  }
  .vertical-divider.offset6 {
    left: 331px;
  }
  .vertical-divider.offset7 {
    left: 393px;
  }
  .vertical-divider.offset8 {
    left: 455px;
  }
  .vertical-divider.offset9 {
    left: 517px;
  }
  .vertical-divider.offset10 {
    left: 579px;
  }
  .vertical-divider.offset11 {
    left: 641px;
  }
  .vertical-divider.offset12 {
    left: 703px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Country Flags List                                                    */
  /*                                                                       */
  /* ===================================================================== */
  .country-flags li .title {
    font-size: 12px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Dividers                                                              */
  /*                                                                       */
  /* ===================================================================== */
  .vertical-divider {
    display: none;
  }
  /* ================================================================= */
  /*                                                                   */
  /* Timeline                                                          */
  /*                                                                   */
  /* ================================================================= */
  .timeline {
    height: auto !important;
    margin-bottom: 0px !important;
    *zoom: 1;
  }
  .timeline:before,
  .timeline:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .timeline:after {
    clear: both;
  }
  .timeline .axis {
    width: 2px;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .timeline .axis .label {
    display: none;
  }
  .timeline .events {
    list-style: none;
    position: inherit;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    height: auto !important;
    *zoom: 1;
  }
  .timeline .events:before,
  .timeline .events:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .timeline .events:after {
    clear: both;
  }
  .timeline .events .event {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    float: none;
    display: block;
    width: 100% !important;
    height: auto !important;
    *zoom: 1;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .timeline .events .event:before,
  .timeline .events .event:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .timeline .events .event:after {
    clear: both;
  }
  .timeline .events .event .label {
    padding-bottom: 0px !important;
  }
  .timeline .events .event:before {
    top: 14px;
    left: -5px;
  }
  .timeline .events .event:after {
    display: none;
  }
  .timeline .events .event.event-axis {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .timeline .events .event.event-axis:first-child {
    margin-top: -7px;
  }
  .timeline .events .event.event-axis .label .title {
    color: #084B8A;
    font-size: 19px;
  }
  .timeline .events .event.event-axis:before {
    top: 5px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Page References                                                       */
  /*                                                                       */
  /* ===================================================================== */
  .page-references {
    margin-bottom: -44px;
  }
  .page-references .page-reference {
    margin-bottom: 44px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Country Flags List                                                    */
  /*                                                                       */
  /* ===================================================================== */
  .country-flags li .title {
    font-size: 13px;
  }
  .country-flags li.top {
    border-top: none;
  }
  .country-flags li.top:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Header.less                                                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Header styling and positioning                                            */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Header                                                                    */
/*                                                                           */
/* ========================================================================= */
#header,
header {
  position: absolute;
  display: block;
  width: 100%;
  height: 106px;
  padding: 0px;
  margin: 0 auto;
  z-index: 1050;
  background: none;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
#header.raised,
header.raised {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#header h1,
header h1 {
  display: block;
  width: 210px;
  height: 85px;
  margin: 0px;
  padding: 0px;
  background: url(../../resources/images/common/header-desk-logo.png) top left no-repeat;
  position: absolute;
  top: -13px;
  left: -30px;
}
#header h1 a,
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#header h1 span,
header h1 span {
  display: none;
}
#header nav,
header nav,
#header #navigation,
header #navigation {
  position: absolute;
  top: 33px;
  right: 0px;
}
#header nav .nav-btns,
header nav .nav-btns,
#header #navigation .nav-btns,
header #navigation .nav-btns {
  *zoom: 1;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-left: 20px;
  float: right;
}
#header nav .nav-btns:before,
header nav .nav-btns:before,
#header #navigation .nav-btns:before,
header #navigation .nav-btns:before,
#header nav .nav-btns:after,
header nav .nav-btns:after,
#header #navigation .nav-btns:after,
header #navigation .nav-btns:after {
  display: table;
  content: "";
  line-height: 0;
}
#header nav .nav-btns:after,
header nav .nav-btns:after,
#header #navigation .nav-btns:after,
header #navigation .nav-btns:after {
  clear: both;
}
#header nav .nav-btns li,
header nav .nav-btns li,
#header #navigation .nav-btns li,
header #navigation .nav-btns li {
  position: relative;
  list-style: none;
  margin: 0px 4px 0px 0px;
  float: left;
}
#header nav .nav-btns li .btn,
header nav .nav-btns li .btn,
#header #navigation .nav-btns li .btn,
header #navigation .nav-btns li .btn {
  margin-top: 0px;
}
#header nav .nav-btns li:last-child,
header nav .nav-btns li:last-child,
#header #navigation .nav-btns li:last-child,
header #navigation .nav-btns li:last-child {
  margin-right: 0px;
}
#header nav .nav-links,
header nav .nav-links,
#header #navigation .nav-links,
header #navigation .nav-links {
  *zoom: 1;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
}
#header nav .nav-links:before,
header nav .nav-links:before,
#header #navigation .nav-links:before,
header #navigation .nav-links:before,
#header nav .nav-links:after,
header nav .nav-links:after,
#header #navigation .nav-links:after,
header #navigation .nav-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#header nav .nav-links:after,
header nav .nav-links:after,
#header #navigation .nav-links:after,
header #navigation .nav-links:after {
  clear: both;
}
#header nav .nav-links li,
header nav .nav-links li,
#header #navigation .nav-links li,
header #navigation .nav-links li {
  position: relative;
  list-style: none;
  margin: 0px 6px 0px 6px;
  padding: 0;
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: calibri;
  text-rendering: optimizelegibility;
}
#header nav .nav-links li a,
header nav .nav-links li a,
#header #navigation .nav-links li a,
header #navigation .nav-links li a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  text-decoration: none;
  padding: 0px 12px 0px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header nav .nav-links li a:hover,
header nav .nav-links li a:hover,
#header #navigation .nav-links li a:hover,
header #navigation .nav-links li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #084B8A;
}
#header nav .nav-links li a:active,
header nav .nav-links li a:active,
#header #navigation .nav-links li a:active,
header #navigation .nav-links li a:active {
  background: rgba(0, 0, 0, 0.1);
}
#header nav .nav-links li a.dropdown-toggle:hover + .dropdown-menu,
header nav .nav-links li a.dropdown-toggle:hover + .dropdown-menu,
#header #navigation .nav-links li a.dropdown-toggle:hover + .dropdown-menu,
header #navigation .nav-links li a.dropdown-toggle:hover + .dropdown-menu {
  display: block;
}
#header nav .nav-links li .btn,
header nav .nav-links li .btn,
#header #navigation .nav-links li .btn,
header #navigation .nav-links li .btn {
  font-size: 14px;
  line-height: 22px;
  height: auto;
}
#header nav .nav-links li .dropdown-menu,
header nav .nav-links li .dropdown-menu,
#header #navigation .nav-links li .dropdown-menu,
header #navigation .nav-links li .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 210px;
  padding: 5px;
  margin-top: 10px;
  background: #121214;
}
#header nav .nav-links li .dropdown-menu li,
header nav .nav-links li .dropdown-menu li,
#header #navigation .nav-links li .dropdown-menu li,
header #navigation .nav-links li .dropdown-menu li {
  float: none;
  margin: 0px;
  font-family: calibri;
  text-transform: none;
  font-size: 14px;
}
#header nav .nav-links li .dropdown-menu li a,
header nav .nav-links li .dropdown-menu li a,
#header #navigation .nav-links li .dropdown-menu li a,
header #navigation .nav-links li .dropdown-menu li a {
  background: #121214;
  margin-top: 0px;
  padding: 10px 15px 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 24px;
  height: 24px;
  color: #999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header nav .nav-links li .dropdown-menu li a [class^="icon-"],
header nav .nav-links li .dropdown-menu li a [class^="icon-"],
#header #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
header #navigation .nav-links li .dropdown-menu li a [class^="icon-"] {
  margin-right: 15px;
  margin-left: -5px;
  float: left;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#header nav .nav-links li .dropdown-menu li a:hover,
header nav .nav-links li .dropdown-menu li a:hover,
#header #navigation .nav-links li .dropdown-menu li a:hover,
header #navigation .nav-links li .dropdown-menu li a:hover {
  background: #084B8A;
  color: #ffffff;
  background-color: 084B8A;
  background-image: -moz-linear-gradient(top, #084B8A, #084B8A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#084B8A), to(#084B8A));
  background-image: -webkit-linear-gradient(top, #084B8A, #084B8A);
  background-image: -o-linear-gradient(top, #084B8A, #084B8A);
  background-image: linear-gradient(to bottom, #084B8A, #084B8A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa47cd9', endColorstr='#ff674397', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px #c9adea, 0px 0px 0px 1px rgba(54, 17, 103, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#header nav .nav-links li .dropdown-menu li a:hover [class^="icon-"],
header nav .nav-links li .dropdown-menu li a:hover [class^="icon-"],
#header #navigation .nav-links li .dropdown-menu li a:hover [class^="icon-"],
header #navigation .nav-links li .dropdown-menu li a:hover [class^="icon-"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header nav .nav-links li .dropdown-menu li.divider,
header nav .nav-links li .dropdown-menu li.divider,
#header #navigation .nav-links li .dropdown-menu li.divider,
header #navigation .nav-links li .dropdown-menu li.divider {
  margin: 10px 0px 10px 0px;
}
#header nav .nav-links li .dropdown-menu:before,
header nav .nav-links li .dropdown-menu:before,
#header #navigation .nav-links li .dropdown-menu:before,
header #navigation .nav-links li .dropdown-menu:before {
  content: '';
  width: 100%;
  height: 10px;
  background: none;
  position: absolute;
  top: -10px;
  left: 0px;
}
#header nav .nav-links li .dropdown-menu:after,
header nav .nav-links li .dropdown-menu:after,
#header #navigation .nav-links li .dropdown-menu:after,
header #navigation .nav-links li .dropdown-menu:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #121214;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
#header nav .nav-links li .dropdown-menu:hover,
header nav .nav-links li .dropdown-menu:hover,
#header #navigation .nav-links li .dropdown-menu:hover,
header #navigation .nav-links li .dropdown-menu:hover {
  display: block;
}
#header nav .nav-links li .dropdown-menu.dropdown-features,
header nav .nav-links li .dropdown-menu.dropdown-features,
#header #navigation .nav-links li .dropdown-menu.dropdown-features,
header #navigation .nav-links li .dropdown-menu.dropdown-features {
  left: -68px;
}
#header nav .nav-links li .dropdown-menu.dropdown-resources,
header nav .nav-links li .dropdown-menu.dropdown-resources,
#header #navigation .nav-links li .dropdown-menu.dropdown-resources,
header #navigation .nav-links li .dropdown-menu.dropdown-resources {
  left: -62px;
}
#header nav .nav-links li .dropdown-menu.dropdown-help,
header nav .nav-links li .dropdown-menu.dropdown-help,
#header #navigation .nav-links li .dropdown-menu.dropdown-help,
header #navigation .nav-links li .dropdown-menu.dropdown-help {
  left: -81px;
}
#header nav .nav-links li:first-child,
header nav .nav-links li:first-child,
#header #navigation .nav-links li:first-child,
header #navigation .nav-links li:first-child {
  margin-left: 0px;
}
#header nav .nav-links li:last-child,
header nav .nav-links li:last-child,
#header #navigation .nav-links li:last-child,
header #navigation .nav-links li:last-child {
  margin-right: 0px;
}
#header.transparent,
header.transparent {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header.transparent h1,
header.transparent h1 {
  background: url(../../resources/images/common/header-desk-logo-alt.png) top left no-repeat;
}
#header.transparent nav li a,
header.transparent nav li a {
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
#header.inverted h1,
header.inverted h1 {
  background: url(../../resources/images/common/header-desk-logo-inverted.png) top left no-repeat;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Navigation                                                            */
  /*                                                                       */
  /* ===================================================================== */
  #header nav .nav-btns,
  header nav .nav-btns,
  #header #navigation .nav-btns,
  header #navigation .nav-btns {
    margin-left: 0px;
  }
  #header nav .nav-links li,
  header nav .nav-links li,
  #header #navigation .nav-links li,
  header #navigation .nav-links li {
    margin: 0px 0px 0px 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from portrait tablets (767px) and smaller.             */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Header                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #header,
  header,
  #header.transparent,
  header.transparent,
  #header.inverted,
  header.inverted {
    width: 100%;
    height: auto;
    background: white;
    position: relative;
  }
  #header .container,
  header .container,
  #header.transparent .container,
  header.transparent .container,
  #header.inverted .container,
  header.inverted .container {
    padding: 10px;
  }
  #header h1,
  header h1,
  #header.transparent h1,
  header.transparent h1,
  #header.inverted h1,
  header.inverted h1 {
    position: relative;
    margin: 0px;
    background: red;
    background: url(../../resources/images/common/header-desk-logo-mobile.png) top left no-repeat;
    height: 52px;
    width: 105px;
    float: left;
    top: auto;
    left: auto;
    margin: -10px 0px -10px -10px;
  }
  #header nav,
  header nav,
  #header.transparent nav,
  header.transparent nav,
  #header.inverted nav,
  header.inverted nav,
  #header #navigation,
  header #navigation,
  #header.transparent #navigation,
  header.transparent #navigation,
  #header.inverted #navigation,
  header.inverted #navigation {
    top: auto;
    right: none;
    position: relative;
    display: block;
    *zoom: 1;
  }
  #header nav:before,
  header nav:before,
  #header.transparent nav:before,
  header.transparent nav:before,
  #header.inverted nav:before,
  header.inverted nav:before,
  #header #navigation:before,
  header #navigation:before,
  #header.transparent #navigation:before,
  header.transparent #navigation:before,
  #header.inverted #navigation:before,
  header.inverted #navigation:before,
  #header nav:after,
  header nav:after,
  #header.transparent nav:after,
  header.transparent nav:after,
  #header.inverted nav:after,
  header.inverted nav:after,
  #header #navigation:after,
  header #navigation:after,
  #header.transparent #navigation:after,
  header.transparent #navigation:after,
  #header.inverted #navigation:after,
  header.inverted #navigation:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #header nav:after,
  header nav:after,
  #header.transparent nav:after,
  header.transparent nav:after,
  #header.inverted nav:after,
  header.inverted nav:after,
  #header #navigation:after,
  header #navigation:after,
  #header.transparent #navigation:after,
  header.transparent #navigation:after,
  #header.inverted #navigation:after,
  header.inverted #navigation:after {
    clear: both;
  }
  #header nav .nav-btns,
  header nav .nav-btns,
  #header.transparent nav .nav-btns,
  header.transparent nav .nav-btns,
  #header.inverted nav .nav-btns,
  header.inverted nav .nav-btns,
  #header #navigation .nav-btns,
  header #navigation .nav-btns,
  #header.transparent #navigation .nav-btns,
  header.transparent #navigation .nav-btns,
  #header.inverted #navigation .nav-btns,
  header.inverted #navigation .nav-btns {
    float: none;
    margin-left: 0px;
  }
  #header nav .nav-btns li,
  header nav .nav-btns li,
  #header.transparent nav .nav-btns li,
  header.transparent nav .nav-btns li,
  #header.inverted nav .nav-btns li,
  header.inverted nav .nav-btns li,
  #header #navigation .nav-btns li,
  header #navigation .nav-btns li,
  #header.transparent #navigation .nav-btns li,
  header.transparent #navigation .nav-btns li,
  #header.inverted #navigation .nav-btns li,
  header.inverted #navigation .nav-btns li {
    float: right;
  }
  #header nav .nav-btns li .btn,
  header nav .nav-btns li .btn,
  #header.transparent nav .nav-btns li .btn,
  header.transparent nav .nav-btns li .btn,
  #header.inverted nav .nav-btns li .btn,
  header.inverted nav .nav-btns li .btn,
  #header #navigation .nav-btns li .btn,
  header #navigation .nav-btns li .btn,
  #header.transparent #navigation .nav-btns li .btn,
  header.transparent #navigation .nav-btns li .btn,
  #header.inverted #navigation .nav-btns li .btn,
  header.inverted #navigation .nav-btns li .btn {
    margin-top: 0px;
  }
  #header nav .nav-btns li:first-child,
  header nav .nav-btns li:first-child,
  #header.transparent nav .nav-btns li:first-child,
  header.transparent nav .nav-btns li:first-child,
  #header.inverted nav .nav-btns li:first-child,
  header.inverted nav .nav-btns li:first-child,
  #header #navigation .nav-btns li:first-child,
  header #navigation .nav-btns li:first-child,
  #header.transparent #navigation .nav-btns li:first-child,
  header.transparent #navigation .nav-btns li:first-child,
  #header.inverted #navigation .nav-btns li:first-child,
  header.inverted #navigation .nav-btns li:first-child {
    margin-right: 0px;
  }
  #header nav .nav-links,
  header nav .nav-links,
  #header.transparent nav .nav-links,
  header.transparent nav .nav-links,
  #header.inverted nav .nav-links,
  header.inverted nav .nav-links,
  #header #navigation .nav-links,
  header #navigation .nav-links,
  #header.transparent #navigation .nav-links,
  header.transparent #navigation .nav-links,
  #header.inverted #navigation .nav-links,
  header.inverted #navigation .nav-links {
    display: none;
    *zoom: 1;
    float: none;
    margin: 10px -10px -10px -10px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background: #444444;
  }
  #header nav .nav-links:before,
  header nav .nav-links:before,
  #header.transparent nav .nav-links:before,
  header.transparent nav .nav-links:before,
  #header.inverted nav .nav-links:before,
  header.inverted nav .nav-links:before,
  #header #navigation .nav-links:before,
  header #navigation .nav-links:before,
  #header.transparent #navigation .nav-links:before,
  header.transparent #navigation .nav-links:before,
  #header.inverted #navigation .nav-links:before,
  header.inverted #navigation .nav-links:before,
  #header nav .nav-links:after,
  header nav .nav-links:after,
  #header.transparent nav .nav-links:after,
  header.transparent nav .nav-links:after,
  #header.inverted nav .nav-links:after,
  header.inverted nav .nav-links:after,
  #header #navigation .nav-links:after,
  header #navigation .nav-links:after,
  #header.transparent #navigation .nav-links:after,
  header.transparent #navigation .nav-links:after,
  #header.inverted #navigation .nav-links:after,
  header.inverted #navigation .nav-links:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #header nav .nav-links:after,
  header nav .nav-links:after,
  #header.transparent nav .nav-links:after,
  header.transparent nav .nav-links:after,
  #header.inverted nav .nav-links:after,
  header.inverted nav .nav-links:after,
  #header #navigation .nav-links:after,
  header #navigation .nav-links:after,
  #header.transparent #navigation .nav-links:after,
  header.transparent #navigation .nav-links:after,
  #header.inverted #navigation .nav-links:after,
  header.inverted #navigation .nav-links:after {
    clear: both;
  }
  #header nav .nav-links li,
  header nav .nav-links li,
  #header.transparent nav .nav-links li,
  header.transparent nav .nav-links li,
  #header.inverted nav .nav-links li,
  header.inverted nav .nav-links li,
  #header #navigation .nav-links li,
  header #navigation .nav-links li,
  #header.transparent #navigation .nav-links li,
  header.transparent #navigation .nav-links li,
  #header.inverted #navigation .nav-links li,
  header.inverted #navigation .nav-links li {
    float: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0px;
    background: #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #121214;
    *zoom: 1;
  }
  #header nav .nav-links li:before,
  header nav .nav-links li:before,
  #header.transparent nav .nav-links li:before,
  header.transparent nav .nav-links li:before,
  #header.inverted nav .nav-links li:before,
  header.inverted nav .nav-links li:before,
  #header #navigation .nav-links li:before,
  header #navigation .nav-links li:before,
  #header.transparent #navigation .nav-links li:before,
  header.transparent #navigation .nav-links li:before,
  #header.inverted #navigation .nav-links li:before,
  header.inverted #navigation .nav-links li:before,
  #header nav .nav-links li:after,
  header nav .nav-links li:after,
  #header.transparent nav .nav-links li:after,
  header.transparent nav .nav-links li:after,
  #header.inverted nav .nav-links li:after,
  header.inverted nav .nav-links li:after,
  #header #navigation .nav-links li:after,
  header #navigation .nav-links li:after,
  #header.transparent #navigation .nav-links li:after,
  header.transparent #navigation .nav-links li:after,
  #header.inverted #navigation .nav-links li:after,
  header.inverted #navigation .nav-links li:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #header nav .nav-links li:after,
  header nav .nav-links li:after,
  #header.transparent nav .nav-links li:after,
  header.transparent nav .nav-links li:after,
  #header.inverted nav .nav-links li:after,
  header.inverted nav .nav-links li:after,
  #header #navigation .nav-links li:after,
  header #navigation .nav-links li:after,
  #header.transparent #navigation .nav-links li:after,
  header.transparent #navigation .nav-links li:after,
  #header.inverted #navigation .nav-links li:after,
  header.inverted #navigation .nav-links li:after {
    clear: both;
  }
  #header nav .nav-links li:first-child,
  header nav .nav-links li:first-child,
  #header.transparent nav .nav-links li:first-child,
  header.transparent nav .nav-links li:first-child,
  #header.inverted nav .nav-links li:first-child,
  header.inverted nav .nav-links li:first-child,
  #header #navigation .nav-links li:first-child,
  header #navigation .nav-links li:first-child,
  #header.transparent #navigation .nav-links li:first-child,
  header.transparent #navigation .nav-links li:first-child,
  #header.inverted #navigation .nav-links li:first-child,
  header.inverted #navigation .nav-links li:first-child,
  #header nav .nav-links li.login,
  header nav .nav-links li.login,
  #header.transparent nav .nav-links li.login,
  header.transparent nav .nav-links li.login,
  #header.inverted nav .nav-links li.login,
  header.inverted nav .nav-links li.login,
  #header #navigation .nav-links li.login,
  header #navigation .nav-links li.login,
  #header.transparent #navigation .nav-links li.login,
  header.transparent #navigation .nav-links li.login,
  #header.inverted #navigation .nav-links li.login,
  header.inverted #navigation .nav-links li.login {
    border-top: none;
  }
  #header nav .nav-links li a,
  header nav .nav-links li a,
  #header.transparent nav .nav-links li a,
  header.transparent nav .nav-links li a,
  #header.inverted nav .nav-links li a,
  header.inverted nav .nav-links li a,
  #header #navigation .nav-links li a,
  header #navigation .nav-links li a,
  #header.transparent #navigation .nav-links li a,
  header.transparent #navigation .nav-links li a,
  #header.inverted #navigation .nav-links li a,
  header.inverted #navigation .nav-links li a {
    margin-top: 0px;
    padding: 0 15px 0 15px;
    line-height: 50px;
    height: auto;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
  }
  #header nav .nav-links li a [class^="icon-"],
  header nav .nav-links li a [class^="icon-"],
  #header.transparent nav .nav-links li a [class^="icon-"],
  header.transparent nav .nav-links li a [class^="icon-"],
  #header.inverted nav .nav-links li a [class^="icon-"],
  header.inverted nav .nav-links li a [class^="icon-"],
  #header #navigation .nav-links li a [class^="icon-"],
  header #navigation .nav-links li a [class^="icon-"],
  #header.transparent #navigation .nav-links li a [class^="icon-"],
  header.transparent #navigation .nav-links li a [class^="icon-"],
  #header.inverted #navigation .nav-links li a [class^="icon-"],
  header.inverted #navigation .nav-links li a [class^="icon-"] {
    margin: 12px 15px 0px 0px;
    float: left;
  }
  #header nav .nav-links li a:hover,
  header nav .nav-links li a:hover,
  #header.transparent nav .nav-links li a:hover,
  header.transparent nav .nav-links li a:hover,
  #header.inverted nav .nav-links li a:hover,
  header.inverted nav .nav-links li a:hover,
  #header #navigation .nav-links li a:hover,
  header #navigation .nav-links li a:hover,
  #header.transparent #navigation .nav-links li a:hover,
  header.transparent #navigation .nav-links li a:hover,
  #header.inverted #navigation .nav-links li a:hover,
  header.inverted #navigation .nav-links li a:hover {
    background: #084B8A;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #header nav .nav-links li .dropdown-menu,
  header nav .nav-links li .dropdown-menu,
  #header.transparent nav .nav-links li .dropdown-menu,
  header.transparent nav .nav-links li .dropdown-menu,
  #header.inverted nav .nav-links li .dropdown-menu,
  header.inverted nav .nav-links li .dropdown-menu,
  #header #navigation .nav-links li .dropdown-menu,
  header #navigation .nav-links li .dropdown-menu,
  #header.transparent #navigation .nav-links li .dropdown-menu,
  header.transparent #navigation .nav-links li .dropdown-menu,
  #header.inverted #navigation .nav-links li .dropdown-menu,
  header.inverted #navigation .nav-links li .dropdown-menu {
    background: none;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit !important;
    right: inherit;
  }
  #header nav .nav-links li .dropdown-menu:before,
  header nav .nav-links li .dropdown-menu:before,
  #header.transparent nav .nav-links li .dropdown-menu:before,
  header.transparent nav .nav-links li .dropdown-menu:before,
  #header.inverted nav .nav-links li .dropdown-menu:before,
  header.inverted nav .nav-links li .dropdown-menu:before,
  #header #navigation .nav-links li .dropdown-menu:before,
  header #navigation .nav-links li .dropdown-menu:before,
  #header.transparent #navigation .nav-links li .dropdown-menu:before,
  header.transparent #navigation .nav-links li .dropdown-menu:before,
  #header.inverted #navigation .nav-links li .dropdown-menu:before,
  header.inverted #navigation .nav-links li .dropdown-menu:before {
    content: none;
  }
  #header nav .nav-links li .dropdown-menu:after,
  header nav .nav-links li .dropdown-menu:after,
  #header.transparent nav .nav-links li .dropdown-menu:after,
  header.transparent nav .nav-links li .dropdown-menu:after,
  #header.inverted nav .nav-links li .dropdown-menu:after,
  header.inverted nav .nav-links li .dropdown-menu:after,
  #header #navigation .nav-links li .dropdown-menu:after,
  header #navigation .nav-links li .dropdown-menu:after,
  #header.transparent #navigation .nav-links li .dropdown-menu:after,
  header.transparent #navigation .nav-links li .dropdown-menu:after,
  #header.inverted #navigation .nav-links li .dropdown-menu:after,
  header.inverted #navigation .nav-links li .dropdown-menu:after {
    content: none;
  }
  #header nav .nav-links li .dropdown-menu li,
  header nav .nav-links li .dropdown-menu li,
  #header.transparent nav .nav-links li .dropdown-menu li,
  header.transparent nav .nav-links li .dropdown-menu li,
  #header.inverted nav .nav-links li .dropdown-menu li,
  header.inverted nav .nav-links li .dropdown-menu li,
  #header #navigation .nav-links li .dropdown-menu li,
  header #navigation .nav-links li .dropdown-menu li,
  #header.transparent #navigation .nav-links li .dropdown-menu li,
  header.transparent #navigation .nav-links li .dropdown-menu li,
  #header.inverted #navigation .nav-links li .dropdown-menu li,
  header.inverted #navigation .nav-links li .dropdown-menu li {
    float: none;
    display: block;
    height: auto;
  }
  #header nav .nav-links li .dropdown-menu li a,
  header nav .nav-links li .dropdown-menu li a,
  #header.transparent nav .nav-links li .dropdown-menu li a,
  header.transparent nav .nav-links li .dropdown-menu li a,
  #header.inverted nav .nav-links li .dropdown-menu li a,
  header.inverted nav .nav-links li .dropdown-menu li a,
  #header #navigation .nav-links li .dropdown-menu li a,
  header #navigation .nav-links li .dropdown-menu li a,
  #header.transparent #navigation .nav-links li .dropdown-menu li a,
  header.transparent #navigation .nav-links li .dropdown-menu li a,
  #header.inverted #navigation .nav-links li .dropdown-menu li a,
  header.inverted #navigation .nav-links li .dropdown-menu li a {
    background: #1e1e21;
    padding: 0 15px 0 15px;
    line-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: auto;
  }
  #header nav .nav-links li .dropdown-menu li a [class^="icon-"],
  header nav .nav-links li .dropdown-menu li a [class^="icon-"],
  #header.transparent nav .nav-links li .dropdown-menu li a [class^="icon-"],
  header.transparent nav .nav-links li .dropdown-menu li a [class^="icon-"],
  #header.inverted nav .nav-links li .dropdown-menu li a [class^="icon-"],
  header.inverted nav .nav-links li .dropdown-menu li a [class^="icon-"],
  #header #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
  header #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
  #header.transparent #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
  header.transparent #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
  #header.inverted #navigation .nav-links li .dropdown-menu li a [class^="icon-"],
  header.inverted #navigation .nav-links li .dropdown-menu li a [class^="icon-"] {
    margin: 12px 15px 0px 0px;
    float: left;
  }
  #header nav .nav-links li .dropdown-menu li a:hover,
  header nav .nav-links li .dropdown-menu li a:hover,
  #header.transparent nav .nav-links li .dropdown-menu li a:hover,
  header.transparent nav .nav-links li .dropdown-menu li a:hover,
  #header.inverted nav .nav-links li .dropdown-menu li a:hover,
  header.inverted nav .nav-links li .dropdown-menu li a:hover,
  #header #navigation .nav-links li .dropdown-menu li a:hover,
  header #navigation .nav-links li .dropdown-menu li a:hover,
  #header.transparent #navigation .nav-links li .dropdown-menu li a:hover,
  header.transparent #navigation .nav-links li .dropdown-menu li a:hover,
  #header.inverted #navigation .nav-links li .dropdown-menu li a:hover,
  header.inverted #navigation .nav-links li .dropdown-menu li a:hover {
    background: #084B8A;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #header nav .nav-links li .dropdown-menu li.divider,
  header nav .nav-links li .dropdown-menu li.divider,
  #header.transparent nav .nav-links li .dropdown-menu li.divider,
  header.transparent nav .nav-links li .dropdown-menu li.divider,
  #header.inverted nav .nav-links li .dropdown-menu li.divider,
  header.inverted nav .nav-links li .dropdown-menu li.divider,
  #header #navigation .nav-links li .dropdown-menu li.divider,
  header #navigation .nav-links li .dropdown-menu li.divider,
  #header.transparent #navigation .nav-links li .dropdown-menu li.divider,
  header.transparent #navigation .nav-links li .dropdown-menu li.divider,
  #header.inverted #navigation .nav-links li .dropdown-menu li.divider,
  header.inverted #navigation .nav-links li .dropdown-menu li.divider {
    padding: 0px;
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    border: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays on portrait tablet (768px) to       */
/* default desktop (979px).                                                  */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Header                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #header h1,
  header h1 {
    background: url(../../resources/images/common/header-desk-logo@2x.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #header.transparent h1,
  header.transparent h1 {
    background: url(../../resources/images/common/header-desk-logo-alt@2x.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #header.inverted h1,
  header.inverted h1 {
    background: url(../../resources/images/common/header-desk-logo-inverted@2x.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays on portrait tablets (767px)         */
/* and smaller.                                                              */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Header                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #header h1,
  header h1,
  #header.transparent h1,
  header.transparent h1,
  #header.inverted h1,
  header.inverted h1 {
    background: url(../../resources/images/common/header-desk-logo-mobile@2x.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* common/page-header.less                                                   */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Page Header and associated hero units.                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page Header                                                               */
/*                                                                           */
/* ========================================================================= */
#page-header {
  background: #FFF;
}
#page-header section {
  padding: 0px;
}
/* ========================================================================= */
/*                                                                           */
/* Heros                                                                     */
/*                                                                           */
/* ========================================================================= */
.hero {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1020;
}
.hero:before,
.hero:after {
  display: table;
  content: "";
  line-height: 0;
}
.hero:after {
  clear: both;
}
.hero .hero-content {
  height: 100%;
  *zoom: 1;
}
.hero .hero-content:before,
.hero .hero-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.hero .hero-content:after {
  clear: both;
}
.hero .hero-content .container {
  height: 100%;
}
.hero .hero-background {
  height: 100%;
  width: 100%;
  position: absolute;
}
.heros {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.heros:before,
.heros:after {
  display: table;
  content: "";
  line-height: 0;
}
.heros:after {
  clear: both;
}
.heros .hero {
  position: absolute;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.heros .hero.active {
  z-index: 1010;
  opacity: 1;
  filter: alpha(opacity=100);
}
.heros .hero.inactive {
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.heros .hero.fixed {
  z-index: 1011;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* common/page-context.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for page context bar.                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Ribbon                                                                    */
/*                                                                           */
/* ========================================================================= */
#page-context {
  background: #121214;
  position: relative;
  padding: 0px !important;
}
#page-context a {
  color: #999999;
}
#page-context a:hover {
  text-decoration: none;
  color: #ffffff;
}
#page-context .page-context-title .title {
  float: left;
  height: 100px;
}
#page-context .page-context-title .title .page-parent {
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: absolute;
  top: 16px;
}
#page-context .page-context-title .title .page-title {
  color: #ffffff;
  line-height: 100px;
  margin: 0;
  font-weight: 400;
}
#page-context .page-context-title .title .page-title.has-parent {
  margin-top: 7px;
  line-height: 100px;
}
#page-context .page-sub-navigation {
  background: #f0f0ed;
}
#page-context .page-sub-navigation .sub-navigation-toggle {
  display: none;
}
#page-context .page-sub-navigation .sub-navigation-links {
  display: block;
  margin: -5px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  float: left;
  *zoom: 1;
}
#page-context .page-sub-navigation .sub-navigation-links:before,
#page-context .page-sub-navigation .sub-navigation-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-context .page-sub-navigation .sub-navigation-links:after {
  clear: both;
}
#page-context .page-sub-navigation .sub-navigation-links li {
  margin-bottom: 0px;
  float: left;
  padding: 5px 5px 0px 0px;
  *zoom: 1;
}
#page-context .page-sub-navigation .sub-navigation-links li:before,
#page-context .page-sub-navigation .sub-navigation-links li:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-context .page-sub-navigation .sub-navigation-links li:after {
  clear: both;
}
#page-context .page-sub-navigation .sub-navigation-links li:last-child {
  padding-right: 0px;
}
#page-context .page-sub-navigation .sub-navigation-links li a {
  display: block;
  line-height: 16px;
  padding: 7px 10px 7px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  font-size: 12px;
  height: 16px;
  color: #999999;
}
#page-context .page-sub-navigation .sub-navigation-links li a span {
  line-height: 16px;
}
#page-context .page-sub-navigation .sub-navigation-links li a:hover {
  color: #084B8A;
  background: rgba(0, 0, 0, 0.05);
}
#page-context .page-sub-navigation .sub-navigation-links li a:active {
  color: #084B8A;
  background: rgba(0, 0, 0, 0.1);
}
#page-context .page-sub-navigation .sub-navigation-links li.active a {
  background: #084B8A;
  color: #ffffff;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Ribbon                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #page-context .page-sub-navigation .sub-navigation-links li {
    padding-right: 10px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Ribbon                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #page-context .page-sub-navigation .sub-navigation-links li {
    padding-right: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Ribbon                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #page-context .page-context-title .title .page-parent {
    top: 24px;
  }
  #page-context .page-context-title .title .page-title {
    line-height: 97px;
  }
  #page-context .page-context-title .title .page-title.has-parent {
    margin-top: 7px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Ribbon                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #page-context {
    position: relative;
    height: inherit;
    *zoom: 1;
  }
  #page-context:before,
  #page-context:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #page-context:after {
    clear: both;
  }
  #page-context .page-context-title .title {
    height: 80px;
  }
  #page-context .page-context-title .title .page-parent {
    top: 16px;
  }
  #page-context .page-context-title .title .page-title {
    line-height: 80px;
  }
  #page-context .page-context-title .title .page-title.has-parent {
    margin-top: 8px;
    line-height: 80px;
  }
  #page-context .page-sub-navigation .sub-navigation-toggle {
    font-size: 15px;
    font-weight: 400;
    font-family: calibri;
    display: block;
    line-height: 50px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0 -20px 0 -20px;
    background: #f0f0ed;
    color: #444444;
  }
  #page-context .page-sub-navigation .sub-navigation-toggle [class^="icon-"] {
    margin-top: 13px;
    float: right;
  }
  #page-context .page-sub-navigation .sub-navigation-toggle:hover {
    color: #084B8A;
  }
  #page-context .page-sub-navigation .sub-navigation-links {
    position: relative;
    margin: 0 -15px 0 -15px;
    padding: 0;
    border: none;
    float: none;
    display: none;
  }
  #page-context .page-sub-navigation .sub-navigation-links li {
    float: none;
    display: block;
    padding: 0px;
    height: auto;
  }
  #page-context .page-sub-navigation .sub-navigation-links li a {
    padding: 0 15px 0 15px;
    line-height: 34px;
    height: 34px;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *zoom: 1;
  }
  #page-context .page-sub-navigation .sub-navigation-links li a:before,
  #page-context .page-sub-navigation .sub-navigation-links li a:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #page-context .page-sub-navigation .sub-navigation-links li a:after {
    clear: both;
  }
  #page-context .page-sub-navigation .open .sub-navigation-links {
    display: block;
  }
  #page-context .page-sub-navigation .open .sub-navigation-toggle {
    color: #084B8A;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Footer.less                                                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Footer styling and positioning                                            */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Footer                                                                    */
/*                                                                           */
/* ========================================================================= */
#footer,
footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer h5,
footer h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: calibri;
}
#footer .about,
footer .about {
  margin: 0px;
  *zoom: 1;
  position: relative;
}
#footer .about:before,
footer .about:before,
#footer .about:after,
footer .about:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .about:after,
footer .about:after {
  clear: both;
}
#footer .about .btn,
footer .about .btn {
  position: absolute;
  top: 36px;
  right: 0px;
}
#footer .about p,
footer .about p {
  float: left;
  margin-right: 220px;
}
#footer .footer-links .links-column,
footer .footer-links .links-column {
  width: 140px;
  display: block;
  float: left;
  margin-right: 23px;
}
#footer .footer-links .links-column.links-column-about,
footer .footer-links .links-column.links-column-about {
  width: 75px;
}
#footer .footer-links .links-column.links-column-features,
footer .footer-links .links-column.links-column-features {
  width: 140px;
}
#footer .footer-links .links-column.links-column-partners,
footer .footer-links .links-column.links-column-partners {
  width: 105px;
}
#footer .footer-links .links-column.links-column-support,
footer .footer-links .links-column.links-column-support {
  width: 95px;
}
#footer .footer-links .links-column.links-column-resources,
footer .footer-links .links-column.links-column-resources {
  width: 110px;
}
#footer .footer-links .links-column:last-child,
footer .footer-links .links-column:last-child {
  margin-right: 0px;
}
#footer .links li,
footer .links li {
  margin: 0px;
}
#footer .links li a,
footer .links li a {
  color: #999999;
}
#footer .contact .phone,
footer .contact .phone {
  font-size: 26px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 7.333333333333333px;
}
#footer .contact .contact-emails li,
footer .contact .contact-emails li {
  margin-bottom: 0px;
  font-size: 12px;
  color: #666666;
}
#footer .contact .contact-emails li .icon-16,
footer .contact .contact-emails li .icon-16 {
  margin-top: -1px;
  margin-right: 5px;
}
#footer .contact .contact-emails li a,
footer .contact .contact-emails li a {
  color: #999999;
  text-decoration: none;
}
#footer .contact .contact-emails li a:hover,
footer .contact .contact-emails li a:hover {
  color: #ffffff;
}
#footer .tweet-block,
footer .tweet-block {
  background: #444444;
  padding: 0 15px;
  margin: 44px 0px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#footer .tweet-block .tweet,
footer .tweet-block .tweet {
  margin: 0;
  color: #ffffff;
}
#footer .tweet-block .notch,
footer .tweet-block .notch {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #444444;
  bottom: -20px;
  left: 40px;
}
#footer .social-links,
footer .social-links {
  margin: 33px 0px 0px 0px;
}
#footer .social-links iframe,
footer .social-links iframe {
  float: left;
  display: inline-block;
  width: 110px !important;
}
#footer .social-links li:last-child,
footer .social-links li:last-child {
  margin-bottom: 0px;
}
#footer .social-links .fb-like,
footer .social-links .fb-like,
#footer .social-links .g-plusone,
footer .social-links .g-plusone {
  width: 110px;
  overflow: hidden;
  float: left;
  display: inline-block;
}
#footer .social-links h5,
footer .social-links h5 {
  display: inline-block;
}
#footer .social-links .twitter .title,
footer .social-links .twitter .title {
  color: #00abec;
}
#footer .social-links .facebook #fb-root div,
footer .social-links .facebook #fb-root div {
  left: -10000px;
}
#footer .social-links .facebook .title,
footer .social-links .facebook .title {
  color: #4f76c6;
}
#footer .social-links .gplus div,
footer .social-links .gplus div {
  width: 106px !important;
  vertical-align: top !important;
}
#footer .social-links .gplus .title,
footer .social-links .gplus .title {
  color: #d85b34;
}
#footer .owners .logos,
footer .owners .logos {
  *zoom: 1;
  margin-top: 44px;
  margin-bottom: 22px;
}
#footer .owners .logos:before,
footer .owners .logos:before,
#footer .owners .logos:after,
footer .owners .logos:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .owners .logos:after,
footer .owners .logos:after {
  clear: both;
}
#footer .owners .logos .desk,
footer .owners .logos .desk {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../../resources/images/common/footer-desk-logo.png) top left no-repeat;
  float: left;
  margin-left: -15px;
}
#footer .owners .logos .desk span,
footer .owners .logos .desk span {
  display: none;
}
#footer .owners .logos .salesforce,
footer .owners .logos .salesforce {
  display: block;
  margin-left: 20px;
  height: 50px;
  background: url(../../resources/images/common/footer-salesforce-logo.png) top left no-repeat;
  float: left;
}
#footer .owners .logos .salesforce span,
footer .owners .logos .salesforce span {
  margin-left: 80px;
  line-height: 50px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Footer                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #footer .footer-links .links-column,
  footer .footer-links .links-column {
    
	margin-right: 20px;
	width: 200px !important;
	font-size: 15px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Footer                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #footer,
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .about p,
  footer .about p {
    margin-right: 0px;
  }
  #footer .about .btn,
  footer .about .btn {
    *zoom: 1;
    position: relative;
    float: none;
    top: auto;
    margin-top: 22px;
  }
  #footer .about .btn:before,
  footer .about .btn:before,
  #footer .about .btn:after,
  footer .about .btn:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #footer .about .btn:after,
  footer .about .btn:after {
    clear: both;
  }
  #footer .contact .phone,
  footer .contact .phone {
    font-size: 20px;
  }
  #footer .social-links li,
  footer .social-links li {
    margin-bottom: 11px;
    *zoom: 1;
  }
  #footer .social-links li:before,
  footer .social-links li:before,
  #footer .social-links li:after,
  footer .social-links li:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #footer .social-links li:after,
  footer .social-links li:after {
    clear: both;
  }
  #footer .social-links li:last-child,
  footer .social-links li:last-child {
    margin-bottom: 0px;
  }
  #footer .social-links h5,
  footer .social-links h5 {
    display: none;
  }
  #footer .footer-links .links-column,
  footer .footer-links .links-column {
    margin-right: 0px;
    width: 156px !important;
    vertical-align: top;
    float: none;
    display: inline-block !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Footer                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #footer,
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .about .btn,
  footer .about .btn {
    float: none;
    position: relative;
    top: auto;
  }
  #footer .about p,
  footer .about p {
    margin-right: 0;
    float: none;
  }
  #footer .owners .logos .desk,
  footer .owners .logos .desk {
    display: block;
    float: none;
    margin-bottom: 14px;
  }
  #footer .owners .logos .salesforce,
  footer .owners .logos .salesforce {
    display: block;
    float: none;
    margin-left: 0px;
  }
  #footer .footer-links .links-column,
  footer .footer-links .links-column {
    margin-right: 0px;
    width: 100%;
    display: block !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #footer .owners .logos .desk,
  footer .owners .logos .desk {
    background: url(../../resources/images/common/footer-desk-logo@2x.png) top left no-repeat;
    -webkit-background-size: 150px 60px;
    -moz-background-size: 150px 60px;
    background-size: 150px 60px;
  }
  #footer .owners .logos .salesforce,
  footer .owners .logos .salesforce {
    background: url(../../resources/images/common/footer-salesforce-logo@2x.png) top left no-repeat;
    -webkit-background-size: 65px 50px;
    -moz-background-size: 65px 50px;
    background-size: 65px 50px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Site Pages                                                                */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/index.less                                                          */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk homepage                                                 */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.home #page-context .badge {
  display: none;
}
/* ========================================================================= */
/*                                                                           */
/* Promo Ribbon                                                              */
/*                                                                           */
/* ========================================================================= */
#stage.home #promo-ribbon {
  display: block;
  background: #08B086;
  color: #ffffff;
  text-align: center;
}
#stage.home #promo-ribbon p {
  color: #ffffff;
}
/* ========================================================================= */
/*                                                                           */
/* Page Header                                                               */
/*                                                                           */
/* ========================================================================= */
#stage.home #page-header .heros.heros-laptop-mobile-transition {
  height: 400px;
  background: #121214;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content {
  margin-top: 220px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content p.fine-print {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content p.fine-print .strong {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content form {
  max-width: 380px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content form input.company_name {
  padding-right: 155px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop {
  height: 400px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .messaging {
  position: relative;
  left: 0px;
  margin-top: 90px;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .messaging h2 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .laptop {
  position: absolute;
  display: block;
  width: 850px;
  height: 500px;
  background: url(../../resources/images/pages/hero-laptop-coffee.png) bottom center no-repeat;
  background-size: 850px 500px;
  bottom: -30px;
  right: -280px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-background {
  background: url(../../resources/images/pages/hero-laptop-coffeeshop-bg.jpg) center -250px no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .messaging {
  left: -100px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .laptop {
  bottom: -30px;
  right: -310px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-background {
  background-position: center -200px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park {
  height: 400px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .messaging {
  position: relative;
  left: 0px;
  margin-top: 90px;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .messaging h2 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .phone {
  position: absolute;
  display: block;
  width: 366px;
  height: 550px;
  background: url(../../resources/images/pages/hero-phone-hand.png) bottom center no-repeat;
  bottom: -150px;
  right: -10px;
  background-size: 366px 550px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-background {
  background: url(../../resources/images/pages/hero-mobile-park-bg.jpg) center -200px no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .messaging {
  left: -100px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .phone {
  bottom: -190px;
  right: -40px;
}
#stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-background {
  background-position: center -250px;
}
#stage.home #page-header .hero.hero-device-screenshots {
  height: 450px;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging {
  position: relative;
  left: 0px;
  margin-top: 100px;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging h2 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging p.fine-print {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging p.fine-print .strong {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging form {
  max-width: 380px;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging form input.company_name {
  padding-right: 155px;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-laptop {
  position: absolute;
  display: block;
  width: 800px;
  height: 420px;
  background: url(../../resources/images/brands/main-image.png) top left no-repeat;
  bottom: -70px;
  right: -250px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: bottom 1s ease, opacity 1s ease;
  -moz-transition: bottom 1s ease, opacity 1s ease;
  -o-transition: bottom 1s ease, opacity 1s ease;
  transition: bottom 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-phone {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  /*background: url(../../resources/images/pages/hero-device-screenshots-phone.png) top left no-repeat;*/
  bottom: -90px;
  right: -70px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: bottom 1s ease, opacity 1s ease;
  -moz-transition: bottom 1s ease, opacity 1s ease;
  -o-transition: bottom 1s ease, opacity 1s ease;
  transition: bottom 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-content .badge {
  top: 0px;
  right: -60px;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#stage.home #page-header .hero.hero-device-screenshots .hero-background {
  background: #084B8A;
  
}
#stage.home #page-header .hero.hero-device-screenshots.animate .hero-content .device-screenshot-laptop {
  bottom: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#stage.home #page-header .hero.hero-device-screenshots.animate .hero-content .device-screenshot-phone {
  bottom: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ========================================================================= */
/*                                                                           */
/* Press                                                                     */
/*                                                                           */
/* ========================================================================= */
#stage.home #press .press-quotes {
  margin: 0px;
  height: 65px;
  position: relative;
}
#stage.home #press .press-quotes .press-quote {
  text-align: center;
  width: 100%;
  height: 65px;
  position: absolute;
  top: 30px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.home #press .press-quotes .press-quote .quote {
  font-size: 18px;
  font-family: calibri;
  font-style: italic;
  display: block;
  color: #cccccc;
}
#stage.home #press .press-quotes .press-quote .logo {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 30px;
  background: url(../../resources/images/pages/press-quotes-logos.png) top left no-repeat;
  margin-top: 15px;
}
#stage.home #press .press-quotes .press-quote.active {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#stage.home #press .press-quotes .press-quote.bonobos {
  margin-top: 0px;
}
#stage.home #press .press-quotes .press-quote.bonobos .logo {
  background-position: 0px 0px;
  width: 150px;
}
#stage.home #press .press-quotes .press-quote.rdio {
  margin-top: 0px;
}
#stage.home #press .press-quotes .press-quote.rdio .logo {
  background-position: 0px -90px;
  width: 78px;
}
#stage.home #press .press-quotes .press-quote.square {
  margin-top: 0px;
}
#stage.home #press .press-quotes .press-quote.square .logo {
  background-position: 0px -30px;
  width: 115px;
}
#stage.home #press .press-quotes .press-quote.vimeo {
  margin-top: 0px;
}
#stage.home #press .press-quotes .press-quote.vimeo .logo {
  background-position: 0px -60px;
  width: 92px;
}
/* ========================================================================= */
/*                                                                           */
/* Introduction                                                              */
/*                                                                           */
/* ========================================================================= */
#stage.home #intro {
  padding-bottom: 25px;
}
/* ========================================================================= */
/*                                                                           */
/* Case Management                                                           */
/*                                                                           */
/* ========================================================================= */
#stage.home #cases {
  position: relative;
}
#stage.home #cases .screenshots {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1010;
  height: 550px;
  margin-top: -525px;
  margin-bottom: 30px;
  background: url(../../resources/images/pages/cases-macair.png) top center no-repeat;
}
#stage.home #cases .screenshots .screens {
  display: block;
  width: 650px;
  height: 400px;
  overflow: hidden;
  top: 48px;
  left: 50%;
  margin-left: -325px;
  position: absolute;
  background: black;
}
#stage.home #cases .screenshots .screens .screen {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#stage.home #cases .screenshots .screens .screen img {
  width: 100%;
}
#stage.home #cases .screenshots .screens .screen.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#stage.home #cases .screenshots .nav-arrow {
  position: absolute;
  top: 210px;
  display: block;
  padding: 20px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}
#stage.home #cases .screenshots .nav-arrow [class^="icon-"] {
  vertical-align: top;
}
#stage.home #cases .screenshots .nav-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}
#stage.home #cases .screenshots .nav-arrow:active {
  background: #ffffff;
}
#stage.home #cases .screenshots .nav-arrow:active [class^="icon-"] {
  background-position-x: -48px;
}
#stage.home #cases .screenshots .nav-arrow.left {
  left: 0px;
}
#stage.home #cases .screenshots .nav-arrow.right {
  right: 0px;
}
#stage.home #cases .features .feature {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
#stage.home #cases .features .feature.active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.01);
}
#stage.home #cases .features .feature .inner {
  margin: 30px 30px 30px 30px;
}
#stage.home #cases .features .feature .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 11px;
  background: url(../../resources/images/pages/cases-features.png) top left no-repeat;
  width: 100px;
  height: 100px;
}
#stage.home #cases .features .feature.cases .image {
  background-position: 0px 0px;
}
#stage.home #cases .features .feature.rules .image {
  background-position: 0px -100px;
}
#stage.home #cases .features .feature.macros .image {
  background-position: 0px -200px;
}
/* Hack needed for Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #stage.home #cases .screenshots .screen img {
    width: auto !important;
    max-width: 100% !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Universal Inbox                                                           */
/*                                                                           */
/* ========================================================================= */
#stage.home #inbox {
  position: relative;
}
#stage.home #inbox .features .feature h3 {
  color: #666666;
}
#stage.home #inbox .features .feature .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 11px;
  background: url(../../resources/images/pages/inbox-features.png) top left no-repeat;
  width: 180px;
  height: 100px;
}
#stage.home #inbox .features .feature.email h3 {
  color: #e05048;
}
#stage.home #inbox .features .feature.email .image {
  background-position: 0px 0px;
}
#stage.home #inbox .features .feature.social h3 {
  color: #34aade;
}
#stage.home #inbox .features .feature.social .image {
  background-position: 0px -100px;
}
#stage.home #inbox .features .feature.chat h3 {
  color: #4eb25c;
}
#stage.home #inbox .features .feature.chat .image {
  background-position: 0px -200px;
}
#stage.home #inbox .features .feature.phone h3 {
  color: #4eb25c;
}
#stage.home #inbox .features .feature.phone .image {
  background-position: 0px -300px;
}
#stage.home #inbox .pipes {
  background: url(../../resources/images/pages/inbox-pipes.png) top left no-repeat;
  display: block;
  width: 940px;
  height: 200px;
  margin: 30px 0px -60px 0px;
}
/* ========================================================================= */
/*                                                                           */
/* Multi-Channel Support                                                     */
/*                                                                           */
/* ========================================================================= */
#stage.home #collaboration {
  background: url(../../resources/images/pages/collaboration-bg.jpg) #121214 top center no-repeat;
  padding-top: 200px;
  padding-bottom: 500px;
}
#stage.home #collaboration p {
  color: #dec3ff;
}
#stage.home #collaboration .featurette {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
#stage.home #collaboration .featurette .thumbnail {
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#stage.home #collaboration .featurette .quote {
  margin: 0 auto;
  width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
#stage.home #collaboration .featurette .quote .parentheses {
  color: #dec3ff;
}
#stage.home #collaboration .featurette .quote .parentheses.close {
  right: 30px;
}
#stage.home #collaboration .featurette .quote .string {
  font-size: 26px;
  line-height: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
#stage.home #collaboration .featurette .quote .credits {
  color: #dec3ff;
  text-align: left;
}
/* ========================================================================= */
/*                                                                           */
/* Mobile                                                                    */
/*                                                                           */
/* ========================================================================= */
#stage.home #mobile {
  /* background: url(../../resources/images/pages/mobile-bg.jpg) top center no-repeat; */

}
#stage.home #mobile h2 {
  color: #084B8A;
}
#stage.home #mobile .devices-alt {
  margin-top: -500px;
  margin-bottom: 30px;
}
#stage.home #mobile .devices {
  display: none;
}
#stage.home #mobile .devices .device .image {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 22px;
}
#stage.home #mobile .devices .device h5 {
  text-align: center;
  text-transform: uppercase;
  color: #084B8A;
  margin-bottom: 0;
}
#stage.home #mobile .devices .device h5 .lowercase {
  text-transform: lowercase;
}
#stage.home #mobile .devices .device p {
  text-align: center;
  color: #c3b0dc;
}
/* ========================================================================= */
/*                                                                           */
/* Multi-Lingual Support                                                     */
/*                                                                           */
/* ========================================================================= */
#stage.home #multilingual {
  position: relative;
}
#stage.home #multilingual p {
  color: #c3b0dc;
}
#stage.home #multilingual .map h2 {
  color: #084B8A;
}
#stage.home #multilingual .map h2 .bubble {
  position: relative;
  margin: 0px 5px 0px -20px;
  padding: 8px 0px 0px 0px;
  color: #ffffff;
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url(../../resources/images/pages/multilingual-map-bubble.png) top left no-repeat;
}
#stage.home #multilingual .map h2 .bubble .hello {
  margin: 0px -25px 0px 0px;
}
#stage.home #multilingual .map img {
  text-align: center;
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: 22px;
}
/* ========================================================================= */
/*                                                                           */
/* Knowledge Base                                                            */
/*                                                                           */
/* ========================================================================= */
#stage.home #knowledgebase .featurette {
  text-align: center;
  *zoom: 1;
}
#stage.home #knowledgebase .featurette:before,
#stage.home #knowledgebase .featurette:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.home #knowledgebase .featurette:after {
  clear: both;
}
#stage.home #knowledgebase .featurette .thumbnail {
  float: left;
  width: 150px;
}
#stage.home #knowledgebase .featurette .quote {
  margin-left: 20px;
  margin-top: -10px;
  float: left;
  width: 280px;
}
#stage.home #knowledgebase .features {
  margin-bottom: 44px;
}
#stage.home #knowledgebase .leads-block .wedge.phone p,
#stage.home #knowledgebase .leads-block .wedge.whitepapers p {
  text-align: left;
}
/* ========================================================================= */
/*                                                                           */
/* Customers                                                                 */
/*                                                                           */
/* ========================================================================= */
#stage.home #customers .image-logos {
  margin-bottom: 22px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page Header                                                           */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .messaging {
    margin-top: 90px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .laptop {
    bottom: -30px;
    right: -200px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .laptop {
    bottom: -30px;
    right: -230px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .phone {
    bottom: -150px;
    right: 30px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .phone {
    bottom: -190px;
    right: -10px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging {
    margin-top: 120px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-laptop {
    right: -90px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-phone {
    right: -40px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .badge {
    right: -40px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #inbox .pipes {
    background: url(../../resources/images/pages/inbox-pipes-1200px.png) top left no-repeat;
    width: 1170px;
    height: 200px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #cases .screenshots .nav-arrow.left {
    left: 50px;
  }
  #stage.home #cases .screenshots .nav-arrow.right {
    right: 50px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual .map img {
    margin-top: -114.4px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Knowledge Base                                                        */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #knowledgebase .featurette .quote {
    width: 350px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page Header                                                           */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #page-header .heros.heros-laptop-mobile-transition {
    height: 380px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content {
    margin-top: 170px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content .strong {
    display: block;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop {
    height: 380px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .messaging {
    margin-top: 80px;
    width: 100%;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .laptop {
    background-size: 700px 408px;
    width: 700px;
    height: 408px;
    bottom: 0px;
    right: -280px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-background {
    background-position: center -280px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .laptop {
    bottom: 0px;
    right: -310px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-background {
    background-position: center -320px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park {
    height: 380px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .messaging {
    margin-top: 80px;
    width: 100%;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .phone {
    bottom: -180px;
    right: -120px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-background {
    background-position: center -240px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .phone {
    bottom: -140px;
    right: -150px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-background {
    background-position: center -140px;
  }
  #stage.home #page-header .hero.hero-device-screenshots {
    height: 350px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging {
    margin-top: 70px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-laptop {
    right: -360px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-phone {
    right: -200px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .badge {
    right: 20px;
    top: -40px;
  }
  #stage.home #page-header .hero.hero-device-screenshots.animate .hero-content .device-screenshot-laptop {
    bottom: -20px;
  }
  /* ========================================================================= */
  /*                                                                           */
  /* Press                                                                     */
  /*                                                                           */
  /* ========================================================================= */
  #stage.home #press .press-quotes .press-quote .quote {
    font-size: 16px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Intro                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #intro {
    padding-bottom: 25px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #cases .screenshots {
    margin-top: -390px;
    background-size: 724px 423px;
    height: 423px;
  }
  #stage.home #cases .screenshots .screens {
    width: 502px;
    height: 312px;
    top: 37px;
    margin-left: -251px;
  }
  #stage.home #cases .screenshots .nav-arrow {
    top: 150px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Universal Inbox                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #inbox .features .feature .image {
    margin-left: -7px;
  }
  #stage.home #inbox .pipes {
    background: url(../../resources/images/pages/inbox-pipes-724px-979px.png) top left no-repeat;
    width: 724px;
    height: 150px;
    margin-bottom: -60px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-channel Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multichannel .pipes {
    background: url(../../resources/images/pages/multichannel-pipes-724px-979px.png) top left no-repeat;
    display: block;
    width: 724px;
    height: 150px;
    margin-bottom: -40px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Collaboration                                                         */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #collaboration {
    padding-bottom: 400px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Mobile                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #mobile .devices-alt {
    margin-top: -400px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual .map h2 {
    color: #084B8A;
  }
  #stage.home #multilingual .map h2 .bubble {
    margin: 0px 10px 0px -10px;
    padding: 10px 0px 0px 0px;
    width: 110px;
    height: 110px;
    background: url(../../resources/images/pages/multilingual-map-bubble-724px-979px.png) top left no-repeat;
  }
  #stage.home #multilingual .map h2 .bubble .hello {
    margin: 0px -17px 0px 0px;
  }
  #stage.home #multilingual .map img {
    margin-top: -88px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Knowledge Base                                                        */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #knowledgebase .featurette .quote {
    width: 350px;
    position: absolute;
    left: 300px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Page Header                                                           */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #page-header .heros.heros-laptop-mobile-transition {
    height: 450px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content {
    margin-top: 130px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-signupcta .hero-content .fine-print {
    display: none;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop {
    height: 450px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .messaging {
    margin-top: 50px;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-content .laptop {
    background-size: 437px 255px;
    width: 437px;
    height: 255px;
    bottom: 0px;
    right: -90px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop .hero-background {
    background-position: center -200px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .messaging {
    top: -30px;
    left: 0px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-content .laptop {
    bottom: 0px;
    right: -110px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-laptop-coffeeshop.inactive .hero-background {
    background-position: center -220px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park {
    height: 450px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .messaging {
    margin-top: 50px;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-content .phone {
    background-size: 244px 367px;
    width: 244px;
    height: 367px;
    bottom: -110px;
    right: 0px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park .hero-background {
    background-position: center -240px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .messaging {
    top: -30px;
    left: 0px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-content .phone {
    bottom: -90px;
    right: -20px;
  }
  #stage.home #page-header .heros.heros-laptop-mobile-transition .hero.hero-mobile-park.inactive .hero-background {
    background-position: center -200px;
  }
  #stage.home #page-header .hero.hero-device-screenshots {
    height: 420px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging {
    margin-top: 30px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .messaging h2 {
    margin-bottom: 20px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-laptop {
    width: 400px;
    height: 210px;
    background-size: 400px 210px;
    bottom: -50px;
    right: auto;
    left: 50%;
    margin-left: -200px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .device-screenshot-phone {
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    bottom: -50px;
    right: auto;
    left: 50%;
    margin-left: -40px;
  }
  #stage.home #page-header .hero.hero-device-screenshots .hero-content .badge {
    right: auto;
    top: auto;
    bottom: 120px;
    left: 50%;
    margin-left: 70px;
    display: block;
    width: 100px;
    height: 100px;
  }
  #stage.home #page-header .hero.hero-device-screenshots.animate .hero-content .device-screenshot-laptop {
    bottom: 0px;
  }
  #stage.home #page-header .hero.hero-device-screenshots.animate .hero-content .device-screenshot-phone {
    bottom: -20px;
  }
  /* ========================================================================= */
  /*                                                                           */
  /* Press                                                                     */
  /*                                                                           */
  /* ========================================================================= */
  #stage.home #press .press-quotes .press-quote .quote {
    font-size: 16px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Inbox                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #intro {
    padding-bottom: 25px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #cases .screenshots {
    margin-top: -200px;
    background-size: 380px 222px;
    height: 222px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 44px;
  }
  #stage.home #cases .screenshots .screens {
    width: 502px;
    height: 312px;
    top: 37px;
    margin-left: -251px;
  }
  #stage.home #cases .screenshots .screens {
    width: 264px;
    height: 164px;
    top: 20px;
    margin-left: -132px;
  }
  #stage.home #cases .screenshots .nav-arrow {
    display: none;
  }
  #stage.home #cases .features .feature,
  #stage.home #cases .features .feature.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.home #cases .features .feature .inner,
  #stage.home #cases .features .feature.active .inner {
    margin: 0px;
  }
  #stage.home #cases .features .feature:last-child,
  #stage.home #cases .features .feature.active:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Universal Inbox                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #inbox .features {
    margin-bottom: 0px;
  }
  #stage.home #inbox .features .feature {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.home #inbox .features .feature .image {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #stage.home #inbox .features .feature:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  #stage.home #inbox .inbox-screenshots {
    display: none;
  }
  #stage.home #inbox .pipes {
    display: none;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Collaboration                                                         */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #collaboration {
    padding-bottom: 220px;
  }
  #stage.home #collaboration .featurette .quote {
    display: none;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Mobile                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #mobile .devices-alt {
    margin: 0 auto;
    text-align: center;
    margin-top: -220px;
    margin-bottom: 22px;
  }
  #stage.home #mobile .features {
    margin-bottom: 0px;
  }
  #stage.home #mobile .features .feature {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.home #mobile .features .feature:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  #stage.home #mobile .devices .device {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual .map h2 {
    color: #084B8A;
    position: inherit;
  }
  #stage.home #multilingual .map h2 .bubble {
    position: inherit;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: none;
  }
  #stage.home #multilingual .map h2 .bubble .hello {
    margin: 0px;
    color: #084B8A;
  }
  #stage.home #multilingual .map img {
    margin-top: 0px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Knowledge Base                                                        */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #knowledgebase h2 {
    text-align: center;
  }
  #stage.home #knowledgebase p {
    text-align: center;
  }
  #stage.home #knowledgebase .image-browsers {
    margin: 0 auto;
    text-align: center;
  }
  #stage.home #knowledgebase .features .feature {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.home #knowledgebase .features .feature:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  #stage.home #knowledgebase .featurette {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 44px;
  }
  #stage.home #knowledgebase .featurette .thumbnail {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  #stage.home #knowledgebase .featurette .quote {
    display: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  /* ========================================================================= */
  /*                                                                           */
  /* Press                                                                     */
  /*                                                                           */
  /* ========================================================================= */
  #stage.home #press .press-quotes {
    height: 90px;
  }
  #stage.home #press .press-quotes .press-quote .quote {
    font-size: 14px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Collaboration                                                         */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #collaboration {
    padding-bottom: 180px;
  }
  #stage.home #collaboration .featurette {
    margin-top: 0px;
  }
  #stage.home #collaboration .featurette .video img {
    width: 135px;
    height: 90px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Mobile                                                                */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #mobile .devices-alt {
    margin-top: -180px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for all retina displays                                 */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* ===================================================================== */
  /*                                                                       */
  /* Press                                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #press .press-quotes .press-quote .logo {
    background: url(../../resources/images/pages/press-quotes-logos@2x.png) top left no-repeat;
    -webkit-background-size: 240px 120px;
    -moz-background-size: 240px 120px;
    background-size: 240px 120px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Universal Inbox                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #inbox .features .feature .image {
    background: url(../../resources/images/pages/inbox-features@2x.png) top left no-repeat;
    -webkit-background-size: 180px 400px;
    -moz-background-size: 180px 400px;
    background-size: 180px 400px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Case Management                                                       */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #cases .features .feature .image {
    background: url(../../resources/images/pages/cases-features@2x.png) top left no-repeat;
    -webkit-background-size: 100px 300px;
    -moz-background-size: 100px 300px;
    background-size: 100px 300px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Collaboration                                                         */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #collaboration {
    background-image: url(../../resources/images/pages/collaboration-bg@2x.jpg);
    -webkit-background-size: 2000px 1000px;
    -moz-background-size: 2000px 1000px;
    background-size: 2000px 1000px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-Lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual h2 .bubble {
    background: url(../../resources/images/pages/multilingual-map-bubble@2x.png) top left no-repeat;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px 150px;
    background-size: 150px 150px;
  }
  /* ===================================================================== */
  /*                                                                       */
  /* Knowledge Base                                                        */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #knowledgebase .leads .wedge.signup .logo {
    background: url(../../resources/images/pages/leads-logo@2x.png) top left no-repeat;
    -webkit-background-size: 200px 60px;
    -moz-background-size: 200px 60px;
    background-size: 200px 60px;
  }
  #stage.home #knowledgebase .leads .wedge.phone {
    background: url(../../resources/images/pages/leads-phone@2x.png) #ffffff bottom right no-repeat;
    -webkit-background-size: 140px 100px;
    -moz-background-size: 140px 100px;
    background-size: 140px 100px;
  }
  #stage.home #knowledgebase .leads .wedge.whitepapers {
    background: url(../../resources/images/pages/leads-whitepapers@2x.png) #ffffff bottom right no-repeat;
    -webkit-background-size: 140px 100px;
    -moz-background-size: 140px 100px;
    background-size: 140px 100px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays on portrait tablet (768px) to       */
/* default desktop (979px).                                                  */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 979px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-Lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual h2 .bubble {
    background: url(../../resources/images/pages/multilingual-map-bubble-724px-979px@2x.png) top left no-repeat;
    -webkit-background-size: 110px 110px;
    -moz-background-size: 110px 110px;
    background-size: 110px 110px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Image replacement for retina displays on portrait tablets (767px)         */
/* and smaller.                                                              */
/*                                                                           */
/* ========================================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  /* ===================================================================== */
  /*                                                                       */
  /* Multi-Lingual Support                                                 */
  /*                                                                       */
  /* ===================================================================== */
  #stage.home #multilingual h2 .bubble {
    background: none;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/cases/index.less                                           */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Case Management page                                     */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Masthead                                                                  */
/*                                                                           */
/* ========================================================================= */
#stage.features.cases .macros {
  margin-bottom: 30px;
}
#stage.features.cases .labels {
  margin-bottom: 30px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.cases #cases .cases-image {
    margin-top: 22px;
  }
  #stage.features.cases #filters h3 {
    margin-top: 22px;
  }
  #stage.features.cases #rules .thumbnails {
    margin-bottom: 22px !important;
  }
  #stage.features.cases .macros {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.features.cases .labels {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.features.cases .bulk-updating {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/inbox/index.less                                           */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Inbox page                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.inbox .inbox-image {
  margin-top: 30px;
}
#stage.features.inbox .channels-overview .channel-item {
  *zoom: 1;
}
#stage.features.inbox .channels-overview .channel-item:before,
#stage.features.inbox .channels-overview .channel-item:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.features.inbox .channels-overview .channel-item:after {
  clear: both;
}
#stage.features.inbox .channels-overview .channel-item .icon-48 {
  float: left;
}
#stage.features.inbox .channels-overview .channel-item .details {
  margin-left: 68px;
  display: block;
}
#stage.features.inbox .channels .channel {
  margin-bottom: 30px;
}
#stage.features.inbox .channels .channel.channel-chat,
#stage.features.inbox .channels .channel.channel-discussions {
  margin-bottom: 0px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.inbox .social .social-image {
    margin-top: 22px;
  }
  #stage.features.inbox .channels-overview .channel-item {
    margin-bottom: 22px;
  }
  #stage.features.inbox .channels-overview .channel-item.discussions {
    margin-bottom: 0px;
  }
  #stage.features.inbox .channels .channel {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.features.inbox .channels .channel .thumbnails {
    margin-bottom: 22px;
  }
  #stage.features.inbox .channels .channel.channel-chat {
    margin-bottom: 30px;
  }
  #stage.features.inbox .channels .channel.channel-discussions {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/mobile/index.less                                          */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Mobile page                                              */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.mobile .appstore {
  display: block;
  background: url(../../resources/images/pages/features/mobile/appstore.png) top left no-repeat;
  width: 150px;
  height: 50px;
}
#stage.features.mobile .appstore span {
  display: none;
}
#stage.features.mobile .appstore:hover {
  background-position: 0px -50px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.mobile .mobile-media .thumbnails {
    margin-top: 22px;
  }
  #stage.features.mobile .devices .devices-image {
    margin-top: 22px;
  }
  #stage.features.mobile .other-features .other-feature {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #stage.features.mobile .other-features .other-feature .thumbnails {
    margin-bottom: 22px;
  }
  #stage.features.mobile .other-features .other-feature:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/multilingual/index.less                                    */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Case Management page                                     */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.multilingual .translations-icons {
  margin-top: 22px;
}
#stage.multilingual .translations-icons .translations-icon {
  *zoom: 1;
}
#stage.multilingual .translations-icons .translations-icon:before,
#stage.multilingual .translations-icons .translations-icon:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.multilingual .translations-icons .translations-icon:after {
  clear: both;
}
#stage.multilingual .translations-icons .translations-icon .icon-48 {
  float: left;
}
#stage.multilingual .translations-icons .translations-icon .details {
  margin-left: 68px;
  display: block;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.multilingual .cases h3 {
    margin-top: 30px;
  }
  #stage.multilingual .translations img {
    display: none;
  }
  #stage.multilingual .translations-icons {
    margin-top: 0px;
  }
  #stage.multilingual .translations-icons .translations-icon {
    margin-bottom: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/support_center/index.less                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Support Center page                                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.support-center .branding-examples {
  position: relative;
  height: 403px;
  *zoom: 1;
}
#stage.features.support-center .branding-examples:before,
#stage.features.support-center .branding-examples:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.features.support-center .branding-examples:after {
  clear: both;
}
#stage.features.support-center .branding-examples .branding-browser {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
#stage.features.support-center .branding-examples .branding-browser.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.features.support-center .branding-examples {
    height: 500px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.features.support-center .branding-examples {
    height: 310px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.support-center .knowledge-base h3 {
    margin-top: 22px;
  }
  #stage.features.support-center .community {
    margin-bottom: 30px;
  }
  #stage.features.support-center .faq {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/knowledge_base/index.less                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Knowledge Base page                                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.knowledge-base .knowledge-base-image {
    margin-top: 22px;
  }
  #stage.features.knowledge-base .support-center-image {
    margin-top: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/business_insights/index.less                               */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Business Insights page                                   */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.business-insights .insights {
  z-index: 100;
  position: relative;
}
#stage.features.business-insights .insights-image {
  margin-top: -140px;
  margin-bottom: -10px;
  z-index: 99;
  position: relative;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.features.business-insights .insights-image {
    margin-top: -160px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.features.business-insights .insights-image {
    margin-top: -100px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.business-insights .insights-image {
    margin-top: 30px;
  }
  #stage.features.business-insights .reports h3 {
    margin-top: 30px;
  }
  #stage.features.business-insights .agents {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/inegration/index.less                                      */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Integration page                                         */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.integration .urls-image {
    margin-bottom: 44px;
  }
  #stage.features.integration .api-image {
    margin-top: 44px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/apps/index.less                                            */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Apps page                                                */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.apps .apps .apps-listing {
  margin-top: 22px;
}
#stage.features.apps .apps .apps-listing .app {
  margin-bottom: 20px;
}
#stage.features.apps .apps .apps-listing .app .thumbnail {
  margin-bottom: 11px;
}
#stage.features.apps .apps .apps-listing .app h4 {
  text-align: center;
}
#stage.features.apps .apps .apps-listing .app p {
  text-align: center;
}
#stage.features.apps .apps .apps-listing .app.first {
  clear: left;
}
#stage.features.apps .apps .apps-listing .app.last-row {
  margin-bottom: 0px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.apps .apps .apps-listing {
    margin-top: 0px;
  }
  #stage.features.apps .apps .apps-listing .app {
    margin-bottom: 20px;
  }
  #stage.features.apps .apps .apps-listing .app p.small {
    font-size: 12px;
  }
  #stage.features.apps .apps .apps-listing .app.last-row {
    margin-bottom: 20px;
  }
  #stage.features.apps .apps .apps-listing .app:last-child {
    margin-bottom: 0px;
  }
  #stage.features.apps .urls-image {
    margin-bottom: 44px;
  }
  #stage.features.apps .api-image {
    margin-top: 44px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/partners/index.less                                                 */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for all Desk Partner Pages                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.app .app-info .app-meta .title {
  font-weight: bold;
  color: #444444;
  padding-right: 15px;
}
#stage.app .app-info .social-links {
  margin-top: 22px;
}
#stage.app .app-info .social-links li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#stage.app .app-info .social-links li.facebook {
  top: -2px;
}
#stage.app .app-info .social-links li.gplus {
  margin-left: -30px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.app .intro .thumbnail {
    margin-bottom: 22px;
  }
  #stage.app .app-info {
    margin-top: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/salesforce/index.less                                      */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Salesforce page                                          */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.salesforce .like-button {
  display: inline-block;
  width: 97px;
  height: 44px;
  background: url(../../resources/images/pages/features/salesforce/like-button.png) top left no-repeat;
  vertical-align: bottom;
}
#stage.features.salesforce .salescloud .salescloud-image {
  margin-bottom: 55px;
}
#stage.features.salesforce .salesforce-desk-sidebyside {
  margin-top: 22px;
  margin-bottom: 66px;
  *zoom: 1;
}
#stage.features.salesforce .salesforce-desk-sidebyside:before,
#stage.features.salesforce .salesforce-desk-sidebyside:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.features.salesforce .salesforce-desk-sidebyside:after {
  clear: both;
}
#stage.features.salesforce .salesforce-desk-sidebyside h4 {
  margin-top: 50px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.features.salesforce .salesforce-desk-sidebyside h4 {
    margin-top: 130px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.features.salesforce .like-button {
    width: 62px;
    height: 28px;
    background: url(../../resources/images/pages/features/salesforce/like-button-small.png) top left no-repeat;
  }
  #stage.features.salesforce .salesforce-desk-sidebyside {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #stage.features.salesforce .salesforce-desk-sidebyside h4 {
    margin-top: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.salesforce .like-button {
    width: 62px;
    height: 28px;
    background: url(../../resources/images/pages/features/salesforce/like-button-small.png) top left no-repeat;
  }
  #stage.features.salesforce .intro .thumbnails {
    margin-top: 22px;
  }
  #stage.features.salesforce .sync .sync-image {
    margin-top: 22px;
  }
  #stage.features.salesforce .salescloud .salescloud-image {
    margin-bottom: 33px;
  }
  #stage.features.salesforce .chatter .chatter-image {
    margin-top: 44px;
  }
  #stage.features.salesforce .salesforce-desk-sidebyside {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #stage.features.salesforce .salesforce-desk-sidebyside img {
    margin-bottom: 22px;
  }
  #stage.features.salesforce .salesforce-desk-sidebyside h4 {
    margin-top: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/features/achievements/index.less                                    */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Achievements page                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.features.achievements .achievements-setup-image {
  margin-top: 70px;
}
#stage.features.achievements .achievements-workplace-performace-management-image {
  margin-bottom: 30px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.features.achievements .achievements-setup-image {
    margin-top: 50px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.features.achievements .achievements-badges-image {
    margin-bottom: 44px;
  }
  #stage.features.achievements .achievements-setup-image {
    margin-top: 50px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.features.achievements .achievements-badges-image {
    margin-top: 22px;
  }
  #stage.features.achievements .achievements-levelup-image {
    margin-bottom: 44px;
  }
  #stage.features.achievements .achievements-setup-image {
    margin-top: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/stories/email/index.less                                            */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Stories Page: Email                                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.stories.email {
  /* Cases                                                                 */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.stories.email .quotes {
  height: 180px;
}
#stage.stories.email .signup-well p.fine-print {
  margin-bottom: 22px;
}
#stage.stories.email .signup-well p.fine-print .strong {
  color: #084B8A;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
#stage.stories.email .signup-well input {
  width: 240px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.stories.email .signup-well input {
    width: 290px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.stories.email .signup-well input {
    width: 168px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.stories.email .cases .thumbnails {
    margin-top: 44px;
  }
  #stage.stories.email .signup {
    margin-top: 44px;
  }
  #stage.stories.email .signup-well input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/partners/index.less                                                 */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for all Desk Partner Pages                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.partners .partner-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f0f0ed;
  display: block;
  padding: 20px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
#stage.partners .partner-card:before,
#stage.partners .partner-card:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.partners .partner-card:after {
  clear: both;
}
#stage.partners .partner-card .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.partners .partner-card {
    margin-top: 44px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/about/index.less                                                    */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk About Page                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.about {
  /* Masthead                                                              */

  /* Timeline                                                              */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.about #masthead {
  background: url(../../resources/images/pages/about/masthead-bg.jpg) top center no-repeat;
  height: 350px;
  display: none;
}
#stage.about .timeline {
  margin-bottom: 60px;
}
#stage.about .timeline .event {
  width: 15%;
}
#stage.about .timeline .event .icon-16 {
  margin-top: -1px;
}
#stage.about .timeline .event.event-2009-1 {
  top: 0%;
  left: 1%;
  height: 100%;
}
#stage.about .timeline .event.event-axis-2010 {
  left: 7%;
}
#stage.about .timeline .event.event-2010-1 {
  top: 20%;
  left: 12%;
  height: 80%;
}
#stage.about .timeline .event.event-2010-2 {
  top: 65%;
  left: 20%;
  height: 35%;
}
#stage.about .timeline .event.event-2010-3 {
  top: 0%;
  left: 30%;
  height: 100%;
}
#stage.about .timeline .event.event-2010-4 {
  top: 45%;
  left: 38%;
  height: 55%;
}
#stage.about .timeline .event.event-axis-2011 {
  left: 40%;
}
#stage.about .timeline .event.event-2011-1 {
  top: 10%;
  left: 59%;
  height: 90%;
}
#stage.about .timeline .event.event-2011-2 {
  top: 50%;
  left: 64%;
  height: 50%;
}
#stage.about .timeline .event.event-axis-2012 {
  left: 76%;
}
#stage.about .timeline .event.event-2012-1 {
  top: 0%;
  left: 80%;
  height: 100%;
}
#stage.about .timeline .event.event-2012-2 {
  top: 40%;
  left: 90%;
  height: 60%;
}
#stage.about .timeline .event.salesforce:before {
  content: '';
  display: block;
  width: 48px;
  height: 34px;
  background: url(../../resources/images/pages/about/timeline-salesforce.png) top left no-repeat;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: -23px;
  left: -20px;
  z-index: 10000;
}
#stage.about .timeline .event.salesforce:after {
  background: rgba(101, 197, 245, 0.5);
}
#stage.about .profiles {
  margin-bottom: 60px;
  margin-left: 0px;
  list-style: none;
  *zoom: 1;
}
#stage.about .profiles:before,
#stage.about .profiles:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.about .profiles:after {
  clear: both;
}
#stage.about .profile .profile-image {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
}
#stage.about .profile.profile-large .profile-image {
  float: left;
  width: 300px;
}
#stage.about .profile.profile-large .profile-details {
  margin-left: 350px;
}
#stage.about .profile.profile-large.profile-flipped .profile-image {
  float: right;
}
#stage.about .profile.profile-large.profile-flipped .profile-details {
  margin-left: 0px;
  margin-right: 350px;
}
#stage.about .profile.profile-medium {
  margin-top: 60px;
}
#stage.about .profile.profile-medium .profile-image {
  float: left;
  width: 200px;
}
#stage.about .profile.profile-medium .profile-details {
  margin-left: 225px;
  padding-right: 50px;
}
#stage.about .profile.profile-medium.profile-top {
  margin-top: 0px;
}
#stage.about .profile.profile-small {
  display: block;
  width: 9%;
  float: left;
  padding: 0px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5% !important;
  margin-top: 0.5% !important;
  position: relative;
}
#stage.about .profile.profile-small .profile-image {
  width: 100%;
}
#stage.about .profile.profile-small .profile-details {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.about {
    /* Profiles                                                          */
  
    /* Timeline                                                          */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.about .profile.profile-large .profile-image {
    width: 250px;
  }
  #stage.about .profile.profile-large .profile-details {
    margin-left: 300px;
  }
  #stage.about .profile.profile-large.profile-flipped .profile-details {
    margin-right: 300px;
  }
  #stage.about .profile.profile-medium .profile-image {
    width: 125px;
  }
  #stage.about .profile.profile-medium .profile-details {
    margin-left: 150px;
  }
  #stage.about .timeline {
    height: 450px;
  }
  #stage.about .timeline .events {
    height: 450px;
  }
  #stage.about .timeline .events .event {
    width: 20%;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.about {
    /* Profiles                                                          */
  
    /* Timeline                                                          */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.about .profile.profile-large {
    text-align: center;
  }
  #stage.about .profile.profile-large .profile-image {
    width: 200px;
    margin: 0 auto;
    float: none;
    margin-bottom: 22px;
  }
  #stage.about .profile.profile-large .profile-details {
    margin-left: 0px;
    margin-right: 0px;
  }
  #stage.about .profile.profile-large.profile-flipped .profile-image {
    width: 200px;
    margin: 0 auto;
    float: none;
    margin-bottom: 22px;
  }
  #stage.about .profile.profile-large.profile-flipped .profile-details {
    margin-left: 0px;
    margin-right: 0px;
  }
  #stage.about .profile.profile-medium {
    margin-top: 44px;
  }
  #stage.about .profile.profile-medium .profile-image {
    display: none;
  }
  #stage.about .profile.profile-medium .profile-details {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
  #stage.about .profile.profile-medium.profile-top {
    margin-top: 44px;
  }
  #stage.about .profile.profile-medium.profile-first {
    margin-top: 0px;
  }
  #stage.about .profile.profile-small {
    width: 8%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1% !important;
    margin-top: 1% !important;
  }
  #stage.about .profile.profile-small .profile-image {
    width: 100%;
  }
  #stage.about .timeline .events .event.salesforce:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #084B8A;
    position: absolute;
    top: 14px;
    left: -5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/pricing/index.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Pricing Page                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.pricing {
  /* Pricing Chart                                                         */

  /* Feature Comparison Chart                                              */

  /* Pricing Features                                                      */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.pricing #page-context .badge {
  display: none;
}
#stage.pricing .pricing-breakdown .pricing-plan {
  text-align: center;
  position: relative;
  height: 570px;
  text-decoration: none;
  color: #999999;
}
#stage.pricing .pricing-breakdown .pricing-plan .plan {
  background: #d9d9d9;
  margin: -20px;
  margin-bottom: 20px;
  padding: 15px;
}
#stage.pricing .pricing-breakdown .pricing-plan .plan .plan-title {
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}
#stage.pricing .pricing-breakdown .pricing-plan .plan .description {
  color: #999999;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group {
  text-align: center;
  *zoom: 1;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group:before,
#stage.pricing .pricing-breakdown .pricing-plan .price-group:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group:after {
  clear: both;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price {
  height: 125px;
  vertical-align: top;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: block;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value {
  font-size: 92px;
  line-height: 72px;
  font-weight: bold;
  margin-bottom: 11px;
  position: relative;
  display: inline-block;
  color: #444444;
  text-align: center;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value sup {
  font-size: 68px;
  line-height: 68px;
  font-weight: normal;
  position: absolute;
  top: -5px;
  left: -40px;
  color: #444444;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value .sign {
  font-weight: normal;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value .billing-period {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: auto;
  color: #444444;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .period {
  color: #808080;
  font-size: 16px;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price .period span {
  display: block;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price:last-child {
  margin-right: 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price.minimal {
  height: auto;
  background: #F6F6F6;
  margin-top: 0px;
  height: 20px;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price.minimal .value {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
#stage.pricing .pricing-breakdown .pricing-plan .price-group .price.minimal .period {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  margin-left: 3px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
  margin-top: 22px;
  font-size: 14px;
  *zoom: 1;
  position: relative;
  height: 270px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview:before,
#stage.pricing .pricing-breakdown .pricing-plan .overview:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview:after {
  clear: both;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .overview-teaser {
  text-transform: uppercase;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features {
  text-align: center;
  margin: 0 auto;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features ul {
  margin: 0 auto;
  display: inline-block;
  margin: 0px 25px 0px 25px;
  width: 240px;
  vertical-align: top;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features ul li {
  text-align: left;
  font-size: 13px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features ul li.title {
  font-size: 15px;
  margin-bottom: 11px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features ul:first-child {
  margin-left: 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features ul:last-child {
  margin-right: 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .features:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .btn-toolbar {
  position: absolute;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}
#stage.pricing .pricing-breakdown .pricing-plan .overview .btn-toolbar .btn {
  margin: 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan.starter-plan .plan {
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
}
#stage.pricing .pricing-breakdown .pricing-plan.starter-plan .price {
  margin-bottom: 40px;
}
#stage.pricing .pricing-breakdown .pricing-plan.starter-plan:hover {
  background: #F6F6F6;
  cursor: pointer;
}
#stage.pricing .pricing-breakdown .pricing-plan.starter-plan:hover .description {
  color: #666666;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan .plan {
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
  background: #084B8A;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan .plan .plan-title {
  color: #ffffff;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan .plan .description {
  padding-top: 20px;
  color: #ffffff;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover {
  background: #f9f7fb;
  cursor: pointer;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .description {
  color: #084B8A;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price {
  background: none;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price .value {
  color: #5b3b85;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price .value sup {
  color: #5b3b85;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price .period {
  color: #084B8A;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price:hover {
  text-decoration: none;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price:hover .value {
  color: #432b62;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price:hover .value sup {
  color: #432b62;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price:hover .period {
  color: #5b3b85;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price:hover .offer {
  background: #432b62;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price.minimal {
  background: #f1ecf7;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price.minimal:hover {
  background: #ded4ec;
}
#stage.pricing .pricing-breakdown .pricing-plan.plus-plan:hover .price.minimal:hover .billing-period {
  color: #084B8A;
}
#stage.pricing #feature-comparison {
  height: 600px;
  overflow: hidden;
  position: relative;
}
#stage.pricing #feature-comparison #feature-comparison-chart-reveal {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background-color: #121214;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(17, 17, 19, 0)), color-stop(50%, #121214), to(#121214));
  background-image: -webkit-linear-gradient(rgba(17, 17, 19, 0), #121214 50%, #121214);
  background-image: -moz-linear-gradient(top, rgba(17, 17, 19, 0), #121214 50%, #121214);
  background-image: -o-linear-gradient(rgba(17, 17, 19, 0), #121214 50%, #121214);
  background-image: linear-gradient(rgba(17, 17, 19, 0), #121214 50%, #121214);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00111113', endColorstr='#ff121214', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
}
#stage.pricing #feature-comparison #feature-comparison-chart-reveal .container {
  height: 100%;
}
#stage.pricing #feature-comparison #feature-comparison-chart-reveal .btn-toolbar {
  position: absolute;
  bottom: 60px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#stage.pricing #feature-comparison #feature-comparison-chart-reveal .btn-toolbar .btn {
  margin: 0px;
}
#stage.pricing #feature-comparison.reveal {
  height: auto;
}
#stage.pricing #feature-comparison.reveal #feature-comparison-chart-reveal {
  display: none;
}
#stage.pricing .feature-comparison-chart {
  width: 100%;
}
#stage.pricing .feature-comparison-chart thead tr th {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 30px 0px;
  font-family: calibri;
  font-weight: bold;
  border-bottom: 1px solid #333;
  vertical-align: top;
}
#stage.pricing .feature-comparison-chart thead tr th .price {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  font-weight: normal;
  font-family: calibri;
}
#stage.pricing .feature-comparison-chart thead tr th .price .sub-price {
  display: block;
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
  font-style: italic;
}
#stage.pricing .feature-comparison-chart thead tr th.starter-plan {
  width: 31%;
  color: #cccccc;
}
#stage.pricing .feature-comparison-chart thead tr th.plus-plan {
  width: 31%;
  color: #c3b0dc;
}
#stage.pricing .feature-comparison-chart thead tr th.plus-plan .sub-price {
  color: #666666;
}
#stage.pricing .feature-comparison-chart tbody tr td {
  border-left: 1px solid #333;
  border-top: 1px solid #1C1C1C;
}
#stage.pricing .feature-comparison-chart tbody tr td:first-child {
  border-left: none;
}
#stage.pricing .feature-comparison-chart tbody tr.section-header td {
  padding: 40px 0px 10px 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: calibri;
  font-weight: bold;
  border-top: none;
}
#stage.pricing .feature-comparison-chart tbody tr.section-header td .icon-24 {
  margin-right: 10px;
}
#stage.pricing .feature-comparison-chart tbody tr.section-header + tr td {
  border-top: none;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td {
  padding: 5px 0px 5px 0px;
  text-align: center;
  color: #f0f0ed;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td .icon-16 + span {
  margin-left: 5px;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td.title {
  font-size: 13px;
  text-transform: uppercase;
  color: #c3b0dc;
  text-align: left;
  padding-left: 20px;
  font-family: calibri;
  font-weight: bold;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td.included {
  color: #c3b0dc;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td.deemphasize {
  font-style: italic;
  color: #999999;
}
#stage.pricing .feature-comparison-chart tbody tr.section-feature td.deemphasize .icon-16 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#stage.pricing .pricing-features .pricing-feature {
  margin-bottom: 44px;
}
#stage.pricing .pricing-features .pricing-feature h5 {
  color: #f0f0ed;
  font-weight: normal;
}
#stage.pricing .pricing-features .pricing-feature .price-highlight {
  color: #c3b0dc;
}
#stage.pricing .pricing-features .pricing-feature.bottom {
  margin-bottom: 0px;
}
#stage.pricing .signup {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  color: #084B8A;
  line-height: 36px;
  font-size: 15px;
}
#stage.pricing .signup .btn-toolbar {
  margin-right: 0px;
}
#stage.pricing .signup p.fine-print {
  margin-bottom: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
}
#stage.pricing .signup p.fine-print .strong {
  color: #084B8A;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
#stage.pricing .signup .signup-inner {
  width: 680px;
  margin: 0 auto;
  position: relative;
}
#stage.pricing .quotes {
  height: 110px;
  position: relative;
}
#stage.pricing .quotes .quote {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#stage.pricing .quotes .quote.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#stage.pricing .signup-well p.fine-print {
  margin-bottom: 22px;
}
#stage.pricing .signup-well p.fine-print .strong {
  color: #084B8A;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
#stage.pricing .flex-agents {
  color: #ffffff;
}
#stage.pricing .flex-agents h3 {
  color: #08b087;
}
#stage.pricing .flex-agents img {
  max-width: 218px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.pricing {
    /* Pricing Chart                                                     */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.pricing .pricing-breakdown .pricing-plan {
    height: 560px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .plan {
    margin: -30px;
    margin-bottom: 30px;
    padding: 20px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview {
    height: 260px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .features ul {
    margin: 0px 50px 0px 50px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.pricing {
    /* Pricing Chart                                                     */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.pricing .pricing-breakdown .pricing-plan {
    height: 590px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price {
    height: 115px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value {
    font-size: 72px;
    line-height: 60px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value sup {
    font-size: 48px;
    line-height: 48px;
    left: -28px;
    top: -3px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .plan {
    margin: -20px;
    margin-bottom: 20px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview {
    height: 315px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .features ul {
    margin: 0px 15px 0px 15px;
    width: 200px;
  }
  #stage.pricing .pricing-breakdown .signup .signup-inner {
    width: auto;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.pricing {
    /* Pricing Chart                                                     */
  
    /* Pricing Features                                                  */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.pricing .pricing-breakdown .pricing-plan {
    height: auto;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price {
    height: auto;
    padding: 10px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value {
    font-size: 72px;
    line-height: 60px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value sup {
    font-size: 48px;
    line-height: 48px;
    left: -28px;
    top: -3px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .price-group .price .value .billing-period {
    top: 49px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview {
    height: auto;
    text-align: left;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .features ul {
    display: block;
    margin: 0px 0px 15px 0px;
    width: auto;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .features ul.spill-over {
    margin-top: 7px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .features ul:last-child {
    margin-bottom: 0px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan .overview .btn-toolbar {
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    bottom: auto;
  }
  #stage.pricing .pricing-breakdown .pricing-plan.starter-plan .plan {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan.starter-plan .price {
    margin-bottom: 0px;
  }
  #stage.pricing .pricing-breakdown .pricing-plan.plus-plan .plan {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  #stage.pricing .pricing-breakdown .signup .signup-inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
  }
  #stage.pricing .pricing-breakdown .signup .signup-inner p.fine-print {
    margin-bottom: 0px;
    position: relative;
    top: auto;
    left: auto;
    line-height: 22px;
  }
  #stage.pricing .pricing-breakdown .signup .signup-inner .btn-toolbar {
    float: none;
    margin: 0 auto;
  }
  #stage.pricing #feature-comparison {
    display: none;
  }
  #stage.pricing .pricing-features .pricing-feature {
    text-align: center;
  }
  #stage.pricing .pricing-features .pricing-feature .img-wrapper-rounded {
    margin: 0 auto;
    width: 200px;
    margin-bottom: 22px;
  }
  #stage.pricing .pricing-features .pricing-feature .img-wrapper-rounded img {
    width: 200px;
  }
  #stage.pricing .pricing-features .pricing-feature.bottom {
    margin-bottom: 0px;
  }
  #stage.pricing .pricing-features .pricing-feature.bottom.spill {
    margin-bottom: 33px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/register/index.less                                                 */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Registration Page                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.register {
  /* Registration Form                                                     */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.register #form_register #form_register_step1.no-labels label {
  display: none;
}
#stage.register #form_register .user_site_attributes_subdomain {
  padding-right: 100px;
}
#stage.register #form_register fieldset {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#stage.register #form_register abbr {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(104, 67, 152, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: hand;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-left: 5px;
}
#stage.register #form_register abbr:hover {
  background: #084B8A;
}
#stage.register #form_register .fine-print {
  margin-top: 3px;
  margin-right: 300px;
}
/** CSS Fix for IE 8 **/
.ie8 #form_register #form_register_step1.no-labels label {
  display: block;
}
.ie8 input {
  border: 1px solid #666666;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/login/index.less                                                    */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Login Page                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.login {
  /* Registration Form                                                     */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.login #find_site .site_subdomain {
  width: 183px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/customers/index.less                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Customers Page                                           */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.customers {
  /* Customer Block                                                        */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.customers .customer-block .quote .quote-inner {
  margin-bottom: 0px;
}
#stage.customers .customer-block .quote .string {
  color: #999999;
}
#stage.customers .customer-block.center {
  text-align: center;
}
#stage.customers .customer-block.center .logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.customers {
    /* Customer Block                                                        */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  #stage.customers .customer-block.feature .quote {
    margin-top: 22px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/contact/index.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Contact Page                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.contact {
  /* Map                                                                   */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.contact .map {
  width: 100%;
  height: 400px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.contact .contact-options a,
  #stage.contact .contact-options span {
    display: block;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.contact {
    /* Map                                                                   */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  #stage.contact .map {
    margin-top: 22px;
    width: 100%;
    height: 300px;
  }
  #stage.contact .contact-options .phone {
    margin-bottom: 22px !important;
  }
  #stage.contact .contact-options a,
  #stage.contact .contact-options span {
    display: block;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/careers/index.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Careers Page                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.careers {
  /* Benefits                                                              */

  /* Positions                                                             */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.careers .benefits .benefit .img-wrapper {
  margin-bottom: 11px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#stage.careers .benefits .benefit .img-wrapper img {
  padding: 0;
  margin: 0;
}
#stage.careers .positions .position {
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
}
#stage.careers .positions .position:before,
#stage.careers .positions .position:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.careers .positions .position:after {
  clear: both;
}
#stage.careers .positions .position .title {
  color: #999999;
  float: left;
  font-family: calibri;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
}
#stage.careers .positions .position .location {
  color: #999999;
  float: right;
  font-size: 13px;
  line-height: 22px;
}
#stage.careers .positions .position a {
  padding: 10px 0px 10px 0px;
  display: block;
  *zoom: 1;
}
#stage.careers .positions .position a:before,
#stage.careers .positions .position a:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.careers .positions .position a:after {
  clear: both;
}
#stage.careers .positions .position a:hover .title {
  color: #084B8A;
}
#stage.careers .positions .position:last-child {
  border-bottom: none;
}
#stage.careers.posting .positions .position .title {
  font-size: 16px;
  line-height: 22px;
}
#stage.careers.posting .positions .position.active .title {
  color: #084B8A;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.careers {
    /* Benefits                                                          */
  
    /*                                                                   */
  
    /* ================================================================= */
  
    /* Positions                                                          */
  
    /*                                                                    */
  
    /* ================================================================== */
  
  }
  #stage.careers .benefits .benefit {
    margin-bottom: 22px;
  }
  #stage.careers .benefits .benefit:last-child {
    margin-bottom: 0px;
  }
  #stage.careers .positions .position .title {
    font-size: 16px;
    line-height: 22px;
  }
  #stage.careers .positions .position .location {
    display: block;
    clear: left;
    float: left;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/trust/index.less                                                    */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Trust Page                                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.trust {
  /* Indicator                                                             */

  /* Current System Status                                                 */

  /* Legend                                                                */

  /* Status                                                                */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.trust .indicator {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #cccccc;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
#stage.trust .indicator.green {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #86cb86, #46a546);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#46a546));
  background-image: -webkit-linear-gradient(top, #86cb86, #46a546);
  background-image: -o-linear-gradient(top, #86cb86, #46a546);
  background-image: linear-gradient(to bottom, #86cb86, #46a546);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86cb86', endColorstr='#ff46a546', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(55, 129, 55, 0.75);
}
#stage.trust .indicator.yellow {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd73), to(#ffc40d));
  background-image: -webkit-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: -o-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: linear-gradient(to bottom, #ffdd73, #ffc40d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdd73', endColorstr='#ffffc40d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #dba400;
}
#stage.trust .indicator.orange {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #fbbf69, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbbf69), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbbf69, #f89406);
  background-image: -o-linear-gradient(top, #fbbf69, #f89406);
  background-image: linear-gradient(to bottom, #fbbf69, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbbf69', endColorstr='#fff89406', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(199, 118, 5, 0.75);
}
#stage.trust .indicator.red {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #d83a2e, #9d261d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d83a2e), to(#9d261d));
  background-image: -webkit-linear-gradient(top, #d83a2e, #9d261d);
  background-image: -o-linear-gradient(top, #d83a2e, #9d261d);
  background-image: linear-gradient(to bottom, #d83a2e, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd83a2e', endColorstr='#ff9d261d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(90, 22, 17, 0.75);
}
#stage.trust .indicator.gray {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #8c8c8c, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c8c8c), to(#666666));
  background-image: -webkit-linear-gradient(top, #8c8c8c, #666666);
  background-image: -o-linear-gradient(top, #8c8c8c, #666666);
  background-image: linear-gradient(to bottom, #8c8c8c, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c8c8c', endColorstr='#ff666666', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -2px 7px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(64, 64, 64, 0.75);
}
#stage.trust #current-system-status h4 {
  color: #999999;
}
#stage.trust .legend-item {
  text-align: center;
  font-family: calibri;
  font-size: 15px;
}
#stage.trust .legend-item .indicator {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}
#stage.trust .legend-item:first-child {
  border: 0px;
}
#stage.trust .status-view.system {
  margin: 0 auto;
  text-align: center;
  display: block;
  *zoom: 1;
}
#stage.trust .status-view.system:before,
#stage.trust .status-view.system:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.trust .status-view.system:after {
  clear: both;
}
#stage.trust .status-view.system .item {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  width: 180px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #444444;
}
#stage.trust .status-view.system .item .indicator {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
}
#stage.trust .status-view.system .item:first-child {
  border: 0px;
}
#stage.trust .status-view.week {
  height: 300px;
  position: relative;
  margin-top: 60px;
}
#stage.trust .status-view.week .gridlines {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#stage.trust .status-view.week .gridlines .gridline {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1000;
}
#stage.trust .status-view.week .gridlines .gridline.am-pm {
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
}
#stage.trust .status-view.week .gridlines .label {
  position: absolute;
  top: 0px;
  left: 0px;
}
#stage.trust .status-view.week .gridlines .label.am {
  top: 40%;
}
#stage.trust .status-view.week .gridlines .label.pm {
  top: 53%;
}
#stage.trust .status-view.week .days {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#stage.trust .status-view.week .days .day {
  display: inline-block;
  height: 100%;
  margin: 0 3px 0 3px;
  position: relative;
  width: 30px;
}
#stage.trust .status-view.week .days .day .title {
  width: 100px;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  font-size: 11px;
}
#stage.trust .status-view.week .days .day .bar {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #86cb86, #46a546);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#46a546));
  background-image: -webkit-linear-gradient(top, #86cb86, #46a546);
  background-image: -o-linear-gradient(top, #86cb86, #46a546);
  background-image: linear-gradient(to bottom, #86cb86, #46a546);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86cb86', endColorstr='#ff46a546', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(47, 111, 47, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(47, 111, 47, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(47, 111, 47, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
#stage.trust .status-view.week .days .day .bar .tick {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background: #ffc40d;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
#stage.trust .status-view.week .days .day .bar .tick.yellow {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd73), to(#ffc40d));
  background-image: -webkit-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: -o-linear-gradient(top, #ffdd73, #ffc40d);
  background-image: linear-gradient(to bottom, #ffdd73, #ffc40d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdd73', endColorstr='#ffffc40d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(143, 107, 0, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(143, 107, 0, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(143, 107, 0, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick.orange {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #fbbf69, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbbf69), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbbf69, #f89406);
  background-image: -o-linear-gradient(top, #fbbf69, #f89406);
  background-image: linear-gradient(to bottom, #fbbf69, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbbf69', endColorstr='#fff89406', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(174, 103, 4, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(174, 103, 4, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(174, 103, 4, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick.red {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #dc4e44, #9d261d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc4e44), to(#9d261d));
  background-image: -webkit-linear-gradient(top, #dc4e44, #9d261d);
  background-image: -o-linear-gradient(top, #dc4e44, #9d261d);
  background-image: linear-gradient(to bottom, #dc4e44, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc4e44', endColorstr='#ff9d261d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick.gray {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #999999, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#666666));
  background-image: -webkit-linear-gradient(top, #999999, #666666);
  background-image: -o-linear-gradient(top, #999999, #666666);
  background-image: linear-gradient(to bottom, #999999, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff666666', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick:hover.yellow {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #ffd040, #d9a400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd040), to(#d9a400));
  background-image: -webkit-linear-gradient(top, #ffd040, #d9a400);
  background-image: -o-linear-gradient(top, #ffd040, #d9a400);
  background-image: linear-gradient(to bottom, #ffd040, #d9a400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd040', endColorstr='#ffd9a400', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(92, 69, 0, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(92, 69, 0, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(92, 69, 0, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick:hover.orange {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #faa937, #c67605);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa937), to(#c67605));
  background-image: -webkit-linear-gradient(top, #faa937, #c67605);
  background-image: -o-linear-gradient(top, #faa937, #c67605);
  background-image: linear-gradient(to bottom, #faa937, #c67605);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa937', endColorstr='#ffc67605', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(124, 74, 3, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(124, 74, 3, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(124, 74, 3, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick:hover.red {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #c83025, #721c15);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c83025), to(#721c15));
  background-image: -webkit-linear-gradient(top, #c83025, #721c15);
  background-image: -o-linear-gradient(top, #c83025, #721c15);
  background-image: linear-gradient(to bottom, #c83025, #721c15);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc83025', endColorstr='#ff721c15', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(90, 22, 17, 0.75);
}
#stage.trust .status-view.week .days .day .bar .tick:hover.gray {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #808080, #4d4d4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #808080, #4d4d4d);
  background-image: -o-linear-gradient(top, #808080, #4d4d4d);
  background-image: linear-gradient(to bottom, #808080, #4d4d4d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff4d4d4d', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 3px 6px 0px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px rgba(64, 64, 64, 0.75);
}
#stage.trust .status-view.week .days .day:hover .bar {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, #62bc62, #378137);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62bc62), to(#378137));
  background-image: -webkit-linear-gradient(top, #62bc62, #378137);
  background-image: -o-linear-gradient(top, #62bc62, #378137);
  background-image: linear-gradient(to bottom, #62bc62, #378137);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62bc62', endColorstr='#ff378137', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 4px 12px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 1px rgba(32, 75, 32, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 4px 12px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 1px rgba(32, 75, 32, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35), 0px 4px 12px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 1px rgba(32, 75, 32, 0.75);
}
#stage.trust .calendars {
  *zoom: 1;
  margin-left: -33px;
  margin-top: -33px;
}
#stage.trust .calendars:before,
#stage.trust .calendars:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.trust .calendars:after {
  clear: both;
}
#stage.trust .status-view.calendar {
  width: 210px;
  display: inline-block;
  margin-left: 33px;
  margin-top: 33px;
  margin-right: -4px;
}
#stage.trust .status-view.calendar .title {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#stage.trust .status-view.calendar .calendar-month {
  *zoom: 1;
  -webkit-box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
#stage.trust .status-view.calendar .calendar-month:before,
#stage.trust .status-view.calendar .calendar-month:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.trust .status-view.calendar .calendar-month:after {
  clear: both;
}
#stage.trust .status-view.calendar .calendar-month .day {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  padding: 3px;
  -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  position: relative;
}
#stage.trust .status-view.calendar .calendar-month .day img {
  width: 100%;
  height: 100%;
  margin: -1px 0px 0px -1px;
  padding: 0px;
  vertical-align: top;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#stage.trust .status-view.calendar .calendar-month .day:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#stage.trust .status-view.calendar .calendar-month .day.spacer {
  background: none;
  background: #f0f0ed;
  z-index: 200;
  position: relative;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 1px 0px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 1px 0px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 1px 0px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  height: 30px;
  width: 0px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.end {
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), -1px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), -1px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1), -1px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-1 {
  width: 30px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-2 {
  width: 60px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-3 {
  width: 90px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-4 {
  width: 120px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-5 {
  width: 150px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-6 {
  width: 180px;
}
#stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-7 {
  width: 210px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.trust {
    /* Status View: Week                                                     */
  
    /* Status View: Calendar                                                 */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  #stage.trust .status-view.week .days .day {
    width: 40px;
  }
  #stage.trust .calendars {
    *zoom: 1;
    margin-left: -33px;
    margin-top: -33px;
  }
  #stage.trust .calendars:before,
  #stage.trust .calendars:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #stage.trust .calendars:after {
    clear: both;
  }
  #stage.trust .status-view.calendar {
    width: 266px;
    margin-left: 35px;
    margin-top: 35px;
  }
  #stage.trust .status-view.calendar .calendar-month .day {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer {
    height: 38px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-1 {
    width: 38px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-2 {
    width: 76px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-3 {
    width: 114px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-4 {
    width: 152px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-5 {
    width: 190px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-6 {
    width: 228px;
  }
  #stage.trust .status-view.calendar .calendar-month .day.spacer.spacer-7 {
    width: 266px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.trust {
    /* Current System Status                                             */
  
    /*                                                                   */
  
    /* ================================================================= */
  
    /* Status View: System                                                   */
  
    /* Status View: Week                                                     */
  
    /* Status View: Calendar                                                 */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  #stage.trust .legend-item.tier-3:before {
    width: 100%;
    height: 1px;
  }
  #stage.trust .legend-item.tier-4:after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #stage.trust .status-view.system .item {
    width: 140px;
  }
  #stage.trust .status-view.week .days .day {
    margin: 0 1px 0 1px;
    width: 24px;
  }
  #stage.trust .calendars {
    margin-top: -46px;
    margin-left: -46px;
  }
  #stage.trust .status-view.calendar {
    margin-top: 46px;
    margin-left: 46px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.trust {
    /* Status View: System                                                   */
  
    /* Status View: Week                                                     */
  
    /* Status View: Calendar                                                 */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  #stage.trust .status-view.system .item {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
  }
  #stage.trust .status-view.system .item .indicator {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-top: -1px;
  }
  #stage.trust .status-view.system .item .description {
    display: inline-block;
    line-height: 30px;
    width: 140px;
    text-align: left;
    margin-left: 10px;
  }
  #stage.trust .status-view.system .item:after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #stage.trust .status-view.week {
    display: none;
  }
  #stage.trust .calendars {
    display: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/library/index.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Library Page                                             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.library {
  /* Library Item                                                          */

  /*                                                                       */

  /* ===================================================================== */

}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.library {
    /* Library Item                                                      */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.library .introduction .thumbnails {
    margin-top: 22px;
  }
  #stage.library .library-item {
    margin-bottom: 44px;
  }
  #stage.library .library-item .thumbnails {
    margin-bottom: 22px !important;
  }
  #stage.library .library-item:last-child {
    margin-bottom: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/blog/index.less                                                     */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Blog                                                     */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.blog {
  /* Page Context                                                          */

  /* Main Content                                                          */

  /* Sidebar                                                               */

  /* Article                                                               */

  /* Image Wrapper                                                         */

  /* Comments                                                              */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.blog #page-context .search {
  float: right;
  margin-top: 34px;
}
#stage.blog #page-context .search input {
  width: 280px;
}
#stage.blog .main-content {
  width: 600px;
  float: left;
}
#stage.blog .sidebar {
  width: 300px;
  margin-left: 40px;
  float: left;
}
#stage.blog .sidebar .categories .category {
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  color: #999999;
  font-family: calibri;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}
#stage.blog .sidebar .categories .category:before,
#stage.blog .sidebar .categories .category:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.blog .sidebar .categories .category:after {
  clear: both;
}
#stage.blog .sidebar .categories .category a {
  padding: 5px 0px 5px 0px;
  display: block;
  *zoom: 1;
}
#stage.blog .sidebar .categories .category a:before,
#stage.blog .sidebar .categories .category a:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.blog .sidebar .categories .category a:after {
  clear: both;
}
#stage.blog .sidebar .categories .category a:hover .title {
  color: #084B8A;
}
#stage.blog .sidebar .categories .category:last-child {
  border-bottom: none;
}
#stage.blog .sidebar .mailinglist-signup input {
  width: 185px;
}
#stage.blog .post {
  /* Social Links                                                      */

  /*                                                                   */

  /* ================================================================= */

}
#stage.blog .post .social-links {
  margin-top: 22px;
  display: block;
  *zoom: 1;
}
#stage.blog .post .social-links:before,
#stage.blog .post .social-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.blog .post .social-links:after {
  clear: both;
}
#stage.blog .post .social-links .social-link {
  float: left;
  margin-right: 15px;
}
#stage.blog .post .social-links .social-link.facebook {
  width: auto;
}
#stage.blog .post .social-links .social-link.twitter {
  width: auto;
}
#stage.blog .post .social-links .social-link.gplus {
  width: auto !important;
}
#stage.blog .post .social-links .social-link.linkedin {
  width: auto;
  margin-right: 12px;
}
#stage.blog .image-wrapper {
  display: block;
  margin-bottom: 22px;
  background: #f0f0ed;
}
#stage.blog .image-wrapper.tall {
  margin-bottom: 44px;
}
#stage.blog .comments .fb-comments {
  width: 100%;
}
#stage.blog .comments .fb-comments span {
  width: 100% !important;
}
#stage.blog .comments .fb-comments iframe {
  width: 100% !important;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.blog {
    /* Main Content                                                      */
  
    /* Sidebar                                                           */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.blog .main-content {
    width: 800px;
  }
  #stage.blog .sidebar {
    width: 300px;
    margin-left: 72px;
  }
  #stage.blog .sidebar .mailinglist-signup input {
    width: 185px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.blog {
    /* Main Content                                                      */
  
    /* Sidebar                                                           */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.blog .main-content {
    width: 100%;
    margin-left: 0px;
  }
  #stage.blog .sidebar {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.blog {
    /* Page Context                                                      */
  
    /* Sidebar                                                           */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.blog #page-context .title {
    display: block;
    width: 100%;
    float: none;
  }
  #stage.blog #page-context .search {
    display: block;
    float: none;
    background: #000000;
    margin-top: 0px;
    *zoom: 1;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #stage.blog #page-context .search:before,
  #stage.blog #page-context .search:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #stage.blog #page-context .search:after {
    clear: both;
  }
  #stage.blog #page-context .search input {
    width: 280px;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage.blog .main-content {
    width: 100%;
  }
  #stage.blog .sidebar {
    margin-top: 60px;
    width: 100%;
    margin-left: 0px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/support/index.less                                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for Desk Blog                                                     */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#stage.support {
  /* Page Context                                                          */

  /* Typography                                                            */

  /* Topics                                                                */

  /* Topic                                                                 */

  /* Articles                                                              */

  /* Article                                                               */

  /* Question                                                              */

  /* Question Reply Form                                                   */

  /* New Question Form                                                     */

  /* New Email Form                                                        */

  /* Image Wrapper                                                         */

  /*                                                                       */

  /* ===================================================================== */

}
#stage.support #page-context .search {
  float: right;
  margin-top: 34px;
}
#stage.support #page-context .search input {
  width: 280px;
}
#stage.support .step-title {
  text-transform: uppercase;
}
#stage.support h4 {
  color: #444444;
}
#stage.support .topics {
  margin-bottom: -44px;
}
#stage.support .topics .topic {
  margin-bottom: 55px;
}
#stage.support .topics .topic h4 [class^="icon-"] {
  margin-right: 10px;
}
#stage.support .topics .topic .questions-margin-top {
  margin-top: 22px;
}
#stage.support .topic .category-toggle {
  margin-top: 7px;
  float: right;
}
#stage.support .articles li {
  margin: 0px 0px 44px 0px;
}
#stage.support .articles li .meta {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  *zoom: 1;
  margin-bottom: 22px;
}
#stage.support .articles li .meta:before,
#stage.support .articles li .meta:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .articles li .meta:after {
  clear: both;
}
#stage.support .articles li .meta span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #cccccc;
  line-height: 20px;
  display: block;
  float: left;
}
#stage.support .articles li .meta span:last-child {
  border-right: none;
}
#stage.support .articles li .meta .answered {
  background: url(../../resources/images/icons/favicon.ico) left center no-repeat;
  padding-left: 20px;
  color: #084B8A;
}
#stage.support .article {
  /* Social Links                                                      */

  /*                                                                   */

  /* ================================================================= */

}
#stage.support .article .meta {
  font-size: 13px;
  color: #999999;
}
#stage.support .article .social-links {
  margin-top: 22px;
  display: block;
  *zoom: 1;
}
#stage.support .article .social-links:before,
#stage.support .article .social-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .article .social-links:after {
  clear: both;
}
#stage.support .article .social-links .social-link {
  float: left;
  margin-right: 15px;
}
#stage.support .article .social-links .social-link.facebook {
  width: auto;
}
#stage.support .article .social-links .social-link.twitter {
  width: auto;
}
#stage.support .article .social-links .social-link.gplus {
  width: auto;
}
#stage.support .article .social-links .social-link.linkedin {
  width: auto;
  margin-right: 12px;
}
#stage.support .article #rate_article {
  margin: 0px;
  color: #46a546;
  position: relative;
}
#stage.support .article #rate_article a.rate_link {
  display: inline-block;
  height: 22px;
  width: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-indent: -999px;
  overflow: hidden;
  color: #46a546;
  margin-bottom: 5.5px;
  margin-right: 5px;
  position: relative;
}
#stage.support .article #rate_article a.rate_link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 6px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #666666;
}
#stage.support .article #rate_article a.rate_link:hover {
  border: 1px solid #46a546;
}
#stage.support .article #rate_article a.rate_link:hover:after {
  border-bottom-color: #46a546;
}
#stage.support .article #rate_article .rate-link-down {
  color: #9d261d;
  margin-bottom: 0px;
}
#stage.support .article #rate_article .rate-link-down a.rate_link:after {
  top: auto;
  bottom: 6px;
  border-width: 8px 8px 0;
  border-bottom-color: none;
  border-top-color: #666666;
}
#stage.support .article #rate_article .rate-link-down a.rate_link:hover {
  border: 1px solid #9d261d;
}
#stage.support .article #rate_article .rate-link-down a.rate_link:hover:after {
  border-top-color: #9d261d;
}
#stage.support .question {
  *zoom: 1;
  /* Comments                                                          */

  /* Replies                                                           */

  /*                                                                   */

  /* ================================================================= */

}
#stage.support .question:before,
#stage.support .question:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question:after {
  clear: both;
}
#stage.support .question .comment {
  *zoom: 1;
}
#stage.support .question .comment:before,
#stage.support .question .comment:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question .comment:after {
  clear: both;
}
#stage.support .question .comment .comment-gravatar {
  float: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
}
#stage.support .question .comment .comment-gravatar img {
  width: 75px;
  height: 75px;
}
#stage.support .question .comment .comment-details {
  margin-left: 100px;
}
#stage.support .question .comment .comment-details .comment-footer {
  margin-top: 44px;
  *zoom: 1;
}
#stage.support .question .comment .comment-details .comment-footer:before,
#stage.support .question .comment .comment-details .comment-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question .comment .comment-details .comment-footer:after {
  clear: both;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta {
  font-size: 12px;
  color: #999999;
  background: #f0f0ed;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 20px;
  *zoom: 1;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta:before,
#stage.support .question .comment .comment-details .comment-footer .comment-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta:after {
  clear: both;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #cccccc;
  line-height: 20px;
  display: block;
  float: left;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta span:last-child {
  border-right: none;
}
#stage.support .question .comment .comment-details .comment-footer .comment-meta .agent-answer-label {
  background: url(../../resources/images/icons/favicon.ico) left center no-repeat;
  padding-left: 20px;
  color: #084B8A;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating {
  margin-top: 11px;
  *zoom: 1;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating:before,
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating:after {
  clear: both;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate {
  display: block;
  width: 30px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-indent: -999px;
  overflow: hidden;
  color: #46a546;
  position: relative;
  float: left;
  margin-right: 5px;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 7px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #666666;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate:hover {
  border: 1px solid #46a546;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate:hover:after {
  border-bottom-color: #46a546;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate.decrement {
  color: #9d261d;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate.decrement:after {
  top: auto;
  bottom: 7px;
  border-width: 8px 8px 0;
  border-bottom-color: none;
  border-top-color: #666666;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate.decrement:hover {
  border: 1px solid #9d261d;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .rate.decrement:hover:after {
  border-top-color: #9d261d;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .score {
  position: relative;
  min-width: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  color: #999999;
  background: #f0f0ed;
  border: 1px solid #f0f0ed;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
  float: left;
  padding: 0px 10px 0px 10px;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .score.score-positive {
  color: #46a546;
  background: #f1f9f1;
  border: 1px solid #bbe2bb;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .score.score-negative {
  color: #9d261d;
  background: #f4c8c5;
  border: 1px solid #e88b84;
}
#stage.support .question .comment .comment-details .comment-footer .comment-answer-rating .dialog {
  display: none;
}
#stage.support .question .comment.reply .label-best-answer {
  margin-bottom: 22px;
}
#stage.support .question .comment.reply.question-best-answer {
  background: #f1f9f1;
  border: 1px solid #bbe2bb;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 44px;
}
#stage.support .question .comment.reply.question-best-answer .question-best-answer-heading {
  display: block;
  border-bottom: 1px solid #46a546;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
#stage.support .question .comment.reply.question-best-answer h1,
#stage.support .question .comment.reply.question-best-answer h2,
#stage.support .question .comment.reply.question-best-answer h3,
#stage.support .question .comment.reply.question-best-answer h4,
#stage.support .question .comment.reply.question-best-answer h5 {
  color: #46a546;
}
#stage.support .question .comment.reply.question-best-answer .comment-body p {
  color: #46a546;
}
#stage.support .question .comment.reply.question-best-answer .comment-meta {
  background: #ffffff;
  border: 1px solid #bbe2bb;
  color: #74c474;
}
#stage.support .question .comment.reply.question-best-answer .btn-answer-conversation {
  margin-top: 22px;
  background-color: #46a546;
}
#stage.support .question .comment.reply.question-best-answer .btn-answer-conversation:hover {
  background-color: #2f6f2f;
}
#stage.support .question .replies {
  *zoom: 1;
}
#stage.support .question .replies:before,
#stage.support .question .replies:after {
  display: table;
  content: "";
  line-height: 0;
}
#stage.support .question .replies:after {
  clear: both;
}
#stage.support .question-reply-form form {
  margin-bottom: 0px;
  padding-bottom: 70px;
}
#stage.support .question-reply-form #recaptcha_widget_div {
  margin-left: -4px;
  margin-top: -200px;
}
#stage.support .question-reply-form .btn-toolbar {
  margin-top: 150px;
}
#stage.support .question-new-form form {
  margin-bottom: 0px;
  padding-bottom: 70px;
}
#stage.support .question-new-form #recaptcha_widget_div {
  margin-left: -4px;
  margin-top: -200px;
}
#stage.support .question-new-form .btn-toolbar {
  margin-top: 150px;
}
#stage.support .email-new-form form {
  margin-bottom: 0px;
  padding-bottom: 70px;
}
#stage.support .email-new-form #recaptcha_widget_div {
  margin-left: -4px;
  margin-top: -200px;
}
#stage.support .email-new-form .btn-toolbar {
  margin-top: 150px;
}
#stage.support .image-wrapper {
  display: block;
  margin-bottom: 22px;
  background: #f0f0ed;
}
#stage.support .image-wrapper.tall {
  margin-bottom: 44px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.support {
    /* Topic                                                             */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.support .topic .category-toggle {
    margin-top: -2px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.support {
    /* Page Context                                                      */
  
    /* Sidebar                                                           */
  
    /* Topic                                                             */
  
    /*                                                                   */
  
    /* ================================================================= */
  
  }
  #stage.support #page-context .title {
    display: block;
    width: 100%;
    float: none;
  }
  #stage.support #page-context .search {
    display: block;
    float: none;
    background: #000000;
    margin-top: 0px;
    *zoom: 1;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #stage.support #page-context .search:before,
  #stage.support #page-context .search:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #stage.support #page-context .search:after {
    clear: both;
  }
  #stage.support #page-context .search input {
    width: 280px;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage.support .sidebar {
    margin-top: 44px;
  }
  #stage.support .topic .category-toggle {
    margin-top: -2px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/landing/minimal.less                                                */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for basic landing page.                                           */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.landing-minimal #page {
  /* Page Header                                                       */

  /* Page Content                                                      */

  /* Customers                                                         */

  /*                                                                   */

  /* ================================================================= */

}
#stage.landing-minimal #page .page-header {
  background: url(../../resources/images/pages/_landing/minimal/page-header-default-bg.png) #084B8A center top;
}
#stage.landing-minimal #page .page-header .messaging .quote-masthead {
  margin-bottom: 40px;
}
#stage.landing-minimal #page .page-header .messaging .company-name-inline-form {
  width: 350px;
}
#stage.landing-minimal #page .page-header .messaging .company-name-inline-form p.fine-print {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#stage.landing-minimal #page .page-header .messaging .company-name-inline-form p.fine-print .strong {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
#stage.landing-minimal #page .page-header .messaging .company-name-inline-form .company_name {
  margin-bottom: 0px;
  padding-right: 155px;
}
#stage.landing-minimal #page .page-header:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
}
#stage.landing-minimal #page .page-header:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}
#stage.landing-minimal #page .page-content .features-list {
  margin-bottom: 44px;
}
#stage.landing-minimal #page .page-content .features-list .feature {
  margin-bottom: 44px;
}
#stage.landing-minimal #page .page-content .features-list .feature p.lead {
  color: #121214;
}
#stage.landing-minimal #page .page-content .features-list .feature:last-child {
  margin-bottom: 0px;
}
#stage.landing-minimal #page .page-content .company-name-inline-form {
  width: 350px;
}
#stage.landing-minimal #page .page-content .company-name-inline-form p.fine-print {
  color: #084B8A;
}
#stage.landing-minimal #page .page-content .company-name-inline-form p.fine-print .strong {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
#stage.landing-minimal #page .page-content .company-name-inline-form .company_name {
  margin-bottom: 0px;
  padding-right: 155px;
}
#stage.landing-minimal #page .page-content .product-image {
  display: block;
  position: absolute;
}
#stage.landing-minimal #page .page-content .product-image.product-image-1 {
  background: url(../../resources/images/pages/_landing/minimal/product-image-1.png) top left no-repeat;
  width: 1100px;
  height: 1000px;
  top: -120px;
}
#stage.landing-minimal #page .page-content .product-image.product-image-2 {
  background: url(../../resources/images/pages/_landing/minimal/product-image-2.png) top left no-repeat;
  width: 1100px;
  height: 1000px;
  top: -120px;
}
#stage.landing-minimal #page .page-content .product-image.product-image-3 {
  background: url(../../resources/images/pages/_landing/minimal/product-image-3.png) top left no-repeat;
  width: 1100px;
  height: 1000px;
  top: -120px;
}
#stage.landing-minimal #page .page-content .product-image.product-image-4 {
  background: url(../../resources/images/pages/_landing/minimal/product-image-4.png) top left no-repeat;
  width: 1100px;
  height: 1000px;
  top: -120px;
}
#stage.landing-minimal #page .image-logos {
  margin-bottom: 22px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header .messaging {
    margin-top: 40px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header .messaging .company-name-inline-form .company_name {
    margin-bottom: 0px;
  }
  #stage.landing-minimal #page .page-content .features-list .feature {
    margin-bottom: 22px;
  }
  #stage.landing-minimal #page .page-content .product-image.product-image-1 {
    top: -70px;
    background: url(../../resources/images/pages/_landing/minimal/product-image-1-small.png) top left no-repeat;
    width: 700px;
    height: 850px;
  }
  #stage.landing-minimal #page .page-content .product-image.product-image-2 {
    top: -70px;
    background: url(../../resources/images/pages/_landing/minimal/product-image-2-small.png) top left no-repeat;
    width: 700px;
    height: 850px;
  }
  #stage.landing-minimal #page .page-content .product-image.product-image-3 {
    top: -70px;
    background: url(../../resources/images/pages/_landing/minimal/product-image-3-small.png) top left no-repeat;
    width: 700px;
    height: 850px;
  }
  #stage.landing-minimal #page .page-content .product-image.product-image-4 {
    top: -70px;
    background: url(../../resources/images/pages/_landing/minimal/product-image-4-small.png) top left no-repeat;
    width: 700px;
    height: 850px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header .messaging .company-name-inline-form {
    margin-bottom: 30px !important;
  }
  #stage.landing-minimal #page .page-content .product-image {
    display: none;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/landing/minimal/bonobos/index.less                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for minimal landing page featureing Bonobos.                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.landing-minimal #page {
  /* Page Header                                                       */

  /* Page Content                                                      */

  /*                                                                   */

  /* ================================================================= */

}
#stage.landing-minimal #page .page-header.andy-bonobos {
  background: url(../../resources/images/pages/_landing/minimal/andy-bonobos-page-header-bg.jpg) center top no-repeat;
}
#stage.landing-minimal #page .page-header.andy-bonobos .messaging .quote-masthead .parentheses.close {
  right: -30px;
}
#stage.landing-minimal #page .page-header.andy-bonobos:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
#stage.landing-minimal #page .page-header.andy-bonobos:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.andy-bonobos .messaging {
    margin-top: 20px;
  }
  #stage.landing-minimal #page .page-header.andy-bonobos .messaging .quote-masthead .parentheses.close {
    right: 140px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.andy-bonobos .messaging .quote-masthead .parentheses.close {
    right: 20px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.andy-bonobos .messaging .quote-masthead .parentheses.close {
    right: 20px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* pages/landing/minimal/bolocos/index.less                                  */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Styling for minimal landing page featureing Bolocos.                      */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Page                                                                      */
/*                                                                           */
/* ========================================================================= */
#stage.landing-minimal #page {
  /* Page Header                                                       */

  /* Page Content                                                      */

  /*                                                                   */

  /* ================================================================= */

}
#stage.landing-minimal #page .page-header.john-bolocos {
  background: url(../../resources/images/pages/_landing/minimal/john-bolocos-page-header-bg.jpg) center top no-repeat;
}
#stage.landing-minimal #page .page-header.john-bolocos .messaging .quote-masthead .parentheses.close {
  right: 15px;
}
#stage.landing-minimal #page .page-header.john-bolocos:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
#stage.landing-minimal #page .page-header.john-bolocos:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
  #stage.landing-minimal #page {
    /* Page Header                                                   */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.john-bolocos .messaging {
    margin-top: 20px;
  }
  #stage.landing-minimal #page .page-header.john-bolocos .messaging .quote-masthead .parentheses.close {
    right: 255px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.john-bolocos .messaging .quote-masthead .parentheses.close {
    right: 120px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
  #stage.landing-minimal #page .page-header.john-bolocos .messaging .quote-masthead .parentheses.close {
    right: 20px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  #stage.landing-minimal #page {
    /* Page Header Themes                                            */
  
    /* Page Content                                                  */
  
    /*                                                               */
  
    /* ============================================================= */
  
  }
}
/* ========================================================================= */
/*                                                                           */
/* Site Modals                                                               */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* modals/register.less                                                      */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Layouts for registration form modal window                                */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ========================================================================= */
/*                                                                           */
/* Modal Layout                                                              */
/*                                                                           */
/* ========================================================================= */
#modal-register {
  /* Modal Body                                                            */

  /* Modal Footer                                                          */

  /*                                                                       */

  /* ===================================================================== */

}
#modal-register .modal-body {
  /* Registration Form                                                 */

  /*                                                                   */

  /* ================================================================= */

}
#modal-register .modal-body #form_register #form_register_step1.no-labels label {
  display: none;
}
#modal-register .modal-body #form_register .user_site_attributes_subdomain-append .user_site_attributes_subdomain {
  padding-right: 100px;
}
#modal-register .modal-footer .fine-print {
  margin-top: 3px;
  margin-right: 250px;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 1200px) {
   .slider
   { 
   width:50%;
   float:right;
  }
  
  .press-quote img{
  width:500px;
  height:350px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for larger screen sizes 1200px and above.   */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 980px) and (max-width: 1199px) {
  .slider
   { 
   width:50%;
   float:right;
  }
  .press-quote img{
  width:500px;
  height:350px;
  }
  
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
.slider
   { 
   width:50%;
   float:right;
  }
  
  .press-quote img{
  width:500px;
  height:350px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  #modal-register {
    /* Modal Body                                                            */
  
    /*                                                                       */
  
    /* ===================================================================== */
  
  }
  .press-quote img{
  width:400px;
  height:250px;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  
}
/* ========================================================================= */
/*                                                                           */
/* Browser Conditional Styling                                               */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* browsers/ie.less                                                          */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Conditional styling for Internet Explorer                                 */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ie8 .device-screenshot-laptop,
.ie8 .device-screenshot-phone,
.ie9 .device-screenshot-laptop,
.ie9 .device-screenshot-phone {
  opacity: 1 !important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* browsers/ie-9.less                                                        */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Conditional styling for Internet Explorer 9                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* browsers/ie-8.less                                                        */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Conditional styling for Internet Explorer 8                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html.ie8 #form_register #form_register_step1.no-labels label {
  display: block;
}
html.ie8 input {
  border: 1px solid #666666;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* browsers/ie-7.less                                                        */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Conditional styling for Internet Explorer 7                               */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html.ie7,
html.ie8 {
  /* Form Controls                                                             */

  /*                                                                           */

  /* ========================================================================= */

}
html.ie7 textarea,
html.ie8 textarea,
html.ie7 input[type="text"],
html.ie8 input[type="text"],
html.ie7 input[type="password"],
html.ie8 input[type="password"],
html.ie7 input[type="datetime"],
html.ie8 input[type="datetime"],
html.ie7 input[type="datetime-local"],
html.ie8 input[type="datetime-local"],
html.ie7 input[type="date"],
html.ie8 input[type="date"],
html.ie7 input[type="month"],
html.ie8 input[type="month"],
html.ie7 input[type="time"],
html.ie8 input[type="time"],
html.ie7 input[type="week"],
html.ie8 input[type="week"],
html.ie7 input[type="number"],
html.ie8 input[type="number"],
html.ie7 input[type="email"],
html.ie8 input[type="email"],
html.ie7 input[type="url"],
html.ie8 input[type="url"],
html.ie7 input[type="search"],
html.ie8 input[type="search"],
html.ie7 input[type="tel"],
html.ie8 input[type="tel"],
html.ie7 input[type="color"],
html.ie8 input[type="color"],
html.ie7 .uneditable-input,
html.ie8 .uneditable-input {
  border: 1px solid #CCC;
}
html.ie7 textarea:focus,
html.ie8 textarea:focus,
html.ie7 input[type="text"]:focus,
html.ie8 input[type="text"]:focus,
html.ie7 input[type="password"]:focus,
html.ie8 input[type="password"]:focus,
html.ie7 input[type="datetime"]:focus,
html.ie8 input[type="datetime"]:focus,
html.ie7 input[type="datetime-local"]:focus,
html.ie8 input[type="datetime-local"]:focus,
html.ie7 input[type="date"]:focus,
html.ie8 input[type="date"]:focus,
html.ie7 input[type="month"]:focus,
html.ie8 input[type="month"]:focus,
html.ie7 input[type="time"]:focus,
html.ie8 input[type="time"]:focus,
html.ie7 input[type="week"]:focus,
html.ie8 input[type="week"]:focus,
html.ie7 input[type="number"]:focus,
html.ie8 input[type="number"]:focus,
html.ie7 input[type="email"]:focus,
html.ie8 input[type="email"]:focus,
html.ie7 input[type="url"]:focus,
html.ie8 input[type="url"]:focus,
html.ie7 input[type="search"]:focus,
html.ie8 input[type="search"]:focus,
html.ie7 input[type="tel"]:focus,
html.ie8 input[type="tel"]:focus,
html.ie7 input[type="color"]:focus,
html.ie8 input[type="color"]:focus,
html.ie7 .uneditable-input:focus,
html.ie8 .uneditable-input:focus {
  border: 1px solid #084B8A;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* browsers/ie-6.less                                                        */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Conditional styling for Internet Explorer 6 -- I'd rather die             */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html.ie6 {
  /* Form Controls                                                             */

  /*                                                                           */

  /* ========================================================================= */

}
html.ie6 textarea,
html.ie6 input[type="text"],
html.ie6 input[type="password"],
html.ie6 input[type="datetime"],
html.ie6 input[type="datetime-local"],
html.ie6 input[type="date"],
html.ie6 input[type="month"],
html.ie6 input[type="time"],
html.ie6 input[type="week"],
html.ie6 input[type="number"],
html.ie6 input[type="email"],
html.ie6 input[type="url"],
html.ie6 input[type="search"],
html.ie6 input[type="tel"],
html.ie6 input[type="color"],
html.ie6 .uneditable-input {
  border: 1px solid #CCC;
}
html.ie6 textarea:focus,
html.ie6 input[type="text"]:focus,
html.ie6 input[type="password"]:focus,
html.ie6 input[type="datetime"]:focus,
html.ie6 input[type="datetime-local"]:focus,
html.ie6 input[type="date"]:focus,
html.ie6 input[type="month"]:focus,
html.ie6 input[type="time"]:focus,
html.ie6 input[type="week"]:focus,
html.ie6 input[type="number"]:focus,
html.ie6 input[type="email"]:focus,
html.ie6 input[type="url"]:focus,
html.ie6 input[type="search"]:focus,
html.ie6 input[type="tel"]:focus,
html.ie6 input[type="color"]:focus,
html.ie6 .uneditable-input:focus {
  border: 1px solid #084B8A;
}
/* ========================================================================= */
/*                                                                           */
/* Utility classes                                                           */
/*                                                                           */
/* ========================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Utilities.less                                                            */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.nomargin {
  margin: 0px;
}
.nomargin-bottom {
  margin-bottom: 0px !important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                                           */
/*                                                                           */
/* Responsive-Utilities.less                                                 */
/*                                                                           */
/* ------------------------------------------------------------------------- */
/* Responsive Classes                                                        */
/*                                                                           */
/*                                                                           */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.hidden {
  display: none;
  visibility: hidden;
}
/* ========================================================================= */
/*                                                                           */
/* Visibility Utilities                                                      */
/*                                                                           */
/* ========================================================================= */
.visible-phone {
  display: none !important;
}
.visible-phone-vertical {
  display: none !important;
}
.visible-phone-landscape {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to styling for portrait tablet (768px) to default      */
/* desktop (979px).                                                          */
/*                                                                           */
/* ========================================================================= */
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes from landscape phones (480px)  to small desktop and    */
/* portrait tablets (767px)                                                  */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .visible-phone-landscape {
    display: none !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-phone-landscape {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/* ========================================================================= */
/*                                                                           */
/* Responsive changes to up to landscape phones (480px)                      */
/*                                                                           */
/* ========================================================================= */
@media (max-width: 480px) {
  .hidden-phone-vertical {
    display: none !important;
  }
  .visible-phone-vertical {
    display: none !important;
  }
}






