/* Generated by less 2.5.1 */
html,
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.layout-main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
.os-animation,
.staggered-animation {
  opacity: 0;
}
.os-animation.animated,
.staggered-animation.animated {
  opacity: 1;
}
.red {
  color: red;
}
.boldMedBlue {
  color: #29aeff;
  font-weight: bold;
}
.biddesk {
  display: none;
}
.biddesk .two-col {
  width: 48%;
  float: left;
  margin: 0 1% 20px 1%;
  border: 2px solid #FAEEAC;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.biddesk .two-col:hover {
  background-color: #FAEEAC;
}
.biddesk .two-col:first-child {
  z-index: 11;
}
.biddesk .two-col h4 {
  color: #dc9507;
}
.biddesk .two-col .or {
  box-sizing: border-box;
  position: absolute;
  background: #FFCC66;
  padding: 5px 10px;
  text-align: center;
  top: 45%;
  right: -30px;
  z-index: 20;
}
@media (max-width: 767px) {
  .biddesk .two-col {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .biddesk .two-col .or {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
    top: auto;
    width: 90%;
  }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
p.biddesk-trigger {
  cursor: pointer;
  color: #0079c2;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
p.biddesk-trigger:before {
  font-family: 'FontAwesome';
  content: '\f096';
  position: absolute;
  top: -3px;
  left: 0px;
  color: #767676;
  font-size: 20px;
  padding-left: 2px;
}
p.biddesk-trigger.active:before {
  color: #36ae1e;
  content: '\f046';
}
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.navbar.affix,
.navbar.affix-top {
  top: 0px;
}
@media (min-width: 768px) {
  .navbar.affix,
  .navbar.affix-top {
    top: 30px;
  }
}
aside.quicknav {
  position: fixed;
  width: 100%;
  background-color: #767676;
  border-bottom: 1px solid #a9a9a9;
  z-index: 999;
  height: 30px;
  padding-top: 8px;
}
ul.navbar-nav.secondary-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 -10px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
ul.navbar-nav.secondary-nav li {
  display: block;
  border-width: 0px;
  padding: 0;
  line-height: normal;
}
ul.navbar-nav.secondary-nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
ul.navbar-nav.secondary-nav li a:hover,
ul.navbar-nav.secondary-nav li a:focus {
  color: #ffca00;
}
ul.navbar-nav.secondary-nav > .open > a {
  background-color: transparent;
}
ul.navbar-nav.secondary-nav > .open > a:hover,
ul.navbar-nav.secondary-nav > .open > a:focus {
  background-color: transparent;
}
ul.navbar-nav.secondary-nav .open .dropdown-menu {
  background-color: #0089db;
  border-radius: 0;
}
ul.navbar-nav.secondary-nav .open .dropdown-menu a:hover,
ul.navbar-nav.secondary-nav .open .dropdown-menu a:focus {
  color: #ffca00;
}
ul.inline-list {
  list-style-type: none;
}
ul.inline-list li {
  display: inline-block;
}
ul.inline-list li a {
  padding: 0 10px;
}
ul.inline-list.soc-med {
  font-size: 32px;
}
ul.inline-list.soc-med a {
  text-decoration: none;
  color: #eeeeee;
}
hr.spacer-20 {
  border: 0;
  clear: both;
  margin: 0 0 20px;
}
hr.spacer-40 {
  border: 0;
  clear: both;
  margin: 0 0 40px;
}
.navbar .container {
  position: relative;
}
@media (min-width: 768px) {
  .plus-size-10 {
    font-size: 110%;
  }
  ul.navbar-nav.secondary-nav {
    position: absolute;
    float: none !important;
    top: -45px;
    right: 0px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 0;
  }
  ul.navbar-nav.secondary-nav > li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 8px;
  }
  ul.navbar-nav.secondary-nav > li:last-child {
    border-right-width: 0px;
    padding-right: 0px;
  }
  ul.navbar-nav.secondary-nav > li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
  }
  ul.navbar-nav.secondary-nav > li li a {
    display: block;
    font-size: 13px;
    padding: 3px 3px 3px 8px;
  }
  ul.navbar-nav.secondary-nav .open .dropdown-menu {
    background-color: #9c9c9c;
  }
  .navbar-shrink ul.navbar-nav.secondary-nav {
    top: -30px;
  }
}
@media (min-width: 992px) {
  ul.navbar-nav.secondary-nav {
    top: -40px;
  }
  .navbar-shrink ul.navbar-nav.secondary-nav {
    top: -30px !important;
  }
}
p {
  font-size: 15px;
  margin-bottom: 15px;
}
p.small {
  font-size: 13px;
}
p.text-indent {
  padding-left: 20px;
}
p.strong-nowrap strong {
  white-space: nowrap;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
.text-primary {
  color: #0079c2;
}
.text-gray {
  color: #767676;
}
.text-green {
  color: #36ae1e;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #338c26;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #0079c2;
  margin-top: 0px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
  color: #767676;
}
.panel-heading h4 {
  margin: 0;
}
.thin {
  font-weight: normal;
  font-family: 'LatoLatinWebLight', Helvetica, Arial, sans-serif;
}
.red {
  color: #fd0000;
}
.img-centered {
  margin: 0 auto;
}
.img-maxhalf {
  max-width: 50%;
}
.img-shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
img.img-inset-right-30 {
  float: right;
  width: 30%;
  min-width: 200px;
}
.navbar-default {
  background-color: #0079c2;
  border-color: transparent;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  transition: padding 0.2s;
}
.navbar-default .navbar-brand {
  width: 130px;
  height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 15px;
  z-index: 99;
  position: absolute;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #ffca00;
}
.navbar-default .navbar-brand img {
  max-width: 150px;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #0079c2;
  border-color: #0079c2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0079c2;
}
.navbar-default .nav li a {
  font-weight: 500;
  color: white;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #ffca00;
  outline: none;
}
.navbar-default .nav li a.login {
  font-weight: bold;
  color: #ffca00;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #0079c2;
}
.navbar-default .navbar-nav > .active > a.register {
  color: white;
  border-radius: 3px;
}
.navbar-default .nav.navbar-nav > .active > a:hover,
.navbar-default .nav.navbar-nav > .active > a:focus {
  color: white;
  background-color: #00598f;
}
.navbar-default .nav.navbar-nav > .open > a,
.navbar-default .nav.navbar-nav > .open > a:hover,
.navbar-default .nav.navbar-nav > .open > a:focus {
  background-color: #00598f;
}
.navbar-default .nav.navbar-nav .open li a {
  font-size: 13px;
  line-height: normal;
  color: #0079c2;
}
.navbar-default .nav.navbar-nav .open li a:hover,
.navbar-default .nav.navbar-nav .open li a:focus {
  color: #00598f;
  outline: none;
  background-color: transparent;
}
@media (max-width: 360px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 15px;
    color: #767676;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .navbar-default {
    padding: 25px 0;
    border: none;
  }
  .navbar-default .navbar-brand {
    padding: 5px 15px;
    width: 130px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-brand img {
    max-width: 200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 150px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    padding: 5px 15px;
    width: 130px;
    height: 35px;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .navbar-default {
    padding: 20px 0;
    border: none;
  }
  .navbar-default .navbar-brand {
    padding: 0 15px;
    width: 230px;
    height: 65px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-brand img {
    max-width: 200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav {
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    padding: 5px 15px;
    width: 130px;
    height: 35px;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    max-width: 150px;
  }
  .navbar-default.navbar-shrink .navbar-nav {
    margin-top: 0px;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
header {
  background-image: url('/img/header-bg.jpg');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  overflow: visible;
  border-bottom: 40px solid #0079c2;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .toys {
  position: absolute;
  bottom: -40px;
  overflow: hidden;
  height: 100px;
}
header .toys toy {
  display: none;
}
header .toywrapper {
  position: relative;
}
header .toywrapper .caption {
  width: 100%;
  top: 43px;
  bottom: auto;
  left: 0%;
  background-image: url();
  padding: 0 50px 0 80px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  z-index: 4;
}
header .toywrapper .strongman .caption {
  padding-left: 100px;
}
header .blueOval {
  width: 0;
  height: 0;
  background-color: #0079c2;
  border-radius: 100%;
  z-index: 2;
}
header .homepage-toys {
  position: static;
  bottom: 0px;
  left: auto;
  margin-left: 10px;
  margin-top: 20px;
  z-index: 3;
  max-height: 70px;
}
header .strongman .homepage-toys {
  margin-bottom: -4px;
  max-height: 80px;
  margin-left: -10px;
}
header .dino .homepage-toys {
  margin-left: -20px;
}
@media (max-width: 319px) {
  header .toywrapper {
    display: none;
  }
}
.sidebar-toy {
  padding-top: 100px;
  padding-bottom: 30px;
}
.sidebar-toy .caption {
  width: 70%;
  left: 20%;
  background-image: url("/img/homepage-toys/caption-box.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px 60px 30px !important;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 190px;
  top: auto;
  font-size: 16px;
  font-weight: bold;
  z-index: 4;
  min-height: 90px;
  max-width: 250px;
}
@media (min-width: 360px) {
  header .toywrapper .caption {
    width: 100%;
    top: 43px;
    bottom: auto;
    left: 0%;
    background-image: url();
    padding: 0 50px 0 100px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    z-index: 4;
  }
  header .toywrapper .strongman .caption {
    padding-left: 120px;
  }
  header .homepage-toys {
    max-height: 80px;
    margin-left: 20px;
  }
  header .strongman .homepage-toys {
    margin-bottom: -4px;
    max-height: 90px;
    margin-left: -10px;
  }
  header .dino .homepage-toys {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  header {
    background-position: center center;
    background-size: auto;
    overflow: hidden;
    border-bottom-width: 0px;
  }
  header .container {
    padding-top: 200px;
    padding-bottom: 0px;
    min-height: 700px;
  }
  header .toys {
    position: absolute;
    bottom: -130px;
    overflow: visible;
    height: auto;
  }
  header .toywrapper {
    position: relative;
  }
  header .toywrapper .caption {
    width: 70%;
    left: 20%;
    background-image: url("/img/homepage-toys/caption-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px 60px 30px !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 260px;
    top: auto;
    font-size: 16px;
    font-weight: bold;
    z-index: 4;
    min-height: 135px;
  }
  header .blueOval {
    width: 100%;
    height: 200px;
    background-color: #0079c2;
    border-radius: 100%;
    z-index: 2;
  }
  header .homepage-toys {
    position: absolute;
    bottom: 100px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    max-height: none;
  }
  header .dino .homepage-toys {
    bottom: 120px !important;
    margin: 0 auto;
  }
  header .strongman .homepage-toys {
    max-height: none;
    margin: 0 auto;
  }
}
.grayRounded {
  background-color: #767676;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
}
.grayRounded h3 {
  color: #fff;
}
.ltblueRounded {
  background-color: #e5f1f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 25px;
  margin-bottom: 30px;
}
.whiteRounded {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 25px;
}
ul.checklist {
  text-align: left;
  list-style-type: none;
  padding-left: 18px;
}
ul.checklist li {
  margin-bottom: 10px;
}
ul.checklist li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 3px 8px 0 -26px;
  color: #36ae1e;
  font-size: 18px;
  padding-left: 2px;
}
ul.linklist {
  text-align: left;
  list-style-type: none;
  padding-left: 18px;
}
ul.linklist li {
  margin-bottom: 10px;
}
ul.linklist li:before {
  font-family: 'FontAwesome';
  content: '\f14c';
  margin: 3px 8px 0 -26px;
  color: #36ae1e;
  font-size: 18px;
  padding-left: 2px;
}
ul.checklist-sm {
  text-align: left;
  list-style-type: none;
  padding-left: 18px;
}
ul.checklist-sm li {
  margin-bottom: 10px;
}
ul.checklist-sm li:before {
  font-family: 'FontAwesome';
  content: '\f14c';
  margin: 3px 8px 0 -26px;
  color: #36ae1e;
  font-size: 18px;
  padding-left: 2px;
}
ul.checklist-sm {
  padding-left: 30px;
}
ul.checklist-sm li {
  margin-bottom: 5px;
}
ul.checklist-sm li:before {
  content: '\f14a';
}
ul.list-unstyled-inset {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
ul.list-unstyled-inset li {
  list-style: none;
}
.checked:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 3px 8px 0 -24px;
  color: #36ae1e;
}
ol.olBigNumbers {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
}
ol.olBigNumbers li {
  padding: 10px 0 10px 20px;
  position: relative;
  font-weight: bold;
}
ol.olBigNumbers li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  z-index: 2;
  left: -24px;
  top: 0;
  background: #0079c2;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px 1px #B8B8B8;
  box-shadow: 0 0 5px 1px #B8B8B8;
}
ol.olBigNumbers.clsNormalWeight li {
  font-weight: normal;
}
fieldset {
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
}
legend {
  padding: 3px 15px;
  width: auto;
  font-size: 20px;
  background-color: #e5f1f9;
  color: #0079c2;
  border-radius: 20px;
}
fieldset.highlight {
  background-color: #FFC;
  border-color: #FFCC66;
}
fieldset.highlight legend {
  background-color: #FFCC66;
}
fieldset ul.list-unstyled-inset {
  margin-bottom: 15px;
}
div.highlight {
  background-color: #FFC;
  border: 1px solid #FFCC66;
  margin: 10px 0;
  padding: 10px;
}
label {
  font-size: 13px;
  color: #767676;
}
label.error {
  font-size: 12px;
  font-weight: normal;
  color: red;
}
label.checkboxlabel {
  padding-left: 25px;
  position: relative;
}
label.checkboxlabel input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section {
  padding: 100px 0;
}
section.paddedTop {
  padding-top: 200px;
}
section.halfpaddingTop {
  padding-top: 50px;
}
section.lt-blue {
  background: #e5f1f9;
}
section.success {
  background: #f1f8fc;
}
section.alternate-colors {
  padding: 40px 0;
}
section.alternate-colors:nth-child(odd) {
  background-color: #f7f7f7;
}
section.partnerHomeHeader {
  padding: 60px 0 0 0;
  background: #0079c2;
}
section.partnerHomeHeader div {
  min-height: 110px;
  background: #d1d0d5 url("/img/partner-homepage-header.jpg") no-repeat left top;
  background-size: 790px;
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.45);
}
section.announcement {
  padding: 30px 0;
  background-color: #fce08c;
}
@media (min-width: 768px) {
  section.partnerHomeHeader {
    padding-top: 121px;
  }
  section.partnerHomeHeader div {
    min-height: 180px;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  section.partnerHomeHeader div {
    min-height: 248px;
    background-position: center top;
    background-size: auto;
  }
}
.self-clearing {
  overflow: hidden;
}
.text-right-desktop {
  text-align: right;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  section.paddedTop {
    padding-top: 100px;
  }
  .col-xs-stacked {
    padding: 20px 0;
    border-bottom: 1px solid #d0e6f4;
    border-top: 1px solid #fafcfe;
  }
  .col-xs-stacked:first-child {
    border-top-width: 0px;
  }
  .col-xs-stacked:last-child {
    border-bottom-width: 0px;
  }
  .col-xs-stacked ul {
    max-width: 450px;
    margin: 0 auto;
  }
  .xs-text-center {
    text-align: center;
  }
  .text-right-desktop {
    text-align: left;
  }
  .hidden-desktop {
    display: inline-block;
  }
}
img.img-alliancepartners {
  width: 100%;
  max-width: 400px;
}

.alliancepartners {
  padding-top: 20px;
}
.alliancepartners [class*="col-"] > a {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85% auto;
  margin-bottom: 25px;
  height: 200px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  position: relative;
}
.alliancepartners [class*="col-"] > a.ap-cisco {
  background-image: url("/assets/img/ap/ap-cisco.png");
}
.alliancepartners [class*="col-"] > a.ap-dell-emc {
  background-image: url("/assets/img/ap/ap-dell-emc.png");
}
.alliancepartners [class*="col-"] > a.ap-hpe {
  background-image: url("/assets/img/ap/ap-hpe.png");
}
.alliancepartners [class*="col-"] > a.ap-citrix {
  background-image: url("/assets/img/ap/ap-citrix.png");
}
.alliancepartners [class*="col-"] > a.ap-microsoft {
  background-image: url("/assets/img/ap/ap-microsoft.png");
}
.alliancepartners [class*="col-"] > a.ap-netapp {
  background-image: url("/assets/img/ap/ap-netapp.png");
}
.alliancepartners [class*="col-"] > a.ap-scale {
  background-image: url("/assets/img/ap/ap-scale.png");
}
.alliancepartners [class*="col-"] > a.ap-nutanix {
  background-image: url("/assets/img/ap/ap-nutanix.png");
}
.alliancepartners [class*="col-"] > a.ap-vmware {
  background-image: url("/assets/img/ap/ap-vmware.png");
}
.alliancepartners [class*="col-"] > a:after {
  background-color: #36ae1e;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 230px;
  content: '';
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.alliancepartners [class*="col-"] > a span {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 200px;
  padding: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 3;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
}
.alliancepartners [class*="col-"] > a span:after {
  display: block;
  font-family: 'FontAwesome';
  content: '\f138';
  margin: 10px auto 10px auto;
  font-size: 0px;
  transition: all 0.5s ease-out;
  text-align: center;
}
.alliancepartners [class*="col-"] > a:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}
.alliancepartners [class*="col-"] > a:hover:after {
  opacity: 0.96;
}
.alliancepartners [class*="col-"] > a:hover span {
  top: 0;
}
.alliancepartners [class*="col-"] > a:hover span:after {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .alliancepartners {
    font-size: 14px;
    line-height: 17px;
  }
  .alliancepartners [class*="col-"] > a span:after {
    margin-top: 20px;
  }
  .alliancepartners [class*="col-"] > a:hover span:after {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .alliancepartners {
    font-size: 13px;
    line-height: 15px;
  }
  .alliancepartners [class*="col-"] > a {
    background-size: 100% auto;
    height: 170px;
  }
}
.aplogos p {
  padding-left: 15px;
  padding-right: 15px;
}
.aplogos p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aplogos {
    padding-bottom: 35px;
  }
  .aplogos p {
    float: left;
  }
  .aplogos p img {
    margin: 0;
  }
}
.blog-inset {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}
.neg50VertMargin {
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-inset {
    float: none;
    max-width: none;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
ul.resources {
  margin-top: 10px;
  margin-bottom: 45px;
  font-size: 16px;
  list-style-type: none;
}
ul.resources:last-child {
  margin-bottom: 0;
}
ul.resources li {
  position: relative;
  margin: 0;
  padding: 15px 6px 10px 36px;
  border-bottom: 1px solid #d5d5d5;
  overflow: auto;
  width: 96%;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
ul.resources li span {
  display: inline-block;
  max-width: 80%;
}
ul.resources li:before {
  font-family: 'FontAwesome';
  content: '\f138';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #d5d5d5;
}
ul.resources li .btn {
  float: right;
  margin-left: 15px;
  margin-top: -5px;
}
ul.resources li .label {
  white-space: normal;
  display: inline-block;
  margin-top: 6px;
  text-align: left;
  line-height: 15px;
  margin-bottom: 8px;
}
ul.resources li .label a {
  color: #fff;
}
ul.resources li:hover {
  background: #fbfbfb;
}
ul.resources li.pdf:before {
  content: '\f1c1';
}
ul.resources li.vid:before {
  content: '\f01d';
}
ul.resources li.link:before {
  content: '\f08e';
}
@media screen and (max-width: 767px) {
  ul.resources {
    padding-left: 0;
  }
  ul.resources li {
    padding-top: 10px;
    font-size: 15px;
    text-align: right;
    width: 100%;
  }
  ul.resources li span {
    display: block;
    text-align: left;
    max-width: 100%;
  }
  ul.resources li:before {
    top: 4px;
  }
  ul.resources li .btn {
    margin-top: 5px;
  }
}
.back-button-container {
 margin-top: -20px;
 text-align: right;
}
.bluebar {
  background-color: #0079c2;
  color: white;
  border-radius: 20px;
  padding: 4px 10px;
}
.list-inline {
  padding: 10px 0;
}
.list-inline img {
  margin: 5px 10px;
  box-sizing: border-box;
}
.fa-2x {
  vertical-align: middle !important;
  margin-right: 5px;
}
.padding-bt-20 {
  padding-bottom: 20px;
  overflow: auto;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(255, 202, 0, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-wrap {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
}
.btn-outline {
  color: white;
  border-color: #fff;
  background: transparent;
  transition: all 0.1s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #0079c2;
  background: white;
}
.btn-fixed-half {
  min-width: 50%;
}
.btn-gray {
  color: #ffffff;
  background-color: #BDBDBD;
  border-color: #B5B5B5;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #ffffff;
  background-color: #A6A6A6;
  border-color: #B5B5B5;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #BDBDBD;
  border-color: #B5B5B5;
}
.btn-gray .badge {
  color: #BDBDBD;
  background-color: #ffffff;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #ffca00;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #767676;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #767676;
}
footer a {
  display: inline-block;
  color: white;
  text-decoration: underline;
  padding: 0 12px;
}
footer a:hover,
footer a:active {
  color: white;
  text-decoration: none;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-primary {
  background-color: #0079c2;
  border-color: #0079c2;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #0069a9;
}
.btn-left {
  text-align: left;
}
.btn-xl {
  font-weight: bold;
  border-radius: 6px;
  font-size: 22px;
  padding: 6px 30px;
  border-width: 2px;
}
.btn-green {
  color: #FFFFFF;
  background-color: #36ae1e;
  border-color: #36ae1e;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #FFFFFF;
  background-color: #2f981a;
  border-color: #2f981a;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #299E21;
  border-color: #299E21;
}
.btn-green .badge {
  color: #299E21;
  background-color: #FFFFFF;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
dl.featuredPromos {
  padding-left: 140px;
  padding-top: 10px;
  margin-bottom: 20px;
}
dl.featuredPromos dt {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #000;
  padding-bottom: 12px;
  padding-top: 20px;
}
dl.featuredPromos dt img {
  position: absolute;
  left: -140px;
  top: 22px;
  z-index: 2;
}
dl.featuredPromos dd {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  min-height: 70px;
}
dl.featuredPromos dd:last-child {
  border-bottom-width: 0px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #0079c2;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #0079c2;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
table {
  margin-bottom: 15px;
}
td.relative {
  position: relative;
}
a.delRow {
  display: block;
  margin-top: 5px;
  padding: 3px 10px;
  background: #eeeeee;
  border-radius: 10px;
  text-decoration: none !important;
}
a.delRow span {
  padding-left: 3px;
}
.dashboard {
  background: #f5fbff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.dashboard p {
  padding: 6px 12px;
  font-size: 15px;
}
.dashboard h3 {
  color: #fff;
  background: #0079c2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 60px 6px 12px;
  position: relative;
  font-size: 16px;
}
.dashboard h3.greenbg {
  background: #36ae1e;
}
.dashboard h3 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.dashboard h3 i {
  position: absolute;
  top: 4px;
  right: 12px;
  z-index: 2;
  font-size: 22px;
}
.dashboard ul.dashboardlist {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 15px;
}
.dashboard ul.dashboardlist > li {
  margin-bottom: 12px;
  list-style-type: none;
}
.dashboard ul.dashboardlist > li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #0079c2;
  font-size: 22px;
  float: left;
  width: 12px;
  height: 12px;
  margin-left: -17px;
  margin-right: 5px;
  display: inline-block;
  margin-top: -5px;
}
.dashboard ul.dashboardlist > li ul {
  margin: 8px 0 12px 0px;
  list-style: none;
}
.dashboard ul.dashboardlist > li ul li {
  margin-bottom: 8px;
}
.dashboard ul.dashboardlist > li ul li.status:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  float: left;
  width: 12px;
  height: 12px;
  margin-left: -22px;
  margin-right: 5px;
  display: inline-block;
  margin-top: 0px;
}
.dashboard ul.dashboardlist > li ul li.DRwarning:before {
  content: '\f071';
  color: #f3c436;
}
.dashboard ul.dashboardlist > li ul li.DRalert:before {
  content: '\f071';
  color: red;
}
.dashboard ul.linklist {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}
.dashboard ul.linklist li {
  padding: 6px 12px;
  line-height: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.dashboard ul.linklist li h4 {
  color: #006bce;
  font-size: 15px;
  margin: 0 0 5px 0;
  x-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dashboard ul.linklist li:before {
  display: none;
}
.dashboard ul.linklist li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.dashboard ul.linklist li a p {
  padding: 0;
}
.dashboard ul.linklist li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.dashboard ul.linklist li:hover h4 {
  color: #000;
}
ul.feedEkList {
  list-style: none outside none;
  padding: 4px 6px;
  margin-left: 0;
}
ul.feedEkList li {
  border-bottom: 1px solid #D3CAD7;
  padding: 5px;
}
ul.feedEkList li:last-child {
  border-bottom: none;
}
ul.feedEkList .itemTitle a {
  font-weight: bold;
  text-decoration: none;
}
ul.feedEkList .itemTitle a:hover {
  text-decoration: underline;
}
ul.feedEkList .itemDate {
  font-size: 11px;
  color: #AAAAAA;
}
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
.voffset {
  padding-top: 2px;
}
.voffset1 {
  padding-top: 5px;
}
.voffset2 {
  padding-top: 10px;
}
.voffset3 {
  padding-top: 15px;
}
.voffset4 {
  padding-top: 30px;
}
.voffset5 {
  padding-top: 40px;
}
.voffset6 {
  padding-top: 60px;
}
.voffset7 {
  padding-top: 80px;
}
.voffset8 {
  padding-top: 100px;
}
.voffset9 {
  padding-top: 150px;
}
.gap-right {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  a.delRow {
    position: absolute;
    right: -20px;
    top: 30%;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  a.delRow span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
  }
  #no-more-tables td.no-show {
    border-bottom-width: 0px;
  }
  #no-more-tables td.no-show span {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables td.no-show:before {
    display: block;
    position: absolute;
    background-color: #0079c2;
    top: -5px;
    left: -10px;
    z-index: 3;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 20px;
    width: 20px;
    padding: 0px;
  }
  /*
	Label the data
	*/
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

.video-wrap {
  position: relative;
}
.video-wrap .play-btn {
  position: absolute;
  width: 76px;
  height: 76px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 2;
  /* needed if using Bootstrap */
  text-align: center;
  color: #eaeaea;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: all .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
}
.video-wrap .play-btn:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-size: 45px;
  content: "\f04b";
  padding-top: 15px;
  padding-left: 8px;
}
/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Italic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url('/fonts/LatoLatin-Light.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-LightItalic */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url('/fonts/LatoLatin-LightItalic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
