/*
 * ======================================
 * SPANNING 2013 RESPONSIVE REDESIGN
 * ======================================
 *
 */
.opensans_light {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.opensans_normal {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.opensans_semibold {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.opensans_bold {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body {
  background-color: #fff;
  padding-top: 70px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > .innerpage {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.navy {
  color: #113863;
}
.lightblue {
  color: #17a1e0;
}
.blue {
  color: #336699;
}
.orange {
  color: #de5116;
}
.gotham {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.opensans {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link,
a:visited {
  color: #336699;
}
a:hover,
a:active {
  color: #336699;
}
@media (min-width: 768px) and (max-width: 992px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}
/**
 * BUTTONS
 */
.button {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  border-radius: 4px;
}
.button:hover {
  text-decoration: none;
}
.button.logo {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.49);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 0px 2px #656565;
}
.button.logo span {
  position: absolute;
  left: -99999px;
}
.button.logo:hover {
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.button.logo:active {
  box-shadow: inset 0px 0px 0px 2px #336699;
}
.button.free-trial,
.button.orange {
  color: #fff;
  background: #F7631B;
  background: -webkit-linear-gradient(#f7631b 0%, #e15517 100%);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #D44210;
  border-right: 2px solid #D44210;
  text-decoration: none;
}
.button.free-trial:hover,
.button.orange:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #E05517;
  background: -webkit-linear-gradient(#e05517 0%, #d05014 100%);
}
.button.free-trial:active,
.button.orange:active {
  text-shadow: none;
  background: #e05517;
}
.button.blue {
  color: #fff;
  background: #3C78B5;
  background: -webkit-linear-gradient(#3c78b5 0%, #366a9e 100%);
  border-radius: 4px;
  box-shadow: 0px 1px 0px #073054;
}
.button.blue:hover {
  color: #fff;
  background: #316394;
  text-shadow: 0px 1px 1px #073054;
}
.button.blue:active {
  color: #fff;
  background: #316394;
  text-shadow: none;
  box-shadow: inherit;
}
.button.navy {
  color: #fff;
  background: #113863;
}
.button.lightblue {
  color: #fff;
  background: #17a1e0;
}
/**
 * BTN-ORANGE
 */
.btn-orange,
a.btn-orange {
  color: #fff;
  background: #de5116;
  background-color: #de5116;
  border-color: #D44210;
  background: -webkit-linear-gradient(#f7631b 0%, #e15517 100%);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #D44210;
  border-right: 2px solid #D44210;
  text-transform: uppercase;
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  padding: 10px 30px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #fff;
  border-color: #D44210;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #E05517;
  background: -webkit-linear-gradient(#e05517 0%, #d05014 100%);
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
  background: #E05517;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #F7631B;
  border-color: #cccccc;
}
/**
 * BTN-GREY
 */
.btn-grey,
a.btn-grey {
  color: #fff !important;
  background: #959595;
  background-color: #959595;
  border-color: #959595;
  background: -webkit-linear-gradient(#9c9c9c 0%, #858585 100%);
  /*
		box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
		border-bottom: 2px solid #3F3D3E;
		border-right:  2px solid #3F3D3E;
*/
  text-transform: uppercase;
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  padding: 10px 25px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #fff !important;
  background-color: #858585;
  border-color: #959595;
  /*
		border-bottom: 2px solid #3F3D3E;
		border-right:  2px solid #3F3D3E;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
*/
  background: -webkit-linear-gradient(#858585 0%, #797979 100%);
}
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
  background: #797979;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #9C9C9C;
  border-color: #cccccc;
}
/**
 * BTN-BLUE
 */
.btn-blue,
a.btn-blue {
  color: #fff !important;
  background: #3C78B5;
  background-color: #3C78B5;
  background: -webkit-linear-gradient(#3c78b5 0%, #366a9e 100%);
  border-color: #2a649e;
  /*
		box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
		border-bottom: 2px solid #254f78;
		border-right:  2px solid #254f78;
*/
  text-transform: uppercase;
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  padding: 10px 30px;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff !important;
  background: #316394;
  /*
  border-color: #2a649e;
	text-shadow: 1px 1px 1px #073054;
*/
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
  background: #205589;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background: #205589;
  background-color: #205589;
  border-color: #cccccc;
}
/**
 * BTN-LIGHTBLUE
 */
.btn-lightblue,
a.btn-lightblue {
  color: #fff !important;
  background: #18A4E2;
  background-color: #18A4E2;
  background: -webkit-linear-gradient(#18c2f7 0%, #18a4e2 100%);
  border-color: #177CBA;
  /*
		box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
		border-bottom: 2px solid #254f78;
		border-right:  2px solid #254f78;
*/
  text-transform: uppercase;
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  padding: 10px 30px;
}
.btn-lightblue:hover,
.btn-lightblue:focus,
.btn-lightblue:active,
.btn-lightblue.active,
.open .dropdown-toggle.btn-lightblue {
  color: #fff !important;
  background: #18C2F7;
  /*
  border-color: #2a649e;
	text-shadow: 1px 1px 1px #073054;
*/
}
.btn-lightblue:active,
.btn-lightblue.active,
.open .dropdown-toggle.btn-lightblue {
  background-image: none;
  background: #82c6da;
}
.btn-lightblue.disabled,
.btn-lightblue[disabled],
fieldset[disabled] .btn-lightblue,
.btn-lightblue.disabled:hover,
.btn-lightblue[disabled]:hover,
fieldset[disabled] .btn-lightblue:hover,
.btn-lightblue.disabled:focus,
.btn-lightblue[disabled]:focus,
fieldset[disabled] .btn-lightblue:focus,
.btn-lightblue.disabled:active,
.btn-lightblue[disabled]:active,
fieldset[disabled] .btn-lightblue:active,
.btn-lightblue.disabled.active,
.btn-lightblue[disabled].active,
fieldset[disabled] .btn-lightblue.active {
  background: #5396b2;
  background-color: #5396b2;
  border-color: #cccccc;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .button.logo {
    background-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .button.logo {
    background-size: 80%;
  }
}
@media (max-width: 767px) {
  .button.logo {
    background-size: 60%;
  }
}
.admin-bar {
  position: relative;
  display: block;
  text-align: center;
  line-height: 3em;
  background: -webkit-linear-gradient(#ff0000 0%, #ff6969 100%);
  color: #fff;
}
.admin-bar a {
  text-decoration: underline;
  color: #fff;
}
/**
 * NAVBAR
 */
#navtop {
  position: relative;
}
#navtop #login-dropdown {
  position: absolute;
  display: none;
  z-index: 10;
  bottom: -149px;
  right: 80px;
  width: 202px;
  height: 169px;
  background: url(/assets/images/sprite-login-dropdown.png) 0 0 no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  #navtop #login-dropdown {
    right: 28px;
  }
}
#navtop #login-dropdown a {
  position: absolute;
  display: block;
}
#navtop #login-dropdown a span {
  position: absolute;
  left: -99999em;
}
#navtop #login-dropdown a.google {
  width: 192px;
  height: 55px;
  top: 52px;
  left: 6px;
  background: url(/assets/images/sprite-login-dropdown.png) -6px -52px no-repeat;
}
#navtop #login-dropdown a.google:hover {
  background: url(/assets/images/sprite-login-dropdown.png) -6px -220px no-repeat;
}
#navtop #login-dropdown a.salesforce {
  width: 192px;
  height: 56px;
  top: 107px;
  left: 6px;
  background: url(/assets/images/sprite-login-dropdown.png) -6px -107px no-repeat;
}
#navtop #login-dropdown a.salesforce:hover {
  background: url(/assets/images/sprite-login-dropdown.png) -6px -275px no-repeat;
}
.navbar {
  border-radius: 0;
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-default {
  background-color: #113863;
  border: none;
  margin-bottom: 0;
  /*
	.navbar-nav > li > ul {
		display: none;
	}
	*/
}
.navbar-default .navbar-brand {
  position: relative;
  display: block;
  width: 177px;
  height: 70px;
  background: url(/assets/images/logo-spanning-by-emc.png) center center no-repeat;
  background-size: contain;
}
.navbar-default .navbar-brand span {
  position: absolute;
  left: -99999px;
}
.navbar-default .fa {
  display: none;
}
.navbar-default .navbar-nav {
  margin-right: -15px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav .dropdown.over > a {
  color: #3c77b3;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 15px;
  background: rgba(10, 34, 60, 0.9);
}
.navbar-default .dropdown-menu {
  left: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .dropdown-menu {
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .dropdown-menu {
    left: -15px;
  }
}
.navbar-default .dropdown-menu > li > a {
  padding: 10px 0;
  color: #e9e9e9;
  font-size: 13px;
}
.navbar-default .dropdown-menu > li > a .chevron {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1em;
  overflow: hidden;
}
.navbar-default .dropdown-menu > li > a .chevron span {
  position: relative;
  margin-left: -10px;
}
.navbar-default .dropdown-menu > .active > a {
  background: transparent;
}
.navbar-default .dropdown-menu > li > a:hover {
  color: #fff;
  background: transparent;
}
.navbar-default .dropdown-menu > li > a:hover .chevron span {
  margin-left: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    float: right;
  }
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar-default {
  border-color: #113863;
}
.navbar-default .navbar-collapse {
  border-color: #113863;
}
.navbar-default .navbar-nav > .login > a {
  color: #fff;
  background: #3C78B5;
  background: -webkit-linear-gradient(#3c78b5 0%, #366a9e 100%);
  border-radius: 4px;
  margin: 18px 0 17px 20px;
  padding: 8px 17px 7px 17px;
  box-shadow: 1px 1px 0px #073054;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-default .navbar-nav > .login > a:hover {
  color: #fff;
  background: #316394;
  text-shadow: 1px 1px 1px #073054;
}
.navbar-default .navbar-nav > .login > a:active {
  color: #fff;
  background: #316394;
  text-shadow: none;
  box-shadow: inherit;
}
.navbar-default .navbar-nav > .trial > a {
  color: #fff;
  background: #F7631B;
  background: -webkit-linear-gradient(#f7631b 0%, #e15517 100%);
  border-radius: 4px;
  margin: 18px 0 17px 20px;
  padding: 8px 19px 7px 18px;
  box-shadow: 1px 1px 0px #073054;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-default .navbar-nav > .trial > a:hover {
  color: #fff;
  background: #E05517;
  background: -webkit-linear-gradient(#e05517 0%, #d05014 100%);
  text-shadow: 1px 1px 1px #073054;
}
.navbar-default .navbar-nav > .trial > a:active {
  color: #fff;
  background: #e05517;
  text-shadow: none;
  box-shadow: inherit;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    margin: 20px;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: .1em;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #336699;
    background-color: transparent;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
  }
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #336699;
    background-color: transparent;
    border-bottom: 2px solid #336699;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    margin: 20px 10px;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: .1em;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > .login > a,
  .navbar-default .navbar-nav > .login > a:hover,
  .navbar-default .navbar-nav > .trial > a,
  .navbar-default .navbar-nav > .trial > a:hover {
    margin: 18px 0 17px 20px;
    padding: 8px 19px 7px 18px;
  }
  .navbar-default .navbar-nav > .login > a,
  .navbar-default .navbar-nav > .login > a:hover {
    margin-left: 10px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #336699;
    background-color: transparent;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container {
    padding-right: 0;
  }
  .navbar-default .navbar-brand {
    margin-left: 15px;
    width: 150px;
    height: 60px;
  }
  .navbar-default .navbar-collapse {
    padding-right: 15px;
  }
  .navbar-default .navbar-nav {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 15px 5px;
    padding: 5px 0;
    color: #fff;
    letter-spacing: inherit;
    font-size: 12px;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > .login > a,
  .navbar-default .navbar-nav > .login > a:hover,
  .navbar-default .navbar-nav > .trial > a,
  .navbar-default .navbar-nav > .trial > a:hover {
    margin: 15px 0 15px 5px;
    padding: 5px 10px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #336699;
    background-color: transparent;
    border-bottom: 2px transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .navbar-default .fa {
    display: inline-block;
    float: right;
    line-height: 20px;
  }
  .navbar-fixed-top {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
  }
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .fa-chevron-right::before {
    content: "\f078";
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0 15px 0 30px;
    background: #0b1a2c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 0;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a .chevron {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 1em;
    overflow: hidden;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a .chevron span {
    position: relative;
    margin-left: -10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    font-weight: 600;
    background: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover .chevron span {
    margin-left: 0;
  }
  .navbar-default .navbar-toggle {
    margin-top: 15px;
    padding: 2px 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
    background-color: #336699;
  }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-brand {
    margin-left: 15px;
    width: 190px;
    height: 60px;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav > .active.open > a,
  .navbar-default .navbar-nav > .active.open > a:hover {
    color: #336699;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li.active > a {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #0b1a2c;
  }
  .navbar-default .navbar-nav > .login > a,
  .navbar-default .navbar-nav > .login > a:hover,
  .navbar-default .navbar-nav > .trial > a,
  .navbar-default .navbar-nav > .trial > a:hover {
    margin: 0;
    padding: 15px;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > .login.active > a,
  .navbar-default .navbar-nav > .login.active > a:hover,
  .navbar-default .navbar-nav > .login.active > a:focus,
  .navbar-default .navbar-nav > .login.open > a,
  .navbar-default .navbar-nav > .login.open > a:hover,
  .navbar-default .navbar-nav > .login.open > a:focus,
  .navbar-default .navbar-nav > .login.over > a,
  .navbar-default .navbar-nav > .login.over > a:hover,
  .navbar-default .navbar-nav > .login.over > a:focus {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a:focus {
    border-bottom: 1px solid #0b1a2c;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: none;
  }
  .navbar > .container .navbar-brand {
    margin-left: 15px;
  }
}
/**
 * SUBNAV
 */
.subnav {
  background: #ccc;
}
.subnav ul {
  margin-bottom: 0;
}
.subnav ul li {
  line-height: 3em;
}
.subnav ul li.current a {
  background: #17a1e0;
  display: inline-block;
  line-height: 3em;
  padding-right: 20px;
  padding-left: 20px;
}
/**
 * HERO MOBILE
 */
.hero {
  padding: 75px 0 40px 0;
  color: #fff;
  position: relative;
}
.hero h1 {
  font-size: 50px;
  line-height: 1em;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin: 0 0 40px 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.hero p {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 53px;
}
.hero p .intro {
  font-size: 15px;
}
.hero h2 {
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1em;
  margin-bottom: 25px !important;
  color: #fff;
}
@media (min-width: 768px) {
  .hero .button-container > .button-container {
    width: 325px;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -162px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero {
    padding: 55px 0 40px 0;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero p {
    font-size: 20px;
    line-height: 1.5em;
  }
  .hero h2 {
    font-size: 22px;
  }
  .hero .button.free-trial {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 20px 0;
    margin-top: -1px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero h1:first-of-type {
    margin: 0;
  }
  .hero p {
    font-size: 16px;
    line-height: 1.5em;
    text-shadow: 1px 1px 2px black;
    margin-bottom: 0;
  }
  .hero h2 {
    font-size: 22px;
  }
  .hero .button-container {
    padding-right: 0;
    padding-left: 0;
  }
  .hero .button-container.first {
    padding-right: 5px;
  }
  .hero .button-container .button {
    border-radius: 0;
  }
}
/**
 * HERO-DESKTOP
 */
.hero-desktop {
  padding: 125px 0 0 0;
  color: #fff;
  position: relative;
}
.hero-desktop h1 {
  font-size: 72px;
  line-height: 1em;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin: 0 0 80px 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-right: 20px;
  padding-left: 20px;
}
.hero-desktop p {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 20px;
}
.hero-desktop p .intro {
  font-size: 15px;
}
.hero-desktop h2 {
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 35px;
  color: #fff;
}
.hero-desktop .fa {
  font-size: 40px;
  color: #fff;
  vertical-align: bottom;
  padding-bottom: 19px;
}
.hero-desktop .laptop-image {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 1280px;
  height: 673px;
  background: url(/assets/images/bg-home-hero-laptop-optimized-v4.png) 0 0 no-repeat;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-desktop {
    padding: 40px 0 0 0;
  }
  .hero-desktop h1 {
    font-size: 48px;
  }
}
.hero-desktop .callouts {
  padding: 30px 0;
}
.hero-desktop .callouts img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-desktop .callouts {
    background: rgba(17, 57, 100, 0.5);
  }
  .hero-desktop .callouts .first {
    padding-top: 20px;
  }
  .hero-desktop .callouts .third {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-desktop .callouts .first {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .hero-desktop .callouts .second {
    width: 25%;
    padding-left: 0;
    padding-right: 60px;
  }
  .hero-desktop .callouts .third {
    width: 30%;
    padding-left: 70px;
    padding-right: 0;
    padding-top: 0;
  }
  .hero-desktop .callouts .last {
    width: 20%;
  }
}
#login-button-nav.cancel,
#login-button-footer.cancel,
#free-trial-hero.cancel,
#free-trial-footer.cancel,
#free-trial-sidebar.cancel {
  background: #999;
}
@media (min-width: 992px) {
  #login-button-nav.cancel {
    padding: 10px 12px 10px 13px;
  }
}
/**
 * LOGIN OVERLAY
 */
/*
.login-overlay {
	position: fixed;
	display: none; //block;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.76);
	color:#fff;
	vertical-align: top;
	text-align: center;
	
	.cancel {
		position: absolute;
		display: none;
		width:100px;
		height:30px;
		top:530px;
		left:50%;
		margin-left:-50px;
		text-align: center;
		color:#fff;
		font-family: @gotham_medium;
	}
	
	.login-button {
		position: absolute;
		display: block;
		width:463px;
		height:332px;
		top:15%;
		left:50%;
		background: #fff;
		padding: 100px 40px;
		border-top: 10px solid #28c66c; // green
		font-family: @gotham_medium;
		color:#666;
		font-size: 12px;
		text-transform: uppercase;
		z-index:20;
		
		.chevron {
			position: absolute;
			top:50%;
			right:-40px;
			font-size: 30px;
			color:#666;
		}
		
		.logo {
			position: relative;
			display: inline-block;
			width: 111px;
			height: 111px;
			background-image: url(/assets/images/logo-square-400.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 80%;
			background-color: #28c66c;
		}
		
		.description {
			position: relative;
			display: inline-block;
			width: 232px;
			height: 91px;
			text-align: left;
			vertical-align: top;
			padding: 20px 0 0 20px;
			
			img {
				margin-top: 10px;
			}
		}
		
		&.google {
			margin-left:-480px;
			&:hover .chevron {
				color:#28c66c;
			}
		}
		&.salesforce {
			margin-left: 20px;
			border-top: 10px solid #209ddd; // green
			.logo {
				background-color: #209ddd;
			}
			&:hover .chevron {
				color:#209ddd;
			}
		}
		
		&:hover {
			background: #f3f3f3;
		}
		// SMALL
		@media (min-width: 768px) and (max-width: 992px) {
			position: relative;
			display: block;
			width:80%;
			height:200px;
			top:70px;
			left:inherit;
			padding: 40px 40px;
			
			.description {
				text-align:left;
			}
			
			&.google {
				margin: 20px auto;
			}
			&.salesforce {
				margin: 20px auto;
			}
		}
		// MOBILE
		@media (max-width: 767px) {
			position: relative;
			display: block;
			width:80%;
			height:100px;
			top:70px;
			left:inherit;
			padding: 20px 0;
			
			.logo {
				width: 50px;
				height: 50px;
				//display:none;
			}
			
			.chevron {
				//top:10%;
				display: none;
			}
			
			.description {
				height: 50px;
				width: 190px;
				padding: 0;
				text-align: center;
				
				img {
					
					margin-top: 0;
				}
			}
			&.google {
				margin: 20px auto;
			}
			&.salesforce {
				margin: 20px auto;
			}
		}
	}
}

// SMALL
@media (min-width: 768px) and (max-width: 992px) {
	.login-overlay > .cancel {
		top: 550px;
	}
}
// MOBILE PHONES
@media (max-width: 767px) {
	.login-overlay > .cancel {
		top: 330px;
	}
}
*/
/**
 * MAIN CONTENT
 */
.main-content {
  padding-right: 20px;
}
.main-content .expanded {
  margin-left: -15px;
  margin-right: -20px;
}
.main-content .page-title {
  background: #336699;
  color: #fff;
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 -20px 20px -15px;
  padding: 15px 15px 16px 15px;
  line-height: 1em;
}
.main-content .testimonial {
  padding: 20px 0;
  /*
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		*/
}
.main-content .testimonial .quote {
  font-size: 21px;
  line-height: 1.5em;
}
.main-content .testimonial cite strong {
  font-weight: 600;
}
.main-content h1,
.main-content h2 {
  font-size: 20px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}
.main-content h2 {
  color: #336699;
}
.main-content h3 {
  font-size: 18px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-weight: 700;
}
.main-content h1.orange,
.main-content h2.orange,
.main-content h3.orange {
  color: #de5116;
}
.main-content > hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ccc;
}
.main-content .prev-entry,
.main-content .next-entry {
  font-size: 1.5em;
  font-style: italic;
}
/**
 * SIDEBAR
 */
.sidebar {
  margin-left: -15px;
  margin-right: -18px;
  padding-right: 0;
}
.sidebar .button {
  font-family: 'Gotham Rounded Bold', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  box-shadow: inherit;
  border-radius: 0 0 4px 4px;
}
.sidebar .button:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .sticky-sidebar {
    width: 375px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sticky-sidebar {
    width: 308px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sticky-sidebar {
    width: 235px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .button {
    border: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    box-shadow: inherit;
  }
}
.module {
  background: #F3F3F3;
  padding: 20px;
  /**
	 * RESOURCE CATEGORIES
	 */
}
.module.even {
  background: #FBFBFB;
}
.module h2,
.module h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
}
.module p:last-of-type,
.module ol:last-of-type,
.module ul:last-of-type {
  margin-bottom: 0;
}
.module > .social-links .icon {
  position: relative;
  display: inline-block;
  width: 19%;
}
.module.products .item {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Gotham Rounded Bold', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
.module.products .item a {
  color: #113863;
}
.module.success-stories {
  padding-bottom: 20px;
}
.module.success-stories .item {
  margin-bottom: 20px;
}
.module.success-stories .item .col-sm-7 {
  padding-left: 0;
}
.module.success-stories .item p {
  font-size: 13px;
  line-height: 1.5em;
}
.module.success-stories .item cite {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #656565;
  font-size: 11px;
}
.module.blog-posts {
  padding-bottom: 1px;
}
.module.blog-posts .item {
  margin-bottom: 20px;
}
.module.blog-posts .item .col-sm-7 {
  padding-left: 0;
}
.module.blog-posts .item p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: .5em;
}
.module.blog-posts .item .date {
  line-height: 1em;
  font-size: 11px;
  font-style: italic;
}
.module.contact .social {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-top: 7px;
  background: url(/assets/images/sprite-icons-social-blue.png) 0 0 no-repeat;
}
.module.contact .social.email {
  background: url(/assets/images/sprite-icons-social-blue.png) -1px -104px no-repeat;
}
.module.contact .social.press {
  background: url(/assets/images/sprite-icons-social-blue.png) -1px -208px no-repeat;
}
.module.contact .social.twitter {
  background: url(/assets/images/sprite-icons-social-2.png) 0 -69px no-repeat;
}
.module.contact .social.gplus {
  background: url(/assets/images/sprite-icons-social-2.png) -72px -69px no-repeat;
}
.module.contact .social.linkedin {
  background: url(/assets/images/sprite-icons-social-2.png) -144px -69px no-repeat;
}
.module.contact .social.facebook {
  background: url(/assets/images/sprite-icons-social-2.png) -216px -69px no-repeat;
}
.module.contact .social.slideshare {
  background: url(/assets/images/sprite-icons-social-2.png) -288px -69px no-repeat;
}
.module.contact .social.twitter:hover {
  background: url(/assets/images/sprite-icons-social-2.png) 0 -141px no-repeat;
}
.module.contact .social.gplus:hover {
  background: url(/assets/images/sprite-icons-social-2.png) -72px -141px no-repeat;
}
.module.contact .social.linkedin:hover {
  background: url(/assets/images/sprite-icons-social-2.png) -144px -141px no-repeat;
}
.module.contact .social.facebook:hover {
  background: url(/assets/images/sprite-icons-social-2.png) -216px -141px no-repeat;
}
.module.contact .social.slideshare:hover {
  background: url(/assets/images/sprite-icons-social-2.png) -288px -141px no-repeat;
}
.module.contact .social span {
  position: absolute;
  left: -99999px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .module.contact .social-links .icon {
    width: 40px;
  }
}
.module.blog-categories h3 {
  cursor: pointer;
  color: #336699;
}
.module.blog-categories h3 .fa {
  font-size: 1.25em;
}
.module.quick-actions {
  padding: 0;
}
.module.quick-actions .button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f3f3f3;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #336699;
  background-color: #fbfbfb;
  text-align: left;
  padding-left: 82px;
}
.module.quick-actions .button:hover {
  background-color: #eee;
  color: #113863;
}
.module.quick-actions .button .icon {
  position: absolute;
  display: block;
  width: 43px;
  height: 43px;
  top: 50%;
  margin-top: -21px;
  left: 20px;
}
.module.quick-actions .button.demo .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 0 no-repeat;
}
.module.quick-actions .button.demo:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -61px 0 no-repeat;
}
.module.quick-actions .button.trial .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 -64px no-repeat;
}
.module.quick-actions .button.trial:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -61px -64px no-repeat;
}
.module.quick-actions .button.contact .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 -127px no-repeat;
}
.module.quick-actions .button.contact:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -61px -127px no-repeat;
}
.module.quick-actions .button.subscribe-blog .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 -186px no-repeat;
}
.module.quick-actions .button.subscribe-blog:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -61px -186px no-repeat;
}
.module.quick-actions .button.subscribe-newsletter .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 -249px no-repeat;
}
.module.quick-actions .button.subscribe-newsletter:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -61px -249px no-repeat;
}
.module.quick-actions .button.pricing .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) 0 -309px no-repeat;
}
.module.quick-actions .button.pricing:hover .icon {
  background: url(/assets/images/sprite-icons-sidebar-2.png) -60px -309px no-repeat;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .module.quick-actions .button {
    padding-left: 80px;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .module.quick-actions .button {
    padding-left: 60px;
    font-size: 13px;
  }
  .module.quick-actions .button .icon {
    left: 10px;
  }
  .module.quick-actions .button .remove {
    display: none;
  }
}
@media (max-width: 768px) {
  .module.quick-actions .button {
    padding-left: 60px;
    font-size: 13px;
  }
  .module.quick-actions .button .icon {
    left: 10px;
  }
}
.module.resource-categories {
  padding: 20px;
  background: transparent;
  border-bottom: 2px solid #efefef;
}
.module.resource-categories .button {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  color: #336699;
  text-align: left;
  padding-left: 60px;
  overflow: hidden;
}
.module.resource-categories .button:hover {
  color: #113863;
}
.module.resource-categories .button .icon {
  position: absolute;
  display: block;
  width: 43px;
  height: 43px;
  top: 50%;
  margin-top: -22px;
  left: 0;
}
.module.resource-categories .button.reviews .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 0 no-repeat;
}
.module.resource-categories .button.videos .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -57px no-repeat;
}
.module.resource-categories .button.whitepapers .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -114px no-repeat;
}
.module.resource-categories .button.infographics .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -171px no-repeat;
}
.module.resource-categories .button.articles .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -228px no-repeat;
}
.module.resource-categories .button.webinars .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -285px no-repeat;
}
.module.resource-categories .button.ebooks .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -345px no-repeat;
}
.module.resource-categories .button.reports .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -405px no-repeat;
}
.module.resource-categories .button.interactive .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -468px no-repeat;
}
.module.resource-categories .button.product .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -528px no-repeat;
}
.module.resource-categories .button.reviews:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px 0 no-repeat;
}
.module.resource-categories .button.videos:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -57px no-repeat;
}
.module.resource-categories .button.whitepapers:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -114px no-repeat;
}
.module.resource-categories .button.infographics:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -171px no-repeat;
}
.module.resource-categories .button.articles:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -228px no-repeat;
}
.module.resource-categories .button.webinars:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -285px no-repeat;
}
.module.resource-categories .button.ebooks:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -43px -345px no-repeat;
}
.module.resource-categories .button.reports:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -44px -405px no-repeat;
}
.module.resource-categories .button.interactive:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -44px -468px no-repeat;
}
.module.resource-categories .button.product:hover .icon {
  background: url(/assets/images/sprite-icons-resource-categories.png) -44px -528px no-repeat;
}
body.resources .module.blog-posts {
  background: transparent;
  border-bottom: 2px solid #efefef;
  margin-bottom: 30px;
}
/**
 * FOOTER
 */
footer {
  background: #0e233b;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer > .container > .row {
  padding: 30px 0;
}
footer .footer-brand {
  position: relative;
  display: block;
  width: 177px;
  height: 50px;
  margin-top: 33px;
  background: url(/assets/images/logo-spanning-by-emc.png) center center no-repeat;
  background-size: contain;
}
footer .footer-brand span {
  position: absolute;
  left: -99999px;
}
footer .list-unstyled li {
  margin-bottom: 8px;
}
footer .list-unstyled a {
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
}
footer .list-unstyled a.heading {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 17px;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .list-unstyled ul {
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
}
footer .list-unstyled ul a {
  font-size: 80%;
}
footer .copyright {
  text-align: right;
}
footer .button {
  font-family: 'Gotham Rounded Bold', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
}
footer .social {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-top: 7px;
  background: url(/assets/images/sprite-icons-social.png) 0 0 no-repeat;
}
footer .social.linkedin {
  background: url(/assets/images/sprite-icons-social.png) -75px 0 no-repeat;
}
footer .social.twitter {
  background: url(/assets/images/sprite-icons-social.png) -152px 0 no-repeat;
}
footer .social.email {
  background: url(/assets/images/sprite-icons-social.png) -227px 0 no-repeat;
}
footer .social.facebook {
  background: url(/assets/images/sprite-icons-social.png) -300px 0 no-repeat;
}
footer .social.slideshare {
  background: url(/assets/images/sprite-icons-social.png) -375px 0 no-repeat;
}
footer .social span {
  position: absolute;
  left: -99999px;
}
footer .visible-xs .social-links {
  padding-left: 0;
  padding-right: 0;
}
footer .visible-xs .social-links .icon {
  position: relative;
  display: inline-block;
  width: 18%;
  text-align: center;
}
footer .phone {
  background: url(/assets/images/sprite-icons-social-bottom.png) -227px 7px no-repeat;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  padding: 0 0 10px 50px;
  width: 230px;
  margin: 0 auto 15px auto;
}
footer #login-dropdown-footer {
  display: none;
}
footer #login-dropdown-footer a,
footer #login-dropdown-footer .heading {
  position: relative;
  display: block;
  width: 100%;
  text-transform: uppercase;
  line-height: 3em;
  color: #fff;
  text-align: center;
}
footer #login-dropdown-footer .heading {
  width: auto;
  background: #316394;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  footer > .container > .row {
    padding: 30px 0 0 0;
  }
  footer .col-xs-6 {
    text-align: center;
  }
  footer .phone {
    width: 240px;
  }
  footer .nav-btn {
    padding: 10px 0;
  }
  footer .button-container {
    padding-right: 0;
    padding-left: 0;
  }
  footer .button-container .button {
    border: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    box-shadow: inherit;
  }
  footer .social-links {
    padding-bottom: 20px;
  }
  footer .nav-btn a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
  }
}
footer .container .navigation {
  padding-left: 15px;
  padding-right: 15px;
}
footer .col {
  float: left;
  position: relative;
  display: block;
}
footer .col h3 {
  color: #336699;
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
footer .col h3 a,
footer .col h3 a:link {
  color: #336699 !important;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .col p {
  line-height: 5px;
}
footer .col .list-unstyled li {
  margin-bottom: 5px;
}
footer .col.first .footer-brand {
  margin-top: 20px;
  margin-bottom: 25px;
}
footer .col.first p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  padding-right: 100px;
}
@media (min-width: 1200px) {
  footer .col.first {
    width: 285px;
  }
  footer .col.second {
    width: 232px;
  }
  footer .col.third {
    width: 169px;
  }
  footer .col.fourth {
    width: 180px;
  }
  footer .col.fifth {
    width: 139px;
  }
  footer .col.last {
    width: 135px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  footer .col.first {
    width: 252px;
  }
  footer .col.second {
    width: 202px;
  }
  footer .col.third {
    width: 140px;
  }
  footer .col.fourth {
    width: 140px;
  }
  footer .col.fifth {
    width: 110px;
  }
  footer .col.last {
    width: 95px;
  }
  footer .col.first p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .col.first {
    width: 100%;
  }
  footer .col.second {
    width: 232px;
  }
  footer .col.third {
    width: 169px;
  }
  footer .col.fourth {
    width: 180px;
  }
  footer .col.fifth {
    width: 139px;
  }
  footer .col.last {
    width: 135px;
  }
  footer .col.first .footer-brand {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    margin-top: 15px;
  }
  footer .col.first p {
    position: relative;
    display: block;
    float: left;
    width: 74%;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding-left: 60px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  footer .about {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  footer .about .footer-brand {
    margin: 45px auto 30px auto;
  }
}
.bottom {
  background: #113863;
  color: #fff;
}
@media (max-width: 991px) {
  .bottom {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .bottom {
    height: 96px;
  }
}
.bottom .social {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 30px;
  margin-right: 5px;
  background: url(/assets/images/sprite-icons-social-2.png) 0 0 no-repeat;
  opacity: .5;
}
.bottom .social:hover {
  opacity: 1.0;
}
.bottom .social.twitter {
  background: url(/assets/images/sprite-icons-social-2.png) 0 0 no-repeat;
}
.bottom .social.gplus {
  background: url(/assets/images/sprite-icons-social-2.png) -72px 0 no-repeat;
}
.bottom .social.linkedin {
  background: url(/assets/images/sprite-icons-social-2.png) -144px 0 no-repeat;
}
.bottom .social.facebook {
  background: url(/assets/images/sprite-icons-social-2.png) -216px 0 no-repeat;
}
.bottom .social.slideshare {
  background: url(/assets/images/sprite-icons-social-2.png) -288px 0 no-repeat;
}
.bottom .social span {
  position: absolute;
  left: -99999px;
}
.bottom .phone {
  background: url(/assets/images/sprite-icons-social-bottom.png) -227px 30px no-repeat;
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  padding: 25px 0 10px 50px;
}
.bottom .phone .icon {
  display: none;
}
.bottom .social-links {
  padding-left: 30px;
}
.bottom #footer-search .input-group {
  margin-top: 27px;
}
.bottom #footer-search .input-group > .input-group-addon {
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
  padding: 0 0 0 10px;
  font-size: 1.5em;
  line-height: 35px;
  color: #0e233b;
}
.bottom #footer-search .input-group > .form-control {
  border-radius: 0 8px 8px 0;
  height: 37px;
  line-height: 37px;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #0e233b;
  outline: none;
  border: none !important;
  box-shadow: none !important;
}
.bottom #footer-search .input-group.active > .input-group-addon {
  background: #fff;
}
.bottom #footer-search .input-group.active > .form-control {
  background: #fff;
  border-color: #fff;
}
.bottom #footer-search ::-webkit-input-placeholder {
  color: #0e233b;
}
.bottom #footer-search :-moz-placeholder {
  /* Firefox 18- */
  color: #0e233b;
}
.bottom #footer-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0e233b;
}
.bottom #footer-search :-ms-input-placeholder {
  color: #0e233b;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .bottom .social {
    margin-right: 1px;
  }
}
@media (max-width: 991px) {
  .bottom .col-sm-6 {
    text-align: center;
  }
  .bottom .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom .social,
  .bottom #footer-search .input-group {
    margin-top: 0;
  }
  .bottom .social {
    margin-left: 9px;
    margin-right: 3px;
  }
  .bottom .phone {
    background: none;
    position: relative;
  }
  .bottom .phone .icon {
    position: absolute;
    display: block;
    width: 37px;
    height: 37px;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    background: url(/assets/images/sprite-icons-social-bottom.png) -228px 0 no-repeat;
  }
}
.copyright {
  background: #29588a;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 11px;
  line-height: 1em;
  padding: 10px 0;
}
.copyright a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
}
/**
 * HOMEPAGE
 */
/*
body.home {
	
	.divider-top {
		border-top: 2px solid #ccc;
	}
	
	.case-studies {
		background: #fff;
	}
	
	.solutions,
	.products,
	.whats-new,
	.case-studies {
		.row {
			//padding:20px 0;
			
			&.title {
				padding-top:55px;
				color: #999;
				@media (max-width: 767px) {
					padding:20px 0 10px 0;
				}
				h2 {
					font-family: @gotham_light;
					margin: 0;
					color:#656565;
				}
			}
			
			&.items {
				padding: 40px 0 65px 0;
				@media (max-width: 767px) {
					padding:10px 0 0 0;
				}
				.item .button {
					font-size: 1.25em;
					height:43px;
					line-height: 43px;
				}
			}
			
			&.read-more {
				padding-bottom:30px;
				font-size: 1.6em;
				font-style: italic;
				
				// MOBILE PHONES
				@media (max-width: 767px) {
					font-size: 1.2em;
				}
			}
			.description {
				h3 {
					.opensans_normal;
					color:#282828;
					line-height: 1.3em;
				}
				p {
					.opensans_light;
					color:#282828;
					font-size: 18px;
					a.readmore {
						.opensans_light;
						color:#11a7e5;
						font-size: 14px;
						font-style: italic;
					}
				}
			}
		}
	}
	
	.products .items .item,
	.solutions .items .item {
		margin-bottom: 15px;
		
		img {
			border-radius: 4px 4px 0px 0px;
		}
		.button {
			border-radius: 0px 0px 4px 4px;
			&.blue {
				background: -webkit-linear-gradient(#3C78B5 0%, #366A9E 100%);
			}
			&.blue:hover {
				background: #316394;
			}
			&.blue:active {
				background: #285a8c;
				box-shadow: 0px 1px 0px #073054;
			}
		}
		@media (min-width: 600px) and (max-width: 1199px) {
			&.second .button {
				font-size: 14px;
				line-height: 43px;
				padding-top: 0;
			}
		}
		@media (min-width: 321px) and (max-width: 599px) {
			&.second .button {
				font-size: 12px;
				line-height: 43px;
				padding-top: 0;
			}
		}
		@media (max-width: 320px) {
			&.second .button {
				font-size: 12px;
				line-height: 1em;
				padding-top: 8px;
			}
		}
	}
	.products .items .item {
		img {
			border-radius: 0;
		}
	}
	.case-studies .row.items {
		padding-bottom: 0;
	}
	.case-studies .item {
		@media (max-width: 767px) {
			margin-bottom: 15px;
		}
	}
	
	.products,
	.solutions {
		background: #e7e7e7;
		
		.button {
			background: #336699;
			font-family: @gotham_book;
			height: 55px;
			line-height: 55px;
			font-size: 22px;
			text-transform: none;
			
			
			// MOBILE AND SMALL
			@media (max-width: 992px) {
				font-size: 16px;
			}
		}
	}
	
	.case-studies {
		.item {
			text-align: center;
			h4 {
				.opensans_normal;
				font-size: 22px;
			}
			img {
				margin-bottom: 20px;
			}
			cite {
				.opensans_semibold;
				color:#656565;
				span {
					.opensans_light;
					font-size: 12px;
					display: block;
					font-style: italic;
				}
			}
		}
	}
	
	@media (max-width: 767px) {
		.case-studies .item {
			.quote,
			cite {
				display: none;
			}
		}
	}
	
	.whats-new {
		background-color:#fff;
		background-size: cover;
		
		.row.items {
			padding: 40px 0 45px 0;
			@media (max-width: 767px) {
				padding: 10px 0 0 0;
			}
		}
		
		.item {
			@media (max-width: 767px) {
				clear: left;
				margin-bottom: 20px;
				
				h3 {
					font-weight: 600;
					margin-top: 0;
					font-size: 1.2em;
				}
			}
			
			.image {
				width: 40%;
				margin-right: 5%;
				float: left;
				clear: left;
			}
			&.first {
				.image {
					margin-bottom: 20px;
				}
			}
			.description {
				float: left;
				width: 55%;
				
				@media (max-width: 320px) {
					padding-bottom: 20px;
				}
			}
		}
		
		.carousel-indicators {
			bottom:-30px;
			
			li {
				border: 1px solid @blue;
				border-radius: 10px;
				background-color: @blue;
				&.active {
					background-color: @lightblue;
				}
			}
		}
	}
	
	// MOBILE PHONES
	@media (max-width: 767px) {
		.hero {
			//padding:20px 0 0 0;
			
			.row {
				padding:10px 0;
				
				&.products {
					padding-bottom: 0;
				}
			}
			
			.btn {
				margin-bottom: 10px;
			}
		}
	}
}
*/
/**
 * FAQs
 */
.panel-group.faq {
  margin-bottom: 1em;
}
/**
 * BLOG
 */
.blog-listing {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.blog-listing .thumb img {
  margin: 0 20px 20px 0;
}
.blog-listing .read-more {
  font-style: italic;
}
.blog-comments blockquote.comment p {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
/**
 * PRESS RELEASE LISTING
 */
body.press .main-content h2,
body.press-overview .main-content h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
body.press .main-content a.readmore,
body.press-overview .main-content a.readmore {
  font-style: italic;
}
.press-release-listing {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  clear: both;
}
.press-release-listing .date {
  float: left;
  width: 15%;
  margin: 0;
  padding: 10px 0;
  border-right: 1px solid #efefef;
  color: #336699;
  text-align: center;
}
.press-release-listing .date .day {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  display: block;
  line-height: 1em;
}
.press-release-listing .date .month {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}
.press-release-listing .summary {
  float: left;
  font-size: 18px;
  padding: 10px 0 10px 30px;
  width: 84%;
}
.press-release-listing .summary a {
  color: black;
}
/**
 * MANAGEMENT PAGE
 */
body.management .subheading,
body.management-team .subheading {
  font-size: 14px;
  line-height: 1em;
  margin-top: -5px;
  color: #666;
  font-style: italic;
}
body.management .icons,
body.management-team .icons {
  line-height: 26px;
}
body.management .icons a:hover,
body.management-team .icons a:hover {
  text-decoration: none;
}
body.management .circle,
body.management-team .circle {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 0;
}
/**
 * NEWS RELEASE LISTING
 */
.news-listing {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #efefef;
  clear: both;
}
.news-listing hr {
  margin: 0;
  clear: both;
}
.news-listing .thumb {
  float: left;
  width: 140px;
  margin: 0;
  padding-bottom: 2em;
  font-size: 12px;
  color: #666;
}
.news-listing .thumb p {
  margin-top: 5px;
  margin-bottom: 0;
}
.news-listing .summary {
  float: left;
  font-size: 18px;
  max-width: 630px;
}
.news-listing .summary h3 {
  margin-top: 0;
}
.news-listing .summary a {
  color: black;
}
.news-listing .summary .meta {
  font-size: 14px;
  color: #666;
}
@media all and (min-width: 768px) {
  .news-listing .summary {
    max-width: 320px;
  }
}
@media all and (min-width: 992px) {
  .news-listing .summary {
    max-width: 470px;
  }
}
@media all and (min-width: 1200px) {
  .news-listing .summary {
    max-width: 600px;
  }
}
.read-all {
  padding-top: 1em;
  border-top: 1px solid #efefef;
}
/**
 * PRODUCTS/SOLUTIONS LANDING PAGE
 */
.landing-page.item {
  margin-bottom: 30px;
}
.landing-page.item h2 {
  margin-top: 0;
}
@media (max-width: 321px) {
  .landing-page.item .description {
    clear: both;
    width: 100%;
  }
}
/**
 * DEFAULT PAGE LISTINGS
 */
.row.listing .image {
  position: relative;
}
.row.listing .image:hover img {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.row.listing .image .icon {
  position: absolute;
  display: block;
  top: 10px;
  left: 25px;
  width: 43px;
  height: 43px;
  z-index: 10;
}
.row.listing .image .icon.reviews {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 0 no-repeat;
}
.row.listing .image .icon.videos {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -57px no-repeat;
}
.row.listing .image .icon.whitepapers {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -114px no-repeat;
}
.row.listing .image .icon.infographics {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -171px no-repeat;
}
.row.listing .image .icon.articles {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -228px no-repeat;
}
.row.listing .image .icon.webinars {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -285px no-repeat;
}
.row.listing .image .icon.ebooks {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -345px no-repeat;
}
.row.listing .image .icon.reports {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -405px no-repeat;
}
.row.listing .image .icon.interactive {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -468px no-repeat;
}
.row.listing .image .icon.product {
  background: url(/assets/images/sprite-icons-resource-categories.png) 0 -528px no-repeat;
}
.row.listing .description h2 a:hover,
.row.listing .description h2 a:active {
  text-decoration: none;
  color: #113863;
}
.row.listing .description h2:first-of-type,
.row.listing .description h3:first-of-type {
  margin-top: 0;
}
.row.listing .description p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .row.listing .image {
    margin-bottom: 10px;
  }
}
/**
 * SHARETHIS BUTTONS
 */
.sidebar .stButton .stBubble {
  height: 24px;
  background-position-y: 19px;
}
.sidebar .stButton .stBubble_count {
  padding-top: 0;
  height: 20px;
  font-size: 14px;
}
.sidebar .stButton .stMainServices {
  height: 24px;
}
.sidebar .stButton .stButton_gradient {
  height: 22px;
}
/*
 * ======================================
 * PARTNERS PAGE
 * ======================================
 */
body.partners .hero {
  position: relative;
  height: 400px;
  padding: 100px 15px 0 50px;
  margin-left: -15px;
  margin-right: -20px;
  background: #e1e9f0 url(/assets/images/bg-partners-landing.jpg) center top no-repeat;
}
@media (max-width: 768px) {
  body.partners .hero {
    text-align: center;
    height: auto;
    padding: 50px 0;
  }
  body.partners .hero .btn {
    margin-bottom: 15px;
  }
}
body.partners .hero a {
  color: #113863;
}
body.partners .hero h2 {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #336699;
  font-size: 48px !important;
  font-family: 'Gotham Rounded Light', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50%;
}
@media (max-width: 1199px) {
  body.partners .hero h2 {
    font-size: 36px !important;
    width: 400px;
  }
}
@media (max-width: 768px) {
  body.partners .hero h2 {
    font-size: 32px !important;
    width: 260px;
    margin: 0 auto;
  }
}
body.partners .hero .back {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 50px;
  text-align: center;
  color: #113863;
  font-weight: 600;
}
body.partners .hero .back .glyphicon {
  font-size: 2em;
}
body.partners .hero .region-description {
  position: absolute;
  display: block;
  width: 30%;
  top: 20%;
  right: 10%;
}
body.partners .hero .region-description h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #113863;
  line-height: 1em;
}
body.partners .hero .region-description h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.partners .hero .region-description .btn {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-left: 0;
}
body.partners .intro {
  font-size: 16px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  body.partners .intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.partners .cta {
    text-align: center;
  }
}
body.partners .resources {
  margin-top: 30px;
}
body.partners .resources h2 {
  font-size: 24px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
body.partners.region .hero {
  height: 300px;
}
@media (max-width: 768px) {
  body.partners.region .hero {
    height: 150px;
  }
}
@media (max-width: 768px) {
  body.partners .need-help {
    text-align: center;
  }
}
.reseller-dropdown {
  padding-top: 25px;
  padding-bottom: 25px;
}
.reseller-dropdown .dropdown-label {
  line-height: 34px;
  font-size: .85em;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 15px;
}
.reseller-dropdown .btn {
  color: #17a1e0;
}
.partner-callout {
  position: relative;
  background-color: #6AAEDB;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.partner-callout .description {
  width: 100%;
  min-height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  background-color: #f9f9f9;
  padding: 10px 20px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.partner-callout .description h3 {
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-top: 10px;
  color: #336699;
}
.partner-callout .description .desc {
  padding-bottom: 15px;
}
.partner-callout.resellers .image {
  position: absolute;
  display: block;
  width: 139px;
  height: 150px;
  background: url(/assets/images/sprite_partner_icons.png) 0 0 no-repeat;
  z-index: 10;
  top: -90px;
  left: 50%;
  margin-left: -45px;
}
.partner-callout.affiliates .image {
  position: absolute;
  display: block;
  width: 196px;
  height: 149px;
  background: url(/assets/images/sprite_partner_icons.png) -278px 0 no-repeat;
  z-index: 10;
  top: -89px;
  left: 50%;
  margin-left: -78px;
}
.partner-callout.local-groups .image {
  position: absolute;
  display: block;
  width: 238px;
  height: 149px;
  background: url(/assets/images/sprite_partner_icons.png) -574px 0 no-repeat;
  z-index: 10;
  top: -89px;
  left: 50%;
  margin-left: -89px;
}
.faqs h2,
.faqs h4 {
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faqs h2 {
  font-size: 28px;
}
.faqs .need-help h3 {
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #336699;
}
.faqs .col-md-8 {
  background: url(/assets/images/bg-partners-faqs-divider.png) top right repeat-y;
}
@media (max-width: 992px) {
  .faqs .col-md-8 {
    background: none;
  }
}
.media.faq {
  margin-top: 30px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .media.faq {
    padding-right: 0;
  }
}
.media.faq .media-heading {
  font-family: 'Gotham Rounded Book', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
}
.media.faq .type {
  line-height: 1em;
  padding: 0 5px;
  text-align: center;
}
.media.faq .type.question {
  color: #000;
  font-size: 36px;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.media.faq .type.answer {
  color: #336699;
  font-size: 36px;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded A', 'Gotham Rounded B', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .media.faq .answer {
    display: none;
  }
}
table.partners {
  border-spacing: 2px;
  border-collapse: inherit;
}
.table.partners thead > tr > th {
  border-bottom: none;
  background: #113863;
  color: #fff;
}
.table.partners > thead > tr > th,
.table.partners > tbody > tr > th,
.table.partners > tfoot > tr > th,
.table.partners > thead > tr > td,
.table.partners > tbody > tr > td,
.table.partners > tfoot > tr > td {
  border-spacing: 2px solid transparent;
  border-top: none;
}
/**
 * RESPONSIVE VIDEO CONTAINER
 * http://amobil.se/2011/11/responsive-embeds/
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * LOGO CONTAINER
 */
.logo-container {
  height: 160px;
  text-align: center;
}
.logo-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.logo-container > img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
}
