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

	Author: @simonzitnik
	Created: 9 / 2013
	Based on: 320 and Up v3.0 (http://goo.gl/x8BNz)

======================================================================================================================*/
/* CSS reset */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul,
li {
  list-style: none;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
@font-face {
  font-family: 'gotham_otbook';
  src: url('fonts/gothamot_book-webfont.eot');
  src: url('fonts/gothamot_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_book-webfont.woff') format('woff'), url('fonts/gothamot_book-webfont.ttf') format('truetype'), url('fonts/gothamot_book-webfont.svg#gotham_otbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_ot_ltlight';
  src: url('fonts/gothamot_light-webfont.eot');
  src: url('fonts/gothamot_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_light-webfont.woff') format('woff'), url('fonts/gothamot_light-webfont.ttf') format('truetype'), url('fonts/gothamot_light-webfont.svg#gotham_ot_ltlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_ot_mdmedium';
  src: url('fonts/gothamot_medium-webfont.eot');
  src: url('fonts/gothamot_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_medium-webfont.woff') format('woff'), url('fonts/gothamot_medium-webfont.ttf') format('truetype'), url('fonts/gothamot_medium-webfont.svg#gotham_ot_mdmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/gothamot_light-webfont.eot');
  src: url('fonts/gothamot_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_light-webfont.woff') format('woff'), url('fonts/gothamot_light-webfont.ttf') format('truetype'), url('fonts/gothamot_light-webfont.svg#gotham-n3') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/gothamot_book-webfont.eot');
  src: url('fonts/gothamot_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_book-webfont.woff') format('woff'), url('fonts/gothamot_book-webfont.ttf') format('truetype'), url('fonts/gothamot_book-webfont.svg#gotham-n4') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/gothamot_medium-webfont.eot');
  src: url('fonts/gothamot_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamot_medium-webfont.woff') format('woff'), url('fonts/gothamot_medium-webfont.ttf') format('truetype'), url('fonts/gothamot_medium-webfont.svg#gotham-n7') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Mixins */
.clear:before,
.clear:after {
  display: table;
  content: '';
}
.clear:after {
  clear: both;
}
.lt-ie8 .clear {
  zoom: 1;
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.blueGraphicSmall {
  background-image: url(../images/bg/hex-small-bg.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-color: #67b9e8;
}
.blueGraphic {
  background-image: url(../images/bg/hex-bg.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-color: #67b9e8;
}
.big-more {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
.big-more span {
  float: right;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gotham', arial, sans-serif;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
.content h1,
.default h1,
.content h2,
.default h2,
.content h3,
.default h3,
.content h4,
.default h4,
.content h5,
.default h5 {
  color: #364045;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
.category {
  text-transform: uppercase;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
}
div + .category {
  margin-top: 30px !important;
}
.RegistrationListPage .category {
  margin-bottom: 15px;
}
/*
.content {

	ul,
	ol {
		margin: 0 0 @baselineheight -@gutterwidth;
		padding: 0 0 0 @gutterwidth;
	}

	li ul,
	li ol {
		margin: 0;
		.font-size(16);
	}
}
*/
/*
blockquote  { 
	margin: 0 0 @baselineheight -@gutterwidth;
	padding-left: @gutterwidth;
	border-left: 2px solid @bordercolor;
	font-family: @altfont;
	font-style: normal;
}
*/
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
/*
dl, 
dd { 
	margin-bottom: @baselineheight;
}

dt { 
	font-weight: bold;
}

.dl-horizontal {

	dt {
		float: left;
		clear: left;
		width: 20.25%;
		text-align: right;
	}

	dd {
		margin-left: 22.78%;
	}

}
*/
abbr[title] {
  border-bottom: 1px dotted #beb6b8;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #e2dedf;
  color: #364045;
  text-decoration: none;
}
mark {
  background-color: #e2dedf;
  color: #364045;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* colour */
/* Colour */
a {
  text-decoration: none;
  color: #58b6e7;
  /*
	&:visited {
		color: @linkcolorvisited;
	}
	*/
}
a:hover {
  color: #2ba3e1;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
.lightblue {
  color: #0090cd;
}
/* elements */
/* Elements */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #beb6b8;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure figcaption {
  display: block;
}
address {
  font-style: normal;
}
.btn-cta-row {
  margin: 10px 0 20px 0;
}
.btn-cta {
  color: #fff;
  background: #58b6e7;
  padding: 20px 30px;
  font-size: 18px;
  display: inline-block;
}
.btn-cta:hover {
  color: #fff;
  background: #2ba3e1;
}
/* forms */
/* Forms  */
form fieldset {
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #364045;
  border: 0;
  border-bottom: 1px solid #8e8083;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style: none;
}
form br {
  display: none;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: 'gotham', arial, sans-serif;
  margin: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
  color: #364045;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #8e8083;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #594f51;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #231f20, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #231f20;
}
input:-moz-placeholder {
  color: #231f20;
}
#Form_EditForm li {
  list-style-type: none;
}
#Form_EditForm input.text {
  background-color: #00a65e;
}
/* tables */
/* Tables */
table {
  margin: 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbb;
  border-width: 1px 0;
  width: 100%;
  font-size: 13px;
  color: #666;
}
table caption {
  border-top: 1px solid #bbb;
  padding: 9px 0;
  color: #231f20;
}
thead th {
  background: #e3e3e3;
}
thead th:nth-child(2n) {
  background: #fff;
}
th {
  padding: 10px 20px;
}
tr:nth-child(2n) td {
  background: #f8f8f8;
}
tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
td {
  padding: 9px 20px;
  vertical-align: top;
}
.divided {
  border-top: 1px solid #bbb;
}
.cookie-table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}
/*
table {
width : 100%;
max-width : 100%;
margin-bottom : @baselineheight;
border-collapse : collapse;
border-spacing : 0;
background-color : @tablebackground; 

th,
td {
padding : 8px;
vertical-align : top;
border-top : @tableborderwidth @tableborderstyle @tableborder; 
.font-size(14);
line-height : @baselineheight;
text-align : left; }

th {
font-weight : bold; }

thead th {
vertical-align : bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
border-top : 0; }

tbody + tbody {
border-top : @tableborderwidth * 2 @tableborderstyle @tableborder; }

tbody tr td,
tbody tr th {
.transition(background-color .25s 0 linear); }

tbody tr:hover td,
tbody tr:hover th {
background-color : @tablehover; }
}

.table-condensed {

th,
td {
padding : 4px 5px; }
}

.table-bordered {
border : @tableborderwidth @tableborderstyle @tableborder;
border-left : 0;
border-collapse : separate;
*border-collapse : collapsed; 

th,
td {
border-left : @tableborderwidth @tableborderstyle @tableborder; }

thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top : 0; }
}

.table-striped {

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color : @tablestripe; }
}

*/
/* site */
/* root */
#mq {
  width: auto;
  color: red;
  /*content:"mq<320"; display:block; position:absolute; left:5px; top:5px; z-index:200;*/
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #e2dedf;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  background-color: transparent;
  font-family: 'gotham', arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #364045;
  min-height: 100%;
}
h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
h2 {
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-family: 'gotham', arial, sans-serif;
}
h3 {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
  font-family: 'gotham', arial, sans-serif;
}
h4 {
  font-family: arial;
}
.search .btn,
.search-trigger,
.primary .trigger,
.external-login .icon,
.country-selector .icon,
.newsletter .btn,
.social-links a {
  background: transparent url(../images/sprite.png?v1.1) 0 0 no-repeat;
}
.bg1 {
  background-color: #eaf6fc;
}
.bg2 {
  background-color: #ddf0fa;
}
.bg3 {
  background-color: #c9e7f7;
}
.bg4 {
  background-color: #c1e5f8;
}
.bg5 {
  background-color: #red;
}
.bg6 {
  background-color: #pink;
}
#hc666,
.hc666 {
  display: none;
}
.more.top-right {
  display: inline-block;
  padding: 0 8px 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #58b6e7;
}
.more.top-right:after {
  content: ">";
  display: block;
  width: 20px;
  height: 20px;
  color: #67b9e8;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) 3px -110px no-repeat;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Tahoma;
  background-position: 1px -112px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 0 0 10px;
}
.more.top-right:hover {
  background-color: #67b9e8;
}
.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
}
#gmap {
  height: 300px !important;
}
#gmap img {
  max-width: none;
}
.country-confirm {
  position: relative;
  padding: 10px 0;
  background: #e1eff7;
  border-bottom: 1px solid #cde9f8;
  z-index: 1;
}
.country-confirm:before,
.country-confirm:after {
  display: table;
  content: '';
}
.country-confirm:after {
  clear: both;
}
.country-confirm .inner-in {
  position: relative;
}
.country-confirm p {
  padding: 0 0 10px;
}
.country-confirm .country {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.country-confirm .country span {
  display: inline-block;
  vertical-align: middle;
}
.country-confirm figure {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.country-confirm figure img {
  max-width: 46px;
}
.country-confirm figure:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../images/icons/flag-mask-blue.png) center center no-repeat;
}
.country-confirm .confirm {
  display: block;
  margin: 10px auto 0;
  padding: 10px;
  width: 110px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #b7d4e5;
}
.header {
  padding: 10px 0;
  min-height: 52px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.header > .inner {
  padding: 0;
}
.brand {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  z-index: 101;
  padding-top: 8px;
}
.brand img {
  width: 80px;
}
.brand span {
  display: none !important;
  display: none;
  visibility: hidden;
}
.header-extra-logos-list {
  display: inline-block;
  margin-left: 2px;
}
.header-extra-logos-list li {
  display: inline-block;
}
.header-extra-logos-list li img {
  width: 30px;
  height: auto;
}
.country-selector,
.external-login {
  position: absolute;
  right: 90px;
  top: 20px;
  padding: 0 10px;
  line-height: 30px;
}
.country-selector .icon,
.external-login .icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background-position: -136px 0;
  line-height: 24px;
}
.country-selector .title,
.external-login .title {
  display: none;
}
.search-trigger {
  position: absolute;
  right: 55px;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  background-position: -23px 8px;
  border: none;
}
.search {
  display: none;
  z-index: 102;
  position: absolute;
  top: 18px;
  top: 12px;
  right: 53px;
  right: 47px;
  border: 6px solid #fff;
  padding: 0 30px 0 0;
  background: #eee;
}
.search:before,
.search:after {
  display: table;
  content: '';
}
.search:after {
  clear: both;
}
.search .text {
  color: #6e6e6e;
  font-size: 12px;
  font-size: 1.2rem;
}
.search .btn {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  background-position: -23px 8px;
  border: none;
}
.search .text {
  display: block;
  padding: 0 10px;
  height: 35px;
  background: none;
  border: none;
}
.search .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  background-position: 5px 10px;
  color: #999;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
}
.primary {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.primary .trigger {
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-position: -88px 7px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999em;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.primary .inner-trigger {
  position: relative;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  width: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 101;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) -26px -99px no-repeat;
}
.primary .inner-trigger.collapse {
  background: transparent url(../images/sprite.png?v1.1) -82px -99px no-repeat;
}
.primary > ul {
  display: none;
  position: absolute;
  top: 72px;
  padding: 0 !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.primary > ul:before,
.primary > ul:after {
  display: table;
  content: '';
}
.primary > ul:after {
  clear: both;
}
.primary > ul li {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.primary.opened ul {
  padding: 0 0 10px;
}
.primary.opened ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.primary.opened ul li a {
  display: block;
  padding: 10px 65px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.primary.opened ul li ul {
  display: none;
  padding: 0 0 10px;
}
.primary.opened ul li ul li {
  padding-left: 20px;
  text-transform: none;
  border: none;
}
.primary.opened ul.opened {
  display: block;
}
.primary .current > a,
.primary .section > a {
  color: #283033;
}
.upper-footer {
  padding: 30px 0;
  background: #283033;
  color: #999;
}
.upper-footer .inner > h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
.upper-footer h3,
.upper-footer h2 {
  color: #fff;
}
.upper-footer a {
  color: #888;
}
.upper-footer a:hover {
  color: #fff;
}
.upper-footer .logos:before,
.upper-footer .logos:after {
  display: table;
  content: '';
}
.upper-footer .logos:after {
  clear: both;
}
.upper-footer .logos li {
  display: none;
  padding-bottom: 5px;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}
.upper-footer .logos li.show2 {
  display: inline-block;
}
.upper-footer .logos li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.upper-footer .links-trigger {
  display: block;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #364045;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.upper-footer .links-trigger:before,
.upper-footer .links-trigger:after {
  display: table;
  content: '';
}
.upper-footer .links-trigger:after {
  clear: both;
}
.upper-footer .links-trigger .more {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) 3px -90px no-repeat;
  background-color: #67b9e8;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Tahoma;
  float: right;
}
.upper-footer .links-trigger.opened {
  float: right;
  position: relative;
  margin-top: 35px;
  margin-right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999em;
  background-color: #43a7d5;
  border: none;
}
.upper-footer .links {
  display: none;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #364045;
}
.upper-footer .links:before,
.upper-footer .links:after {
  display: table;
  content: '';
}
.upper-footer .links:after {
  clear: both;
}
.upper-footer .links h2,
.upper-footer .links h3 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.upper-footer .links h2 a,
.upper-footer .links h3 a {
  color: #fff;
}
.upper-footer .links > li {
  float: left;
  width: 30.33%;
  width: 97%;
  padding-right: 3%;
}
.upper-footer .links > li ul {
  padding: 5px 0 10px;
}
.upper-footer .links > li ul li {
  padding: 0 0 9px;
  line-height: 1.2;
}
.upper-footer .links a {
  color: #808f96;
}
.upper-footer .links a:hover {
  color: #41a2d0;
}
.bottom-footer {
  padding: 15px 0 20px;
  text-align: center;
  color: #7e8f95;
}
.bottom-footer .seperated {
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.bottom-footer .seperated:before,
.bottom-footer .seperated:after {
  display: table;
  content: '';
}
.bottom-footer .seperated:after {
  clear: both;
}
.bottom-footer .social-links {
  padding: 0 0 15px;
}
.bottom-footer .social-links span {
  display: none;
}
.bottom-footer .social-links ul,
.bottom-footer .social-links li,
.bottom-footer .social-links a {
  display: inline-block;
}
.bottom-footer .social-links li {
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.bottom-footer .social-links a {
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -999em;
}
.bottom-footer .social-links a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bottom-footer .social-links .linkedin {
  background-position: 0 -69px;
}
.bottom-footer .social-links .facebook {
  background-position: -31px -69px;
}
.bottom-footer .social-links .youtube {
  background-position: -58px -69px;
}
.bottom-footer .social-links .twitter {
  background-position: -86px -69px;
}
.bottom-footer .social-links .googleplus {
  background-position: -114px -69px;
}
.bottom-footer .no-seperated {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
.bottom-footer .no-seperated small {
  font-size: 12px;
  font-size: 1.2rem;
}
.bottom-footer .footer-links {
  display: none;
}
.bottom-footer .copy {
  display: block;
  padding-bottom: 5px;
}
.bottom-footer .production {
  display: block;
}
.main-top {
  padding: 30px 0;
  color: #fff;
  background: repeat-y url(../images/bg/hex-big-bg.png) 50px 0 #67b9e8;
  background-size: 600px;
}
.main-top .breadcrumbs > div {
  display: inline;
  cursor: default;
}
.main-top .breadcrumbs a {
  color: #fff;
  cursor: pointer;
}
.main-top .h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
}
.main-top .h1 h1 {
  display: inline;
  font: inherit;
}
.main-top .date {
  position: relative;
  padding: 0 24px 0 0;
  font-weight: 300;
  color: #acdbf3;
}
.main-top .date:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 5px;
  height: 17px;
  border-left: 1px solid #acdbf3;
  overflow: hidden;
}
.content-container {
  padding: 25px 0;
}
.content-container.no-bottom {
  padding-bottom: 0;
}
.content-container.no-topbottom {
  padding: 0;
}
.sidebar {
  padding: 0;
}
.sidebar .sideboxes {
  display: none;
}
.content,
.content-full {
  font-size: 14px;
  font-size: 1.4rem;
}
.content h2,
.content-full h2,
.content h3,
.content-full h3,
.content h4,
.content-full h4 {
  margin: 0 0 15px;
}
.content h2,
.content-full h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}
.content h3,
.content-full h3 {
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
.content h3:first-child,
.content-full h3:first-child {
  padding-top: 0;
}
.content h4,
.content-full h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.content p,
.content-full p {
  margin: 0 0 15px;
  line-height: 1.6;
}
.content .intro,
.content-full .intro {
  padding: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.content ol,
.content-full ol {
  margin: 15px 0;
  counter-reset: ordered-list-counter;
}
.content ol li,
.content-full ol li {
  padding: 0 0 5px 26px;
  position: relative;
}
.content ol li:before,
.content-full ol li:before {
  content: counter(ordered-list-counter);
  counter-increment: ordered-list-counter;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #58b6e7;
}
.content ul,
.content-full ul {
  margin: 15px 0;
}
.content ul li,
.content-full ul li {
  padding: 0 0 5px 10px;
  position: relative;
}
.content ul li:before,
.content-full ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #58b6e7;
}
.content ul ul,
.content-full ul ul {
  padding-left: 15px;
}
.price-container {
  margin-top: 15px;
}
.price-container .price {
  font-size: 20px;
  font-weight: 600;
}
.attachments {
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.attachments li {
  padding: 0 0 5px !important;
}
.attachments li:before {
  display: none !important;
}
.attachments .pdf {
  padding-left: 20px !important;
  background: transparent url(../images/icons/icon-pdf.png) 0 0 no-repeat;
}
.inbetween-attachments .attachments {
  margin: 0 0 15px;
  padding: 0 0 10px;
  width: 100%;
}
.secondary {
  display: none;
}
.blue-hex-box {
  display: block;
  padding: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  background: repeat-y url(../images/bg/hex-small-bg.png) right 0 #67b9e8;
}
.blue-hex-box:hover {
  color: #fff;
  background-color: #70c5f1;
}
.table-filter {
  margin: 20px -20px 0;
  padding: 20px 20px 12px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.table-filter:before,
.table-filter:after {
  display: table;
  content: '';
}
.table-filter:after {
  clear: both;
}
.table-filter .field.dropdown {
  padding: 0 0 10px;
}
.table-filter label {
  display: none;
}
.table-filter select {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 0 0 #d0d0d0;
}
.table-filter .Actions {
  display: none;
}
.table-filter .filter-reset {
  float: left;
  display: block;
  padding: 4px 10px;
  border: 2px solid #67b9e8;
}
.accordians {
  margin: 0 -20px;
}
.accord {
  clear: both;
  border-bottom: 1px solid #ddd;
}
.accord .toggle {
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  color: #58b6e7;
  font-weight: 400;
}
.accord .toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 8px;
  width: 40px;
  height: 40px;
  text-align: right;
  color: #666;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background: transparent url(../images/sprite.png?v1.1) 10px -136px no-repeat;
}
.accord .toggled-content {
  padding: 0 20px 30px;
}
.accord .toggled-content iframe {
  max-width: 100%;
}
.accord.opened .toggle {
  color: #364045;
}
.accord.opened .toggle:after {
  background-position: -33px -136px;
}
.remotelabs-table-title {
  margin: 0 -20px;
  padding: 20px;
  background: #d5edf9;
  font-size: 18px;
  font-size: 1.8rem;
}
.table-holder {
  position: relative;
}
.currency-selector {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background: #fff;
  z-index: 10;
  padding: 10px;
  border: 1px solid #999;
}
.currency-selector li {
  padding-left: 0 !important;
}
.currency-selector li:before {
  display: none !important;
}
.currency-selector .selected {
  color: #333;
}
.price-notice {
  padding: 10px;
  clear: left;
  font-style: italic;
  text-align: right;
  background: #eee;
  border-top: 1px solid #ddd;
}
.table {
  margin: 0 -20px;
  border-top: 1px solid #ddd;
}
.table .tr-header {
  display: none;
}
.table .tr {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.table .td {
  display: none;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.table .td .inner-label {
  font-weight: 700;
}
.table .td.title {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  cursor: pointer;
}
.table .td.title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url(../images/sprite.png?v1.1) 8px -137px no-repeat;
  font-size: 30px;
  font-size: 3rem;
  color: #58b6e7;
}
.table .td.title .status {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #364045;
}
.table .td.title .inner-label {
  display: none;
}
.table .td.td-price {
  padding: 15px 0 0;
}
.table .td.td-remote {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 50%;
  text-align: center;
}
.table .opened:before,
.table .opened:after {
  display: table;
  content: '';
}
.table .opened:after {
  clear: both;
}
.table .opened .td {
  display: block;
}
.table .opened .td-price {
  display: table;
  width: 100%;
}
.table .opened .title:after {
  background-position: -35px -137px;
}
.table .price {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  background: #e6f4fb;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  width: auto;
}
.table .price .old-price {
  text-decoration: line-through;
  font-weight: 200;
}
.table .price-a {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.table .price-a.small-price {
  font-size: 13px;
  font-size: 1.3rem;
}
.table .book {
  display: table-cell;
  width: 160px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #58b6e7;
  vertical-align: middle;
}
.table .book:hover {
  background-color: #70c5f1;
}
.table .buy {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #58b6e7;
}
.table .buy:hover {
  background-color: #70c5f1;
}
.table .placeholder {
  display: none;
}
.table .note-float {
  padding: 5px 20px;
  background: #f3f3f3;
}
.table .note-float:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -1px;
  width: 14px;
  height: 8px;
  background: #f3f3f3 url(../images/bg/note-arrow.png) 0 0 no-repeat;
}
.table .opened-note .note-float:after {
  background: #f3f3f3 url(../images/bg/note-arrow-blue.png) 0 0 no-repeat;
}
.table.narrow-table {
  width: 240px;
}
.training-schedule-logos-list {
  display: block;
  margin-top: 7px;
}
@media only screen and (min-width:1200px) {
  .training-schedule-logos-list {
    display: inline-block;
    margin-top: 0;
    margin-left: 7px;
  }
}
.training-schedule-logos-list > li {
  display: inline-block;
}
.training-schedule-logos-list > li + li {
  margin-left: 5px;
}
.associating-training {
  position: relative;
  padding: 30px 0 0;
}
.associating-training .currency-trigger {
  position: absolute;
  right: 0;
  top: -30px;
}
.associating-training h1 {
  margin: 0 0 25px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}
.associating-training .table .td .inner-label {
  font-weight: 400;
}
.content-section {
  margin: 30px 0 0;
}
.content-section h1 {
  margin: 0 0 15px;
}
.list-2inrow {
  position: relative;
  margin: 30px 0 0;
}
.list-2inrow > h1,
.list-2inrow > h2 {
  padding: 0 0 20px;
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #ddd;
}
.list-2inrow .item {
  padding: 0 0 30px;
}
.list-2inrow .item h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding: 0;
}
.list-2inrow .item p {
  margin: 0;
}
.list-2inrow .videowrapper {
  margin: 0 0 10px;
}
.People .list-2inrow {
  padding: 0 0 20px;
}
.People .list-2inrow .item {
  padding: 0 0 5px;
  padding-left: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.People .list-2inrow .item:before {
  display: none !important;
}
.unscheduled-courses {
  clear: left;
  padding: 30px 0 0;
}
.unscheduled-courses .item {
  padding-left: 0 !important;
  padding-bottom: 20px;
}
.unscheduled-courses .item:before {
  display: none !important;
}
.list-3inrow {
  position: relative;
  margin: 30px 0 0;
}
.list-3inrow > h1,
.list-3inrow > h2 {
  padding: 0 0 20px;
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #ddd;
}
.list-3inrow .item {
  padding: 0 0 30px;
}
.list-3inrow .item h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding: 0;
}
.blog-feed {
  margin: 30px 0 0;
}
.blog-feed h1 {
  font-size: 30px;
  font-size: 3rem;
}
.ip-spacefeed {
  clear: both;
  margin: 20px 0 0;
  padding: 20px;
  background: repeat-y url(../images/bg/hex-big-white-bg.png) right 0 #f5f5f5;
}
.ip-spacefeed h1 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}
.ip-spacefeed .more,
.ip-spacefeed .jump-link {
  font-weight: 700;
}
.TrainingSchedule .accord h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
.certifications-list {
  margin: 0;
}
.certifications-list:before,
.certifications-list:after {
  display: table;
  content: '';
}
.certifications-list:after {
  clear: both;
}
.technology-area-list {
  overflow: hidden;
}
.technology-area-list > li {
  margin: 0 -20px;
  padding: 0 20px 30px;
}
.technology-area-list > li article {
  font-size: 14px;
  font-size: 1.4rem;
}
.technology-area-list > li.odd {
  background: #f5f5f5;
}
.technology-area-list h1 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
.technology-area-list h1 img {
  display: inline;
  vertical-align: middle;
  width: 19%;
  max-width: 70px;
}
.technology-area-list h1 span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4%;
  width: 69%;
}
.technology-area-list h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
}
.technology-area-list .first {
  margin: 0 -20px;
  padding: 30px 20px;
}
.technology-area-list .first .more {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
}
.technology-area-list .td-2 {
  margin: 0 -20px;
  padding: 30px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.technology-area-list .td-2 li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
}
.technology-area-list .td-2 li a {
  font-size: 15px;
  font-size: 1.5rem;
}
.technology-area-list .td-2 .date {
  display: block;
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8197a3;
}
.technology-area-list .td-2 .date:after {
  content: "";
  display: none;
  position: absolute;
  right: 3px;
  top: -2px;
  height: 18px;
  width: 1px;
  border-left: 1px solid #ddd;
  overflow: hidden;
}
.technology-area-list .td-3 {
  padding: 20px 0 0;
}
.technology-area-list .td-3 li {
  padding: 0 0 15px;
  font-weight: bold;
}
.technology-area-list .more-links {
  margin-top: 10px;
  font-weight: bold;
}
.technology-area-list .more-links .link-remote-labs {
  float: right;
}
.list-leftright {
  padding: 35px 0 0;
}
.list-leftright:before,
.list-leftright:after {
  display: table;
  content: '';
}
.list-leftright:after {
  clear: both;
}
.list-leftright h2 {
  font-size: 30px;
  font-size: 3rem;
}
.list-leftright .item {
  position: relative;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list-leftright .item h1 {
  margin: 0 0 15px;
  color: #58b6e7;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 200;
}
.list-leftright .item .row {
  display: table-row;
}
.list-leftright .item .text {
  padding: 30px 0 20px;
}
.list-leftright .item figure {
  padding: 0;
  width: 100%;
  vertical-align: bottom;
  overflow: hidden;
}
.list-leftright .item figure img {
  float: left;
  max-width: 48%;
}
.list-leftright .item .attachments {
  margin: 20px 0 0;
  padding: 0;
  border: none;
}
.list-leftright.success-stories .item {
  padding: 0 0 110px;
}
.list-leftright.success-stories .item figure {
  position: absolute;
  bottom: 20px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.list-leftright.success-stories .item figure img {
  max-width: none;
  max-height: 110px;
  float: none;
}
.list-leftright.success-stories .item.fullwidth {
  padding-bottom: 0;
}
.list-leftright.success-stories .item.last {
  border: none;
}
.People .list-leftright {
  padding: 0;
}
.People .list-leftright .item {
  padding-top: 0;
  border: none;
}
.timeline {
  background-image: url(../images/bg/grey-line-bg.gif);
  background-position: 45px top;
  background-repeat: repeat-y;
}
.timeline:before,
.timeline:after {
  display: table;
  content: '';
}
.timeline:after {
  clear: both;
}
.timeline h1 {
  padding: 0 0 10px;
  background: #fff;
}
.timeline .item {
  padding: 20px 0;
}
.timeline .item:before,
.timeline .item:after {
  display: table;
  content: '';
}
.timeline .item:after {
  clear: both;
}
.timeline .item h2 {
  float: left;
  padding: 0;
  width: 50px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: transparent url(../images/bg/hex-icon-bg.png) center center no-repeat;
  background-size: contain;
}
.timeline .item h2.sub {
  margin: 21px 0 0 19px;
  width: 12px;
  height: 14px;
}
.timeline .item .desc {
  padding: 28px 0 0 50px;
}
.timeline .item .desc p {
  padding: 10px 0 0 20px;
  border-top: 1px solid #ddd;
}
.HomePage .content-container {
  padding: 0;
}
.visual {
  position: relative;
  padding: 0 0 20px;
}
.header-image {
  height: 192px;
  background: transparent url(../images/bg/home-bg.jpg) center center no-repeat;
  background-size: cover;
}
.bx-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1170px !important;
}
.bx-wrapper .bx-viewport {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  position: relative;
  margin: 0;
  width: auto !important;
  max-width: 414px;
  height: 100%;
}
.bx-wrapper .bx-controls {
  display: none;
}
.featured-main {
  height: 100%;
  /*
	position: absolute;
	bottom: 0;
	width: 100%;
	
	.inner {
		margin: 0 20px;
		padding: 20px;
		max-width: 374px;
		background: #67b9e8;
		color: #fff;
	}
	*/
}
.featured-main .slide {
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #0cb695;
  color: #fff;
}
.featured-main .slide .section {
  text-transform: uppercase;
  font-weight: 300;
}
.featured-main .slide a {
  color: #fff;
}
.featured-news {
  display: none;
}
.featured-training {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  padding-top: 20px;
  color: #ddd;
}
.featured-training .course-list-links h2 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  color: #364045;
}
.featured-training article {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #ddd;
}
.featured-training article.last {
  border-bottom: 2px solid #ddd;
}
.featured-training article .date {
  color: #364045;
}
.technology-area {
  padding-top: 20px;
}
.technology-area > h1 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
}
.technology-area li {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
  padding: 10px 20px;
  margin: 0 -20px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}
.technology-area li.last {
  border-bottom: 2px solid #ddd;
}
.technology-area li a {
  display: table-row;
  color: #364045;
}
.technology-area li img {
  margin-right: 15px;
  width: 50px;
}
.technology-area li .ta-icon,
.technology-area li .ta-title {
  display: table-cell;
  vertical-align: middle;
}
.technology-area li .ta-icon {
  width: 65px;
}
.training-info {
  padding: 20px 0 25px;
}
.training-info > h1 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.training-info h1 {
  margin: 0 0 20px;
}
.training-info .cisco-career-cta {
  display: block;
  position: relative;
  margin: 0 -20px;
  padding: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-image: url(../images/bg/hex-small-bg.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-color: #67b9e8;
}
.training-info .cisco-career-cta span {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  color: #67b9e8;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) 3px -110px no-repeat;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Tahoma;
}
.training-info .cisco-career-cta:hover {
  background-color: #58b6e7;
}
.training-info article {
  margin: 0 -20px;
}
.training-info article > a {
  display: block;
  padding: 20px 25px;
  color: #364045;
}
.training-info article > a:hover {
  background-color: #c1e6f9;
}
.cisco-certification-list li,
.content .cisco-certification-list li {
  padding: 0;
  margin: 0 0 1px;
}
.cisco-certification-list li:before,
.content .cisco-certification-list li:before {
  display: none !important;
}
.cisco-certification-list li a,
.content .cisco-certification-list li a {
  display: block;
  padding: 20px;
  color: #374045;
  background: #e6f4fb;
}
.cisco-certification-list li a h2,
.content .cisco-certification-list li a h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #67b6e9;
}
.cisco-certification-list li a p,
.content .cisco-certification-list li a p {
  margin: 0 0 20px;
}
.cisco-certification-list li a .more,
.content .cisco-certification-list li a .more {
  content: ">";
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) 3px -90px no-repeat;
  background-color: #67b9e8;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Tahoma;
}
.cisco-certification-list li a:hover,
.content .cisco-certification-list li a:hover {
  background-color: #c1e6f9;
}
.homepage-middle {
  display: none;
}
.homepage-bottom,
.aboutus-map {
  clear: both;
  color: #fff;
  background-color: #364045;
  display: none;
}
.homepage-bottom:before,
.aboutus-map:before,
.homepage-bottom:after,
.aboutus-map:after {
  display: table;
  content: '';
}
.homepage-bottom:after,
.aboutus-map:after {
  clear: both;
}
.simple-map {
  position: relative;
  display: inline-block;
  clear: both;
}
.simple-map img {
  display: block;
}
.simple-map .simple-map-marker {
  display: block;
  position: absolute;
  margin: -14px 0 0 -6px;
  width: 12px;
  height: 14px;
  background: transparent url(../images/icons/map-marker-small.png) center center no-repeat;
  margin: -23px 0 0 -10px;
  width: 20px;
  height: 23px;
  background: transparent url(../images/icons/map-marker-medium.png) center center no-repeat;
}
/* Aboutus */
.aboutus-map {
  display: block;
  margin: 30px 0 0;
}
.aboutus-map .locations-map,
.aboutus-map .about-us {
  display: none;
}
.aboutus-map .map-list {
  background: #283033;
}
.aboutus-map .map-list:before,
.aboutus-map .map-list:after {
  display: table;
  content: '';
}
.aboutus-map .map-list:after {
  clear: both;
}
.aboutus-map .map-list li {
  padding: 26px 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #b9b9b9;
  border-bottom: 1px solid #48555b;
}
.aboutus-map .map-list li.linebreak-2,
.aboutus-map .map-list li.linebreak-3 {
  display: none;
}
.aboutus-map .map-list h3 {
  margin: 0 0 -5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.aboutus-map .map-list h3 a {
  color: #fff;
}
/* News */
.news-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.news-list .item .h1 {
  margin: 0 0 15px;
  line-height: 1.3;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ddd;
}
.news-list .item .h1 h1 {
  font: inherit;
  display: inline;
  color: inherit;
}
.news-list .item .h1 a {
  padding-left: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}
.news-list .item .date {
  padding-right: 8px;
  color: #888;
}
.news-list .item .more {
  font-weight: bold;
}
.news-list .item .tags {
  padding: 15px 0 0;
}
.news-list .item .tags span {
  font-weight: bold;
}
.news-list .item:first-child {
  padding-top: 0;
}
.news-list .item.last {
  border: none;
}
.content .pagination {
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
.content .pagination:before,
.content .pagination:after {
  display: table;
  content: '';
}
.content .pagination:after {
  clear: both;
}
.content .pagination li {
  position: relative;
  float: left;
  padding: 0;
}
.content .pagination li a,
.content .pagination li span {
  display: block;
  float: left;
  width: 32px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.content .pagination li span {
  color: #fff;
  background: #58b6e7;
}
.content .pagination li.prev a {
  padding-right: 10px;
  width: auto;
}
.content .pagination li.next a {
  padding-left: 10px;
  width: auto;
}
.content .pagination li:before {
  top: 0;
  height: 25px;
  width: 1px;
  background: #ddd;
}
.content .pagination li:first-child:before {
  display: none;
}
.forms:before,
#Form_Form:before,
#Form_BookForm:before,
.forms:after,
#Form_Form:after,
#Form_BookForm:after {
  display: table;
  content: '';
}
.forms:after,
#Form_Form:after,
#Form_BookForm:after {
  clear: both;
}
.forms ul,
#Form_Form ul,
#Form_BookForm ul {
  clear: both;
}
.forms ul li,
#Form_Form ul li,
#Form_BookForm ul li {
  padding-left: 0 !important;
}
.forms ul li:before,
#Form_Form ul li:before,
#Form_BookForm ul li:before {
  display: none !important;
}
.forms h2,
#Form_Form h2,
#Form_BookForm h2,
.forms h3,
#Form_Form h3,
#Form_BookForm h3 {
  margin: 0 0 25px;
  padding: 20px 0 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  border-top: 1px solid #ccc;
}
.forms > h2,
#Form_Form > h2,
#Form_BookForm > h2,
.forms > h3,
#Form_Form > h3,
#Form_BookForm > h3 {
  border: none;
}
.forms .field,
#Form_Form .field,
#Form_BookForm .field {
  padding: 0 0 20px;
}
.forms .field > label,
#Form_Form .field > label,
#Form_BookForm .field > label {
  max-width: 300px;
}
.forms .field.checkbox label,
#Form_Form .field.checkbox label,
#Form_BookForm .field.checkbox label {
  max-width: 90%;
}
.forms .field .message.required,
#Form_Form .field .message.required,
#Form_BookForm .field .message.required,
.forms .field label.required,
#Form_Form .field label.required,
#Form_BookForm .field label.required {
  padding: 5px 0 0;
  color: #cc0000;
}
.forms .middleColumn,
#Form_Form .middleColumn,
#Form_BookForm .middleColumn {
  max-width: 517px;
}
.forms label,
#Form_Form label,
#Form_BookForm label {
  font-size: 14px;
  font-size: 1.4rem;
}
.forms input.text,
#Form_Form input.text,
#Form_BookForm input.text,
.forms textarea,
#Form_Form textarea,
#Form_BookForm textarea,
.forms select,
#Form_Form select,
#Form_BookForm select {
  max-width: 330px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 0 0 #d0d0d0;
}
.forms input.text.holder-required,
#Form_Form input.text.holder-required,
#Form_BookForm input.text.holder-required,
.forms textarea.holder-required,
#Form_Form textarea.holder-required,
#Form_BookForm textarea.holder-required,
.forms select.holder-required,
#Form_Form select.holder-required,
#Form_BookForm select.holder-required,
.forms input.text.required,
#Form_Form input.text.required,
#Form_BookForm input.text.required,
.forms textarea.required,
#Form_Form textarea.required,
#Form_BookForm textarea.required,
.forms select.required,
#Form_Form select.required,
#Form_BookForm select.required {
  border-color: #cc0000;
}
.forms textarea,
#Form_Form textarea,
#Form_BookForm textarea {
  line-height: 20px;
}
.forms input.text,
#Form_Form input.text,
#Form_BookForm input.text,
.forms select,
#Form_Form select,
#Form_BookForm select {
  height: 35px;
}
.forms select,
#Form_Form select,
#Form_BookForm select {
  width: 100%;
}
.forms .checkbox:before,
#Form_Form .checkbox:before,
#Form_BookForm .checkbox:before,
.forms .checkbox:after,
#Form_Form .checkbox:after,
#Form_BookForm .checkbox:after {
  display: table;
  content: '';
}
.forms .checkbox:after,
#Form_Form .checkbox:after,
#Form_BookForm .checkbox:after {
  clear: both;
}
.forms .checkbox label,
#Form_Form .checkbox label,
#Form_BookForm .checkbox label {
  padding-left: 20px !important;
  display: block;
  width: auto !important;
  font-weight: 400;
}
.forms input[type=radio],
#Form_Form input[type=radio],
#Form_BookForm input[type=radio] {
  display: inline-block;
  clear: left;
}
.forms input[type=radio] + label,
#Form_Form input[type=radio] + label,
#Form_BookForm input[type=radio] + label {
  display: inline-block;
  clear: right;
}
.forms .input-group:before,
#Form_Form .input-group:before,
#Form_BookForm .input-group:before,
.forms .checkboxset:before,
#Form_Form .checkboxset:before,
#Form_BookForm .checkboxset:before,
.forms #interest-area:before,
#Form_Form #interest-area:before,
#Form_BookForm #interest-area:before,
.forms .input-group:after,
#Form_Form .input-group:after,
#Form_BookForm .input-group:after,
.forms .checkboxset:after,
#Form_Form .checkboxset:after,
#Form_BookForm .checkboxset:after,
.forms #interest-area:after,
#Form_Form #interest-area:after,
#Form_BookForm #interest-area:after {
  display: table;
  content: '';
}
.forms .input-group:after,
#Form_Form .input-group:after,
#Form_BookForm .input-group:after,
.forms .checkboxset:after,
#Form_Form .checkboxset:after,
#Form_BookForm .checkboxset:after,
.forms #interest-area:after,
#Form_Form #interest-area:after,
#Form_BookForm #interest-area:after {
  clear: both;
}
.forms .input-group .middleColumn,
#Form_Form .input-group .middleColumn,
#Form_BookForm .input-group .middleColumn,
.forms .checkboxset .middleColumn,
#Form_Form .checkboxset .middleColumn,
#Form_BookForm .checkboxset .middleColumn,
.forms #interest-area .middleColumn,
#Form_Form #interest-area .middleColumn,
#Form_BookForm #interest-area .middleColumn {
  float: left;
  max-width: 330px;
}
.forms .input-group .middleColumn ul,
#Form_Form .input-group .middleColumn ul,
#Form_BookForm .input-group .middleColumn ul,
.forms .checkboxset .middleColumn ul,
#Form_Form .checkboxset .middleColumn ul,
#Form_BookForm .checkboxset .middleColumn ul,
.forms #interest-area .middleColumn ul,
#Form_Form #interest-area .middleColumn ul,
#Form_BookForm #interest-area .middleColumn ul {
  margin: 0;
}
.forms .input-group li input,
#Form_Form .input-group li input,
#Form_BookForm .input-group li input,
.forms .checkboxset li input,
#Form_Form .checkboxset li input,
#Form_BookForm .checkboxset li input,
.forms #interest-area li input,
#Form_Form #interest-area li input,
#Form_BookForm #interest-area li input {
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.forms .input-group li label,
#Form_Form .input-group li label,
#Form_BookForm .input-group li label,
.forms .checkboxset li label,
#Form_Form .checkboxset li label,
#Form_BookForm .checkboxset li label,
.forms #interest-area li label,
#Form_Form #interest-area li label,
#Form_BookForm #interest-area li label {
  display: inline-block;
  padding: 0 0 0 5px;
  width: 90%;
  vertical-align: middle;
  font-weight: 400;
}
.forms #interest-area,
#Form_Form #interest-area,
#Form_BookForm #interest-area {
  margin: 0 0 15px 20px;
}
.forms .Actions,
#Form_Form .Actions,
#Form_BookForm .Actions {
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
.forms .action,
#Form_Form .action,
#Form_BookForm .action {
  padding: 8px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #58b6e7;
  background: none;
  border: 2px solid #67b9e8;
}
.forms .action:hover,
#Form_Form .action:hover,
#Form_BookForm .action:hover {
  color: #666;
  border-color: #666;
}
.field[id*="hc666_Holder"] {
  width: 1px !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: .01 !important;
}
/* elements/general */
.gallery {
  margin: 0 0 15px;
}
.gallery li {
  display: none;
}
.gallery li.first {
  display: block;
}
.gallery figure {
  position: relative;
}
.gallery figure:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/sprite.png?v1.1) -56px 5px no-repeat;
  background-color: #58b6e7;
  z-index: 100;
}
.gallery img {
  width: 100%;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background: #364045;
}
.newsletter:before,
.newsletter:after {
  display: table;
  content: '';
}
.newsletter:after {
  clear: both;
}
.newsletter .link {
  display: block;
  margin-right: 40px;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 300;
}
.newsletter .link span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/sprite.png?v1.1) 3px -90px no-repeat;
  background-color: #67b9e8;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Tahoma;
  display: inline-block;
}
.newsletter .link:hover span {
  background-color: #67b9e8;
}
.newsletter h1 {
  display: none;
  float: left;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
.newsletter form {
  display: none;
  position: relative;
  padding-left: 400px;
}
.newsletter .text {
  float: left;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #465359;
  border: none;
}
.newsletter .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 72px;
  height: 42px;
  color: #fff;
  background-color: #43a7d5;
  background-position: 26px -18px;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -999em;
}
.newsletter .btn:hover {
  background-color: #67b9e8;
}
.newsletter ::-webkit-input-placeholder {
  color: #999;
}
.newsletter :-moz-placeholder {
  color: #999;
}
.newsletter ::-moz-placeholder {
  color: #999;
}
.newsletter :-ms-input-placeholder {
  color: #999;
}
.SelectCountry h2 {
  margin: 0 0 20px;
}
.country-list {
  font-size: 14px;
  font-size: 1.4rem;
}
.country-list li {
  margin: 0 0 10px;
}
.country-list li a {
  color: #364045;
}
.country-list li a:hover {
  color: #58b6e7;
}
.country-list li span {
  display: inline-block;
}
.country-list figure {
  display: inline-block;
  position: relative;
}
.country-list figure img {
  max-width: 46px;
}
.country-list figure:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../images/icons/flag-mask.png) center center no-repeat;
}
.Search .content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.Search .content .search-results > li {
  padding-left: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.Search .content .search-results > li:before {
  display: none !important;
}
.Search .content .search-results li.file .pdf-icon {
  border: 1px solid #EBECED;
  background: #EBECED;
  font-size: 13px;
  padding: 2px 4px;
}
.Search .pagination .selected {
  background: #58b6e7;
}
.Search .pagination .selected a {
  color: #fff;
}
#Form_SearchForm {
  position: relative;
  margin: 0 0 35px;
  max-width: 370px;
}
#Form_SearchForm label {
  display: none;
}
#Form_SearchForm input.text {
  padding-left: 10px;
  padding-right: 70px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #565a5c;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 0 0 #d9d9d9;
}
#Form_SearchForm .Actions {
  position: absolute;
  right: 0;
  top: 1px;
}
#Form_SearchForm .Actions .action {
  width: 54px;
  height: 34px;
  background: transparent url(../images/bg/search-btn.png) right center no-repeat;
  overflow: hidden;
  text-indent: -999em;
  border-radius: 2px;
  border-color: #40a0cd;
}
#Form_SearchForm .Actions .action:hover {
  border: 1px solid #777;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#Form_SearchForm .hc666 {
  display: none;
}
.fancybox-skin {
  border-radius: 0 !important;
}
.fancybox-title-float-wrap .child {
  background: transparent !important;
}
.cta {
  text-align: center;
  margin: 20px 0 0;
}
.cta .btn {
  background: #0090cd;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
}
.cta .btn:hover {
  background: rgba(0, 144, 205, 0.8);
}
/* 320px */
@media only screen and (min-width: 320px) {
  #mq {
    width: 320px;
    color: blue;
    /*content:"mq320";*/
  }
  #Form_filterForm select {
    max-width: 100%;
  }
}
/* 375px */
@media only screen and (min-width: 375px) {
  #mq {
    width: 375px;
  }
  .brand {
    padding-top: 4px;
  }
  .brand img {
    width: 100px;
  }
  .header-extra-logos-list {
    margin-left: 10px;
  }
  .header-extra-logos-list li + li {
    margin-left: 4px;
  }
  .header-extra-logos-list li img {
    width: 40px;
  }
}
/* 480px */
@media only screen and (min-width: 480px) {
  #mq {
    width: 480px;
  }
  .header-extra-logos-list {
    margin-left: 16px;
  }
  .header-extra-logos-list li + li {
    margin-left: 4px;
  }
  .header-extra-logos-list li img {
    width: 50px;
  }
  .country-confirm .country {
    text-align: left;
    float: left;
  }
  .country-confirm .confirm {
    margin: 0;
    float: right;
  }
  .footer .logos li {
    padding: 0 0 0 4%;
    width: auto;
    max-width: 22%;
    text-align: left;
  }
  .footer .logos li.show4 {
    display: inline-block;
  }
  .footer .logos li:first-child {
    padding-left: 0;
  }
  .footer .links > li {
    width: 42%;
  }
  .customers {
    position: relative;
  }
  .customers:before,
  .customers:after {
    display: table;
    content: '';
  }
  .customers:after {
    clear: both;
  }
  .customers .inner:before,
  .customers .inner:after {
    display: table;
    content: '';
  }
  .customers .inner:after {
    clear: both;
  }
  .customers h2 {
    clear: both;
  }
  .customers ul {
    float: left;
    margin-right: 4%;
    padding-bottom: 20px;
    width: 46%;
  }
  .customers ul:last-child,
  .customers ul:nth-child(2) {
    float: none;
    float: right;
  }
  .customers .more {
    display: block;
    clear: both;
  }
  .Customers .customers {
    float: left;
    width: 100%;
  }
  .list-leftright .item {
    display: table;
    padding: 0;
  }
  .list-leftright .item .row {
    display: table-row;
  }
  .list-leftright .item .text {
    display: table-cell;
    padding: 30px 0 20px;
  }
  .list-leftright .item figure {
    display: table-cell;
    position: relative;
    width: 35%;
    max-width: 200px;
    padding: 30px 0 0;
    vertical-align: top;
    text-align: right;
    overflow: hidden;
  }
  .list-leftright .item figure img {
    float: none;
    max-width: 100%;
  }
  .list-leftright .item .attachments {
    margin: 20px 0 0;
    padding: 0;
    border: none;
  }
  .list-leftright .item.right .text {
    padding-left: 20px;
    float: none;
  }
  .list-leftright .item.right figure {
    float: none;
    text-align: left;
  }
  .list-leftright .item.fullwidth .text {
    padding-left: 0;
  }
  .list-leftright.instructors figure {
    padding-bottom: 30px;
  }
  .list-leftright.instructors figure h1 {
    padding-top: 20px;
  }
  .list-leftright.success-stories .item {
    padding: 0;
  }
  .list-leftright.success-stories .item .text {
    padding-right: 20px;
  }
  .list-leftright.success-stories .item figure {
    position: relative;
    padding: 20px 0;
    vertical-align: middle;
  }
  .list-leftright.success-stories .item figure img {
    max-height: none;
  }
  .list-leftright.success-stories .item.right .text {
    padding-left: 20px;
  }
  .list-leftright.success-stories .item.fullwidth .text {
    padding-left: 0;
  }
  .People .list-leftright .item figure,
  .People .list-leftright .item .text {
    padding-top: 0;
  }
}
/* 640px */
@media only screen and (min-width: 640px) {
  #mq {
    width: 640px;
  }
  .more.top-right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .country-selector .title,
  .external-login .title {
    display: inline;
    padding-left: 5px;
  }
  .main-top {
    background-position: 100% 0;
  }
  .footer .logos li {
    padding-left: 6.5%;
  }
  .footer .logos li:first-child {
    padding-left: 0;
  }
  .bottom-footer {
    text-align: left;
  }
  .bottom-footer .social-links span {
    display: inline;
    color: #283033;
  }
  .bottom-footer .production {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
  .forms .field:before,
  #Form_Form .field:before,
  #Form_BookForm .field:before,
  .forms .field:after,
  #Form_Form .field:after,
  #Form_BookForm .field:after {
    display: table;
    content: '';
  }
  .forms .field:after,
  #Form_Form .field:after,
  #Form_BookForm .field:after {
    clear: both;
  }
  .forms .field > label,
  #Form_Form .field > label,
  #Form_BookForm .field > label {
    float: left;
    padding: 0 20px 0 0;
    width: 60%;
  }
  .forms .field.dropdown > label,
  #Form_Form .field.dropdown > label,
  #Form_BookForm .field.dropdown > label,
  .forms .field.text > label,
  #Form_Form .field.text > label,
  #Form_BookForm .field.text > label,
  .forms .field.textarea > label,
  #Form_Form .field.textarea > label,
  #Form_BookForm .field.textarea > label,
  .forms .field.mc-field-group > label,
  #Form_Form .field.mc-field-group > label,
  #Form_BookForm .field.mc-field-group > label {
    padding-top: 9px;
  }
  .forms .field .message.required,
  #Form_Form .field .message.required,
  #Form_BookForm .field .message.required,
  .forms .field label.required,
  #Form_Form .field label.required,
  #Form_BookForm .field label.required {
    display: block;
    margin-left: 15px;
    min-width: 100px;
  }
  .forms .field label.required,
  #Form_Form .field label.required,
  #Form_BookForm .field label.required {
    padding-left: 155px;
  }
  .forms input.text,
  #Form_Form input.text,
  #Form_BookForm input.text,
  .forms textarea,
  #Form_Form textarea,
  #Form_BookForm textarea,
  .forms select,
  #Form_Form select,
  #Form_BookForm select {
    width: 40%;
  }
  .forms .middleColumn,
  #Form_Form .middleColumn,
  #Form_BookForm .middleColumn {
    max-width: 1200px;
  }
  .forms #EditableLiteralField30 label,
  #Form_Form #EditableLiteralField30 label,
  #Form_BookForm #EditableLiteralField30 label,
  .forms #EditableLiteralField40 label,
  #Form_Form #EditableLiteralField40 label,
  #Form_BookForm #EditableLiteralField40 label,
  .forms #EditableLiteralField46 label,
  #Form_Form #EditableLiteralField46 label,
  #Form_BookForm #EditableLiteralField46 label,
  .forms #EditableLiteralField48 label,
  #Form_Form #EditableLiteralField48 label,
  #Form_BookForm #EditableLiteralField48 label,
  .forms #EditableLiteralField50 label,
  #Form_Form #EditableLiteralField50 label,
  #Form_BookForm #EditableLiteralField50 label {
    display: none;
  }
  .forms input.text,
  #Form_Form input.text,
  #Form_BookForm input.text,
  .forms textarea,
  #Form_Form textarea,
  #Form_BookForm textarea,
  .forms select,
  #Form_Form select,
  #Form_BookForm select {
    float: left;
    margin-right: 15px;
  }
  .forms #interest-area,
  #Form_Form #interest-area,
  #Form_BookForm #interest-area {
    padding-left: 170px;
  }
  .forms #interest-area label,
  #Form_Form #interest-area label,
  #Form_BookForm #interest-area label {
    padding-left: 5px !important;
  }
  .forms .field.input-group label,
  #Form_Form .field.input-group label,
  #Form_BookForm .field.input-group label {
    padding-top: 0;
  }
  .forms .field.input-group ul,
  #Form_Form .field.input-group ul,
  #Form_BookForm .field.input-group ul {
    margin: 0;
    padding-left: 170px;
  }
  .forms .action,
  #Form_Form .action,
  #Form_BookForm .action {
    margin-left: 170px;
  }
  .sidebar {
    max-width: 45%;
    float: left;
  }
  .gallery {
    padding: 5px 5% 0 0;
  }
  .list-2inrow {
    float: left;
    width: 100%;
  }
  .list-2inrow:before,
  .list-2inrow:after {
    display: table;
    content: '';
  }
  .list-2inrow:after {
    clear: both;
  }
  .list-2inrow .clear-row {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .list-2inrow .item {
    float: left;
    clear: left;
    width: 48%;
  }
  .list-2inrow .item.right {
    float: none;
    clear: none;
    float: right;
  }
  .list-2inrow .more {
    display: block;
    clear: both;
  }
  .People .list-2inrow .item {
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .latest-news {
    margin-top: 40px;
  }
  .table .td.td-remote {
    width: 25%;
  }
  .attachments {
    clear: both;
  }
  .cisco-certification-list,
  .content .cisco-certification-list {
    width: 100%;
    margin: 20px 0 20px -1px;
  }
  .cisco-certification-list:before,
  .content .cisco-certification-list:before,
  .cisco-certification-list:after,
  .content .cisco-certification-list:after {
    display: table;
    content: '';
  }
  .cisco-certification-list:after,
  .content .cisco-certification-list:after {
    clear: both;
  }
  .cisco-certification-list li,
  .content .cisco-certification-list li {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 0 1px 1px;
    width: 50%;
  }
  .cisco-certification-list li .more,
  .content .cisco-certification-list li .more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .country-list:before,
  .country-list:after {
    display: table;
    content: '';
  }
  .country-list:after {
    clear: both;
  }
  .country-list li {
    float: left;
    margin: 0 0 30px;
    width: 50%;
  }
  .btn-loading-delay {
    position: relative;
  }
  .btn-loading-delay:disabled::after,
  .btn-loading-delay[disabled]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 3px solid #fff;
    border-top-color: #67b9e8;
    animation: btn-loading 1.2s linear infinite;
    z-index: 2;
  }
  .btn-loading-delay:disabled:before,
  .btn-loading-delay[disabled]:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #67b9e8;
  }
  .btn-loading-delay:disabled:hover,
  .btn-loading-delay[disabled]:hover {
    border-color: #67b9e8 !important;
  }
  @keyframes btn-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
/* 768px */
@media only screen and (min-width: 768px) {
  #mq {
    width: 768px;
    color: orange;
    /*content:"mq1024";*/
  }
  .country-confirm p {
    float: left;
    width: 45%;
  }
  .country-confirm .country {
    float: none;
    position: absolute;
    right: 155px;
    top: -2px;
  }
  .homepage-middle {
    display: block;
    clear: both;
    padding: 40px 0 60px;
    background: repeat-y url(../images/bg/hex-big-bg.png) 100% 0 #ebeced;
  }
  .homepage-middle:before,
  .homepage-middle:after {
    display: table;
    content: '';
  }
  .homepage-middle:after {
    clear: both;
  }
  .homepage-middle h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .homepage-middle .remote-learning {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5%;
    width: 45%;
  }
  .homepage-middle .remote-learning h2 {
    padding: 0 0 15px;
  }
  .homepage-middle .learning-products {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    padding: 10px 0 10px 5%;
    width: 45%;
    border-left: 1px solid #d7d9da;
  }
  .homepage-middle .learning-products ul {
    padding: 0 0 15px;
  }
  .homepage-middle .learning-products .see-all {
    font-weight: bold;
  }
  .homepage-middle .news {
    position: relative;
    margin: 40px 0 0;
    padding: 0 25px;
    background: #d7d9da;
  }
  .homepage-middle .news:before,
  .homepage-middle .news:after {
    display: table;
    content: '';
  }
  .homepage-middle .news:after {
    clear: both;
  }
  .homepage-middle .news h2 {
    float: left;
    padding-right: 50px;
    line-height: 50px;
    background: transparent url(../images/bg/home-news-bg.png) 100% center no-repeat;
  }
  .homepage-middle .news h2 a {
    color: #364045;
  }
  .homepage-middle .news h2 a:hover {
    color: #58b6e7;
  }
  .homepage-middle .news article {
    padding: 0 0 0 130px;
    line-height: 50px;
  }
  .homepage-middle .news article:before,
  .homepage-middle .news article:after {
    display: table;
    content: '';
  }
  .homepage-middle .news article:after {
    clear: both;
  }
  .homepage-middle .news article a {
    display: block;
    color: #364045;
  }
  .homepage-middle .news article a:hover .more {
    background-color: #2ba3e1;
  }
  .homepage-middle .news article .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .homepage-middle .news article h1 {
    display: inline;
    line-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .homepage-middle .news article .more {
    position: absolute;
    right: 13px;
    top: 13px;
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    overflow: hidden;
    text-indent: -999em;
    background: transparent url(../images/sprite.png?v1.1) 3px -90px no-repeat;
    background-color: #67b9e8;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: Tahoma;
  }
  .header-image {
    height: 280px;
  }
  .footer .upper-footer .inner > h2 {
    margin: 0 0 30px;
    font-weight: 200;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .footer .links-trigger {
    display: none;
  }
  .footer .links {
    display: block;
  }
  .footer .links > li {
    width: 22%;
  }
  .bottom-footer .footer-links {
    display: block;
  }
  .bottom-footer .footer-links:before,
  .bottom-footer .footer-links:after {
    display: table;
    content: '';
  }
  .bottom-footer .footer-links:after {
    clear: both;
  }
  .bottom-footer .footer-links li {
    position: relative;
    float: left;
    padding: 0 0 0 26px;
  }
  .bottom-footer .footer-links li:before {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #9fc0d1;
    overflow: hidden;
    border-radius: 2px;
  }
  .bottom-footer .footer-links li:first-child {
    padding: 0;
  }
  .bottom-footer .footer-links li:first-child:before {
    display: none;
  }
  .content .intro,
  .content-full .intro {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .table-filter {
    position: relative;
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background: none;
    border: none;
  }
  .table-filter .field.dropdown {
    float: left;
    padding: 0 20px 0 0;
    max-width: 190px;
  }
  .table-filter .filter-reset {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .accordians {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
  }
  .accordians:before,
  .accordians:after {
    display: table;
    content: '';
  }
  .accordians:after {
    clear: both;
  }
  .accord .toggle {
    padding: 15px 0;
  }
  .accord .toggle:after {
    right: -10px;
  }
  .accord .toggled-content {
    padding: 0 0 30px;
  }
  .remotelabs-table-title {
    margin: 0;
    padding: 18px 15px;
  }
  .table-holder {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
  }
  .currency-selector {
    position: absolute;
    bottom: auto;
    top: 10px;
  }
  .table {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
    border-top: none;
    border-collapse: collapse;
    overflow: hidden;
    float: left;
  }
  .table .tr {
    display: table-row;
    border: none;
  }
  .table .th,
  .table .td,
  .table .opened .td {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .table .th {
    height: 45px;
    background: #d8edfa;
    font-weight: 400;
  }
  .table .th:first-child {
    padding-left: 10px;
  }
  .table .light .th {
    background: #e6f4fb;
  }
  .table .opened:before,
  .table .opened:after {
    display: none;
  }
  .table .td,
  .table .opened .td {
    padding: 10px 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table .td .inner-label,
  .table .opened .td .inner-label {
    display: none;
  }
  .table .td.title,
  .table .opened .td.title {
    display: table-cell;
    padding: 10px 5px 10px 10px;
    border-left: none;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: default;
  }
  .table .td.title:after,
  .table .opened .td.title:after {
    display: none;
  }
  .table .td.title .date-from,
  .table .opened .td.title .date-from,
  .table .td.title .date-to,
  .table .opened .td.title .date-to {
    white-space: nowrap;
  }
  .table .td.td-code,
  .table .opened .td.td-code {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .table .td.td-price,
  .table .opened .td.td-price {
    display: block;
    display: table-cell;
    padding: 0;
    background: #58b6e7;
    border-right: none;
    width: 120px;
    width: auto;
    text-align: center;
  }
  .table .td.price-smaller,
  .table .opened .td.price-smaller {
    text-align: center;
  }
  .table .td.price-smaller .price,
  .table .opened .td.price-smaller .price {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: normal;
  }
  .table .td.td-date,
  .table .opened .td.td-date {
    width: 100px;
  }
  .table .td.td-remote,
  .table .opened .td.td-remote {
    display: table-cell;
    width: auto;
    float: none;
    padding: 10px;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  .table .date-from,
  .table .date-to {
    display: block;
  }
  .table .badge-new {
    display: block;
    margin: 0 auto;
  }
  .table .price {
    display: block !important;
    padding: 10px;
    height: 100%;
    white-space: nowrap;
    line-height: 1.2;
  }
  .table .price.double {
    white-space: normal;
  }
  .table .book {
    display: block !important;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .table .buy {
    margin: 5px auto;
    width: 55px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .table .buy.wide {
    padding: 2px 10px;
    width: auto;
    min-width: 80px;
  }
  .table .currency-trigger {
    position: relative;
    float: right;
    padding: 0 5px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .table .currency-trigger:after {
    content: "";
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    left: -10px;
    top: 1px;
    height: 20px;
    border-left: 1px solid #ccc;
  }
  .table .placeholder {
    border: none;
    background: none;
  }
  .table .note-float {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 10px;
    background: #f3f3f3;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table .note-float:after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    top: -1px;
    width: 14px;
    height: 8px;
    background: #f3f3f3 url(../images/bg/note-arrow.png) 0 0 no-repeat;
  }
  .table .opened-note .note-float:after {
    background: #f3f3f3 url(../images/bg/note-arrow.png) 0 0 no-repeat;
  }
  .table.remote-labs-detail-table .th {
    text-align: center;
  }
  .table.remote-labs-detail-table .td {
    border: none;
  }
  .table.remote-labs-detail-table .td.td-remote {
    padding-top: 15px;
  }
  .table.remote-labs-detail-table .buy {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 5px 14px;
  }
  .associating-training {
    padding: 30px 0;
  }
  .associating-training:before,
  .associating-training:after {
    display: table;
    content: '';
  }
  .associating-training:after {
    clear: both;
  }
  .associating-training .table .th {
    padding: 0 20px;
    text-align: right;
    white-space: nowrap;
  }
  .associating-training .price-a {
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .technology-area-list > li {
    display: table;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .technology-area-list > li:before,
  .technology-area-list > li:after {
    display: table;
    content: '';
  }
  .technology-area-list > li:after {
    clear: both;
  }
  .technology-area-list > li article > ul {
    display: table-row;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .technology-area-list > li article > ul h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .technology-area-list > li article > ul h1 img {
    display: inline;
    vertical-align: middle;
    width: 27%;
    max-width: 70px;
  }
  .technology-area-list > li article > ul h1 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4%;
    width: 65%;
  }
  .technology-area-list > li article > ul h2 {
    margin: 0 0 15px;
    padding: 15px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .technology-area-list > li article > ul > li {
    display: table-cell;
    padding: 30px;
    border-left: 1px solid #ddd;
  }
  .technology-area-list > li article > ul > li.first {
    margin: 0;
    padding: 30px 30px 30px 0;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
    width: 40%;
    border-left: none;
  }
  .technology-area-list > li article > ul > li.td-2 {
    margin: 0;
    padding: 30px;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
  }
  .technology-area-list > li article > ul > li.td-3 {
    padding: 45px 0 30px 30px;
    width: 18%;
    vertical-align: top;
  }
  .TrainingSchedule .table-holder {
    margin-bottom: 30px;
  }
  .TrainingSchedule .table {
    margin-bottom: -1px;
  }
  .TrainingSchedule .accordians {
    border-top: 1px solid #ddd;
  }
  .aboutus-map {
    margin: 50px 0 0;
  }
  .aboutus-map .locations-map {
    display: block;
  }
  .aboutus-map .locations-map .simple-map {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .aboutus-map .locations-map .simple-map img {
    width: 100%;
  }
  .aboutus-map .locations-map .simple-map .simple-map-marker {
    margin: -23px 0 0 -10px;
    width: 20px;
    height: 23px;
    background: transparent url(../images/icons/map-marker-medium.png) center center no-repeat;
  }
  .aboutus-map .map-list {
    border-top: 1px solid #48555b;
    border-bottom: 1px solid #48555b;
  }
  .aboutus-map .map-list li {
    float: left;
    padding: 26px 2% 26px 0;
    width: 48%;
    border: none;
  }
  .aboutus-map .map-list li.linebreak-3 {
    display: none;
  }
  .aboutus-map .map-list li.linebreak-2 {
    display: block;
    padding: 0;
    width: 100%;
    height: 1px;
    float: none;
    clear: left;
    overflow: hidden;
    border-top: 1px solid #48555b;
  }
  .aboutus-map .about-us {
    display: block;
    border: none;
  }
  .timeline {
    position: relative;
    background-position: center 0;
  }
  .timeline h1 {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 15px 0 0;
    z-index: 2;
  }
  .timeline .item {
    position: relative;
    padding: 0 0 20px;
    width: 50%;
  }
  .timeline .item h2 {
    position: absolute;
    top: 0;
    right: -35px;
    width: 71px;
    height: 80px;
    line-height: 80px;
  }
  .timeline .item h2.sub {
    margin: 0;
    top: 33px;
    /*top: -7px;*/
    right: -6px;
  }
  .timeline .item .desc {
    float: right;
    width: 100%;
    max-width: 290px;
    padding: 40px 60px 0 0;
  }
  .timeline .item .desc p {
    padding: 10px 0;
  }
  .timeline .item.right {
    margin-left: 50%;
  }
  .timeline .item.right h2 {
    right: auto;
    left: -35px;
  }
  .timeline .item.right h2.sub {
    right: auto;
    left: -6px;
  }
  .timeline .item.right .desc {
    float: left;
    padding: 40px 0 0 60px;
  }
  .timeline .item:first-child {
    margin: 40px 0 0;
  }
  .timeline .list {
    position: relative;
  }
  .timeline .list:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 1px;
    width: 50%;
    height: 12px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .featured-combo {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1170px;
    margin: 0 20px;
    padding: 20px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .featured-combo:before,
  .featured-combo:after {
    display: table;
    content: '';
  }
  .featured-combo:after {
    clear: both;
  }
  .featured-combo h2,
  .featured-combo .more.all {
    text-transform: uppercase;
  }
  .featured-combo h2 {
    font-weight: bold;
  }
  .featured-news {
    display: block;
    width: 48%;
    float: left;
  }
  .featured-training {
    margin: 0;
    padding: 0;
  }
  .featured-training article {
    margin: 0;
    padding: 20px 0;
  }
  .featured-training article.last {
    border: none;
  }
  .technology-area li {
    margin: 0;
    padding: 20px 0;
    width: 48%;
    float: left;
  }
  .technology-area li.odd {
    clear: left;
  }
  .technology-area li.even {
    float: none;
    float: right;
  }
  .technology-area li.last.odd {
    clear: both;
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .training-info .cisco-career-cta {
    margin: 0;
    clear: both;
  }
  .training-info article {
    margin: 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .training-info article > a {
    height: 90px;
  }
  .HomePage .newsletter .inner {
    padding-top: 35px;
    border-top: 1px solid #48555b;
  }
  .homepage-bottom,
  .aboutus-map {
    display: block;
  }
  .homepage-bottom h2,
  .aboutus-map h2 {
    margin: 0 0 40px;
    font-weight: 200;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .locations-map {
    padding: 35px 0;
  }
  .simple-map {
    max-width: 664px;
    margin: 0 auto;
  }
  .about-us {
    margin: 0 -20px;
    padding: 35px 20px;
    clear: both;
    border-top: 1px solid #48555b;
  }
  .about-us p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #aeb1b2;
  }
  .about-us ul {
    margin: 20px 0 0;
  }
  .about-us ul li {
    margin: 0 0 10px;
    line-height: 80px;
    font-size: 20px;
    font-size: 2rem;
  }
  .about-us ul strong {
    display: inline-block;
    margin-right: 12px;
    width: 70px;
    height: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    font-size: 2.8rem;
    background: transparent url(../images/bg/hex-icon-bg.png) center center no-repeat;
  }
  .newsletter {
    padding: 35px 0;
  }
  .newsletter h1 {
    display: block;
  }
  .newsletter form {
    display: block;
  }
  .newsletter .link {
    display: none;
  }
  .SelectCountry h2 {
    margin: 0 0 25px;
    font-size: 30px;
    font-size: 3rem;
  }
  .country-list {
    padding: 0 0 25px;
  }
  .country-list li {
    width: 33.33%;
  }
}
/* 920 */
@media only screen and (min-width: 992px) {
  #mq {
    width: 920px;
    color: #7db6d4;
    /*content:"mq920";*/
  }
  .country-confirm p {
    width: 370px;
  }
  #gmap {
    height: 480px !important;
  }
  .footer .logos li {
    padding-left: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }
  .footer .links > li {
    width: 23%;
    padding-right: 2%;
  }
  .footer .links .variable {
    display: block;
  }
  .main-top {
    padding: 45px 0 60px;
    background-size: auto;
  }
  .main-top .h1 {
    padding: 15px 0 0;
    font-weight: 200;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .main-top .date {
    padding: 0 34px 0 0;
  }
  .main-top .date:after {
    right: 16px;
    top: 7px;
    height: 25px;
  }
  .content-container {
    padding: 50px 0;
  }
  .content-container:before,
  .content-container:after {
    display: table;
    content: '';
  }
  .content-container:after {
    clear: both;
  }
  .sidebar {
    float: left;
    padding: 0;
    width: 340px;
    margin-right: -340px;
    position: relative;
    z-index: 2;
  }
  .sidebar .sideboxes {
    display: block;
  }
  .sidebar .sideboxes .sidebox {
    display: block;
    margin: 0 0 1px;
    padding: 25px;
    background: #eaf6fc;
    color: #364045;
  }
  .sidebar .sideboxes .sidebox + .sidebox {
    margin-top: 20px;
  }
  .sidebar .sideboxes .sidebox h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .sidebar .sideboxes .sidebox:nth-child(2) {
    background-color: #ddf0fa;
  }
  .sidebar .sideboxes .sidebox:nth-child(3) {
    background-color: #cde9f8;
  }
  .sidebar .sideboxes .sidebox:hover {
    background-color: #c1e6f9;
  }
  .secondary,
  .side-filter {
    display: block;
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
  }
  .secondary li,
  .side-filter li {
    position: relative;
  }
  .secondary li a,
  .side-filter li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
  }
  .secondary li.current > a,
  .side-filter li.current > a,
  .secondary li.section > a,
  .side-filter li.section > a {
    color: #283033;
  }
  .secondary li.children:after,
  .side-filter li.children:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 23px;
    width: 8px;
    height: 6px;
    background: transparent url(../images/sprite.png?v1.1) -87px -38px no-repeat;
  }
  .secondary li ul,
  .side-filter li ul {
    padding: 0 0 15px;
  }
  .secondary li ul a,
  .side-filter li ul a {
    border: none;
    padding: 5px 15px 5px 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .gallery {
    padding-right: 0;
  }
  .sidebox {
    margin: 0 0 1px;
    padding: 25px;
    background: #eaf6fc;
  }
  .content {
    padding-left: 370px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .content:before,
  .content:after {
    display: table;
    content: '';
  }
  .content:after {
    clear: both;
  }
  .forms {
    float: left;
    width: 100%;
  }
  .table-filter .field.dropdown {
    max-width: 140px;
  }
  .technology-area-list > li article > ul > li.first {
    width: 30%;
  }
  .technology-area-list > li article > ul > li.td-3 {
    width: 25%;
  }
  .ip-spacefeed {
    float: left;
    clear: none;
  }
  /* homepage  */
  .homepage-upper {
    position: relative;
    overflow: hidden;
  }
  .header-image {
    height: 478px;
  }
  .featured-main .section {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .featured-main a {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
  }
  .featured-combo {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: 0;
    width: 400px;
    border: none;
  }
  .featured-combo .course-list-links h2 {
    display: inline-block;
    clear: both;
    margin: 0 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .featured-news {
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
    border-bottom: 1px solid #d8e3e9;
  }
  .featured-training {
    width: 100%;
    color: #ddd;
  }
  .featured-training .course-list-links {
    position: relative;
    z-index: 2;
  }
  .featured-training h2 {
    color: #364045;
  }
  .featured-training .more.all {
    clear: both;
    /*&:after {
			content: "";
			display: block;
			clear: both;
			overflow: hidden;
		}*/
  }
  .featured-training article {
    position: relative;
    float: left;
    padding: 0 0 15px;
    margin: 0 0 15px;
    z-index: 2;
  }
  .featured-training article .date {
    display: inline-block;
    margin: 0 0 5px;
    padding: 3px 8px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: #67b9e8;
  }
  .featured-training article h1 {
    padding: 0;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .featured-training article.last {
    margin-right: 0;
  }
  .featured-training:after {
    content: "";
    display: block;
    position: absolute;
    right: -125px;
    top: -30px;
    width: 637px;
    height: 478px;
    background: transparent url(../images/bg/header-glow.png) 0 0 no-repeat;
    z-index: 1;
  }
  .technology-area > h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
  }
  .technology-area ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .technology-area li {
    display: block;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
    border-bottom: none;
    border-right: 1px solid #ddd;
    padding: 30px 2% 0;
    margin: 15px 0;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    float: none;
    width: auto;
    min-height: 195px;
  }
  .technology-area li.last {
    border-bottom: none!important;
    border-right: 0;
  }
  .technology-area li:nth-child(5n) {
    border-right: 0;
  }
  .technology-area li img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
  }
  .technology-area li a {
    display: block;
  }
  .technology-area li .ta-icon,
  .technology-area li .ta-title {
    display: block;
    width: auto;
  }
  .training-info > h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
  }
  /*
.training-info {
	float: left;
	width: 26%;
	width: 280px;
	
	.cisco-career-cta {
		
	}
	
	article {
		float: none;
		width: auto;
	}
}
*/
  .locations-map {
    float: left;
    margin-right: 5%;
    padding: 50px 0;
    width: 53%;
  }
  .locations-map .simple-map {
    margin: 0 -30px;
  }
  .about-us {
    clear: none;
    float: left;
    margin: 0;
    padding: 50px 0;
    width: 42%;
  }
  .aboutus-map .locations-map {
    float: none;
    margin: 0;
    width: auto;
  }
  .aboutus-map .map-list li {
    width: 31.33%;
  }
  .aboutus-map .map-list li.linebreak-2 {
    display: none;
  }
  .aboutus-map .map-list li.linebreak-3 {
    display: block;
    padding: 0;
    width: 100%;
    height: 1px;
    float: none;
    clear: left;
    overflow: hidden;
    border-top: 1px solid #48555b;
  }
  .aboutus-map .about-us {
    float: none;
    width: auto;
  }
  .aboutus-map .about-us:before,
  .aboutus-map .about-us:after {
    display: table;
    content: '';
  }
  .aboutus-map .about-us:after {
    clear: both;
  }
  .aboutus-map .about-us ul {
    float: left;
    width: 50%;
  }
  .attachments {
    clear: none;
    float: left;
  }
}
/* 1024 */
@media only screen and (min-width: 1024px) {
  #mq {
    width: 1024px;
    color: lime;
    /*content:"mq1024";*/
  }
}
/* 1200 */
@media only screen and (min-width: 1200px) {
  #mq {
    width: 1200px;
  }
  .header {
    height: auto;
    padding: 0;
  }
  .header > .inner {
    position: relative;
    height: 148px;
    padding: 0 20px;
  }
  .header .brand {
    margin: 0;
    padding-top: 42px;
  }
  .header .brand img {
    width: 100%;
  }
  .header .country-selector {
    right: 220px;
    top: 22px;
  }
  .header .search-trigger {
    display: none;
  }
  .header .search {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0 30px 0 0;
    background: #eee;
    border: none;
  }
  .header .search:before,
  .header .search:after {
    display: table;
    content: '';
  }
  .header .search:after {
    clear: both;
  }
  .header .search .text {
    display: block;
    padding: 0 10px;
    height: 35px;
    background: none;
    border: none;
  }
  .header .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    background-position: 5px 10px;
    color: #999;
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .header-extra-logos-list {
    position: relative;
    top: 0;
    margin-left: 12px;
  }
  .header-extra-logos-list li + li {
    margin-left: 2px;
  }
  .header-extra-logos-list li img {
    width: 65px;
  }
  .primary {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    width: 70%;
    max-width: 760px;
    position: absolute;
    right: 20px;
    bottom: -10px;
  }
  .primary .trigger,
  .primary .inner-trigger {
    display: none;
  }
  .primary ul,
  .primary.opened ul {
    position: relative;
    top: auto;
    display: block !important;
    padding: 0;
    box-shadow: none;
    display: table !important;
    border-collapse: collapse;
    background: transparent;
    height: 90px;
  }
  .primary ul li,
  .primary.opened ul li {
    position: relative;
    display: table-cell;
    margin-left: -1px;
    margin: 0;
    padding: 0;
    border: none;
    width: 112px;
    width: auto;
    height: 90px;
    text-transform: uppercase;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: transparent;
    z-index: 10;
  }
  .primary ul li a,
  .primary.opened ul li a {
    position: relative;
    display: block;
    padding: 10px 14px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .primary ul li a:after,
  .primary.opened ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    border-left: 1px solid #ddd;
    z-index: 10;
  }
  .primary ul li ul,
  .primary.opened ul li ul {
    display: none !important;
  }
  .primary ul li:last-child a:before,
  .primary.opened ul li:last-child a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ddd;
    height: 100%;
  }
  .primary ul li.current,
  .primary.opened ul li.current,
  .primary ul li.section,
  .primary.opened ul li.section {
    background-color: #58b6e7;
    background: repeat-y url(../images/bg/hex-big-bg.png) 100% -5px #67b9e8;
    z-index: 20;
  }
  .primary ul li.current a,
  .primary.opened ul li.current a,
  .primary ul li.section a,
  .primary.opened ul li.section a {
    font-weight: 600;
    color: #fff;
    background: transparent url(../images/bg/primary-glow-bg.png) center 0 no-repeat;
    background-size: 100% 57px;
  }
  .primary ul li.current a:after,
  .primary.opened ul li.current a:after,
  .primary ul li.section a:after,
  .primary.opened ul li.section a:after,
  .primary ul li.current a:before,
  .primary.opened ul li.current a:before,
  .primary ul li.section a:before,
  .primary.opened ul li.section a:before {
    display: none;
  }
  .primary ul li a,
  .primary.opened ul li a {
    padding: 10px 22px;
  }
  .footer .links {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .bottom-footer .copy {
    float: left;
    padding-right: 20px;
  }
  .content {
    padding-left: 34%;
  }
  .newsletter h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .newsletter form {
    padding-left: 50%;
  }
  .HomePage .newsletter .inner {
    padding: 35px 0 0;
  }
  .bx-wrapper {
    left: 50%;
    margin-left: -605px;
  }
  .featured-combo {
    right: 50%;
    margin-right: -585px;
  }
  .country-list li {
    width: 25%;
  }
}
.module .content {
  float: none;
  padding: 0;
}
.module .content h2,
.module .content h4,
.module .content h5 {
  color: #fff;
}
.module .content h2 {
  margin: 0 0 .6em;
  line-height: 1.1;
  color: inherit;
}
@media only screen and (min-width:768px) {
  .module .content h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.module .content h3 {
  color: #364045;
}
@media only screen and (min-width:768px) {
  .module .content h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bg-image-module {
  color: #333;
}
.bg-image-module.dark-bg {
  color: #fff;
}
.bg-image-module .article {
  background: 50% 50% / cover no-repeat;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bg-image-module .article .spacer {
  -ms-flex: 0 0 0;
      flex: 0 0 0;
  display: table-cell;
  width: 0;
  max-height: 500px;
}
.bg-image-module .article .spacer:before {
  content: '';
  display: block;
  padding: 66vw 0 0;
}
.black-text.bg-image-module {
  color: #364045;
}
.bg-image-module .inner {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.bg-image-module .content {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  float: none;
  padding: 0;
}
.bg-image-module .content:before,
.bg-image-module .content:after {
  content: '';
  display: block;
  padding: 5% 0 0;
  min-height: 30px;
}
.bg-image-module .content p {
  font-weight: 700;
}
.black-text.bg-image-module .content p {
  font-weight: normal;
}
.two-column-module.dark-bg {
  background: #374045;
  color: #fff;
}
.two-column-module .content {
  padding: 6.8% 0;
}
.two-column-module .content h2 {
  margin: 0 0 1em;
}
.two-column-module .content img {
  display: block;
  width: 100%;
  height: auto;
}
.two-column-module .cols {
  overflow: hidden;
  max-width: 540px;
}
@media only screen and (min-width:768px) {
  .two-column-module .cols {
    max-width: none;
    margin: 0 -48px -48px 0;
  }
}
@media only screen and (min-width:768px) {
  .two-column-module .cols .col {
    float: left;
    width: 50%;
    padding: 0 48px 48px 0;
    box-sizing: border-box;
  }
  .two-column-module .cols .col:nth-child(2n + 1) {
    clear: left;
  }
}
.image-module.dark-bg {
  background: #374045;
  color: #fff;
}
.image-module .article {
  max-width: 540px;
}
@media only screen and (min-width:768px) {
  .image-module .article {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width:768px) {
  .image-module .content,
  .image-module .image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.image-module .content h2 {
  margin: 0 0 .6em;
  line-height: 1.1;
}
@media only screen and (min-width:768px) {
  .image-module .content h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.image-module .content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .image-module .content p {
    font-size: 30px;
    font-size: 3rem;
  }
}
.image-module .content p small {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width:768px) {
  .image-module .content p small {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.image-module .image {
  box-sizing: border-box;
  padding: 8%;
}
.image-module .image img {
  display: block;
  width: 100%;
  height: auto;
}
.content-cta-module {
  color: #fff;
  background: #6bbae6 url(../images/bg/hex-small-bg--left.png) 0 0 repeat-y;
}
@media only screen and (min-width:768px) {
  .content-cta-module {
    background: #6bbae6 url(../images/bg/hex-big-white-bg--left-light.png) 0 0 repeat-y;
  }
}
.content-cta-module.light-bg {
  color: #354046;
  background: #fff url(../images/bg/hex-small-bg--left-gray.png) repeat-y 0 0;
}
@media only screen and (min-width:768px) {
  .content-cta-module.light-bg {
    background: #fff url(../images/bg/hex-big-white-bg--left-gray.png) repeat-y 0 0;
  }
}
.content-cta-module .article {
  padding: 6.8% 0;
}
.content-cta-module .cols {
  overflow: hidden;
  max-width: 540px;
}
@media only screen and (min-width:768px) {
  .content-cta-module .cols {
    max-width: none;
    margin: 0 -48px 0 0;
  }
}
@media only screen and (min-width:768px) {
  .content-cta-module .cols .col {
    float: left;
    width: 50%;
    padding: 0 48px 0 0;
    box-sizing: border-box;
  }
  .content-cta-module .cols .col:nth-child(2n + 1) {
    clear: left;
  }
}
.content-cta-module .content h2 {
  margin: 0 0 1.1em;
}
.content-cta-module .content p {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
  .content-cta-module .content p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.content-cta-module .btns {
  list-style: none;
}
.light-bg.content-cta-module .btns {
  color: #0090cd;
}
.content-cta-module .btns li {
  margin: 0 0 1em;
}
.content-cta-module .btns li:last-child {
  margin: 0;
}
.content-cta-module .btn {
  color: inherit;
  display: inline-block;
  border: solid 2px currentColor;
  padding: 1em 2em;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 700;
}
.content-cta-module .btn:hover {
  opacity: .8;
}
.cta-module {
  position: relative;
  color: #fff;
  text-align: center;
  background: #d8edfa url(../images/bg/hex-small-white-bg--left.png) 0 0 repeat-y;
}
@media only screen and (min-width:768px) {
  .cta-module {
    background: #d8edfa url(../images/bg/hex-big-white-bg--left.png) 0 0 repeat-y;
  }
}
.cta-module.dark-bg {
  background-color: #67b9e8;
}
.cta-module.dark-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: .7;
}
.cta-module .inner {
  position: relative;
  z-index: 2;
}
.cta-module .article {
  padding: 8% 0;
}
.cta-module .btns {
  list-style: none;
  display: inline-block;
}
.cta-module .btns li {
  margin: 0 0 1em;
}
.cta-module .btns li:last-child {
  margin: 0;
}
.cta-module .btn {
  color: inherit;
  display: inline-block;
  padding: 1.2em 2em;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  background: #6bbae6;
  font-weight: 700;
}
.dark-bg.cta-module .btn {
  background: #fff;
  color: #0090cd;
}
.cta-module .btn:hover {
  opacity: .8;
}
/* forms */
.search-form form {
  margin: 0 0 40px;
  overflow: hidden;
}
.search-form form fieldset {
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width:560px) {
  .search-form form fieldset {
    float: left;
    padding: 0 120px 0 0;
  }
}
.search-form form fieldset .field {
  padding: 0 0 10px;
}
.search-form form fieldset .left {
  display: none;
}
.search-form form fieldset input[type=text] {
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 9px 10px 8px 20px;
  color: #222;
  line-height: 20px;
  font-size: 15px;
  width: 100%;
}
.search-form form .Actions {
  max-width: 400px;
}
@media only screen and (min-width:560px) {
  .search-form form .Actions {
    float: left;
    width: 120px;
    margin-left: -120px;
  }
}
.search-form form .Actions input[type=submit] {
  width: 100%;
  display: inline-block;
  background: #0090cd;
  color: #fff;
  font-size: 15px;
  height: 39px;
  padding: 6px 14px;
  border: none;
}
.search-form form .Actions input[type=submit]:hover {
  background: rgba(0, 144, 205, 0.8);
}
/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x */
}
/* Helpers */
/* Helpers */
.hidden {
  display: none;
  visibility: hidden;
}
.v-hidden {
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.clear:before,
.clear:after,
.main:before,
.main:after,
.header:before,
.header:after,
.footer:before,
.footer:after,
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.clear:after,
.main:after,
.header:after,
.footer:after,
.gallery:after {
  clear: both;
}
.lt-ie8 .clear,
.lt-ie8 .main,
.lt-ie8 .header,
.lt-ie8 .footer,
.lt-ie8 .gallery {
  zoom: 1;
}
/* print */
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */