/*
################################################
Name: main.less

Description:
Main css file. Loads all dependencie s and media queries based on min-width. Starting from 320 and up.

################################################
*/
/*
################################################
INDEX
01: Base Styles
02: Break Points
03: Retina Images
################################################
*/
/*
################################################
01: Base Styles
################################################
*/
/*
################################################
Name: reset.less

Description:
Contains all Variables and Reset

################################################
*/
/*
################################################
INDEX

Description:
Resets margins and paddings and adds display block to HTML5 elements. This is a mix of Reset and Normalize.

################################################
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
figure {
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  outline: none;
}
/*
This file has EDITS
*/
/*
################################################
Name: variables.less

Description:
Contains all the Less variables used across all the stylesheets.

################################################
*/
/*
################################################
INDEX

02: Colour Palette
03: Typography
04: UI and UX
05: Sprites/Background Images

################################################
*/
/*
################################################
01: 978 Grid
################################################
*/
/* Top level Layout */
/* This is the width of all columns + all gutters */
/* Padding of 15 on either side = 30 - Relative to Max Layout Width */
/* 54 / 1008 - Relative to Max Layout Width */
/* Base column + either side gutters */
/* (54 *12) + (15 * 22) = 978 */
/** Nexted Grid */
/* 9 Column Nested Grid 
@base-column-9				:7.438016528926%; /* 54/726 */
/* 15/726 */
/*30.578512396694% /* 222/726 */
/*42.148760330579%; */
/* 53.719008264463%; */
/* 65.289256198347%; */
/* 76.859504132231%; */
/* 88.429752066116; */
/*  7.438016528926; */
/*
################################################
02: Colour Palette
################################################
*/
/* Blue */
/* Darkest blue */
/* Lightest blue */
/*Nav blue */
/* Secondary */
/* Complimentary */
/*
################################################
03: Typography
################################################
*/
/* Fonts available - USE minimally
font-family:'FrutigerLTW01-45Light';
font-family:'FrutigerLTW01-46LightIt';
font-family:'FrutigerLTW01-47LightCn';
font-family:'FrutigerLTW01-48LightCn';
font-family:'FrutigerLTW01-55Roman';
font-family:'FrutigerLTW01-56Italic';
font-family:'FrutigerLTW01-57Condens';
font-family:'FrutigerLTW01-58Condens';
font-family:'Frutiger LT W01 65 Bold';
font-family:'FrutigerLTW01-66BoldIta';
font-family:'FrutigerLTW01-67BoldCn';
font-family:'FrutigerLTW01-68BoldCnI';
font-family:'FrutigerLTW01-75Black';
font-family:'FrutigerLTW01-76BlackIt';
font-family:'FrutigerLTW01-77BlackCn';
font-family:'FrutigerLTW01-78BlackCn';
font-family:'FrutigerLTW01-87ExtraBk';
font-family:'FrutigerLTW01-88XBkCnIt';
font-family:'FrutigerLTW01-95UltraBl';
font-family:'FrutigerLTW20-45Light';
font-family:'FrutigerLTW20-47LightCn';
font-family:'FrutigerLTW20-55Roman';
font-family:'Frutiger LT W20 57 Cn';
font-family:'Frutiger LT W20 65 Bold';
font-family:'FrutigerLTW20-67BoldCn';
font-family:'FrutigerLTW20-75Black';
font-family:'FrutigerLTW20-77BlackCn';
*/
@font-face {
  font-family: 'FrutigerLTW20-55Roman';
  src: url('../fonts/frutigerltstd-light-webfont.eot');
  src: url('../fonts/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/frutigerltstd-light-webfont.woff') format('woff'), url('../fonts/frutigerltstd-light-webfont.ttf') format('truetype'), url('../fonts/frutigerltstd-light-webfont.svg#FrutigerLTW20-55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 54px */
/* 22px */
/*
################################################
04: UI & UX
################################################
*/
/*
################################################
05: Sprites/Background Images
################################################
*/
/*
EDIT
This is specific to the AW corporate site and should be moved to possibly a new stylesheet - something like aw-corporate-variables.less ? 
*/
/* END EDIT */
/*
################################################
Name: branding.less

Description:
Sets brand consistency with fonts and colours.

################################################
*/
/*
################################################
INDEX

01: Colour Palette
02: Web Fonts
03: Font sizes
04: Formatting
05: SECTION SPECIFIC TYPE STYLES
06: NESTED LIST STYLE

################################################
*/
/*
################################################
01: Global Colour Palette
################################################
*/
a,
.current .subnav-item a,
.current .sidebar-subnav a {
  color: #00a1de;
}
a.cammo {
  color: #616365;
}
a:hover {
  color: #004e6c;
}
.current,
.current a {
  color: #373a3c;
}
.current .subnav-item-current a {
  color: #616365;
}
figure img {
  display: inline-block;
}
::selection {
  background: #fdd562;
}
::-moz-selection {
  background: #fdd562;
}
/*
################################################
02: Web Fonts
################################################
*/
/*
################################################
02: Font sizes
################################################
*/
body {
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #616365;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin: 0;
  font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  color: #373a3c;
}
h1 {
  font-size: 2em;
  margin-bottom: .25em;
  padding: 0;
  line-height: 2em;
}
.main-container h1 {
  margin-top: -0.3em;
  line-height: 1.5em;
}
h2 {
  font-size: 1.75em;
  margin-bottom: 10px;
  line-height: 1.75em;
}
.body-solutions h3 {
  line-height: 1em !important;
  margin-bottom: 0.3em !important;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.5em;
}
h3.module-header {
  margin-bottom: 0.3375em;
}
h3.section-header {
  margin-bottom: 0.84375em;
}
h4,
li h4,
legend {
  font-size: 1.25em;
  margin-bottom: .2em;
  line-height: 1.25em;
}
h5 {
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: .2em;
  color: #373a3c;
}
h6 {
  font-size: .875em;
  margin-bottom: 10px;
  line-height: .875em;
}
p {
  font-size: .875em;
  line-height: 1.35em;
  margin-bottom: 1.375em;
}
label {
  font-size: .875em;
  color: #373a3c;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.375em 1.5em;
}
li {
  font-size: .875em;
  line-height: 1.35em;
  margin-bottom: .75em;
}
li p {
  font-size: inherit;
}
li h4 {
  font-size: 1.428em;
}
ul ul,
ul ol,
ol ol,
ol ul,
li li {
  font-size: inherit;
}
dl {
  margin-bottom: ;
}
dt,
dd {
  line-height: ;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: ;
}
/* Headings in lists - use H4 - see the footer for example */
.list-header {
  margin-top: 1.375em;
}
.prettylist li {
  padding: 0.84375em 0 0.84375em 1.6875em;
  margin-bottom: 0;
  border-bottom: 1px dotted #d2d5d7;
  list-style-type: none;
  list-image: none;
}
.nobullets {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
.fine-print {
  font-size: .8em;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: 5px solid;
}
/* Lists with images and also titles */
.image-list figure {
  padding: 1px;
  background: #eee;
}
.image-list img {
  margin-bottom: .75em;
}
.image-list figure img {
  display: block;
  margin: 0;
}
.image-list p:last-child {
  margin-bottom: 0;
}
.image-list li {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-bottom: 2em;
}
.image-list-meta {
  font-size: .875em;
  display: block;
  text-align: center;
  padding: .5em;
}
.image-list li:after {
  content: "X";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin-bottom: 1em;
}
.image-list-3-cols li {
  float: none!important;
}
.row-9 .image-list-3-cols li,
.row-9-less .image-list-3-cols li {
  float: none!important;
  width: 30.578512396694%;
  display: inline-block;
  margin: 0 04.132231404959% 0 0;
}
.row-9 .image-list-3-cols li:nth-child(3n+0),
.row-9-less .image-list-3-cols li:nth-child(3n+0) {
  margin-right: 0;
}
.image-list h4,
.image-list h5 {
  font-size: 1.4em;
}
/* SECTION SPECIFIC TYPE */
/*
################################################
03: Formatting
################################################
*/
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted;
}
.hor-list li {
  float: left;
  margin-right: 1.375em;
}
.sidebar-hor-list li {
  float: left;
}
.sidebar-nav li {
  border-bottom: 1px dotted #d2d5d7;
  padding: 0 0 0.5em 0;
}
.sidebar-subnav li {
  padding: 0;
}
/*
################################################
05: SECTION SPECIFIC STYLES
################################################
*/
/*
################################################
06: NEST LIST STYLE
################################################
*/
ul {
  list-style-image: url("/global-assets/images/icon-bullet-16x16.png");
  list-style-type: disc;
}
ul > li ul {
  list-style-image: url("/global-assets/images/icon-bullet-level2-16x16.png");
  list-style-type: disc;
  margin-bottom: 0;
}
ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  font-size: 1em;
  margin-top: 0.75em;
}
nav ul,
form ol {
  list-style: none outside none;
  padding: 0;
}
p,
ul li,
ol li {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}
/*
CALL OUTS and HIGHLIGHTED CONTENT
*/
.highlighted-info {
  padding: .5em;
  /*border-radius:@rounded-corners-small;*/

  transition: background-color 1s ease-in;
  background: #caedfa;
}
.highlighted-info h4 {
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 1px solid #ffffff;
}
.highlighted-info li {
  border-bottom: 1px dotted #a5e0f7;
}
.highlighted-info:hover {
  transition: background-color 1s ease-in;
  background: #ddf3fc;
}
/*
This file has EDITS

Please comment out unused effects
*/
/*
########################
Name: ux.less

Description:
Contains the CSS for all non-functional items. Just the icing. Things like animation, rounded corners and other fun CSS3 stuff.
Should this file not be included, the site MUST be completely useable.

########################
Usage:
Add the "animated" class to any element that you want to be animated. Followed by a class from the list below.

++++++Flippers (currently Webkit, Firefox, & IE10 only)++++++
flip flipInX flipOutX flipInY flipOutY

++++++Fading entrances++++++
fadeIn fadeInUp fadeInDown fadeInLeft fadeInRight fadeInUpBig fadeInDownBig fadeInLeftBig fadeInRightBig

++++++Fading exits++++++
fadeOut fadeOutUp fadeOutDown fadeOutLeft fadeOutRight fadeOutUpBig fadeOutDownBig fadeOutLeftBig fadeOutRightBig

++++++Bouncing entrances++++++
bounceIn bounceInDown bounceInUp bounceInLeft bounceInRight

++++++Bouncing exits++++++
bounceOut bounceOutDown bounceOutUp bounceOutLeft bounceOutRight

++++++Rotating entrances++++++
rotateIn rotateInDownLeft rotateInDownRight rotateInUpLeft rotateInUpRight

++++++Rotating exits++++++
rotateOut rotateOutDownLeft rotateOutDownRight rotateOutUpLeft rotateOutUpRight

++++++Specials++++++
hinge rollIn rollOut

########################
*/
/*
################################################
INDEX

01: Setup
02: TRANSITIONS
03: Animations
################################################
*/
/*
################################################
01: Set up
################################################
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.rounded-corners {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/*
################################################
02: TRANSITIONS
################################################
*/
/*
	SUB INDEX
	a: Colour Fade
	b:
	c:
*/
/* All links fade in and out */
a {
  transition: color 0.7s;
}
/*
################################################
03: Animations
################################################
*/
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-origin: top center;
  }
  20% {
    -webkit: rotate(15deg);
  }
  40% {
    -webkit: rotate(-10deg);
  }
  60% {
    -webkit: rotate(5deg);
  }
  80% {
    -webkit: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit: translateX(0%);
  }
  15% {
    -webkit: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit: scale(1);
  }
  50% {
    -webkit: scale(1.1);
  }
  100% {
    -webkit: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit: skewX(9deg);
  }
  10% {
    -webkit: skewX(-8deg);
  }
  20% {
    -webkit: skewX(7deg);
  }
  30% {
    -webkit: skewX(-6deg);
  }
  40% {
    -webkit: skewX(5deg);
  }
  50% {
    -webkit: skewX(-4deg);
  }
  60% {
    -webkit: skewX(3deg);
  }
  70% {
    -webkit: skewX(-2deg);
  }
  80% {
    -webkit: skewX(1deg);
  }
  90% {
    -webkit: skewX(0deg);
  }
  100% {
    -webkit: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/*
################################################
Name: ui.less

Description:
Contains styles for forms, messaging, tabs, buttons etc.

################################################
*/
/*
################################################
INDEX

01: GLOBAL FORM ELEMENTS SETTINGS
02: FORM ELEMENTS AND INPUTS
03: BUTTONS
04: PAGINATION
05: TABLES
06: ACCORDION
07: TABS
08: SPECIFIC UI STYLES
09: PRETTY TABLE STYLES
10: FORMS
11: ALERTS
12: SLIDESHOW (Home)

################################################
*/
/*
################################################

01: GLOBAL FORM ELEMENTS SETTINGS   =============================================== 01 ======================================

################################################
*/
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  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;
  height: auto;
  resize: vertical;
}
input,
button,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
}
select,
.grid select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.5em;
  padding: 4px 6px;
  margin-bottom: ;
  font-size: .875em;
  line-height: ;
  color: #616365;
  vertical-align: middle;
  -webkit-border-radius: rounded-corners-small;
  -moz-border-radius: rounded-corners-small;
  border-radius: rounded-corners-small;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
select {
  height: 2.2em!important;
}
/* Inputs and Input Hovers and focus */
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"] {
  background-color: #ffffff;
  border: 1px solid #aeb0b1;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 6px 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;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
select:focus,
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 {
  border-color: #5cccf7;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select:focus,
.grid 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;
}
/*
################################################

04: PAGINATION   =============================================== 04 ======================================

################################################
*/
/** PAGINATION **/
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.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;
  cursor: default;
  background-color: transparent;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
/*
################################################

05: TABLE   =============================================== 05 ======================================

################################################
*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  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;
}
/*
################################################

06: COLLAPSE / ACCORDION   =============================================== 06 ======================================

################################################
*/
.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;
}
/* Accordion */
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.accordion-heading {
  border-bottom: 0;
  background: #f2f2f2;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
/*
################################################

07: TABS                          =============================================== 07 ======================================

################################################
*/
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/*
################################################

08: SPECIFIC UI STYLES                          =============================================== 06 ======================================

################################################
*/
/* Header search input */
/* UPDATE: CONVERT TO EMS */
#SiteHeader #search {
  float: right;
}
#SiteHeader #search:hover {
  background: #00a1de;
}
#SiteHeader #keywords {
  color: #ffffff;
  width: 3.375em;
  background: #00a1de;
  float: left;
  height: 2em;
  border: 1px solid #5cccf7;
  padding-right: 3em;
}
span.searchbutton {
  position: relative;
}
span.searchbutton span {
  position: absolute;
  display: block;
  right: 0px;
  width: 20px;
  height: 30px;
  background: url(/global-assets/images/bg-icons-sprite.png) no-repeat -10px -9px;
  cursor: pointer;
  border-left: 1px dotted #eaf7fd;
}
span.searchbutton input {
  padding-right: 16px;
}
.formtext {
  width: 18.2em;
  height: 5em;
  margin-left: 7px;
}
/*
################################################

08: PRETTY TABLES STYLES                          =============================================== 07 ======================================

################################################
*/
table {
  width: 100%;
  font-size: 0.875em;
  margin-bottom: 1.5em;
  margin-top: 0;
  border: 0.0625em solid #d2d5d7;
  background: #fff;
}
th {
  padding: 0.75em 1em;
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  text-shadow: 1px 1px #f2f2f2;
  background: #d2d5d7;
}
tr {
  background: #fff;
}
tr:nth-child(odd) {
  background: #f2f2f2;
}
td {
  border-top: 0.0625em solid #f2f2f2;
  border-bottom: 0.0625em solid #f2f2f2;
  padding: 0.75em 1em;
}
tr.small td,
tr.small td:last-child {
  padding: 0;
  border: 0;
}
tr:last-child td {
  border-bottom: 0.0625em solid #d2d5d7;
}
td.yes {
  text-indent: -9999em;
  background-image: url(http://www.air-watch.com/assets/img/icon-check-16x16.png);
  background-position: 40% center;
  background-repeat: no-repeat;
}
td.no {
  text-indent: -9999em;
}
td.num {
  text-align: center;
  text-indent: -2em;
}
/*** NEW - MUST SORT -- */
/*
################################################

00: TOOLTIP                         =============================================== 00 ======================================

################################################
*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/*
################################################

00: POPOVER                          =============================================== 00 ======================================

################################################
*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
/*
################################################

00: MODAL                          =============================================== 00 ======================================

################################################
*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.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: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
/*
################################################

00: CAROUSEL                          =============================================== 00 ======================================

################################################
*/
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  /*background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);*/

  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
/*
################################################

10: FORMS                          =============================================== 10: FORMS ======================================

################################################
*/
::-webkit-input-placeholder {
  color: #aa3b17;
  font-weight: bold;
}
::-moz-placeholder {
  color: #aa3b17;
  font-weight: bold;
}
input:-moz-placeholder {
  color: #aa3b17;
  font-weight: bold;
}
fieldset .row-9 {
  margin-bottom: 1.125em;
}
legend {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: .5em .5em .5em .5em;
  text-shadow: 1px 1px #fff;
  border-top: 1px dotted #d2d5d7;
}
.field-group {
  margin-top: -0.7em;
  padding: 2em;
  position: relative;
  z-index: 1;
  background: #f2f2f2 url(/global-assets/images/bg-form-list.png) no-repeat 0 0;
}
fieldset {
  margin-bottom: 3.375em;
}
fieldset.submit-form {
  text-align: right;
  margin-bottom: 0;
  width: 100%;
  display: block;
  margin-top: -3.375em;
  padding: 1em 0;
  border-top: 1px dotted #d2d5d7;
  background: #fafafa;
}
label {
  display: block;
  margin-bottom: .35em;
  padding-left: .5em;
}
.form-step-info {
  display: inline-block;
  float: right;
  padding: 0 1em .5em 0;
  font-size: .8em;
  font-style: italic;
  color: #d2d5d7;
}
.current-step {
  color: #616365;
}
.grid fieldset input,
.grid fieldset select {
  display: block;
  width: 90%;
  margin: 0 auto .35em auto;
}
.grid fieldset.submit-form input {
  display: inline-block;
  width: auto;
}
.grid fieldset select {
  width: 94%;
}
.grid fieldset .input-short,
.grid fieldset .input-medium {
  display: inline-block;
  float: left;
}
.grid fieldset .input-short {
  width: 25%;
  margin: 0 .5em .35em .5em;
}
.grid fieldset .input-medium {
  width: 57%;
}
/* Validation */
label.error {
  display: none!important;
}
input.error,
select.error,
textarea.error {
  background: #FCF8E3!important;
}
.grid div.submit-form input.btn {
  padding: .5em 2em;
  font-size: 1em;
  width: auto!important;
  letter-spacing: .05em;
  display: inline-block;
  border-radius: 16px;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.checks {
  width: 98%;
  height: 160px;
  margin-bottom: 1.6875em;
  border: 1px solid #ccc;
  overflow: auto;
  border-radius: 12px;
  background: #ffffff;
  /*  behavior: url(/global-assets/js/PIE.htc);*/

}
.grid .checks input {
  display: inline;
  width: 40px;
}
li label {
  font-size: inherit;
}
.checks label {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #d2d5d7;
}
.checks label:hover {
  background: #f7f7f7;
}
/* 11 ALERTS */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*          behavior: url(/global-assets/js/PIE.htc);*/

}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/* ############## 12 SLIDESHOW HOME ################ */
#Home-Carousel {
  margin-bottom: 2.8em !important;
}
.carousel-nav {
  display: block;
  text-align: center;
}
.carousel-nav ol {
  width: 3em;
  margin: 0 auto;
}
.carousel-indicators .active {
  background-color: #FFFFFF;
}
.carousel-indicators li {
  background-color: #5cccf7;
  border-radius: 5px 5px 5px 5px;
  display: block;
  float: left;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  width: 10px;
}
.body-home .slide {
  height: auto !important;
}
.body-home #Hero-Slider {
  text-align: center;
}
.nothing {
  color: black;
}
/*
########################
Name: nav.less

Description:
This is the stylesheet for the NAV from the breakpoint that we can have a full fledged NAV.

########################
*/
/*
################################################
INDEX
01: SiteNav
02: Top Hat
03: Main Nav;
04: Boostrap Nav
################################################
*/
.something {
  color: #000;
}
.SiteNav {
  background: #5cccf7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  list-style: none;
  padding: 0;
  height: 2.26em;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 17px;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
.SiteNav li {
  float: left;
  list-style: none;
}
.SiteNav li a {
  color: #ffffff;
  display: block;
  line-height: 38px;
  padding: 0 15px;
  font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  transition: none;
}
.SiteNav li:hover,
nav.SiteNav li:hover > a {
  color: #0b0d0f;
  background: #eaf7fd;
  border-radius: 0;
}
.SiteNav li:first-child:hover,
nav.SiteNav li:first-child:hover > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
li.searchBtnToggle {
  background: url(/global-assets/images/search_icon.png) 15px 0 no-repeat;
  display: block;
  width: 45px;
  height: 37px;
  text-indent: -999999px;
  transition: none;
  padding-left: 1em;
}
.tophat li.searchBtnToggle:hover {
  background: url(/global-assets/images/search_icon.png) 15px 0 no-repeat #eaf7fd;
}
.searchBtnToggle ul {
  display: none;
  position: absolute;
  background-color: #eaf7fd;
}
li.searchBtnToggle:hover {
  transition: none;
}
li.searchBtnToggle:hover ul {
  display: block;
}
.tophat > li.notransition:hover {
  background: transparent;
  transition: none;
}
/* Mobile */
.mobileTophat {
  display: none;
}
/* end mobile */
#tophat {
  display: block;
  float: right;
  text-align: left;
  font-size: 1em;
  padding-bottom: .5em;
}
#tophat li,
.mobileTophat li {
  border-right: 1px dotted #3b839f;
  margin: 0;
  transition: background 0.7s;
}
#tophat li a,
.mobileTophat li a {
  color: #eaf7fd;
  padding-left: 10px;
  margin-right: 10px;
}
.tophat h4 {
  display: block;
  margin: 0;
  padding: 0 0 .7em 0;
  border: none;
  font-weight: bolder;
  color: #004e6c;
  text-shadow: 1px 1px 0 #5cccf7;
}
.tophat > li {
  padding-top: .4em;
  padding-bottom: .4em;
}
.tophat li div,
.tophat li.search span {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0 .4em;
  line-height: 0;
}
.tophat > li:hover {
  transition: background 0.7s;
  background: #0096cf;
}
#tophat li.currentLang {
  border: none;
  margin-left: 1em;
  transition: none;
  margin-top: 0.5em;
}
#tophat li.currentLang:hover {
  background: none;
}
#tophat li a:hover,
.mobileTophat li a:hover {
  color: #ffffff;
}
#tophat li.last,
.mobileTophat li.last {
  border: none;
  padding-left: 0;
}
#tophat ul.langNav,
.mobileTophat ul.langNav {
  list-style: none;
  margin: 0;
  height: 13em;
  width: 13em;
  font-size: 17px;
  /* margin-left: -155px; */

  margin-left: -168px;
}
#tophat li.currentLang .selectedLang {
  background-image: url("/global-assets/images/bg-flags-sprite.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  text-indent: -9999px;
  width: 16px;
  padding-left: 17px;
  margin-top: -7px;
}
#tophat ul.langNav li {
  display: block;
  height: 32px;
  text-indent: -9999px;
  width: 16px;
  padding-left: 17px;
  margin-top: -7px;
}
#tophat li.currentLang ul li a,
.mobileTophat li.currentLang ul li a {
  float: left;
  padding-left: 5px;
  margin-top: 8px;
  color: #00a1de;
  width: 100px;
  text-indent: 0;
  transition: none;
}
#tophat li.currentLang ul li a:hover,
.mobileTophat li.currentLang ul li a:hover,
#tophat li.currentLang ul li a:hover,
.mobileTophat li.currentLang ul li a:active {
  color: #004e6c;
}
#tophat ul.langNav li {
  transition: none;
  border: none;
}
.lang1 {
  float: left;
  margin-left: -1px;
}
.lang2 {
  float: left;
  margin-left: 3em;
}
/*
#tophat #en, #tophat ul.langNav li.en
{
    background-position: 0 0;
}

#tophat #br, #tophat ul.langNav li.br
{
    background-position: -96px -32px;
}

#tophat #fr, #tophat ul.langNav li.fr
{
    background-position: -32px 0;
}

#tophat #es, #tophat ul.langNav li.es
{
    background-position: -64px 0;
}

#tophat #gr, #tophat ul.langNav li.gr
{
    background-position: 7px -42px;
}

#tophat #jp, #tophat ul.langNav li.jp
{
    background-position: -128px 0;
}

#tophat #it, #tophat ul.langNav li.it
{
    background-position: -160px 0;
}

#tophat #cz, #tophat ul.langNav li.cz
{
    background-position: 0 -32px;
}

#tophat #de, #tophat ul.langNav li.de
{
    background-position: -96px 0;
}

#tophat #ko, #tophat ul.langNav li.ko
{
    background-position: -32px -32px;
}

#tophat #zh, #tophat ul.langNav li.zh
{
    background-position: -64px -32px;
}

#tophat #zs, #tophat ul.langNav li.zs
{
    background-position: -128px -32px;
}
*/
#tophat li.currentLang a:hover.selectedLang,
#tophat li.currentLang a.current {
  background-color: #eaf7fd;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  transition: none;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
#tophat li.currentLang > a {
  color: #eaf7fd;
  transition: none;
}
li.currentLang ul.langNav {
  display: none;
  position: absolute;
  background: #eaf7fd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 9010;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
li.currentLang:hover ul.langNav {
  display: block;
}
li.currentLang ul li {
  float: none;
  border: none;
}
#tophat li.currentLang:hover > a {
  background-color: #eaf7fd;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  /*behavior: url(/global-assets/js/PIE.htc);  */

}
.SiteNav li .current,
.SiteNav li .current:hover {
  background-color: #eaf7fd;
  border-radius: 5px 5px 0 0px;
  -moz-border-radius: 5px 5px 0 0px;
  -webkit-border-radius: 5px 5px 0 0px;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
.SiteNav li.mobileMenu {
  display: none;
}
li.mainNav ul {
  background: none repeat scroll 0 0 #eaf7fd;
  border: 1px none;
  border-radius: 0 0 5px 5px;
  display: none;
  float: left;
  list-style: none outside none;
  margin-top: 0;
  margin-left: 0;
  padding: 0 5px 15px 0;
  position: absolute;
  z-index: 9001;
  transition: none;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
li.mainNav:hover ul {
  display: block;
  transition: none;
}
li.mainNav ul li {
  float: none;
  border: none;
  line-height: 0;
  height: 0.6em;
  transition: none;
  padding: 0.15em 0;
}
li.mainNav ul li a {
  border: none;
  color: #00a1de;
  font-size: 13px;
}
li.mainNav ul li a:hover {
  background: none;
  color: #1f1f1f;
  border: none;
  transition: none;
}
li.mainNav .subNavHeader {
  border: none;
  font-size: 16px;
  color: #0b0d0f;
}
li.mainNav ul.solutionsNav1,
li.mainNav ul.solutionsNav2,
li.mainNav ul.solutionsNav3 {
  height: 15.5em;
  margin-left: 0;
  z-index: 90002;
}
li.mainNav ul.wawNav1,
li.mainNav ul.wawNav2 {
  height: 7em;
}
li.mainNav ul.solutionsNav2 {
  margin-left: 212px;
  padding: 0 14px 15px 0;
}
li.mainNav ul.solutionsNav3 {
  margin-left: 334px;
}
li.mainNav ul.wawNav2 {
  margin-left: 183px;
}
li.mainNav ul.services {
  width: 6em;
}
#pricing-tabs {
  margin: 0;
}
.SiteNav .currentNav:first-child {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  /*behavior: url(/global-assets/js/PIE.htc);*/

}
.currentNav {
  background: none repeat scroll 0 0 #EAF7FD;
}
.SiteNav li.currentNav a {
  color: #0b0d0f;
}
.SiteNav li.currentNav ul li a.subNavHeader {
  color: #373a3c;
}
.SiteNav li.currentNav ul li a {
  color: #00a1de;
}
li.currentLang {
  margin-left: 17px;
}
/* 
 Boostrap Nav 
*/
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
}
.navbar-bottom {
  padding-bottom: 24px;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
  margin-bottom: 0;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: left;
  padding: 7px 10px;
  margin: 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a5e0f7 !important;
  *background-color: #a5e0f7 !important;
  background-image: -moz-linear-gradient(top, #a5e0f7, #a5e0f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a5e0f7), to(#a5e0f7));
  background-image: -webkit-linear-gradient(top, #a5e0f7, #a5e0f7);
  background-image: -o-linear-gradient(top, #a5e0f7, #a5e0f7);
  background-image: linear-gradient(to bottom, #a5e0f7, #a5e0f7);
  background-repeat: repeat-x;
  border-color: #a5e0f7 #a5e0f7  #a5e0f7 ;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5e0f7', endColorstr='#a5e0f7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #00a1de;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  content: '';
}
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  content: '';
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
/* Mega Menu*/
.plus-menu .nav,
.plus-menu .dropup,
.plus-menu .dropdown,
.plus-menu.collapse {
  position: static;
}
.plus-menu .navbar-inner,
.plus-menu .container {
  position: relative;
}
.plus-menu .dropdown-menu {
  left: auto;
}
.plus-menu .dropdown-menu > li {
  display: block;
}
.plus-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.plus-menu .plus-mega-content {
  padding: 10px 20px;
  *zoom: 1;
}
.plus-menu .plus-mega-content ul {
  list-style: none;
  margin-left: 0;
}
.plus-menu .plus-mega-content ul li {
  padding: 4px;
}
.plus-menu .plus-mega-content ul a {
  text-decoration: none;
}
.plus-menu .plus-mega-content:before,
.plus-menu .plus-mega-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.plus-menu .plus-mega-content:after {
  clear: both;
}
.plus-menu.navbar .nav > li > .dropdown-menu:after,
.plus-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plus-menu .dropdown.plus-mega-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
/* Menu With Images */
.dropdown-menu > li > a > i {
  margin-right: 5px;
}
/* Comments */
.plus-comment {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.plus-comment .pointer {
  border: solid 10px transparent;
  border-right-color: #FFF;
  position: absolute;
  margin: 20px 0px 0 80px;
}
.plus-comment img {
  float: left;
  max-width: 100%;
  margin-left: 20px;
}
.plus-comment p {
  color: #000;
  padding: 10px;
  margin-left: 100px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */

  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.plus-comment .plus-comment-details {
  float: left;
  width: 90px;
}
.plus-comment-details label {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-left: 0px;
  margin-top: 15px;
  text-align: center;
}
.plus-comment-details .plus-comment-date {
  margin-top: 0px;
  padding: 0px;
  font-size: 10px;
}
.plus-comment .plus-comment-tools {
  margin-left: 100px;
}
.plus-comment .plus-comment-tools > a {
  margin-left: 10px;
  text-decoration: none;
}
/* reply */
.plus-comment-reply {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.plus-comment-reply .pointer {
  border: solid 10px transparent;
  border-right-color: #FFF;
  position: absolute;
  margin: 20px 0px 0 140px;
}
.plus-comment-reply img {
  float: left;
  max-width: 100%;
  margin-left: 20px;
}
.plus-comment-reply p {
  color: #000;
  padding: 10px;
  margin-left: 160px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */

  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.plus-comment-reply .plus-comment-details {
  float: left;
  width: 90px;
  margin-left: 60px;
}
.plus-comment-reply .plus-comment-tools {
  margin-left: 150px;
}
.plus-comment-reply .plus-comment-tools > a {
  margin-left: 10px;
  text-decoration: none;
}
/* //////////////////////////////        */
/* Draggable */
.plus-draggable {
  padding: 0px;
}
.plus-draggable p {
  padding: 10px;
}
/*/////////////////////////*/
/* Collapsable */
.plus-collapsible {
  padding: 0px;
}
.plus-collapsible p {
  padding: 10px;
}
.plus-collapsible > .navbar {
  margin-bottom: 0px !important;
}
/* ////////////////// */
/* Box */
.plus-box {
  padding: 0px;
}
.plus-box p {
  padding: 10px;
}
/* ///////////////// */
/* Vertical Menu */
.plus-verticalMenu > ul {
  display: none;
  list-style: none;
}
.plus-verticalMenu > ul > li > a {
  text-decoration: none;
  color: inherit;
  padding-left: 5px;
}
/* /////////////   */
ul.nav li.dropdown:hover ul.dropdown-menu.plus-hover {
  display: block;
  margin: 0;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
/* ///////////////*/
/* Pricing Table */
.plus-pricing {
  text-align: center;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
.plus-pricing > li {
  background-color: #fff;
  padding: 0.9375em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.plus-pricing-head {
  background-color: #DDDDDD;
  padding: 0.9375em 1.25em;
}
.plus-pricing-head h2 {
  margin: 0;
}
.plus-pricing-price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
}
.plus-pricing-price h3 {
  margin: 0;
}
.plus-pricing-details {
  padding: 0.9375em;
  color: #000;
}
/* ////////////////////////// */
/* Picture Caption */
.plus-pic {
  border: solid 2px #ccc;
  position: relative;
}
.plus-pic > img {
  width: 100%;
}
.plus-pic a {
  color: #fff;
  text-decoration: none;
}
.plus-pic > .plus-badge {
  background-color: #5DCE0C;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
.plus-pic > .btn {
  position: absolute;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
.plus-pic > .right-top {
  right: -7px;
  top: 10px;
}
.plus-pic > .left-top {
  left: -7px;
  top: 10px;
}
.plus-pic > .left-bottom {
  left: -7px;
  bottom: 10px;
}
.plus-pic > .right-bottom {
  right: -7px;
  bottom: 10px;
}
/* ///////////////  */
/* Image Hovers */
.plus-pic .plus-hover {
  visibility: hidden;
}
.plus-pic:hover .plus-hover {
  visibility: visible;
}
/* ///////////   */
.plus-empty-5 {
  content: " ";
  height: 5px;
}
.plus-empty-10 {
  content: " ";
  height: 10px;
}
.plus-empty-20 {
  content: " ";
  height: 20px;
}
.plus-empty-30 {
  content: " ";
  height: 30px;
}
.plus-empty-40 {
  content: " ";
  height: 40px;
}
.plus-empty-50 {
  content: " ";
  height: 50px;
}
/* Post */
.plus-post {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
.plus-post > .arrow-right {
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  right: -10px;
  top: 10px;
}
.plus-social-tools > a {
  margin-left: 10px;
  text-decoration: none;
}
.plus-social-tools {
  margin-top: 5px;
}
/* Metro Nav */
.plus-metro {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: none;
  position: absolute;
  z-index: 999;
  overflow: visible;
}
.plus-metro.plus-metro-right {
  right: 20px;
}
.plus-metro-nav a {
  text-decoration: none;
}
.navbar .nav > li > .plus-metro:after {
  border-bottom: none;
}
.navbar .nav > li > .plus-metro:before {
  border-bottom: none;
}
.plus-metro-nav {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
.plus-metro-nav .box {
  height: 100px;
  margin: 5px;
  display: table;
}
.plus-metro-nav .box.red {
  background-color: #D32C2C;
}
.plus-metro-nav .box.lightblue {
  background-color: #00A8EC;
}
.plus-metro-nav .box.darkblue {
  background-color: #0061DC;
}
.plus-metro-nav .box.green {
  background-color: #43B51F;
}
.plus-metro-nav .box.purple {
  background-color: #640F6C;
}
.plus-metro-nav .box.orange {
  background-color: #43B51F;
}
.plus-metro-nav .box.facebook {
  background-color: #3C5B9B;
}
.plus-metro-nav .box.pink {
  background-color: #D6668F;
}
.plus-metro-nav .box.deviant {
  background-color: #455449;
}
.plus-metro-nav .box.brown {
  background-color: #BF7A30;
}
.plus-metro-nav .box > h5 {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.plus-metro-nav .box > h5 > i {
  margin-right: 5px;
}
.plus-metro-nav .box.height2 {
  height: 210px;
}
.plus-metro-nav .box.height3 {
  height: 320px;
}
.plus-metro-nav .span6.box {
  padding-right: 0px;
}
.plus-metro > .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  position: absolute;
  left: 40px;
  top: -1px;
}
@media (max-width: 980px) {
  .plus-metro-nav {
    height: auto !important;
    z-index: 999;
    left: 0px;
    position: static !important;
    float: none;
    clear: both;
    width: 100%;
  }
  .plus-metro {
    top: auto;
    float: none;
  }
  .plus-metro-nav > a {
    padding: 0px !important;
  }
  .plus-metro > .arrow-up {
    display: none;
  }
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*  
 Boostrap span tags
 */
.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;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
  .full-nav {
    dipslay: none;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 738px) {
  .mobile-nav {
    display: block;
  }
  .full-nav {
    display: none;
  }
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.well-left-last {
  right: 12%;
  position: absolute;
}
.well-left {
  right: 20%;
  position: absolute;
}
/* 
 inline nav style
*/
.navbar-bg .navbar-inner {
  background: #5cccf7 !important;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 17px;
  border-radius: 0;
  min-height: 38px;
}
.dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.dropdown {
  margin: 0 !important;
}
.navbar .nav > li > a {
  color: #ffffff;
  display: block;
  line-height: 38px;
  padding: 0 15px;
  font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  transition: none;
  text-shadow: none;
}
.navbar .nav > li > a:hover {
  background-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #fff;
}
.dropdown-container ul {
  margin: 0;
}
.dropdown-container ul li {
  list-style: none;
}
.dropdown-container ul li a {
  padding: 3px 20px 3px 0;
  color: #00a1de;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  background-image: none !important;
}
.dropdown-menu li > a {
  padding: 3px 20px 3px 0;
  color: #00a1de;
  font-size: 12px;
  filter: none !important;
}
.dropdown-menu li {
  list-style: none;
  margin-bottom: 0;
}
.navbar-bg {
  padding-top: .8em;
  background-color: #00a1de;
  margin-bottom: -1px;
}
.box-remove-margin {
  margin: 0;
}
.box ul {
  margin: 0;
}
.dropdown-menu {
  border: none;
}
.dropdown-menu li > a.subNavHeader {
  color: #000;
}
.left-menu-text a {
  padding: 3px 0 3px 0 !important;
  text-align: right;
}
.dropdown-menu-last .left-menu,
.media-menu {
  width: 46%;
}
.dropdown-menu-last .hide-mobile {
  margin-left: 11px;
}
.left-menu,
.media-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  width: 46%;
}
.media {
  width: 100%;
  display: block;
}
.dropdown-menu {
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding: 0 0 18px 0;
}
.dropdown-menu-last {
  right: 0 !important;
  left: inherit;
}
#mobileTop-btn {
  position: absolute;
  display: block;
  right: 0px;
  top: 2px;
  width: 28px;
  height: 23px;
  background: url(/global-assets/images/bg-icons-sprite.png) no-repeat -10px -13px;
  cursor: pointer;
  border-left: 1px dotted #eaf7fd;
}
@media only screen and (min-width: 1px) {
  .hide-mobile {
    display: none !important;
  }
  .navbar .nav > li > a {
    font-size: 13px;
    padding: 0 8px;
  }
  .plus-metro {
    left: 0;
  }
  .dropdown-menu {
    width: auto  !important;
  }
  .mobileTophat span.searchbutton span {
    top: 0;
  }
}
@media only screen and (min-width: 639px) {
  
}
@media only screen and (min-width: 640px) {
  .dd-menu-sol .left-menu {
    display: block;
  }
  .dd-menu-sol .media-menu {
    display: block;
  }
}
@media only screen and (min-width: 741px) {
  .dropdown-menu {
    width: auto  !important;
  }
  .mobile-nav {
    display: none;
  }
  .dropdown-menu-last {
    width: auto  !important;
  }
}
@media only screen and (min-width: 761px) {
  .plus-metro {
    left: -25px;
  }
  .dd-menu-sol .left-menu {
    display: block;
  }
  .dd-menu-sol .media-menu {
    display: block;
  }
  .left-menu-text {
    width: 91% !important;
  }
}
@media only screen and (min-width: 901px) {
  .hide-mobile {
    display: none !important;
  }
  .navbar .nav > li > a {
    font-size: 13px;
    padding: 0 15px;
  }
  .dd-menu-sol .left-menu {
    display: block;
  }
  .dd-menu-sol .media-menu {
    display: block;
  }
  .left-menu-text {
    width: 91% !important;
  }
}
@media only screen and (min-width: 991px) {
  .hide-mobile {
    display: inline-block !important;
  }
  .navbar .nav > li > a {
    font-size: 15px;
  }
  .plus-metro {
    left: -30px;
  }
  .dropdown-menu {
    /* width: 459px !important; */
  
  }
  .dd-menu-sol {
    /* width: 600px !important; */
    width: 450px !important;
  }
  .dd-menu-sol .left-menu {
    /* width: 33%; */
  
    width: 48%;
    display: inline-block;
  }
  .dd-menu-sol .media-menu {
    width: 30%;
    display: inline-block;
  }
  .left-menu-text {
    width: 46% !important;
  }
  .dropdown-menu-last {
    width: 356px !important;
  }
}
.play-button {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.btn {
  font-family: helvetica,arial;
  display: inline-block;
  margin: 0 0 0.8em;
  text-decoration: none;
  font-size: 14px;
  padding: 0em 0 0em 0.8em;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  /* IE */

  *border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  /* IE 7 */

  *margin-left: .3em;
  *zoom: 1;
  *display: inline;
  *background-color: #e6e6e6;
}
/*
.btn[data-icon]
{
  padding-left:0;
}
*/
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  /* IE 7 */

  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  /* IE 7 */

  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* IE */

  filter: alpha(opacity=65);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  font-weight: bold;
  padding: 0em 0 0em 0.8em;
  line-height: 30px;
  /* font-size:1.3em; */

  /* padding:.65em 1.25em; */

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fdb22f;
  background-image: -moz-linear-gradient(top, #fdb22f, #ff8500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdb22f), to(#ff8500));
  background-image: -webkit-linear-gradient(top, #fdb22f, #ff8500);
  background-image: -o-linear-gradient(top, #fdb22f, #ff8500);
  background-image: linear-gradient(to bottom, #fdb22f, #ff8500);
  background-repeat: repeat-x;
  border-color: #ff8500 #ff8500 #004e6c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  /* IE 7 */

  *background-color: #ff8500;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  /* IE 7 */

  *background-color: #003bb3;
  background: #ff8500;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.hero .btn-primary {
  border: 2px solid #004e6c;
}
/*/ BTN Primary */
/* BTN Secondary */
.btn-secondary {
  color: #ffffff;
  /*padding:.4em 1em;*/

  padding: 0em 0 0em 0.8em;
  line-height: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #085e7f;
  background-image: -moz-linear-gradient(top, #085e7f, #004e6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#085e7f), to(#004e6c));
  background-image: -webkit-linear-gradient(top, #085e7f, #004e6c);
  background-image: -o-linear-gradient(top, #085e7f, #004e6c);
  background-image: linear-gradient(to bottom, #085e7f, #004e6c);
  background-repeat: repeat-x;
  border-color: #004e6c #004e6c #004e6c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  /* IE 7 */

  *background-color: #004e6c;
}
.hero .btn-secondary {
  border: 1px solid #004e6c;
  margin-bottom: 1.8em;
}
.resource-thumb .btn-secondary {
  border: 2px solid #00A1DE;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  /* IE 7 */

  *background-color: #003bb3;
  background: #004e6c;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #003399 \9;
}
/*/BTN Secondary */
/* Info Button */
.btn-info {
  color: #ffffff;
  font-weight: bold;
  /* font-size:1.3em; */

  /* padding:.65em 1.25em; */
  padding: 0em 0 0em 0.8em;
  line-height: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #007f33;
  background-image: -moz-linear-gradient(top, #01ad46, #008435);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#01ad46), to(#008435));
  background-image: -webkit-linear-gradient(top, #01ad46, #008435);
  background-image: -o-linear-gradient(top, #01ad46, #008435);
  background-image: linear-gradient(to bottom, #01ad46, #008435);
  background-repeat: repeat-x;
  border-color: #008435 #008435 #004e6c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  /* IE 7 */

  *background-color: #008435;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  /* IE 7 */

  *background-color: #003bb3;
  background: #008435;
}
.btn-info:active,
.btn-info.active {
  background-color: #003399 \9;
}
.hero .btn-info {
  border: 2px solid #004e6c;
}
/* Info Button */
/* Resources Button */
.btn-resources {
  color: #004E6C;
  font-weight: bold;
  /* font-size:1.3em; */

  /* padding:.65em 1.25em; */
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/

  background-color: #D2D5D7;
  background-image: -moz-linear-gradient(top, #eaedef, #d2d5d7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaedef), to(#d2d5d7));
  background-image: -webkit-linear-gradient(top, #eaedef, #d2d5d7);
  background-image: -o-linear-gradient(top, #eaedef, #d2d5d7);
  background-image: linear-gradient(to bottom, #eaedef, #d2d5d7);
  background-repeat: repeat-x;
  border-color: #D2D5D7 #D2D5D7 #004e6c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  /* IE 7 */

  *background-color: #D2D5D7;
}
.btn-resources:hover,
.btn-resources:focus,
.btn-resources:active,
.btn-resources.active,
.btn-resources.disabled,
.btn-resources[disabled] {
  color: #004E6C;
  background-color: #cacbcc;
  /* IE 7 */

  *background-color: #cacbcc;
  background: #cacbcc;
}
.btn-resources:active,
.btn-resources.active {
  background-color: #cacbcc \9;
}
.hero .btn-resources {
  border: 2px solid #cacbcc;
}
/* resources Button */
/* multiline Buttons w/ Meta Data */
.btn-multiline {
  font-size: 15px;
  text-align: left;
  display: block;
  padding: 4px 12px;
  padding: .4em 0 0.4em 1em;
  line-height: 20px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  /* IE 7 */

  *zoom: 1;
  *display: inline;
  *margin-left: .3em;
}
.btn-group:first-child {
  /* IE 7 */

  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  /* IE 7 */

  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
  /* IE 7 */

  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  /* IE 7 */

  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
  /* IE 7 */

  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  /* IE 7 */

  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/** ICONS **/
[data-meta]:after {
  content: attr(data-meta);
  position: relative;
  font-size: .75em;
  margin-top: .25em;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  color: #616365;
  display: inline-block;
}
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */

  display: inline-block;
  vertical-align: middle;
  text-indent: -99999em;
  width: 24px;
  height: 24px;
  margin-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background: url(/global-assets/images/actions-sprite-dark-24x24.png) no-repeat 0 0;
  float: right;
  margin-top: 2%;
}
.btn-thumb {
  margin-top: 20% !important;
  border: 2px solid #28364c !important;
}
.resources .btn-info {
  padding: 0.4em 0.2em 0.4em 0.8em !important ;
  display: block !important;
  text-align: left !important;
}
[data-icon="submission"]:before {
  background-position: 0 0;
}
[data-icon="play"]:before {
  background-position: -72px 0;
}
[data-icon="download"]:before {
  background-position: -121px 0px;
}
[data-icon="download-dark"]:before {
  background-position: -97px 0px;
}
[data-icon="play-dark"]:before {
  background-position: -143px 0px;
}
[data-icon="link"]:before {
  background-position: -23px 0;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 15px 0 0 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 6px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 24%;
  float: left;
  margin: 0 -2px 0 7px;
}
.flex-control-thumbs img {
  width: 96%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
################################################
02: Break Points
################################################
*/
@media only screen and (min-width: 1px) {
  /*
  This file has EDITS
  
  */
  /*
  ################################################
  Name: 320.less
  
  Description:
  Styles for 320 Breakpoint
  
  ################################################
  */
  /*
  ################################################
  INDEX
  01: GLOBAL SETTINGS
  02: STRUCTURE/SCAFFOLDING
  03: SECONDARY STRUCTURE
  04: CORE - SKIN
  05: TYPE COLOURS
  06: NAV
  07: PLATFORM ICONS FOR SOLUTION LANDING PAGE
  08: INDUSTRY LOGO
  09: PRICING
  10: NEW HOME PAGE CSS
  11: NEWS ROOM LANDING PAGES
  ################################################
  */
  /*
  ################################################
  01: GLOBAL SETTINGS
  ###############################################
  */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1em;
    margin: 0;
    padding: 0;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .learnmore {
    font-size: .875em;
  }
  .learnmore:after {
    content: " »";
  }
  .header-center {
    margin: 0 aut0;
    text-align: center!important;
  }
  .carousel-control {
    opacity: 0;
    transition: 0.6s ease-out;
  }
  .hero:hover .carousel-control {
    opacity: 1;
    transition: 0.2s ease-in;
  }
  .carousel-control {
    top: 21%;
  }
  .sidekick-full {
    margin-bottom: 2em;
    padding-bottom: 1em;
  }
  /* Row margins */
  .row,
  .body-services section.grid,
  .body-customers article.customers {
    margin-bottom: 2.25em;
  }
  .body-resources div.resources-landing,
  .body-resources div.resources-landing article {
    margin-bottom: 0;
  }
  .body-resources #Wrapper-Footer {
    margin-top: 3.375em;
  }
  /* Clearing floats */
  .SSverticalsStatic article:after,
  .social-list:before,
  .social-list:after,
  ul.social:after {
    content: "X";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .social-list {
    overflow: hidden;
  }
  /* Display Nones */
  .portal-logs,
  .hidden {
    display: none;
  }
  /* */
  img,
  embed,
  video,
  object {
    max-width: 100%;
  }
  /* Highlight Content */
  .highlighted-content {
    background-color: #f2f2f2;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 0.6em;
  }
  .highlighted-content p,
  .highlighted-content a.learnmore {
    padding-left: 0.6em;
  }
  .highlighted-content h4 a {
    padding-left: 0.4em;
  }
  .highlighted-content h4 {
    padding-top: 0.3em;
  }
  .no-bottom-margin {
    margin-bottom: 0;
  }
  /*
  ################################################
  02: STRUCTURE/SCAFFOLDING
  ################################################
  */
  .wrapper-full {
    max-width: 100%;
    padding: 0;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 .5em;
  }
  #SiteHeader {
    color: #ffffff;
  }
  #SiteHeader .row,
  #Wrapper-CTA .row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #Wrapper-CTA .row {
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    padding: 0;
  }
  #Wrapper-Top {
    background-color: #00a1de;
    /* Blue */
  
  }
  #Wrapper-CTA,
  #Wrapper-Footer,
  #Wrapper-Copyright {
    background-color: #373a3c;
    /* Grey */
  
  }
  #Wrapper-Badges {
    background-color: #ffffff;
  }
  #Wrapper-Badges a {
    font-size: 0.8em;
  }
  #Wrapper-Badges,
  #Wrapper-Copyright {
    padding-top: 1em;
  }
  #Wrapper-CTA {
    border-top: 1px solid #4dbde8;
  }
  .SiteNav {
    border-radius: 0;
    background: #5cccf7;
  }
  .SiteNav li.mobileMenuToggle:hover,
  nav.SiteNav li.mobileMenuToggle:hover > a {
    cursor: pointer;
    background: url(/global-assets/images/icon-mobile-nav.png) repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 19px;
    margin-left: 10px;
    margin-top: 10px;
    width: 30px;
  }
  #Wrapper-Badges .row,
  #Wrapper-Copyright .row {
    margin-bottom: 1.2em;
  }
  #SiteFooter {
    padding-top: 2.25em;
  }
  /*
  ################################################
  03: SECONDARY STRUCTURE
  ################################################
  */
  .hero {
    margin: 0 0 auto 0;
    overflow: hidden;
  }
  /* .cta
  {
  	margin:-1em 0 0 0;
  } */
  .cta {
    margin: 0;
  }
  .cta-internal {
    margin-bottom: 2.3em;
  }
  .figure-text .row-9 {
    padding-bottom: 1.6875em;
    border-bottom: 1px dotted #d2d5d7;
  }
  .figure-text .row-9:last-child {
    border: none;
    background: none;
  }
  /* Subnav - sidebar */
  span.subnav-item {
    display: block;
    margin: 0.5625em 0;
    padding-left: .5em;
  }
  .sidebar-subnav {
    margin-bottom: 0;
  }
  span.subnav-item:last-child {
    margin-bottom: 1.125em;
  }
  .sidebar-subnav li a {
    display: block;
    padding: 0.5625em 0 0.5625em 0.5em;
  }
  .sidebar-subnav li {
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
  }
  .sidebar-subnav li:last-child {
    border-bottom: none;
  }
  .blog-text {
    font-size: 1.4em;
    text-align: center;
    line-height: 31px;
  }
  .blog-text figure {
    width: auto !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 0;
    text-align: right;
  }
  .blog-text span.aw-font {
    font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: normal;
  }
  .blog-text span.aw-link {
    font-size: 0.75em;
  }
  /*
  ################################################
  04: TYPOGRAPHY AND TYPE COLOURS
  ################################################
  */
  /* Footer */
  #SiteFooter h4 {
    color: #d2d5d7;
  }
  .social-list {
    display: block;
    width: 100%;
  }
  #SiteFooter a,
  #SiteFooter a:visited {
    color: #616365;
  }
  #SiteFooter a:hover {
    color: #f2f2f2;
  }
  /* Social Sprites */
  .icon-tw,
  .icon-in,
  .icon-gp,
  .icon-c,
  .icon-yt,
  .icon-sb-tw,
  .icon-sb-in,
  .icon-sb-gp,
  .icon-sb-c,
  .icon-sb-yt {
    background: url(/global-assets/images/social_icons.png) repeat scroll transparent;
    background-position: -45px 0;
    display: block;
    height: 45px;
    text-indent: -99999px;
    width: 45px;
  }
  .icon-sb-tw,
  .icon-sb-in,
  .icon-sb-gp,
  .icon-sb-c,
  .icon-sb-yt {
    width: 43px;
  }
  .icon-tw {
    background-position: 0 0;
  }
  .icon-in {
    background-position: -45px 0;
  }
  .icon-gp {
    background-position: -90px 0;
  }
  .icon-c {
    background-position: -135px 0;
  }
  .icon-yt {
    background-position: -180px 0;
  }
  .icon-sb-tw {
    background-position: 0 -45px;
  }
  .icon-sb-in {
    background-position: -45px -45px;
  }
  .icon-sb-gp {
    background-position: -90px -45px;
  }
  .icon-sb-c {
    background-position: -135px -45px;
  }
  .icon-sb-yt {
    background-position: -180px -45px;
  }
  /** FIX AND MOVE TO APPROPRIATE STYLESHEETS */
  /* NEED TO REUSE AND CONSOILDATE / MOVE TO APPROPRIATE LOCATION */
  /* Heroes & Slides */
  .slide {
    position: relative;
    /* top: 10px; */
  
  }
  .hero h1 {
    color: #ffffff;
    line-height: 1.4em;
  }
  .hero h3 {
    color: #a5e0f7;
    font-size: 1.2em;
  }
  .hero h3 span {
    display: block;
  }
  .alt-heading {
    text-align: center;
    font-weight: bold;
    color: #34748c;
  }
  /* EDIT: Can we move the bullet images to 978 and lighten up 320 */
  .prettylist-note li {
    background: url(/global-assets/images/icon-page-16x16.png) no-repeat 0 0.84375em;
  }
  .prettylist-check li {
    background: url(/assets/img/icon-check-16x16.png) no-repeat 0 0.84375em;
  }
  /*
  ################################################
  COMPANY
  ################################################
  */
  /* EDIT: We can do without hover transitions on 320 */
  /* News room */
  .postmeta,
  .resource-meta {
    font-size: 80%;
    margin: 0.5em 0 3.375em 0;
    padding-top: 0.5em;
    opacity: 0.6;
    transition: opacity 0.7s;
  }
  /*
  ################################################
  UL SPACING INTERIOR
  ################################################
  */
  ul.interior li {
    line-height: 0.65em;
  }
  ul.interior {
    margin-top: 0.65em;
    margin-bottom: 0;
  }
  /*
  ################################################
  05: NAV
  ################################################
  */
  .navigation {
    clear: both;
    margin-top: 5em;
  }
  .logo {
    float: left;
    max-width: 259px;
    background-image: url(/global-assets/images/logo-airwatch.png);
    width: 259px;
    height: 69px;
    text-indent: -9999px;
    display: inline-block;
  }
  .mobileTophat {
    display: block;
    float: right;
    margin-top: 2em;
    text-align: left;
  }
  .mobileTophat li a {
    font-size: 1.5em;
  }
  .SiteNav li {
    display: none;
    float: none;
  }
  li.mobileSearch,
  li.mobileMenuToggle {
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
  }
  li.mobileMenuToggle {
    cursor: pointer;
    background: url("/global-assets/images/icon-mobile-nav.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 19px;
    margin-left: 10px;
    margin-top: 10px;
    width: 30px;
  }
  li.mobileMenuToggle ul li a {
    font-size: 2.3em;
    color: #a5e0f7;
    border-bottom: 1px solid #004462;
    font-size: 17.5px;
  }
  nav.SiteNav li:hover {
    border: none;
  }
  .mobileNavSubmenu-1 {
    float: left;
  }
  .mobileNavSubmenu-2 {
    left: 175px;
    position: relative;
    width: 100%;
  }
  #tophat {
    display: none;
    margin-top: 0.6em;
  }
  #tophat li,
  .mobileTophat li {
    font-size: 0.65em;
    padding-left: 0.6em;
  }
  li.mobileMenuToggle ul {
    background-color: #004e6c;
    border-radius: 0 0 5px 5px;
    display: none;
    margin-left: -3px;
    margin-top: 28px;
    position: absolute;
    z-index: 9001;
    width: 89.5%;
  }
  li.mobileMenuToggle ul li {
    display: block;
  }
  li.mobileMenuToggle ul li a:hover {
    border-radius: 0;
  }
  li.mobileMenuToggle ul li a.mobileLastMenu {
    border-bottom: none;
  }
  .SiteNav li.mobileMenuToggle ul li:hover,
  nav.SiteNav li.mobileMenuToggle ul li:hover > a {
    background: none;
    color: #00a1de;
  }
  li.mobileMenuToggle ul li a.mobileTel {
    color: #ffffff;
  }
  li.mobileMenuToggle ul li.col1 {
    float: left;
    margin-right: 18px;
    width: 10em;
    margin-left: 5px;
  }
  li.mobileMenuToggle ul li.col2 {
    margin-left: 170px;
    margin-right: 10px;
  }
  .mobileTophat .tophat {
    margin: 0;
  }
  .cta-1,
  .cta-2,
  .cta-3 {
    text-align: center;
  }
  #Wrapper-CTA a,
  #Wrapper-CTA h4 {
    color: #d2d5d7;
    text-shadow: 1px 1px #373a3c;
    margin: 0;
    padding: 0.2em 0 0 0;
  }
  #Wrapper-CTA a:hover,
  #Wrapper-CTA h4:hover {
    color: #a5e0f7;
  }
  /* EDIT: Can we move the images to 978. Maybe in320 use content:after */
  .resources-quote {
    background-image: url(/global-assets/images/quote_marks.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 0 none;
    display: block;
    font-size: 1em;
    font-style: italic;
    padding: 0.5em 3em 3.2em 0;
    line-height: 1.3em;
    margin-top: 1.5em;
  }
  .resources-quote div {
    display: none;
  }
  .resources-quote span {
    color: #d2d5d7;
    display: block;
    font-size: 0.7em;
    padding: 8px 0 0;
    margin-top: 1.5em;
  }
  .resources-video {
    margin-bottom: 1.5em;
  }
  #SiteHeader #keywords {
    height: 1.8em;
    width: 11.375em;
  }
  /*
  ################################################
  08: INDUSTRY LOGOS
  ################################################
  */
  /* EDIT: We can consider displaying textual names for these instead of images. Move images to 978 */
  ul.ind_logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .logo_vcu,
  .logo_mcallen,
  .logo_jsu,
  .logo_providence,
  .logo_fingerlakes,
  .logo_colliers,
  .logo_skanska,
  .logo_tencate,
  .logo_vf,
  .logo_lowes,
  .logo_fivestar,
  .logo_ifs,
  .logo_noblebank,
  .logo_visterra,
  .logo_bankofcanada,
  .logo_smithsonian,
  .logo_usacoe,
  .logo_usae,
  .logo_minneapolis,
  .logo_pierce,
  .logo_nhs,
  .logo_merck,
  .logo_lehigh,
  .logo_phonak,
  .logo_acaria,
  .logo_bestbuy,
  .logo_vf,
  .logo_mizuno,
  .logo_pacsun,
  .logo_austin,
  .logo_ece,
  .logo_hubbell,
  .logo_srns,
  .logo_automation,
  .logo_flightworks,
  .logo_united,
  .logo_ravu,
  .logo_loyola,
  .logo_woodland,
  .logo_cio,
  .logo_biztech,
  .logo_compweekly,
  .logo_zdnet,
  .logo_bandalux,
  .logo_aragon,
  .logo_ism,
  .logo_horne,
  .logo_ft,
  .logo_rexel,
  .logo_compworld,
  .logo_sls,
  .logo_concordis,
  .logo_infoweek,
  .logo_tmcnet,
  .logo_dekalb,
  .logo_telecomlead,
  .logo_actrol,
  .logo_eweek,
  .logo_pcb,
  .logo_aolgov,
  .logo_healthit,
  .logo_tedbaker,
  .logo_integratedr,
  .logo_automation,
  .logo_smbnation,
  .logo_mobileent,
  .logo_pentland,
  .logo_networkworld,
  .logo_davidsb,
  .logo_delta,
  .logo_vancouver,
  .logo_southeastrans,
  .logo_atlantis,
  .logo_royal,
  .logo_ihg,
  .logo_sixflags,
  .logo_nyhotel,
  .logo_mohegan {
    float: left;
    background-image: url('/global-assets/images/customer_logos.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 145px;
    height: 67px;
    list-style: none;
  }
  .logo_mcallen {
    background-position: -150px 0;
  }
  .logo_jsu {
    background-position: -300px 0;
  }
  .logo_providence {
    background-position: -450px 0;
  }
  .logo_fingerlakes {
    background-position: -600px 0;
  }
  .logo_colliers {
    background-position: 0 -70px;
  }
  .logo_skanska {
    background-position: -150px -70px;
  }
  .logo_tencate {
    background-position: -300px -70px;
  }
  .logo_vf {
    background-position: -450px -70px;
  }
  .logo_lowes {
    background-position: -600px -70px;
  }
  .logo_fivestar {
    background-position: 0 -140px;
  }
  .logo_ifs {
    background-position: -150px -140px;
  }
  .logo_noblebank {
    background-position: -300px -140px;
  }
  .logo_visterra {
    background-position: -450px -140px;
  }
  .logo_bankofcanada {
    background-position: -600px -140px;
  }
  .logo_smithsonian {
    background-position: 0 -210px;
  }
  .logo_usacoe {
    background-position: -150px -210px;
  }
  .logo_usae {
    background-position: -300px -210px;
  }
  .logo_minneapolis {
    background-position: -450px -210px;
  }
  .logo_pierce {
    background-position: -600px -210px;
  }
  .logo_nhs {
    background-position: 0 -280px;
  }
  .logo_merck {
    background-position: -150px -280px;
  }
  .logo_lehigh {
    background-position: -300px -280px;
  }
  .logo_phonak {
    background-position: -450px -280px;
  }
  .logo_acaria {
    background-position: -600px -280px;
  }
  .logo_bestbuy {
    background-position: 0 -350px;
  }
  .logo_mizuno {
    background-position: -450px -350px;
  }
  .logo_pacsun {
    background-position: -600px -350px;
  }
  .logo_austin {
    background-position: 0 -420px;
  }
  .logo_ece {
    background-position: -150px -420px;
  }
  .logo_hubbell {
    background-position: -300px -420px;
  }
  .logo_srns {
    background-position: -450px -420px;
  }
  .logo_automation {
    background-position: -600px -420px;
  }
  .logo_flightworks {
    background-position: 0 -490px;
  }
  .logo_united {
    background-position: -150px -490px;
  }
  .logo_ravu {
    background-position: -300px -490px;
  }
  .logo_loyola {
    background-position: -450px -490px;
  }
  .logo_woodland {
    background-position: -600px -490px;
  }
  .logo_cio {
    background-position: 0 -560px;
  }
  .logo_biztech {
    background-position: -150px -560px;
  }
  .logo_compweekly {
    background-position: -300px -560px;
  }
  .logo_zdnet {
    background-position: -450px -560px;
  }
  .logo_bandalux {
    background-position: -600px -560px;
  }
  .logo_aragon {
    background-position: 0 -630px;
  }
  .logo_ism {
    background-position: -150px -630px;
  }
  .logo_horne {
    background-position: -300px -630px;
  }
  .logo_ft {
    background-position: -450px -630px;
  }
  .logo_rexel {
    background-position: -600px -630px;
  }
  .logo_compworld {
    background-position: 0 -700px;
  }
  .logo_sis {
    background-position: -150px -700px;
  }
  .logo_concordis {
    background-position: -300px -700px;
  }
  .logo_infoweek {
    background-position: -450px -700px;
  }
  .logo_tmcnet {
    background-position: -600px -700px;
  }
  .logo_dekalb {
    background-position: 0 -770px;
  }
  .logo_mcallen {
    background-position: -150px -770px;
  }
  .logo_telcomlead {
    background-position: -300px -770px;
  }
  .logo_actrol {
    background-position: -450px -770px;
  }
  .logo_eweek {
    background-position: -600px -770px;
  }
  .logo_pcb {
    background-position: 0 -840px;
  }
  .logo_aolgov {
    background-position: -300px -840px;
  }
  .logo_healthit {
    background-position: -600px -840px;
  }
  .logo_tedbaker {
    background-position: 0 -910px;
  }
  .logo_integratedr {
    background-position: -150px -910px;
  }
  .logo_automation {
    background-position: -300px -910px;
  }
  .logo_smbnation {
    background-position: -450px -910px;
  }
  .logo_mobileent {
    background-position: -600px -910px;
  }
  .logo_pentland {
    background-position: 0 -980px;
  }
  .logo_networkworld {
    background-position: -150px -980px;
  }
  .logo_davidsb {
    background-position: -300px -980px;
  }
  .logo_delta {
    background-position: 0 -1050px;
  }
  .logo_vancouver {
    background-position: -450px -980px;
  }
  .logo_southeastrans {
    background-position: -600px -980px;
  }
  .logo_atlantis {
    background-position: -16px -1126px;
  }
  .logo_royal {
    background-position: -159px -1041px;
  }
  .logo_ihg {
    background-position: -600px -1041px;
  }
  .logo_sixflags {
    background-position: -159px -1110px;
  }
  .logo_nyhotel {
    background-position: -304px -1041px;
  }
  .logo_mohegan {
    background-position: -458px -1041px;
  }
  /* EDIT: Colours should be using variables. If not defined, then let us define them */
  .tab-content {
    overflow: visible;
    padding: 0.5em;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D2D5D7;
    border-left: 1px solid #D2D5D7;
    border-right: 1px solid #D2D5D7;
  }
  .mdm-pricing li h3 {
    font-weight: bold;
    line-height: 2.4em;
    margin: 0 0 1.3em;
    text-shadow: 1px 1px #FFFFFF;
  }
  .cost {
    font-size: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .invisible {
    display: none;
  }
  .mdm-pricing {
    border: 1px solid #d2d5d7;
    padding: 5px;
    text-align: center;
  }
  .pricing-title {
    background-color: #d2d5d7;
  }
  .pricing-notes ul li {
    border-bottom: 1px dotted #d2d5d7;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.25em 1em;
    list-style-type: none;
    margin-left: -23px;
  }
  .tab-content {
    overflow: hidden;
  }
  .highlighted-feature {
    color: #ff8500;
  }
  .subhead-one {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
  }
  .fee-structure {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0;
    padding-top: 0;
  }
  .nav > li > a:hover {
    background-color: #f2f2f2;
  }
  .small {
    color: #616365;
    display: block;
    font-size: 0.65em;
    text-align: left;
    list-style-type: none;
    margin-left: 0.2em;
  }
  .promoItem figure div {
    margin-left: 85px;
    margin-top: 35px;
    position: absolute;
  }
  .hero h2 {
    color: #a5e0f7;
  }
  /* Slideshow */
  #slideshow,
  .slide {
    height: 17em;
    cursor: pointer;
  }
  #slideshow .slide h2 {
    font-size: 1.45em;
  }
  .currentSlide {
    display: block;
  }
  #slide-1 {
    background-image: url(http://www.air-watch.com/uploads/global-media/connect-banner.png);
    background-repeat: no-repeat;
  }
  #slide-2 {
    overflow: hidden;
  }
  #slideNav {
    position: relative;
    width: 50%;
    margin: 0 auto;
    top: -10px;
  }
  .slide-0-p {
    padding-top: 7em;
  }
  .slide-0-bg {
    background-image: url(/global-assets/images/slideshow/slide1.png);
    width: 978px;
    height: 255px;
  }
  .slide0cta {
    margin-left: 4em;
    position: relative;
    top: 5em;
  }
  .slideshow0 {
    float: left;
  }
  .slide-1-bg {
    background-image: url(/global-assets/images/slideshow/trophy/bg.png);
    width: 978px;
    height: 255px;
  }
  .slide-1-bg figure {
    display: block;
    left: 10em;
    position: relative;
    top: 5em;
  }
  .slide-1-trophy-0,
  .slide-1-trophy-1,
  .slide-1-trophy-2,
  .slide-1-trophy-3,
  .slide-1-trophy-4,
  .slide-1-trophy-5,
  .slide-1-trophy-6,
  .slide-1-trophy-7,
  .slide-1-trophy-8 {
    background-image: url(/global-assets/images/slideshow/trophy/stats_sprite.png);
    width: 620px;
    height: 150px;
    background-position: 0 0;
  }
  .slide-1-trophy-1 {
    background-position: 0 -150px;
  }
  .slide-1-trophy-2 {
    background-position: 0 -300px;
  }
  .slide-1-trophy-3 {
    background-position: 0 -450px;
  }
  .slide-1-trophy-4 {
    background-position: 0 -600px;
  }
  .slide-1-trophy-5 {
    background-position: -620px 0;
  }
  .slide-1-trophy-6 {
    background-position: -620px -150px;
  }
  .slide-1-trophy-7 {
    background-position: -620px -300px;
  }
  .slide-1-trophy-8 {
    background-position: -620px -450px;
  }
  .slide-2-globe {
    bottom: 0.82em;
    position: absolute;
    z-index: 1;
  }
  #slide-3 {
    background: url(/global-assets/images/slideshow/locker.png);
    background-repeat: no-repeat;
  }
  .slide4-section p {
    float: left;
    font-size: 1.2em;
    line-height: 1.8em;
  }
  .slide4-section a {
    float: right;
    margin-left: 4em;
  }
  .hero-3-img {
    margin-top: 3em;
  }
  #slideNext,
  #slideBack {
    position: absolute;
    margin-top: -10em;
    cursor: pointer;
    z-index: 5;
  }
  #slideNext {
    right: 0;
  }
  #slideBack {
    left: 0;
  }
  #bottomSlideNav {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9001;
    margin-top: -1em;
    margin: 0 auto;
  }
  #bottomSlideNav span.onSlide {
    background-color: #eaf7fd;
  }
  #bottomSlideNav span {
    width: 0.8em;
    height: 0.8em;
    background-color: #5cccf7;
    border-radius: 10px;
    display: inline-block;
    color: #5cccf7;
    cursor: pointer;
  }
  .custom-error-padding {
    padding-top: 3em;
  }
  #slideshow {
    display: none;
  }
  #staticSS {
    display: block;
  }
  #staticSS h1 {
    font-size: 1.2em;
    padding-bottom: 1.2em;
    text-align: center;
  }
  /* EDIT: What is mobile.. there shouldn't be any mobile focused styles */
  /* MOBILE */
  .hero-internal {
    line-height: 1em;
  }
  .main-container .sidebar select {
    margin-bottom: 0.8em;
    width: 85%;
  }
  .customers {
    /* height: 18em; */
  
  }
  .customers figure {
    border: 1px solid #f2f2f2;
  }
  .customers article {
    border: 1px solid #f2f2f2;
  }
  .customers section {
    background-color: #00a1de;
    border: 1px solid #d2d5d7;
    color: #ffffff;
    font-size: 0.9em;
    height: 17.9em;
    padding: 1em;
    position: absolute;
    width: 19em;
    display: none;
  }
  .trophies li {
    display: none;
  }
  .thecustomer {
    bottom: 0;
    margin-right: 4px;
    position: relative
      right: 0;
    text-align: right;
    margin-top: -5px;
  }
  .thecustomer h3 {
    font-size: 1em;
    font-weight: bold;
    color: #0a567f;
  }
  .thecustomer h3:before {
    content: '- ';
  }
  .thecustomer p {
    font-size: 0.67em;
  }
  .thebrand {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #00a1de;
    height: 4em;
  }
  .thebrand h3 {
    font-size: 1.1em;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 5px;
  }
  .thelinks {
    padding-top: 1em;
  }
  .thebutton {
    padding-top: 1em;
  }
  .thelinks a {
    color: #ffffff;
  }
  .body-customers .row-9-less {
    margin-bottom: 0;
  }
  .customer-border {
    border-top: 1px dotted rgba(255, 255, 255, 0.3) /* @secondary-color-4 */;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 26em;
    width: 20em;
    display: none;
    background: #229fe3;
    border: 0;
  }
  .popover.wider {
    width: 340px;
  }
  .popover.large {
    width: 470px;
    max-height: 350px;
  }
  .popover .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 0;
    height: 0;
    /*border-top: 20px solid transparent;*/
  
    border-left: 20px solid transparent;
    /*border-right: 20px solid @complimentary-color-6;*/
  
  }
  .popover .bottom-arrow {
    top: 100%;
    left: 50%;
    margin: 0 0 0 -20px;
    border-right: 20px solid #229fe3;
    border-bottom: 20px solid transparent;
  }
  .popover .top-arrow {
    top: 0;
    left: 50%;
    margin: -14px -14px 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #229fe3;
  }
  .popover .left-arrow {
    top: 50%;
    left: -40px;
    margin: -6px 0 0;
    border-right: 20px solid #229fe3 /* @primary-color-3 */;
    border-right: 20px solid #229fe3 /* @complimentary-color-6 */;
    border-bottom: 20px solid transparent;
  }
  .popover .right-arrow {
    top: 50%;
    left: 100%;
    margin: -20px 0 0;
    border-left: 20px solid #229fe3;
    border-bottom: 20px solid transparent;
  }
  .popover .wrap {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #229fe3;
    background: #229fe3;
  }
  .popover .title {
    padding: 0.5em;
    line-height: 1.3em;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3) /* @secondary-color-4 */;
    color: white;
    font-size: 18px;
  }
  .popover .title a {
    color: white;
  }
  .popover .title a:hover {
    color: #004E6C;
  }
  .popover .content {
    padding: 0.5em 0.5em 1em;
    color: white;
  }
  .popover .content h6 {
    font-size: .9em;
    line-height: 1.2em;
    margin: 1em 0 .25em 0;
    padding: 0;
  }
  .popover .content h6:first-child {
    margin-top: 0;
  }
  .popover .content span {
    font-size: .8em;
    display: inline-block;
    margin-right: .25em;
  }
  .popover.large .content {
    max-height: 26em;
  }
  .sidebar ul,
  .sidebar nav {
    display: none;
  }
  #Simplified,
  #SiteFooter,
  #Wrapper-CTA,
  #Wrapper-Badges,
  .home-what-we-do,
  .sidebar {
    text-align: center;
  }
  .sitemap {
    text-align: left;
  }
  .mobileFooter .sitemap {
    text-align: center;
    padding: 10px;
  }
  .mobileTophat span.searchbutton span {
    right: 12px;
    display: block;
    width: 20px;
    height: 27px;
  }
  .resources,
  .main-container .int_page,
  .main-container .readmore,
  .hero-internal h2,
  .sdBadges,
  .slidebar .nobullets,
  .sidebar .twitter,
  .sidebar article,
  .sidebar p,
  .resources-landing figure,
  .resources-thumb,
  .thumb-left {
    display: none;
  }
  .taptoview {
    display: block;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
  }
  #Wrapper-CTA {
    text-align: center;
  }
  .cta-first,
  .cta-second {
    border-bottom: 1px solid #2d3031;
  }
  .cta-first,
  .cta-second,
  .cta-third {
    padding: 5px;
  }
  .SiteNav li a {
    font-size: .7em;
  }
  /* EDIT: move background image to 978. 320 just gets a background color */
  .figure-text .row-9,
  .diff-page .row,
  .resource-thumb {
    padding-bottom: 1.6875em;
    border-bottom: none;
    border-bottom: 1px dotted #d2d5d7;
  }
  .figure-text .row-9,
  .row-8 {
    margin-bottom: 1.6875em;
  }
  .figure-text .row-9 p:last-of-type {
    margin-bottom: 0;
  }
  .diff-page h3 {
    padding-bottom: 1em;
  }
  /* EDIT: move background image to 978. 320 just gets a background image */
  .figure-text figure,
  .resource-thumb {
    padding: 2px 4px 1px 2px;
    position: relative;
    text-align: center;
    background: #d2d5d7;
  }
  .solutions-new-figure {
    padding: 0 !important;
    border-bottom: 2px solid #00a1de;
    border-top: 2px solid #00a1de;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    background: #f2f2f2;
  }
  .body-solutions .figure-text figure {
    padding: 2px;
  }
  .body-file-sync-share-for-IT .main-container .columns-9 h5.bullet-head,
  .body-mobile-content-management .main-container .columns-9 h5.bullet-head,
  .body-content-collaboration-for-users .main-container .columns-9 h5.bullet-head {
    margin-left: 0.6em;
  }
  .body-file-sync-share-for-IT .main-container .columns-9 h5,
  .body-mobile-content-management .main-container .columns-9 h5,
  .body-content-collaboration-for-users .main-container .columns-9 h5 {
    margin-bottom: 0.6em;
    line-height: 1.6em;
  }
  .body-file-sync-share-for-IT .main-container .columns-9 h4,
  .body-mobile-content-management .main-container .columns-9 h4,
  .body-content-collaboration-for-users .main-container .columns-9 h4 {
    margin-bottom: 1em;
    line-height: 1.6em;
    margin-top: -1em;
  }
  .mcm-footer {
    background: #e1f3fa !important;
    margin-top: -4em;
    border-radius: 0 0 8px 8px;
    padding: 3em 0;
  }
  .mcm-footer article {
    width: 23% !important;
    padding: 0 1.4em !important;
    text-align: center;
  }
  .sol-industry-img {
    border-radius: 8px;
    margin-bottom: 1em;
    margin-top: 0.6em;
  }
  .figure-text figure img,
  .resource-thumb img {
    margin: 0 auto;
    border: 1px solid #c4c8cb;
  }
  .body-solutions .figure-text figure img {
    border: 0 !important;
    display: block;
  }
  .figure-text figure figcaption,
  .resource-thumb figcaption {
    margin-top: .5em;
    padding-bottom: .5em;
    font-size: .8em;
    text-align: center;
    font-style: italic;
    font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
  }
  .nobg,
  .figure-text figure.nobg,
  .nobg img,
  .figure-text figure.nobg img {
    border: none;
    background: none!important;
  }
  figure.on-top {
    margin-bottom: 1em!important;
  }
  .resource-thumb {
    margin-bottom: 1em!important;
    background: #004e6c;
  }
  .resource-thumb a,
  .resource-thumb figcaption {
    color: #ffffff;
  }
  /* EDIT we can do away with hover state transitions for 320 */
  .postmeta:hover,
  .resource-meta:hover {
    opacity: 1;
    transition: opacity 0.7s;
  }
  /* Contact pattern - icon with phone/email */
  .sidebar-nav li figure {
    width: 2.6em;
    height: 1.7em;
    display: inline-block;
    margin: 0 0.45em -0.4em 0;
    opacity: .5;
    transition: opacity 0.7s;
    background: url(/global-assets/images/bg-icons-sprite.png) no-repeat;
  }
  /* Change hero to 12 columns */
  #Hero-Slider .columns-7 {
    width: 97.023809523806%;
  }
  #Hero-Slider .columns-5 {
    display: none;
  }
  /* Homepage */
  /* HOME CTA */
  /* Connect */
  .cta-home article {
    text-align: center;
    /* padding-top:.5em; */
  
  }
  .cta-home article figure {
    display: none;
    /* width:50%;
  	margin:0 auto; */
  
  }
  .connect-bar figure img {
    display: block;
  }
  .connect-bar {
    /* padding-top:0 !important; */
  
  }
  .cta-home article ul {
    margin: .6em 0 0 0;
    padding: 0;
  }
  .cta-home article li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    font-size: 1em;
  }
  .cta-home article li a span {
    /* display:none; */
  
  }
  /* END Connect home bar */
  .home-what-we-do hgroup h2 {
    font-size: 1.3em;
    margin: 1em 0 0 0;
  }
  #simplify,
  #Simplified li {
    text-align: left;
  }
  #Simplified li {
    float: none;
    display: block;
  }
  #Simplified li figure {
    display: none;
  }
  .home-what-we-do hgroup h3 {
    font-size: 2em;
    line-height: 1em;
  }
  .home-what-we-do ul li {
    margin: 0;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #34748c;
    background: url("/global-assets/images/icon-play.png") no-repeat 260px 9px #00a1de;
    background-position: right;
  }
  .home-what-we-do ul li:first-child {
    background: url("/global-assets/images/bg-home-mobile.png") repeat-x scroll 0 0 #00a1de;
    margin-top: -0.7em;
    position: relative;
    z-index: 1;
  }
  .home-what-we-do ul li a {
    color: #eaf7fd;
    font-size: 1.2em;
    display: block;
  }
  .home-second-row {
    border-top: 1px solid #f2f2f2;
  }
  .home-second-row figure {
    display: none;
  }
  #SiteFooter ul.hor-list li {
    display: inline-block;
  }
  #sl-mobile-security figure {
    display: none;
  }
  .platform-1,
  .platform-2,
  .platform-3,
  .platform-4,
  .platform-5,
  .platform-6,
  .platform-7,
  .platform-8 {
    font-size: 0.8em;
  }
  /* HIDDEN FOR NEW PLATFORM LOGOS
  .SSverticals .platform-logos
  {
  	width:100%;
  	display:block;
  }
  
  .SSverticals .columns-2
  {
  	width:auto;
  }
  
  .platform-logos
  {
  	border-bottom:1px solid @secondary-color-4;
  	margin-bottom:1em;
  	padding-bottom:1em;
  }
  .platform-logos article
  {
  	display:inline-block;
  	vertical-align:top;
  	//width:33%;
  	margin:0 1.3em 1em 0!important;
  	//text-align:center;
  }
  
  .SSverticalsStatic {display: block;}
  .SSverticalsStatic a {
  	font-size: 1em;
  }
  */
  .platform-logos {
    margin-bottom: 2em!important;
    padding: 0 0 2em 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .platform-logos ul {
    border: none;
    margin: 0;
  }
  .platform-logos ul {
    border: none;
    margin: 0;
  }
  .platform-logos li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .57% 1.75em 0;
    padding: 0;
    width: 24%;
    text-align: center;
  }
  li.four {
    margin-right: 0;
  }
  .platform-logos figure {
    padding: 0 1.3em;
  }
  .bottom-sectional-nav li {
    padding: .25em .5em;
  }
  .partner-2,
  .partner-3,
  .partner-4 {
    margin-top: 1em;
  }
  .hero h1 {
    font-size: 1.6em;
    /* padding-bottom: 0.8em; */
  
  }
  .resources-landing {
    text-align: center;
  }
  .learnmore {
    padding-bottom: 1em;
  }
  .highlighted-content {
    margin-bottom: 1em;
  }
  h2 {
    line-height: 1em;
  }
  #tophead-print {
    display: none;
  }
  .tophead {
    padding-top: 1em;
  }
  #tophat li:first-child,
  #tophat li:nth-child(4) {
    display: block;
  }
  .trophies {
    height: 4em;
    display: none;
  }
  .trophiesStatic {
    display: block;
  }
  .cta-home {
    height: auto;
  }
  .dragContain {
    position: relative;
  }
  #logo-strip {
    background-image: url(/global-assets/images/logo-strip-homepage.png);
    height: 87px;
    width: 100%;
    float: left;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .mobileFooter {
    display: block;
    padding-bottom: 0.7em;
  }
  .footer641 {
    display: none;
  }
  #SiteFooter .mobileFooter h4 {
    color: #00a1de;
  }
  .mobileFooter .collapse {
    background-color: #d2d5d7;
  }
  #SiteFooter .mobileFooter .collapse a:hover {
    color: #00a1de;
  }
  /*
  ################################################
  09: PRICING 
  ################################################
  */
  .body-pricing .main-container img {
    display: none;
  }
  .pricing-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
    padding-bottom: 0;
    background: #e4e6e7;
  }
  .pricing-info li {
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  .pricing-info li ul li {
    border: none;
  }
  .pricing-info:after,
  .pricing-info li:after {
    content: "X";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .product-feature-info {
    float: right;
    width: 69.8%;
    position: relative;
  }
  .product-feature {
    float: left;
    position: absolute;
    width: 29.8%;
    display: block;
    height: 110%;
    border-right: 1px solid #999;
    text-align: center;
    background: #f2f2f2;
  }
  .product-feature h4 {
    position: relative;
    padding: .5em .5em;
    font-size: 1em;
  }
  .product-feature h4 span {
    font-size: 75%;
    display: block;
    font-style: italic;
  }
  .feature {
    width: 49.8%;
    height: 110%;
    float: left;
    text-align: center;
    border-right: 1px solid #f2f2f2;
  }
  .feature-wide {
    width: 100%;
    height: 110%;
    float: left;
    text-align: center;
    border-right: 1px solid #f2f2f2;
  }
  .feature h4 {
    font-size: 1.3em;
  }
  .feature-wide h4 {
    font-size: 1.3em;
  }
  .feature-2 {
    border: none;
    float: right;
  }
  .feature-1-wide {
    float: left;
    height: 110%;
  }
  .feature-2-wide {
    float: left;
    height: 110%;
  }
  .feature-3 {
    border: none;
    float: left;
  }
  .feature li,
  .feature-wide li {
    padding: .3em 0;
  }
  .feature h4 {
    padding: .4em 0;
    background: #004E6C;
    color: white;
  }
  .feature-wide h4 {
    padding: .4em  0.6em 0.4em;
    background: #004E6C;
    border-bottom: 1px solid #a2cad9;
    color: white;
  }
  .feature em,
  .feature-wide em {
    display: block;
    font-size: 80%;
  }
  .feature strong,
  .feature-wide strong {
    font-size: 120%;
    transition: color .7s ease;
  }
  .pricing-info:hover strong {
    color: #373a3c;
    transition: color .7s ease;
  }
  /* Pricing */
  .pricing-page .row-9 {
    padding-bottom: 0.84375em;
    margin-bottom: 1.6875em;
    background: url(/global-assets/images/bg-figures.png) repeat-x bottom left;
  }
  .pricing-page .no-bottom-margin {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
  /* NEW SIDE NAV OPTION */
  .sidebar-group {
    border: 0 !important;
  }
  .sidenav-heading {
    border-bottom: 1px dotted #D2D5D7;
    padding: 0.3em 0;
    background: none !important;
  }
  .sidenav-heading a {
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 0 !important;
  }
  .sidenav-inner {
    border-top: 0 !important;
    border-bottom: 1px dotted #D2D5D7;
    padding: 0.3em 0 0;
  }
  .sidenav-inner li {
    border-bottom: 1px dotted #D2D5D7;
    padding: 0.3em 0;
    margin-bottom: 0 !important;
  }
  .sidenav-inner li:last-child {
    border-bottom: 0px dotted #D2D5D7;
  }
  .sidebar ul {
    margin-bottom: 0;
  }
  .sidebar ul li div:last-child .accordion-group .accordion-heading {
    border: 0 !important;
  }
  /* ##################### 320 PRICING STYLES ############################ */
  .mobile-pricing {
    display: none !important;
  }
  .new-pricing-page h2 {
    font-size: 1.6em;
  }
  .new-pricing-page h3 {
    text-align: center;
  }
  .new-pricing-page .new-pricing-container h4 {
    color: #34748C;
  }
  .new-pricing-page .new-pricing-container h4.bright {
    color: #ffffff;
  }
  .new-pricing-container {
    background: #f2f2f2;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 14px;
    margin-bottom: 3em;
    border-bottom: 1px dotted #616365;
  }
  .new-pricing-blue-row {
    background: #00A1DE;
    border-radius: 14px;
    margin-bottom: 2em !important;
    position: relative;
  }
  .new-pricing-blue-row .new-pricing-left-col p {
    color: #a5e0f7;
  }
  .new-pricing-grey-row {
    background: #ffffff;
    border-radius: 14px;
    position: relative;
    margin-bottom: 1em !important;
  }
  .new-pricing-left-col,
  .new-pricing-left-col-grey {
    padding: 0.4em;
  }
  .new-pricing-left-col,
  .new-pricing-right-col {
    padding-top: 1.4em;
  }
  .new-pricing-left-col-grey,
  .new-pricing-right-col-grey {
    padding-top: 1.4em;
  }
  .new-pricing-right-col {
    background: #0091c8;
    padding-bottom: 1em;
  }
  .new-pricing-right-col-short {
    padding-top: 2% !important;
  }
  .new-pricing-right-col-grey {
    background: #e1dede;
  }
  .new-pricing-package {
    text-align: center;
  }
  .new-pricing-blue-row .new-pricing-package p {
    color: #ffffff;
  }
  b.money {
    color: #004E6C;
    font-weight: bold;
  }
  .new-pricing-page em {
    font-size: 80%;
  }
  .new-pricing-page .strong {
    font-size: 120%;
  }
  /* PRETTY TABLE/Flexible Delivery */
  .flexible-delivery-comparision {
    border: none;
    width: 85%;
    margin: 0 auto;
    background: #ccecf8;
  }
  .flexible-delivery-comparision td {
    border-bottom: 1px solid #b5dae7;
    padding: 1.5em 1em;
    line-height: 1.5em;
  }
  .table-cloud-column,
  .table-premise-column {
    width: 45%;
  }
  .table-cloud-column {
    text-align: right;
  }
  th {
    border-bottom: 1px solid #b5dae7;
    text-shadow: 1px 1px 0 #fff;
    background: #ccecf8;
    background: #a5e0f7;
  }
  th.table-flex-middle-column {
    width: 10%;
    border: none;
    background: #a5e0f7;
  }
  td.table-flex-middle-column {
    text-align: center;
    font-weight: bold;
    /* border-bottom:1px solid #94cfe7;*/
  
    border: none;
    /*background: #a5e0f7;*/
  
  }
  tr.odd td.table-flex-middle-column {
    background: #edf9fe;
  }
  tr.even td.table-flex-middle-column {
    background: #c9ecfc;
  }
  tr.odd td {
    border-bottom: none!important;
    background: #f5fbfe;
  }
  tr.even td {
    border-bottom: none!important;
    background: #e0f3fb;
  }
  td.table-flex-learn-more,
  td.table-flex-learn-more-middle-column {
    background: #fff;
  }
  th,
  td {
    vertical-align: top;
  }
  .stat-fact {
    margin-top: .75em;
    font-weight: bold;
  }
  .table-flex-cloud-td {
    text-align: right;
  }
  /* Contact Page */
  .body-contact-us div.row-9 {
    margin-bottom: 0.2em;
  }
  .body-contact-us h3 {
    padding-bottom: 0.6em;
  }
  .body-contact-us .highlighted {
    background: #e6f0f4;
    border-radius: 8px;
    margin-bottom: 2em !important;
  }
  .body-contact-us .highlighted article {
    padding: 1em;
  }
  .body-contact-us h5 {
    color: #004E6C;
    padding-bottom: 0.8em;
  }
  .quicknav {
    /* background: #f2f2f2;
      border-radius: 8px; */
  
    margin-bottom: 4em !important;
    /* padding:1em; */
  
    margin-top: -1.3em;
  }
  .body-contact-us .row .grid {
    overflow: visible !important;
  }
  .quicknav ul li {
    float: left;
    list-style: none;
    list-style-image: none;
    margin-right: 1.4em;
  }
  .quicknav ul li a {
    font-size: 12px;
  }
  .body-contact-us h3 a {
    text-decoration: none;
    color: #373A3C !important;
    pointer-events: none;
  }
  a.jumptarget:target {
    padding-top: 100px;
  }
  /* Contact End */
  /*Customer Success */
  body.body-customer-success .map {
    position: relative;
  }
  body.body-customer-success .map img {
    width: 100% !important;
  }
  body.body-customer-success .caption {
    position: absolute;
    top: 18%;
    width: 100%;
    text-align: center;
  }
  body.body-customer-success h1.map-overlay {
    color: #34748c;
    opacity: 0.8;
    font-size: 2em;
    text-align: center;
    line-height: 1.4em;
  }
  .highlight-both {
    border-radius: 8px;
    margin-bottom: 2em!important;
  }
  .highlight-1 {
    background: #eeeff0;
  }
  .highlight-2 {
    background: #dbf5fc;
  }
  .highlight-both p {
    padding: 0.6em 0.6em 0.6em 0;
    margin: 0 !important;
  }
  .highlight-both img {
    padding: 0.6em;
  }
  .highlight-both p {
    font-size: 0.775em !Important;
  }
  .hidden-phone {
    display: none;
  }
  /*Customer Success END */
  .company-news li {
    background: url(/global-assets/images/icon-page-16x16.png) no-repeat 0 0.84375em;
  }
  .tophat li div,
  .tophat li.search span {
    padding: 0;
  }
  .phone-num-icon {
    display: none;
  }
  .nobullets {
    margin: 0;
  }
  #tophat li.searchtablet {
    display: none;
  }
  .bar-home {
    display: none;
  }
  #tophat li.currentLang {
    margin-left: .1em;
  }
  /*Carousel */
  .caption {
    border-radius: 10px;
    background-color: rgba(3, 140, 192, 0.9);
    padding: 0;
    position: absolute;
    top: 19%;
    width: 30%;
    display: none;
  }
  .captionLeft {
    left: 56%;
  }
  .captionRight {
    right: 56%;
  }
  .captionTop {
    min-height: auto;
    padding: 16px 17px 6px 17px;
  }
  .captionTop h2 {
    color: #fff;
    font-size: 14px;
  }
  .captionTop p {
    font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    font-size: 10px;
  }
  .captionBottom {
    background-color: #58676e;
    padding: 11px 10px;
    text-align: right;
    border-radius: 0 0 10px 10px;
  }
  .captionBottom a {
    font-family: 'FrutigerLTW20-55Roman', Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    color: #5cccf7;
    background-image: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding: 10px 0 10px 0;
    font-size: 0.8em;
  }
  .hero-img-slide {
    background-color: #00a1de;
    margin-bottom: -3px;
  }
  .captionMobile {
    display: block;
    text-align: center;
    z-index: 200;
    color: #fff;
    background-color: #58676e;
    padding: 13px 0 10px 0;
    min-height: 111px;
  }
  .captionMobile h2 {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 1.2em;
  }
  .captionMobile p {
    margin-bottom: 0.5em;
    font-size: .75em;
  }
  .captionMobile a {
    color: #00a1de;
    font-size: .9em;
  }
  #tophat li a {
    font-size: 1.1em;
  }
  .feat-event {
    background: #00a1de;
    background-image: none;
    margin-bottom: 2em !important;
  }
  .feat-wrap {
    padding: 34px 26px;
  }
  .feat-event h3 {
    margin-bottom: 1.1em;
    text-align: center;
  }
  .feat-event h3 a {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
  }
  #link-container {
    text-align: center;
  }
  .feat-event h5 {
    color: #fff;
    margin-bottom: 17px;
    text-align: center;
  }
  .feat-event img {
    border: 6px solid #fff;
    width: 100%;
    display: none;
  }
  .feat-event .col-4 {
    width: 42.148760330579%;
    float: left;
  }
  .feat-wrap .row-9 {
    margin-bottom: 0;
  }
  .event-headline {
    margin-bottom: 28px !important;
    padding: 13px 0 10px 0;
    border-bottom: 1px dotted #d2d5d7;
  }
  .event-headline h3 {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #d2d5d7;
  }
  .event-container .date {
    border-radius: 50%;
    background: #f2f2f2;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.8em;
    color: #727478;
    display: none;
  }
  .event-container .date-top {
    font-size: 25px;
    padding-top: 20px;
  }
  .event-container .date-bottom {
    font-size: 25px;
  }
  .event-container {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1.3em;
  }
  .event-container h3 {
    margin-bottom: 0.6em;
  }
  .event-date-icon {
    background: url('http://www.air-watch.com/uploads/global-media/events-date-icon.png') no-repeat;
    padding-left: 1.5em;
  }
  .event-map-icon {
    background: url('http://www.air-watch.com/uploads/global-media/event-map-icon.png') no-repeat;
    padding-left: 1.5em;
    padding-bottom: 1.2em;
  }
  .event-container .columns-7 p {
    margin-bottom: 1.2em;
  }
  /*
  
  ########################
  10: NEW HOME PAGE CSS
  ########################
  
  */
  .blue-home-bar p {
    padding-top: 10px !important;
  }
  .home-simplify-mobility h2 {
    padding: 40px 0 26px 0;
  }
  .home-simplify-mobility h3 {
    text-align: center;
    padding: 0 0 26px 0;
  }
  #Simplified li {
    width: 25%;
    text-align: center;
    min-height: 179px;
  }
  #Simplified li figure img {
    display: block;
    margin: auto;
    padding-bottom: 14px;
    width: 50%;
  }
  .home-arrow-btn {
    text-align: center;
    display: block;
    clear: both;
  }
  .home-arrow-btn a {
    background: url('http://www.air-watch.com/uploads/global-media/arrow-hm-blue.png') no-repeat 130px 0;
    padding-right: 19px;
  }
  .home-customers-btn a {
    background-position: 123px 0;
  }
  .home-award-btn a {
    background-position: 101px 0;
  }
  .home-news-btn a {
    background-position: 90px 0;
  }
  .video-hm-btn a {
    background-position: 96px 0;
  }
  .home-customers {
    background-color: #f8f9f9;
    border-top: 1px solid #eeeef0;
    border-bottom: 1px solid #eeeef0;
    padding-bottom: 40px;
  }
  .home-customers h2 {
    text-align: center;
    padding: 40px 0 10px 0;
  }
  #Customers-logo li figure img {
    display: block;
    margin: auto;
  }
  .home-resource h2 {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 5px;
  }
  .home-resource-btn {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .home-resource-btn a {
    background-position: 74px 0;
    display: block;
  }
  .new-resources img {
    float: left;
  }
  .new-resources ul {
    list-style: none;
    margin: 0;
  }
  .new-resources ul li {
    margin: 0;
  }
  .new-resources-text {
    display: inline-table;
    width: 77%;
    margin: 10px;
  }
  .home-award {
    background-color: #f8f9f9;
    border-top: 1px solid #eeeef0;
    border-bottom: 1px solid #eeeef0;
    padding-bottom: 40px;
    margin-bottom: 0 !important;
  }
  #video-section li {
    width: 29%;
    margin-bottom: 4em;
    text-align: center;
  }
  .thumb-video {
    position: relative;
    text-align: center;
  }
  .play-btn-video {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 32%;
  }
  .home-video {
    background-color: #f8f9f9;
    border-top: 1px solid #eeeef0;
    border-bottom: 1px solid #eeeef0;
    padding-bottom: 40px;
  }
  .home-video h2 {
    text-align: center;
    padding: 40px 0 10px 0;
  }
  .hm-video-section {
    margin-bottom: 53px !important;
  }
  .hm-video-section figcaption {
    margin-top: 0.625em;
    font-size: 0.913em;
    text-align: center;
  }
  .webinars-section {
    padding: 10px 0;
    margin: 0 !important;
    clear: both;
    height: 87px !important;
  }
  .webinars-section figure img {
    display: block;
  }
  .upcom-webinars figure {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #ccc;
    width: 13.690476190476%;
    float: left;
    margin-right: 9px;
  }
  .upcom-webinars .last {
    margin-left: 10px;
  }
  .upcom-webinars article a {
    margin-top: 0;
    display: block;
    line-height: 1.5em;
  }
  .webinars-icon {
    background: url('/global-assets/images/resources_icons.png') repeat scroll transparent;
    display: inline-table;
    height: 45px;
    text-indent: -99999px;
    width: 45px;
    float: left;
  }
  .case-studies {
    background-position: -42px 0;
  }
  .brochures {
    background-position: -137px 0;
  }
  .webinars {
    background-position: -86px 0;
  }
  .analyst-reports {
    background-position: 0 0;
  }
  .white-papers {
    background-position: -182px 0;
  }
  .show-btn-link .row {
    margin-bottom: 0;
  }
  .home-customers-log-btn {
    padding-top: 38px;
  }
  ul.Simplified-icons {
    text-align: center;
  }
  .Simplified-icons li {
    margin-bottom: 3em !important;
    text-align: center;
  }
  .hero h1 {
    font-size: 13px;
  }
  .hero h3 {
    font-size: 12px;
  }
  .slider-caption {
    top: 1%;
  }
  .blog-text p {
    font-size: .6em;
  }
  .blog-text {
    padding: 7px 0 1px;
    margin: -3px 0 0 0;
  }
  .bar-home .wrapper {
    padding: 0;
  }
  .bar-home .wrapper li {
    font-size: .875em;
  }
  .bar-home nav ul li {
    /* width: 15%; */
  
  }
  .slider-img {
    margin-top: 24px;
  }
  .slider-text {
    width: 52%;
  }
  .hero-img-slide {
    width: 100%;
  }
  .hero-h1 {
    margin-top: 0.625em;
  }
  .carousel-control.right {
    right: 2px;
  }
  #Simplified li {
    width: auto;
    margin-bottom: 2em;
    text-align: center;
  }
  #Simplified li figure {
    display: block;
  }
  .bar-home nav ul li a {
    font-size: 11px;
    padding: 10px 0;
    display: block;
  }
  .phone-num-icon {
    display: none;
  }
  .home-video ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  .hide-btn-link {
    display: block;
  }
  .show-btn-link {
    display: none;
  }
  .new-resources ul li {
    margin: 10px 0;
  }
  #Simplified li figure img {
    width: 38%;
  }
  #Customers-logo {
    margin-bottom: 53px;
  }
  #Customers-logo li {
    text-align: center;
  }
  .upcom-webinars figure {
    margin-bottom: 1em;
  }
  .hm-video-section ul li {
    margin: 0 20px 24px 20px;
  }
  .upcom-webinars article a {
    margin-top: 0;
    font-size: 0.875em;
  }
  #Simplified li a {
    padding: 0;
  }
  .home-resource {
    margin-bottom: 22px;
  }
  .Simplified-icons li {
    float: left;
    margin: 0 3%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    /*width: 44%;*/
  
    height: 200px;
    margin-bottom: 0.1em !important;
  }
  .Mobiledevices {
    margin: 0 3%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.1em !important;
  }
  .Simplified-icons .thumb-left,
  .Mobiledevices .thumb-left {
    display: block;
  }
  .Simplified-icons li a,
  .Mobiledevices li a {
    text-align: center;
  }
  .Simplified-icons li img,
  .Mobiledevices li img {
    max-width: 75% !important;
  }
  #Customers-logo li {
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0;
    width: 50%;
    list-style: none;
  }
  .center-column {
    float: none !important;
    text-align: center;
  }
  .navigation {
    height: 39px !important;
  }
  .lastNav {
    height: 86px;
    padding: 0 1px 15px 0 !important;
  }
  .navbar-pad {
    padding-bottom: .8em;
  }
  .navbar-bg .navigation {
    height: 39px;
  }
  /* 
  
    ##########################
  
    NEWS ROOM LANDING PAGE
  
    ########################## 
  
    */
  .body-news-room .postmeta {
    padding-top: 0;
    margin: 0;
  }
  .landing-thumbs figure {
    display: block !important;
  }
  .news-date {
    width: 15.024% !important;
    overflow: visible !important;
  }
  .news-para {
    width: 82% !important;
  }
  .body-news-room .newsmeta {
    font-size: .875em !important;
    opacity: 1 !important;
  }
  .no-left-margin {
    margin-left: 0 !important;
  }
  .body-news-room .columns-6 h3,
  .sidebar-nav-right h3,
  .body-news-room .highlighted .columns-12 h3 {
    margin-bottom: 0.4em;
  }
  .body-news-room .highlighted {
    background: none repeat scroll 0 0 #E6F0F4;
    border-radius: 8px;
    margin-bottom: 1em !important;
  }
  .body-news-room .highlighted li {
    font-size: 80%;
    padding-left: 1em;
  }
  .body-news-room .highlighted p {
    margin-left: 1em;
  }
  .body-news-room .highlighted .columns-12 h3 {
    margin-left: 0.5em;
  }
  .sidebar-nav-right li,
  .sidebar-nav-right p {
    font-size: 80%;
    list-style: none;
  }
  .sidebar-nav-right .row {
    margin-bottom: 2em !important;
    padding-top: 0.4em;
  }
  .sidebar-nav-right .row .row {
    margin-bottom: 1.5em !important;
  }
  .sidebar-nav-right ul {
    margin: 0;
  }
  .body-news-room .columns-6 .row {
    margin-bottom: 1em !important;
  }
  .news-landing-feeds {
    border-bottom: 1px dotted #D2D5D7;
  }
  .body-news-room .columns-6 .row:after {
    content: "" !important;
  }
  .body-news-room figure.download {
    text-align: center !important;
    position: relative !important;
  }
  .body-news-room figcaption {
    width: 100%;
    font-size: 12px;
    padding: 0.8em 0;
    text-align: center;
  }
  .body-news-room figcaption.blue {
    background: #00A1DE;
    color: #fff;
  }
  .body-news-room figcaption.light-blue {
    background: #A5E0F7;
    color: #00A1DE;
  }
  .body-news-room .btn-thumb {
    margin-top: 30% !important;
  }
  .resource-box {
    padding-top: 2%;
  }
  .li-no-style {
    border: none!important;
    padding-top: 0 !important;
    padding-bottom: 0 !Important;
  }
  span.break {
    display: block;
  }
  /* 
  
    ##########################
  
    HOME PAGE CALL TO ACTION
  
    ########################## 
  
    */
  .blue-home-bar .blog-text p {
    color: #fff;
    padding: 0.70em 0 0.625em 0;
    margin: 0;
  }
  .blue-home-bar {
    background-color: #00a1de;
    padding-bottom: 0;
  }
  .blue-home-bar p {
    padding: 0 0 10px 0;
  }
  .bar-home {
    background-color: #616365;
    padding-bottom: 0;
  }
  .bar-home nav ul {
    margin: 0;
    position: relative;
  }
  .bar-home nav ul li {
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    vertical-align: top;
    /* add this rule */
  
  }
  .bar-home nav ul li a {
    color: #fff;
  }
  .bar-home nav ul li:hover {
    background-color: #373a3c;
    cursor: pointer;
    background-image: url("/uploads/global-media/trangle-arrow.gif");
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .bar-home nav ul li a.current {
    background-color: #373a3c;
    background-image: url("/uploads/global-media/trangle-arrow.gif");
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .bar-home nav ul li a.currents {
    background-color: #373a3c;
    background-image: url("/uploads/global-media/trangle-arrow.gif");
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .bar-home nav ul li.currents {
    background-color: #373a3c;
    background-image: url("/uploads/global-media/trangle-arrow.gif");
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  #stickyNav {
    width: 100%;
    z-index: 100;
    box-shadow: none;
  }
  /* 
  
    ##########################
  
    HOME PAGE BOOSTRAP CAROUSEL 
  
    ########################## 
  
    */
  .slider-caption {
    position: absolute;
    left: 16%;
    top: 21%;
  }
  .slider-text {
    float: left;
    width: 48%;
    margin-right: 19px;
  }
  .slider-text h1 {
    color: #fdc82f;
    line-height: 1.2em;
    font-weight: 300;
  }
  .slider-text h3 {
    color: #fff;
  }
  .slider-img {
    float: left;
    width: 29%;
  }
  .hero-carousel hgroup,
  .hero-local hgroup,
  .hero-region hgroup {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
  }
  .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
  }
  .slide {
    top: 0;
    margin-bottom: 0 !important;
  }
  .body-home .nobullets > li {
    margin-bottom: 0 !important;
  }
  .carousel-indicators {
    display: none;
  }
  /* 
  
    ##########################
  
    FOOTER CODE
  
    ########################## 
  
    */
  #Wrapper-Copyright {
    border-top: 1px solid #46484a;
    padding: 25px 0 53px 0;
    color: #616365;
  }
  #Wrapper-Copyright ul li a {
    color: #616365;
  }
  #Wrapper-Copyright ul li a:hover {
    color: #616365;
  }
  .social-list {
    display: none;
    width: 74%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .social-list li {
    float: left;
    margin-bottom: 11px;
    margin-left: 6%;
  }
  #SiteFooter {
    padding-top: 0;
  }
  .foot-top {
    border: 2px solid #46484a;
    padding: 10px 0 0 0;
    margin-bottom: 21px;
    background-color: #36393b;
  }
  .foot-top .row {
    margin-bottom: 0;
  }
  .phone-num span {
    display: inline-block;
    height: 36px;
    width: 39px;
    background: url('/uploads/global-media/footer_icons.png') no-repeat scroll transparent;
    background-position: 0 0;
    float: left;
  }
  .phone-num a {
    margin-top: 11px;
    display: block;
    width: 217px;
    color: #fff !important;
  }
  .phone-num .row {
    margin: 0;
  }
  .phone-number {
    margin: 16px 0 21px 0;
  }
  .phone-number a {
    color: #fff !important;
  }
  .foot-top .social-list li {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 42px;
    width: 42px;
    margin: 0 10px 10px 0;
    background-color: #303234;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-indent: -2000px;
    display: block;
  }
  .foot-top .social-list-icon li a {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 42px;
    width: 42px;
    margin: 0 10px 10px 0;
    background-color: #303234;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-indent: -2000px;
    display: block;
  }
  .foot-top .social-list-icon li {
    width: 15%;
    display: inline-block;
  }
  .foot-top .icon-tw {
    background: url('/global-assets/images/footer_icons.png') no-repeat scroll transparent;
    background-position: -43px 0;
  }
  .foot-top .icon-in {
    background: url('/global-assets/images/footer_icons.png') no-repeat scroll transparent;
    background-position: -87px 0;
  }
  .foot-top .icon-gp {
    background: url('/global-assets/images/footer_icons.png') no-repeat scroll transparent;
    background-position: -136px 0;
  }
  .foot-top .icon-yt {
    background: url('/global-assets/images/footer_icons.png') no-repeat scroll transparent;
    background-position: 3px -40px;
  }
  #SiteFooter .foot-bottom a {
    color: #fff;
  }
  #SiteFooter .foot-bottom a:hover {
    color: #616365;
  }
  .mobileFooter li {
    margin-bottom: 2px;
    border-bottom: 1px solid #292A2B;
    behavior: url(/global-assets/js/PIE.htc);
    display: block;
    padding: 8px 15px;
    color: #fff;
  }
  .mobileFooter li a {
    color: #fff !important;
  }
  .mobil-safeharbor {
    border-bottom: none !important;
  }
  .mobil-safeharbor a {
    padding: 2px 0 8px 0;
    display: block;
  }
  .mobil-trust {
    border-bottom: none !important;
  }
  /*
  ################################################
  HOME INDEX CODE
  ################################################
  */
  .hero h1 {
    font-size: 13px;
  }
  .hero h3 {
    font-size: 12px;
  }
  .slider-caption {
    top: 1%;
  }
  .blog-text p {
    font-size: .6em;
  }
  .blog-text {
    padding: 7px 0 1px;
    margin: -3px 0 0 0;
  }
  .bar-home .wrapper {
    padding: 0;
  }
  .bar-home .wrapper li {
    font-size: .875em;
  }
  /* .bar-home nav ul li
      {
          width: 15%;
      } */
  .slider-img {
    margin-top: 24px;
  }
  .slider-text {
    width: 52%;
  }
  .hero-img-slide {
    width: 100%;
  }
  .hero-h1 {
    margin-top: 0.625em;
  }
  .carousel-control.right {
    right: 2px;
  }
  #Simplified li {
    width: auto;
    margin-bottom: 2em;
    text-align: center;
  }
  #Simplified li figure {
    display: block;
  }
  .bar-home nav ul li a {
    font-size: 11px;
    padding: 10px 0;
    display: block;
  }
  .phone-num-icon {
    display: none;
  }
  .home-video ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  .hide-btn-link {
    display: block;
  }
  .show-btn-link {
    display: none;
  }
  .new-resources ul li {
    margin: 10px 0;
  }
  #Simplified li figure img {
    width: 38%;
  }
  #Customers-logo {
    margin-bottom: 53px;
  }
  #Customers-logo li {
    text-align: center;
  }
  .upcom-webinars figure {
    margin-bottom: 1em;
  }
  .hm-video-section ul li {
    margin: 0 20px 24px 20px;
  }
  .upcom-webinars article a {
    margin-top: 0;
    font-size: 0.875em;
  }
  #Simplified li a {
    padding: 0;
  }
  .home-resource {
    margin-bottom: 22px;
  }
  .Simplified-icons li {
    float: left;
    margin: 0 3%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    /*width: 44%;*/
  
    height: 200px;
    margin-bottom: 0.1em !important;
  }
  .Mobiledevices {
    margin: 0 3%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.1em !important;
  }
  .Simplified-icons .thumb-left,
  .Mobiledevices .thumb-left {
    display: block;
  }
  .Simplified-icons li a,
  .Mobiledevices li a {
    text-align: center;
  }
  .Simplified-icons li img,
  .Mobiledevices li img {
    max-width: 75% !important;
  }
  #Customers-logo li {
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0;
    width: 50%;
    list-style: none;
  }
  .center-column {
    float: none !important;
    text-align: center;
  }
  .home-customers,
  .home-resource,
  .home-video,
  .home-resource {
    min-height: 402px;
  }
  .hero-img-slide img {
    width: 100%;
  }
  /* Partners Page Styles */
  .body-partners .med-bottom-margin .columns-5 {
    padding-left: 5em;
  }
  #ReferralPartner {
    background: url('http://www.air-watch.com/uploads/global-media/referral-partner-icon.png') no-repeat #f2f2f2;
    background-position: 10px center;
  }
  #ResellerPartner {
    background: url('http://www.air-watch.com/uploads/global-media/reseller-partner-icon.png') no-repeat #f2f2f2;
    background-position: 10px center;
  }
  #ServiceProviderPartner {
    background: url('http://www.air-watch.com/uploads/global-media/service-partner-icon.png') no-repeat #f2f2f2;
    background-position: 10px center;
  }
  #TechnologyPartner {
    background: url('http://www.air-watch.com/uploads/global-media/tech-partner-icon.png') no-repeat #f2f2f2;
    background-position: 10px center;
  }
  #AppPartner {
    background: url('http://www.air-watch.com/uploads/global-media/app-partner-icon.png') no-repeat #f2f2f2;
    background-position: 10px center;
  }
  .body-partners .med-bottom-margin p {
    margin-bottom: 0.4em;
    font-size: 0.8em;
  }
  .body-partners .no-bottom-margin {
    margin-bottom: 1em;
  }
  .body-partners .med-bottom-margin {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1.2em;
    padding-top: 1.2em;
    border-radius: 8px;
    padding-left: 5.4em;
  }
  .body-partners .columns-5 .btn-info {
    padding: 0.4em !important;
  }
  .newboxes {
    padding: 1em 0;
    display: none;
  }
  .body-partners .med-bottom-margin:after {
    content: "" !important;
  }
  .body-partners .partner-list ul {
    margin-bottom: 0;
  }
  .callout h5 {
    border-top: 1px dotted #d2d5d7;
    border-bottom: 1px dotted #d2d5d7;
    padding: 1em 0 1em 0.4em;
    background: #e5edf0;
    margin-bottom: 1.8em;
  }
  .body-become-a-partner .callout {
    margin-bottom: 1em !important;
  }
  .callout .columns-12 {
    width: 94% !important;
    border-radius: 8px !important;
  }
  .body-partners i.fa.fa-exclamation-triangle {
    color: #00A1de;
    padding-right: 0.4em;
  }
  .partner-list {
    border-top: 1px dotted #d2d5d7;
    padding-top: 2em;
  }
}
@media only screen and (min-width: 515px) {
  .Simplified-icons li {
    /*width: 22.023809523809%; */
  
    height: auto;
    margin-bottom: 3em !important;
  }
  .hero-h1 {
    margin-top: 1.925em;
  }
  .carousel-control.right {
    right: 15px;
  }
  .slider-text {
    width: 48%;
  }
  .bar-home nav ul li a {
    font-size: 14px;
  }
  .home-video li {
    list-style: none;
  }
  #Simplified li figure img {
    width: 50%;
  }
  #Simplified li a {
    padding: 0 8%;
  }
  #Customers-logo li {
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0 1.488095238095% 3em 1.488095238095%;
    width: 13.690476190476%;
  }
  .center-column h4 {
    padding: 1em 2em;
    text-align: center;
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 639px) {
  li.mobileMenuToggle ul li.col1 {
    width: 13em;
  }
  .resources,
  .main-container .int_page,
  .main-container .readmore,
  .hero-internal h2,
  .sdBadges,
  .slidebar .nobullets,
  .sidebar .twitter,
  .sidebar article,
  .sidebar p,
  .resources-landing figure,
  .resources-thumb,
  .thumb-left {
    display: none;
  }
  .sidebar nav {
    display: block;
  }
  .foot-top {
    display: block;
  }
  /* 
   ########################
   PRICING
   ########################
   */
  .body-pricing .main-container img {
    display: block;
  }
  .feature-wide h4 {
    height: 2.6em;
    padding: .4em  0 0.4em;
    border: 0;
    font-size: 1em;
  }
  .feature-wide {
    width: 33%;
  }
  .product-feature-info {
    width: 72.8%;
  }
  .product-feature {
    width: 27%;
  }
  /*
  ################################
  
  NEWEST PRICING STYLE - 04-11-13
  
  ################################
  */
  .new-pricing-page h2 {
    font-size: 2.6em;
  }
  .new-pricing-container {
    background: #f2f2f2;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 14px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .new-pricing-left-col-short {
    padding-bottom: 6em;
  }
  .new-pricing-left-col-shorter {
    padding-bottom: 3em;
  }
  .new-pricing-left-col-short-2 {
    padding-bottom: 2em;
  }
  .new-pricing-right-col {
    background: #0091c8;
    position: absolute;
    margin: 0 !important;
    width: 57.2% !important;
    height: 100%;
    padding-top: 8%;
    /* padding-bottom:3em; */
  
  }
  .new-pricing-right-col-short {
    padding-top: 2% !important;
  }
  .new-pricing-right-col-shorter {
    padding-top: 4% !important;
  }
  .new-pricing-right-col-grey {
    background: #e1dede;
    position: absolute;
    margin: 0 !important;
    width: 57.2% !important;
    height: 100%;
  }
  .price-arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00A1DE;
    top: 37%;
    position: absolute;
  }
  .price-arrow-right-grey {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
    top: 37%;
    position: absolute;
  }
  .btn-multiline {
    font-size: 13px;
    padding: 0.4em 0 0.4em 0.4em;
  }
  .btn-multiline[data-icon]:before {
    display: none;
  }
  .btn-info[data-icon]:before {
    display: none;
  }
  .btn-info {
    padding: 0.4em;
  }
  /* HOMEPAGE */
  .hero h3 span {
    display: inline;
  }
  .cta-home article {
    text-align: left!important;
  }
  /* .cta-home article figure
  {
      width:50%;
      display:inline-block;
      vertical-align:top;
      margin:0 auto;
  } */
  .connect-bar figure img {
    display: inline-block;
  }
  .cta-home article ul {
    margin: 0;
    padding: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .cta-home article li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    font-size: 1em;
  }
  .cta-home {
    height: 87px;
  }
  .cta-home article li a span {
    display: none;
  }
  /* End home page */
  .highlight-both p {
    font-size: 0.63em !Important;
  }
  .blog-text {
    font-size: 1.6em;
    text-align: center;
    line-height: 31px;
  }
  .tophat li div,
  .tophat li.search span {
    padding: 0 .4em;
  }
  .caption {
    top: 18%;
    width: 40%;
  }
  .captionTop p {
    font-size: 10px;
    margin: 0;
  }
  /* PLATFORM LOGOS */
  .platform-logos figure {
    padding: 0 .5em;
  }
  .carousel-control {
    top: 30%;
  }
  .feat-event {
    background: #00a1de;
  }
  .feat-event img {
    display: block;
  }
  .event-container .date {
    display: block;
  }
  .feat-event h3 {
    text-align: left;
  }
  .feat-event h5 {
    text-align: left;
  }
  #link-container {
    text-align: left;
  }
  .social-list {
    width: 100%;
    display: block;
  }
  .social-list-icon {
    display: none;
  }
  .phone-number {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .hor-list li {
    float: left;
  }
  #staticSS h1 {
    font-size: 2.5em;
  }
  li.mobileMenuToggle ul li.col1 {
    width: 21em;
  }
  #Simplified,
  #SiteFooter,
  #Wrapper-Badges,
  .sidebar {
    text-align: left;
  }
  .sidebar ul {
    display: none;
  }
  .sidebar select {
    display: block;
  }
  /*
  #####
  HOME PAGE 
  #####
  */
  /* HOME CTA */
  /* Connect */
  /* HOMEPAGE */
  .cta-home article {
    text-align: left!important;
  }
  .cta-home article figure {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 0;
    text-align: right;
  }
  .cta-home article figure img {
    width: 240px;
    padding-top: 0.6em;
  }
  .cta-home article ul {
    margin: 1% 0 0 3%;
    padding: 0;
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .cta-home article li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
  }
  .cta-home article li a span {
    display: inline-block;
  }
  .connect-dates {
    border-left: 1px solid #555;
    padding-left: 1.6em !important;
  }
  /* End home page Connect */
  .body-home .home-what-we-do {
    margin-top: 1em;
    background: none;
  }
  .home-what-we-do article {
    width: 98%;
    display: block;
  }
  hgroup#simplify {
    padding: 0;
    width: 100%;
  }
  #Simplified li {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    border: none;
    background: none;
    vertical-align: top;
    margin: 0;
  }
  #Simplified li a {
    padding: 0;
    display: block;
    color: #00a1de;
  }
  #Simplified li:hover,
  #Simplified li a:hover {
    background: none;
  }
  #Simplified li figure {
    display: block;
  }
  #Simplified li span {
    display: block;
    margin-top: .5em;
  }
  #Simplified li figure:after,
  #Simplified li span:before {
    content: "X";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .home-second-row .columns-8,
  .home-second-row .columns-4 {
    width: 96%;
  }
  /* Differentiators - FIX PLEASE: These are global styles that effect other pages. Please make sure we do not overwrit globally while trying to fix one page. Disabling .main-container figure
  */
  #diff-1 figure,
  #diff-2 figure {
    display: block;
    margin: -1px;
    padding-right: 0.5em;
  }
  .btn-customers,
  .btn-customers:hover {
    background-image: url("/global-assets/images/download_icon_alt.png");
  }
  .mobileFooter .sitemap li {
    text-align: center;
    padding: 10px;
  }
  .bar-home {
    display: block;
  }
  .caption {
    display: block;
  }
  .hero-img-slide img {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
  
  }
  .captionMobile {
    display: none;
  }
  /* PLATFORM LOGOS */
  .platform-logos li,
  li.four {
    margin: 0 .57% 0 0;
    width: 12%;
  }
  .platform-logos figure {
    padding: 0 .5em;
  }
  .carousel-control {
    top: 50%;
  }
}
/* Start non smartphone devices */
@media only screen and (min-width: 641px) {
  /*
  ########################
  Name: grid.css
  
  Description:
  Just the grid based on 978px.
  
  ########################
  */
  /*
  ########################
  INDEX
  01: Grid Setup
  ########################
  */
  /*
  ################################################
  01: GRID SETUP FOR 978px
  ################################################
  */
  .wrapper {
    /* Sum of all columns (12) + all gutters*/
  
    max-width: 1008px;
    margin: 0 auto;
    padding: 0;
  }
  .wrapper-full {
    padding-bottom: 5px;
  }
  /* COLUMNS AND ROW S - FULL WIDTH ROW - TOP LEVEL */
  .row,
  .row-9,
  .row-8,
  .row-4,
  .row-12 {
    display: inline-block;
    width: 100%;
    margin-bottom: 3.375em;
  }
  .row-9-less {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.6875em;
  }
  .row .grid,
  .image-list-3-cols li {
    float: left;
    margin: 0 1.488095238095%;
    overflow: hidden;
    display: inline-block;
  }
  .row:after,
  .row article:after,
  .row-9:after,
  .row-9 article:after,
  .row-4:after,
  .row-9 li:after,
  .row-12:after {
    content: "X";
    display: block;
    clear: both;
    height: 0;
    zoom: 1;
    visibility: hidden;
  }
  .columns-12 {
    width: 97.023809523806%;
  }
  .columns-11 {
    width: 88.69047619047299%;
  }
  .columns-10 {
    width: 80.35714285713999%;
  }
  .columns-9 {
    width: 72.023809523807%;
  }
  .columns-8 {
    width: 63.690476190474%;
  }
  .columns-7 {
    width: 55.357142857141%;
  }
  .columns-6 {
    width: 47.023809523808%;
  }
  .columns-5 {
    width: 38.690476190474996%;
  }
  .columns-4 {
    width: 30.357142857142%;
  }
  .columns-3,
  .image-list-3-cols li {
    width: 22.023809523809%;
  }
  .columns-2 {
    width: 13.690476190476%;
  }
  .columns-1 {
    width: 5.357142857143%;
  }
  /** LEVEL 2 ROWS AND COLUMNS */
  /*
  ========================================
  NESTED 9 COLUMN GRID
  ========================================
  */
  .row-9 .grid,
  .row-9-less .grid {
    float: left;
    margin: 0 2.066115702479%;
    overflow: hidden;
    display: inline-block;
  }
  .row-9 .grid:first-child,
  .row-9-less .grid:first-child {
    margin-top: 0!important;
    margin-left: 0!important;
  }
  .row-9 > .grid:last-child,
  .row-9-less > .grid:last-child {
    margin-bottom: 0!important;
    margin-right: 0!important;
  }
  .row-9 .columns-1,
  .row-9-less .columns-1 {
    width: 7.438016528926%;
  }
  .row-9 .columns-2,
  .row-9-less .columns-2 {
    width: 19.00826446281%;
  }
  .row-9 .columns-3,
  .row-9-less .columns-3 {
    width: 30.578512396694%;
  }
  .row-9 .columns-4,
  .row-9-less .columns-4 {
    width: 42.148760330579%;
  }
  .row-9 .columns-5,
  .row-9-less .columns-5 {
    width: 53.719008264463%;
  }
  .row-9 .columns-6,
  .row-9-less .columns-6 {
    width: 65.289256198347%;
  }
  .row-9 .columns-7,
  .row-9-less .columns-7 {
    width: 76.859504132231%;
  }
  .row-9 .columns-8,
  .row-9-less .columns-8 {
    width: 87.190082644628%;
  }
  .row-9 .columns-9,
  .row-9-less .columns-9 {
    width: 100%;
  }
  /*
  ========================================
  NESTED 8 COLUMN GRID
  ========================================
  */
  .row-8 .grid {
    float: left;
    margin: 0 2.336448598131%;
    overflow: hidden;
    display: inline-block;
  }
  .row-8 .grid:first-child {
    margin-top: 0!important;
    margin-left: 0!important;
  }
  .row-8 > .grid:last-child {
    margin-bottom: 0!important;
    margin-right: 0!important;
  }
  .row-8 .columns-1 {
    width: 8.411214953271%;
  }
  .row-8 .columns-2 {
    width: 21.495327102804%;
  }
  .row-8 .columns-3 {
    width: 34.579439252336%;
  }
  .row-8 .columns-4 {
    width: 46.417445482866%;
  }
  .row-8 .columns-5 {
    width: 59.345794392523%;
  }
  .row-8 .columns-6 {
    width: 73.831775700935%;
  }
  .row-8 .columns-7 {
    width: 86.915887850467%;
  }
  .row-8 .columns-8 {
    width: 100%;
  }
  /*
  ========================================
  NESTED 4 COLUMN GRID
  ========================================
  */
  .row-4 .grid {
    float: left;
    margin: 0 4.901960784314%;
    overflow: hidden;
    display: inline-block;
  }
  .row-4 .columns-1 {
    width: 17.647058823529%;
  }
  .row-4 .columns-2 {
    width: 45.098039215686%;
  }
  .row-4 .columns-3 {
    width: 72.549019607843%;
  }
  .row-4 .columns-4 {
    width: 100%;
  }
  .row-4 .grid:first-child {
    margin-top: 0!important;
    margin-left: 0!important;
  }
  .row-4 > .grid:last-child {
    margin-bottom: 0!important;
    margin-right: 0!important;
  }
  /* */
  /* Lastly - removing margins from first and last DIVs */
  article.first,
  .first {
    margin-left: 0!important;
  }
  article.last,
  .last {
    margin-right: 0!important;
  }
  .no-bottom-margin {
    margin-bottom: 0;
  }
  .SSverticals .row-4 .columns-2 {
    width: auto;
    margin-left: 0;
  }
  .SSverticals .row-4 .last {
    margin-right: 1.3em!important;
  }
  .cta-first,
  .cta-second,
  .cta-third {
    border-bottom: none;
    padding: 0;
  }
  .thumb-left {
    display: block;
  }
  li.mobileMenuToggle ul li.col1 {
    width: 23em;
  }
  /*
  ##
  HOME PAGE - WHAT WE DO
  ##
  */
  .cta-home {
    margin-top: -0.45em !important;
    padding: 0;
  }
  .cta-home .wrapper {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    height: 5.4em;
    overflow: hidden;
  }
  .navigation {
    margin-top: 0.2em;
  }
  #sl-mobile-security figure {
    display: block;
  }
  .SSverticals {
    display: block;
  }
  .SSverticalsStatic {
    display: none;
  }
  #diff-1 figure,
  #diff-2 figure,
  .main-container figure {
    display: block;
  }
  .figure-text .row-9,
  .diff-page .row,
  .resource-thumb {
    padding-bottom: 3.375em;
  }
  .platform-1,
  .platform-2,
  .platform-3,
  .platform-4,
  .platform-5,
  .platform-6 {
    font-size: 0.8em;
  }
  #diff-1 figure,
  #diff-2 figure,
  .main-container figure {
    display: block;
  }
  .partner-2,
  .partner-3,
  .partner-4 {
    margin-top: 0;
  }
  .hero h1 {
    font-size: 2em;
    padding-bottom: 0;
  }
  #resources-3 {
    padding-bottom: 0;
  }
  .resources-landing {
    text-align: left;
  }
  .learnmore {
    padding-bottom: 0;
  }
  .highlighted-content {
    margin-bottom: 0;
  }
  .tight-row {
    margin: -54px 0 54px 0;
    padding-bottom: 2px!important;
  }
  .figure-text .row-9,
  .diff-page .row,
  .resource-thumb {
    padding-bottom: 0;
  }
  h2 {
    line-height: 1.75em;
  }
  .sidebar ul {
    display: block;
  }
  .sidebar select {
    display: none;
  }
  .resources,
  #SiteFooter .hor-list,
  .thmain-container .int_page,
  .main-container .readmore,
  .hero-internal h2,
  .sdBadges,
  .slidebar .nobullets,
  .sidebar .twitter,
  .sidebar article,
  .sidebar p,
  .resources-landing figure,
  .resources-thumb {
    display: block;
  }
  /*
  ################################################
  08: RESOURCES SECTION SPECIFIC STYLES
  ################################################
  */
  .resources-landing figure figcaption {
    display: none;
  }
  .figure-text figure {
    padding: 2px 4px 1px 2px;
    position: relative;
    text-align: center;
    margin-bottom: .5em;
    background: #d2d5d7 url(/global-assets/images/bg-figures.png) repeat 0 0;
  }
  .resources-landing figure a {
    background: url("/global-assets/images/bg-icons-sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 98px;
    margin: 0 auto;
    width: 98px;
  }
  .resources-landing figure {
    height: 6.75em;
    margin-bottom: .5em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background: #f2f2f2;
  }
  .resources-landing .brochures a {
    background-position: 0 -145px;
  }
  .resources-landing .pricing a {
    background-position: 0 -243px;
  }
  .resources-landing .case-studies a {
    background-position: -96px -537px;
  }
  .resources-landing .white-papers a {
    background-position: -96px -439px;
  }
  .resources-landing .analyst-reports a {
    background-position: 0 -341px;
  }
  .resources-landing .videos a {
    background-position: 0 -439px;
  }
  .resources-landing .user-groups a {
    background-position: 0 -537px;
  }
  .resources-landing .webinars a {
    background-position: -48px -681px;
  }
  #tophat li:nth-child(4) {
    display: block;
  }
  .trophies {
    display: block;
    float: left;
  }
  .trophiesStatic {
    display: none;
  }
  .resources,
  .main-container .int_page,
  .main-container .readmore,
  .hero-internal h2,
  .sdBadges,
  .slidebar .nobullets,
  .sidebar .twitter,
  .sidebar article,
  .sidebar p,
  .resources-landing figure,
  .resources-thumb,
  .thumb-left {
    display: block;
  }
  .mobileFooter {
    display: none;
  }
  .footer641 {
    display: block;
  }
  /* Pricing */
  .pricing-page .row-9 {
    padding-bottom: 3.375em;
    background: url(/global-assets/images/bg-figures.png) repeat-x bottom left;
  }
  .pricing-page .no-bottom-margin {
    padding-bottom: 0;
    background: none;
  }
  /*
  ################################################
  FOOTER CODE
  ################################################
  */
  #Wrapper-Copyright {
    padding: 25px 0 25px 0;
  }
  .social-list li {
    float: right;
    margin: 0 10px 0 0;
  }
  .social-list {
    width: 100%;
  }
  .foot-top .social-list li {
    margin: 0 10px 0 0;
  }
  /*
  ################################################
  HOME INDEX CODE
  ################################################
  */
  .hide-btn-link {
    display: none;
  }
  .show-btn-link {
    display: block;
  }
  .new-resources ul li {
    margin: 0;
  }
  .upcom-webinars article a {
    margin-top: 2px;
  }
  .upcom-webinars .columns-10 {
    width: 78.35714285713999%;
  }
  .phone-num-icon {
    display: block;
  }
}
@media only screen and (min-width: 715px) {
  .hero h1 {
    font-size: 20px;
  }
  .hero h3 {
    font-size: 17px;
  }
  .slider-caption {
    top: 21%;
  }
  .blog-text p {
    font-size: .875em;
  }
  .bar-home .wrapper li {
    font-size: .875em;
  }
  /* .bar-home nav ul li
      {
          width: 16%;
      } */
  .slider-text {
    width: 48%;
  }
  .hero-h1 {
    margin-top: 0.625em;
  }
  #Simplified li {
    width: 24%;
    margin-bottom: 3em;
    text-align: center;
  }
}
@media only screen and (min-width: 725px) {
  #tophat {
    display: block;
    margin-top: 0.6em;
  }
  .mobileTophat {
    display: none;
  }
}
@media only screen and (min-width: 740px) {
  /* @import "740.less"; */
}
@media only screen and (min-width: 755px) {
  .hero h1 {
    font-size: 20px;
  }
  .hero h3 {
    font-size: 17px;
  }
  .company-news li {
    height: auto;
  }
}
@media only screen and (min-width: 767px) {
  /* @import "740.less"; */
}
/* Resets */
@media only screen and (min-width: 769px) {
  #Simplified li {
    float: none;
  }
  /*
  #####
  HOME PAGE 
  #####
  */
  .home-what-we-do hgroup {
    text-align: right;
    display: inline-block;
    padding-top: 4em;
  }
  .home-what-we-do hgroup h2 {
    color: #373a3c;
    font-size: 1.5em;
    line-height: .5em;
    margin-bottom: 0;
  }
  .body-home .home-what-we-do {
    margin-top: 3.375em;
    background: url(/global-assets/images/hp-bg-what-we-do.png) no-repeat scroll 30px 0 transparent;
  }
  .body-home .home-what-we-do .grid {
    display: inline-block;
    float: left;
    margin: 0 1.4881%;
    overflow: hidden;
  }
  .home-what-we-do .columns-3 {
    width: 22.023809523809%;
  }
  .home-what-we-do .columns-1 {
    width: 5.357142857143%;
  }
  .home-what-we-do .columns-8 {
    width: 63.690476190474%;
  }
  .home-what-we-do hgroup h3 {
    color: #00a1de;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-top: 0.2em;
  }
  .home-what-we-do ul li {
    display: inline-block;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    width: 47.663551401869%;
    margin-right: 3.672897196262%;
    transition: background 0.7s;
    padding: 0;
  }
  #Simplified li {
    width: 47.663551401869%;
    vertical-align: top;
    display: inline-block;
  }
  .home-what-we-do ul li.last {
    margin-right: 0;
  }
  .home-what-we-do ul li:hover {
    transition: background 1.5s;
    background: #a5e0f7;
  }
  .home-what-we-do ul li a {
    padding: .75em 1em;
    display: inline-block;
  }
  .home-what-we-do ul li figure {
    width: 5.625em;
    height: 3.687em;
    display: inline-block;
    float: left;
    margin-right: 1em;
  }
  #Simplified li span {
    display: inline-block;
    float: right;
    width: 53%;
  }
  .home-second-row {
    padding-top: 3.375em;
    background: url(/global-assets/images/bg-figures.png) repeat-x 0 0;
  }
  .home-second-row .row-8 {
    margin-bottom: 1.6875em;
    padding-bottom: 0.5625em;
    border-bottom: 1px dotted #d2d5d7;
    /*background:url(/global-assets/images/bg-figures.png) repeat-x bottom left;*/
  
  }
  .company-news li {
    background: url(/global-assets/images/icon-page-16x16.png) no-repeat 0 0.84375em;
  }
  #Simplified li figure {
    display: block;
  }
  .home-what-we-do ul li {
    background-color: #ffffff;
    margin: 0;
    padding: 0 0 15px 10px;
    border-bottom: none;
  }
  .home-what-we-do ul li:first-child {
    background: none;
    margin-top: 0;
    position: static;
  }
  .home-what-we-do ul li:first-child:hover {
    background-color: #A5E0F7;
    transition: background 0.7s;
  }
  .home-what-we-do ul li a {
    color: #00A1DE;
    font-size: 1em;
  }
  .home-second-row {
    border-top: none;
  }
  .home-second-row figure {
    display: block;
  }
  /*
  #####
  HOME PAGE INDEX
  #####
  */
  .hero h1 {
    font-size: 23px;
  }
  .hero h3 {
    font-size: 19px;
  }
  .hero-img-slide img {
    width: 100%;
  }
  .slider-caption {
    left: 13%;
  }
}
@media only screen and (min-width: 769px) {
  .taptoview {
    display: none;
  }
  .hero h1 {
    font-size: 3.375em;
    line-height: 1.35em;
  }
  .hero h1 {
    font-size: 2.375em;
  }
  #Hero-Slider .columns-7 {
    width: 55.357142857141%;
    text-align: left;
  }
  #Hero-Slider .columns-5 {
    display: inline-block;
  }
  .thumb-left {
    display: block;
  }
  .resources {
    display: block;
  }
  .figure-text .row-9,
  .diff-page .row {
    padding-bottom: 3.375em;
    margin-bottom: 3.375em;
    border: none;
    background: url(/global-assets/images/bg-figures.png) repeat-x bottom left;
  }
  .no-bg,
  .figure-text .no-bg {
    background: none;
  }
  /*
  #####
  HOME PAGE 
  #####
  */
  /* HOME CTA */
  /* Connect */
  .cta-home article {
    text-align: center;
  }
  /* End Connect CTA */
  #Simplified li {
    float: left;
    margin-bottom: 1em;
    margin-top: 0.5em;
    text-align: left;
  }
  /* 
  ############################
  Pricing
  ############################
  */
  .body-pricing .main-container h4 {
    font-size: 1.3em;
  }
  .feature-wide h4 {
    padding: .4em  0.3em 0.4em;
  }
  .feature-wide {
    width: 33.1%;
  }
  .btn-multiline {
    font-size: 15px;
    padding: 0.4em 0 0.4em 1em;
  }
  .btn-multiline[data-icon]:before {
    display: inline-block;
  }
  .btn-info[data-icon]:before {
    display: inline-block;
  }
  .btn-info {
    padding: 0em 0 0em 0.8em;
  }
  .mcm-vertical-center {
    margin-top: 2em !important;
  }
}
@media only screen and (min-width: 800px) {
  /* EDIT: Please index and comment out sections */
  .SiteNav li {
    display: none;
    float: none;
  }
  li.mobileSearch,
  li.mobileMenuToggle {
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
  }
  li.mobileMenuToggle {
    cursor: pointer;
    background: url("/global-assets/images/icon-mobile-nav.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 19px;
    margin-left: 10px;
    margin-top: 10px;
    width: 30px;
  }
  li.mobileMenuToggle ul li a {
    font-size: 2.3em;
    color: #a5e0f7;
    border-bottom: 1px solid #004462;
    font-size: 17.5px;
  }
  nav.SiteNav li:hover {
    border: none;
  }
  .mobileNavSubmenu-1 {
    float: left;
  }
  .mobileNavSubmenu-2 {
    left: 175px;
    position: relative;
    width: 100%;
  }
  #tophat li,
  .mobileTophat li {
    font-size: 0.65em;
    padding-left: 0.6em;
  }
  li.mobileMenuToggle ul {
    background-color: #004e6c;
    border-radius: 0 0 5px 5px;
    display: none;
    margin-left: -3px;
    margin-top: 28px;
    position: absolute;
    z-index: 9001;
    width: 89.5%;
  }
  li.mobileMenuToggle ul li {
    display: block;
  }
  li.mobileMenuToggle ul li a:hover {
    border-radius: 0;
  }
  li.mobileMenuToggle ul li a.mobileLastMenu {
    border-bottom: none;
  }
  .SiteNav li.mobileMenuToggle ul li:hover,
  nav.SiteNav li.mobileMenuToggle ul li:hover > a {
    background: none;
    color: #00a1de;
  }
  li.mobileMenuToggle ul li a.mobileTel {
    color: #ffffff;
  }
  li.mobileMenuToggle ul li.col1 {
    float: left;
    margin-right: 18px;
    width: 10em;
    margin-left: 5px;
  }
  li.mobileMenuToggle ul li.col2 {
    margin-left: 170px;
    margin-right: 10px;
  }
  .mobileTophat .tophat {
    margin: 0;
  }
  /*
  Carousel
  ################################################
  */
  .captionTop h2 {
    font-size: 1.1em;
  }
  .caption {
    top: 15%;
  }
  .captionTop p {
    font-size: 0.9em;
  }
  .captionBottom a {
    background-image: none;
    padding: 0;
  }
  .captionBottom {
    padding: 18px 10px;
  }
  /* PLATFORM LOGOS */
  .platform-logos figure {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 805px) {
  #SiteHeader #keywords {
    width: 3.375em;
    height: 2em;
  }
  /* Remove mobile Nav */
  .logo {
    float: none;
  }
  #tophat {
    display: block;
    /*font-size: 1.2em;*/
  
  }
  .mobileTophat {
    display: none;
  }
  .SiteNav li {
    display: block;
    float: left;
  }
  .SiteNav li.mobileSearch,
  .SiteNav li.mobileMenuToggle {
    display: none;
    float: none;
  }
  #tophat li a,
  .mobileTophat li.currentLang {
    background: none;
    padding-left: 0;
  }
  /* Slideshow */
  #slideshow img {
    display: inline-block;
  }
  .hor-list li {
    float: left;
  }
  #staticSS {
    display: none;
  }
  #slideshow {
    display: block;
  }
  #tophat li.last,
  .mobileTophat li.last {
    display: block;
  }
  .social-list li {
    float: right;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 909px) {
  div.home-what-we-do {
    background-position: 20px 0;
  }
  #tophat li:first-child {
    display: block;
  }
  /*
  Carousel
  ################################################
  */
  .captionTop {
    min-height: 130px;
  }
  .caption {
    top: 19%;
    width: 30%;
  }
  .captionTop h2 {
    font-size: 1.5em;
  }
  .captionTop p {
    font-size: .875em;
  }
  .caption {
    top: 17%;
  }
  .captionBottom a {
    background-image: url("/global-assets/images/aw-feat-arrow.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding: 10px 44px 10px 0;
    font-size: 1em;
  }
}
/* Topnav breaks */
@media all and (min-width: 930px) {
  .home-second-row .columns-8 {
    width: 63.690476190474%;
  }
  .home-second-row .columns-4 {
    width: 30.357142857142%;
  }
}
@media all and (min-width: 944px) {
  /* EDIT: Ahem... ems for unit measures */
  /*
  ################################################
  Name: 944.less
  
  Description:
  Styles for 944 breakpoint
  
  ################################################
  */
  /*
  ################################################
  INDEX
  01: NAV
  ################################################
  */
  /*
  ################################################
  01: NAV
  ################################################
  */
  .mainNav a {
    font-size: 16px;
  }
}
@media all and (min-width: 967px) {
  .SiteNav li a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 978px) {
  /*
  ########################
  Name: 978.css
  
  Description:
  Styles for the 978 breakpoint.
  
  ########################
  */
  /*
  ########################
  INDEX
  
  01: Global styles
  02: PRIMARY STRUCTURE
  03: SECONDARY STRUCTURE
  04: SECTION SPECIFIC
  
  ########################
  */
  /*
  ########################
  01: Global styles
  ########################
  */
  .tophead {
    margin-bottom: 0;
  }
  li.contact-phone,
  li.contact-phone-intl,
  li.contact-email,
  li.contact-ask {
    border-bottom: none;
  }
  li.contact-phone figure {
    background-position: -294px -205px;
  }
  li.contact-phone-intl figure {
    background-position: -294px -305px;
  }
  li.contact-email figure {
    background-position: -294px -256px;
  }
  li.contact-ask figure {
    background-position: -294px -354px;
  }
  li.contact-phone:hover figure,
  li.contact-phone-intl:hover figure,
  li.contact-email:hover figure,
  li.contact-ask:hover figure {
    opacity: 1;
    transition: opacity 0.7s;
  }
  /*
  ########################
  02: PRIMARY STRUCTURE
  ########################
  */
  /*
  ########################
  02: SECONDARY STRUCTURE
  ########################
  */
  /* Blockquotes with client logos and quote */
  .client-quote {
    margin-bottom: 1.6875em;
    padding-top: 1em;
    border-left: none;
    border-top: 2px solid #fdc82f;
    border-bottom: 2px solid #fdc82f;
  }
  .client-quote figure {
    float: left;
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 1em;
    padding-right: 2%;
    border-right: 1px dotted #d2d5d7;
  }
  .client-quote .quote-info {
    float: right;
    width: 63%;
    display: inline-block;
    overflow: hidden;
  }
  .client-quote:after,
  .client-quote .client-logo:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
  }
  /*
  ########################
  04: SECTION SPECIFIC
  ########################
  */
  /* CTA */
  .cta {
    text-align: center;
    /* border-right: 1px solid #474a4c; */
  
  }
  #Wrapper-CTA {
    background: #373a3c url(/global-assets/images/bg-gradient-dark.png) repeat-x 0 0;
    height: 54px;
  }
  .cta-internal h4 {
    padding-bottom: 0.2em;
  }
  .cta-internal {
    padding-bottom: 0.8em;
  }
  .cta-internal figure {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    margin-bottom: -0.7em;
    position: relative;
    transition: position 0.7s;
    background: url(/global-assets/images/bg-icons-sprite.png);
  }
  .cta-internal a:hover figure {
    top: -0.1em;
    transition: position 0.7s;
  }
  .cta-resources figure {
    background-position: -100px -47px;
  }
  .cta-ask figure {
    background-position: -292px -143px;
  }
  .cta-contact figure {
    background-position: -292px -95px;
  }
  .cta-video figure {
    background-position: 96px -46px;
  }
  .cta-partner figure {
    background-position: -240px -143px;
  }
  .cta-trial figure {
    background-position: 0 -48px;
  }
  .cta-pricing figure {
    background-position: 48px -48px;
  }
  .cta-download figure {
    background-position: 144px -48px;
  }
  .cta-learn figure {
    background-position: 238px -48px;
  }
  .cta-linkedin figure {
    background-position: 238px 0;
  }
  .cta-search figure {
    background-position: 49px 0;
  }
  .cta-email figure {
    background-position: 190px -46px;
  }
  .cta-phone figure {
    background-position: 195px -93px;
  }
  .customers em {
    font-size: 1.1em;
    font-style: italic;
    letter-spacing: 0.03em;
  }
  .customers {
    /* height: 18em; */
  
  }
  .customers article {
    border: 1px solid #f2f2f2;
  }
  /*
  .customers:hover section{
    display: block;
  } */
  .customers section {
    background-color: #229fe3;
    border: 0px solid #d2d5d7;
    color: #ffffff;
    font-size: 0.9em;
    padding: 1em;
    position: absolute;
    width: 13.3em;
  }
  /* Solutions landing - Platform Logos */
  /*
  ################################################
  07: PLATFORM ICONS FOR SOLUTION LANDING PAGE
  ################################################
  */
  .platform-logos article {
    display: block;
    text-indent: -999999px;
  }
  .platform-logos h4 {
    display: block;
    text-indent: -999999px;
  }
  .platform-logos article a {
    width: 100%;
    height: 71px;
    display: block;
    overflow: hidden;
    background: url(/global-assets/images/bg-platform-logos.png) no-repeat 0 0;
  }
  /*
  .platform-logos a:hover
  {
    -webkit-transition: background-position @transition-time-medium ease-in;
    -moz-transition: background-position @transition-time-medium ease-in;
    -o-transition: background-position @transition-time-medium ease-in;
    transition: background-position @transition-time-medium ease-in;
  }*/
  .SSverticals .columns-2 {
    width: 10.7% !important;
  }
  .platform-1 a:hover {
    background-position: 0 -130px;
  }
  .platform-logos article.platform-2 a {
    background-position: -130px -2px;
  }
  .platform-logos article.platform-2 a:hover {
    background-position: -130px -132px;
  }
  .platform-logos article.platform-3 a {
    background-position: -3px -190px;
  }
  .platform-logos article.platform-3 a:hover {
    background-position: -3px -320px;
  }
  .platform-logos article.platform-4 a {
    background-position: -124px -190px;
  }
  .platform-logos article.platform-4 a:hover {
    background-position: -124px -320px;
  }
  .platform-logos article.platform-5 a {
    background-position: -9px -389px;
  }
  .platform-logos article.platform-5 a:hover {
    background-position: -8px -520px;
  }
  .platform-logos article.platform-6 a {
    background-position: -126px -390px;
  }
  .platform-logos article.platform-6 a:hover {
    background-position: -126px -520px;
  }
  .platform-logos article.platform-7 a {
    background-position: -8px -601px;
  }
  .platform-logos article.platform-7 a:hover {
    background-position: -8px -749px;
  }
  .platform-logos article.platform-8 a {
    background-position: -126px -597px;
  }
  .platform-logos article.platform-8 a:hover {
    background-position: -126px -751px;
  }
  /*sticky*/
  .affix {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 20px #616365;
  }
  .noaffix {
    position: inherit;
  }
  .promoItem figure div {
    margin-left: 150px;
    margin-top: 60px;
    position: absolute;
  }
  /* TEMPORARY */
  @-moz-document url-prefix() {
    .cta-internal {
      padding-bottom: 0;
    }
    .navigation {
      margin-top: 0.2em;
    }
  }
  /*
  ################################################
  09: DIFF INTEGRATION LOGOS   
  ################################################
  */
  li.liborder {
    height: 74px;
    width: 1px;
    background: #eee;
    border: 0;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    list-style: none;
  }
  ul.int_page {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  ul.int_page li h4 {
    text-indent: -9999px;
  }
  ul.int_page:after {
    content: "X";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  ul.int_page li {
    float: left;
    width: 149px;
    height: 74px;
    margin-right: 26px;
    /*border-right:1px dotted @secondary-color-5;*/
  
    display: inline-block;
  }
  ul.int_page li.ds_img1,
  ul.int_page li.ds_img2,
  ul.int_page li.ds_img3,
  ul.int_page li.ds_img4 {
    background: #000000 url(/global-assets/images/ds_logos.jpg) 0 0 no-repeat;
  }
  ul.int_page li.ds_img1 {
    background-position: 0 0;
  }
  ul.int_page li.ds_img2 {
    background-position: -149px 0;
  }
  ul.int_page li.ds_img3 {
    background-position: -298px 0;
  }
  ul.int_page li.ds_img4 {
    background-position: -447px 0;
  }
  /* Certificates */
  li.cert_img1,
  li.cert_img2,
  li.cert_img3,
  li.cert_img4,
  li.cert_img5,
  li.cert_img6 {
    background: url(/global-assets/images/certs_logos.jpg) 0 0 no-repeat;
  }
  li.cert_img1 {
    background-position: 0 0;
  }
  li.cert_img2 {
    background-position: -149px 0;
  }
  li.cert_img3 {
    background-position: -298px 0;
  }
  li.cert_img4 {
    background-position: -447px 0;
  }
  li.cert_img5 {
    background-position: -596px 0;
  }
  li.cert_img6 {
    background-position: -745px 0;
  }
  /* Email */
  li.email_img1,
  li.email_img2,
  li.email_img3,
  li.email_img4,
  li.email_img5,
  li.email_img6,
  li.email_img7 {
    background: url(/global-assets/images/email_logos.jpg) 0 0 no-repeat;
  }
  li.email_img1 {
    background-position: 0 0;
  }
  li.email_img2 {
    background-position: -149px 0;
  }
  li.email_img3 {
    background-position: -298px 0;
  }
  li.email_img4 {
    background-position: -447px 0;
  }
  li.email_img5 {
    background-position: -600px 0;
  }
  li.email_img6 {
    background-position: -749px 0;
  }
  li.email_img7 {
    background-position: 0 -74px;
  }
  li.conet_img1,
  li.conet_img2,
  li.conet_img3,
  li.conet_img4,
  li.conet_img5,
  li.conet_img6,
  li.conet_img7,
  li.conet_img8,
  li.conet_img9,
  li.conet_img10,
  li.conet_img11,
  li.conet_img12 {
    background: url(/global-assets/images/conet_logos.jpg) 0 0 no-repeat;
  }
  li.conet_img1 {
    background-position: 0 0;
  }
  li.conet_img2 {
    background-position: -149px 0;
  }
  li.conet_img3 {
    background-position: -298px 0;
  }
  li.conet_img4 {
    background-position: -447px 0;
  }
  li.conet_img5 {
    background-position: -600px 0;
  }
  li.conet_img6 {
    background-position: -749px 0;
  }
  li.conet_img7 {
    background-position: 0 -74px;
  }
  li.conet_img8 {
    background-position: -149px -74px;
  }
  li.conet_img9 {
    background-position: -298px -74px;
  }
  li.conet_img10 {
    background-position: -447px -74px;
  }
  li.conet_img11 {
    background-position: -600px -74px;
  }
  li.conet_img12 {
    background-position: -749px -74px;
  }
  li.content_rep_img1,
  li.content_rep_img2,
  li.content_rep_img3 {
    background: url(/global-assets/images/content_rep_logos.jpg) 0 0 no-repeat;
  }
  li.content_rep_img1 {
    background-position: 0 0;
  }
  li.content_rep_img2 {
    background-position: -149px 0;
  }
  li.content_rep_img3 {
    background-position: -298px 0;
  }
  li.siem_img1,
  li.siem_img2,
  li.siem_img3,
  li.siem_img4,
  li.siem_img5 {
    background: url(/global-assets/images/siem_logos.jpg) 0 0 no-repeat;
  }
  li.siem_img1 {
    background-position: 0 0;
  }
  li.siem_img2 {
    background-position: -149px 0;
  }
  li.siem_img3 {
    background-position: -298px 0;
  }
  li.siem_img4 {
    background-position: -447px 0;
  }
  li.siem_img5 {
    background-position: -600px 0;
  }
  li.apis_img1,
  li.apis_img2 {
    float: left;
    background: url(/global-assets/images/apis_logos.jpg) 0 0 no-repeat;
  }
  li.apis_img1 {
    background-position: 0 0;
  }
  li.apis_img2 {
    background-position: -149px 0;
  }
  /*
  END DIFF INTEGRATION LOGOS 
  ################################################
  */
  .nomargin {
    margin: 0;
  }
  .cta figure,
  .cta img {
    display: inline-block;
  }
  #logo-strip {
    background-size: 978px auto;
  }
  .body-enterprise-architecture .columns-9 {
    overflow: visible;
  }
  /* Margin fix */
  ul.image-list {
    margin-left: 0;
  }
  .highlight-both p {
    font-size: 0.775em !Important;
  }
  body.body-customer-success h1.map-overlay {
    font-size: 3em !important;
  }
  .SiteNav li a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 994px) {
  .company-news li {
    height: auto;
  }
}
@media all and (min-width: 1001px) {
  .SiteNav li a {
    font-size: 1.0em;
    /* old font-size 1.05em */
  
  }
}
@media all and (min-width: 1020px) {
  .SiteNav li a {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 1122px) {
  .hero h1 {
    font-size: 2.375em;
  }
  .hero h3 {
    font-size: 1.2em;
  }
  .slider-caption {
    left: 16%;
  }
}
@media all and (min-width: 1200px) {
  /*
  ########################
  Name: 1200.css
  
  Description:
  Styles for the 1200 breakpoint.
  
  ########################
  */
  /*
  ########################
  INDEX
  
  01: Global styles
  02: PRIMARY STRUCTURE
  03: SECONDARY STRUCTURE
  04: SECTION SPECIFIC
  
  ########################
  */
  /*
  ########################
  01: Global styles
  ########################
  */
  .captionTop {
    min-height: 194px;
  }
  .caption {
    top: 19%;
    width: 30%;
  }
  .captionTop h2 {
    font-size: 1.75em;
    line-height: 1.3em;
  }
  .captionTop p {
    font-size: 18px;
  }
}
/* Device Specific - Potentially probelematic. Need to evaluate such specificity */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  /* EDIT let's double check that the percentages line up to the grid (if possible) and are not arbitrary */
  /*
  ########################
  Name: 768.css
  
  Description:
  Styles for the 768 breakpoint.
  
  ########################
  */
  .cta figure,
  .cta img {
    display: none;
  }
  .cta {
    padding-top: 1em;
  }
  .cta-home figure,
  .cta-home img {
    display: block;
  }
  .customers section {
    width: 10em;
  }
  #slideshow img {
    display: none;
  }
  #Hero-Slider .columns-7 {
    width: 55.3571%;
    text-align: left;
  }
  #SiteHeader #Search:active,
  #SiteHeader #Search:focus {
    width: 5.875em;
  }
  div.home-what-we-do {
    background-position: -23px;
  }
  #staticSS {
    display: block;
  }
  #staticSS h1 {
    font-size: 2.5em;
    margin-bottom: 0;
    padding-bottom: 0.2em;
    text-align: center;
  }
  #slideshow {
    display: none;
  }
  .SiteNav li a {
    font-size: 12px;
  }
  .taptoview {
    display: block;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
  }
  .thumb-left {
    display: block;
  }
  #logo-strip {
    background-size: 734px auto;
  }
  .SiteNav li a {
    font-size: 10px;
  }
}
/* Retina/192 DPR */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url(/global-assets/images/logo-airwatch.png);
    background-size: 138px 69px;
  }
}
