/* -- colors -- */
/* -- dimensions -- */
/* -- CSS3 properties -- */
/* - backface - */
/* - box-sizing - */
/* - gradient - */
/* - animation - */
/* - keyframes - */
/* - perspective - */
/* - transform - */
/* - transition - */
/* - user-select - */
/* -- psuedo elements -- */
/* -- utility -- */
@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/proximanova-regular-webfont.eot');
  src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-regular-webfont.woff') format('woff'), url('fonts/proximanova-regular-webfont.ttf') format('truetype');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/proximanova-bold-webfont.eot');
  src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold-webfont.woff') format('woff'), url('fonts/proximanova-bold-webfont.ttf') format('truetype');
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/proximanova-italic-webfont.eot');
  src: url('fonts/proximanova-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-italic-webfont.woff') format('woff'), url('fonts/proximanova-italic-webfont.ttf') format('truetype');
  font-style: italic;
  font-weight: normal; }

/* -- helper mixins -- */
/* contain floats mixin */
.contain-floats:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden; }

/* image replacement mixin */
.ir {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, a, abbr, blockquote, button, div, em, fieldset, form, dl, dd, dt, h1, h2, h3, h4, h5, h6, hr, iframe, img, label, legend, li, object, ol, p, span, strong, table, td, th, tr, ul {
  background: no-repeat 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

input, textarea {
  font-family: inherit;
  margin: 0;
  padding: 0; }

textarea {
  overflow: auto; }

input, img, textarea {
  max-width: 100%; }

img, object {
  vertical-align: top; }

canvas, iframe {
  display: block; }

a:hover, a:active, button:hover, button:active, input:hover, input:active, embed, object {
  outline: 0; }

button {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none; }

button[disabled] {
  cursor: default; }

button::-moz-focus-inner, input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

/* -- base -- */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%; }

html {
  font-size: 10px;
  font-weight: 400; }

body {
  background: #1a2129;
  background: #414042;
  color: #333940;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  min-width: 320px;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* keep document scroll visible, but disabled to improve layout shifting */ }
  body.no-scroll {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0; }

a {
  color: inherit;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4 {
  margin-bottom: 0.25em;
  line-height: 1.2; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.5rem; }

p {
  margin: 0 0 1em; }

h1.simple {
  background: #fe5000;
  color: #fff;
  font-weight: normal;
  padding: 25px 50px;
  text-align: center;
  width: 100%; }

.hero {
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 auto 50px;
  text-align: center;
  width: 70%; }

h1.pagehead {
  color: #fe5000;
  font-size: 5.2rem;
  margin-bottom: 0;
  text-align: center; }

h2.pagesubhead {
  font-weight: normal;
  text-align: center; }

@media screen and (min-width: 800px) {
  h1 {
    font-size: 4.5rem; } }

/* -- base structure -- */
#main {
  background: #f4f4f5 url(images/bg-scanline.png);
  min-height: 500px;
  overflow: hidden;
  width: 100%; }

.inner {
  margin: 0 auto;
  max-width: 1400px; }

.section {
  overflow: hidden;
  padding: 50px;
  width: 100%; }

pre {
  background: rgba(230, 231, 232, 0.5);
  border-radius: 15px;
  font-size: 1.4rem;
  margin-bottom: 2.5em;
  padding: 25px; }

.single {
  color: #666b70;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 50px 0;
  overflow: hidden;
  width: 100%; }
  .single h1, .single h2, .single h3, .single h4, .single h5 {
    color: #333940;
    margin: 0 0 1.2em; }
  .single p {
    margin: 0 0 1.5em; }
  .single .inner {
    background: #fff;
    max-width: 1000px;
    padding: 50px; }
  .single ul, .single ol {
    list-style: disc;
    padding-left: 1em;
    margin: 0 0 1em; }

/* Sign Up */
.vbox-overlay {
  background: rgba(215, 0, 62, 0.95) !important; }

.vbox-next, .vbox-prev {
  display: none !important; }

.vbox-inline {
  border: 6px solid #b30033;
  border-radius: 25px;
  overflow: visible; }

.vbox-close {
  background-position: center center !important;
  background-color: rgba(179, 0, 51, 0.5) !important;
  height: 75px !important;
  width: 75px !important;
  right: 25px !important;
  top: 25px !important;
  padding: 0 !important; }
  .vbox-close:hover {
    background-color: #b30033 !important; }

/* Simple */
#main.simple {
  color: #333940; }

/* WP images */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone {
  margin: 5px 20px 20px 0; }

/* -- modules -- */
.breadcrumbs {
  background: #333940;
  color: #414042;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  padding: 50px;
  text-transform: uppercase;
  width: 100%; }
  .breadcrumbs ul > li {
    background: url(images/arrow.png) right center no-repeat;
    float: left;
    margin: 0 25px 0 0;
    padding: 0 25px 0 0; }
    .breadcrumbs ul > li:first-child {
      padding-left: 0; }
    .breadcrumbs ul > li:last-child {
      background: none;
      margin-right: 0;
      padding-right: 0; }
  .breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: white; }

.nav > li {
  float: left; }
.nav a {
  display: block;
  text-decoration: none;
  transition: 250ms; }

#customer-nav {
  background: #171d23;
  border-bottom: 1px solid #293037;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 30px;
  padding: 0 50px;
  text-transform: uppercase;
  width: 100%; }
  #customer-nav .nav {
    float: right;
    margin: 0 -10px; }
    #customer-nav .nav a {
      padding: 0 10px;
      opacity: 0.5; }
      #customer-nav .nav a:hover {
        opacity: 1; }

#header-nav {
  float: right;
  font-size: 1.8rem;
  line-height: 5rem; }
  #header-nav .nav a {
    color: #fff;
    padding: 0 20px; }
    #header-nav .nav a:hover {
      /*color: #fff;*/
	  color: #b3b5b8;
 }
    #header-nav .nav a.button {
      color: #fff;
      font-size: inherit;
      line-height: 2.6rem;
      margin-left: 15px; }
  #header-nav #nav-toggle {
    display: none; }

.product #header-nav .nav .product a, .pricing #header-nav .nav .pricing a, .aws #header-nav .nav .aws a, .integrations #header-nav .nav .integrations a, .partners #header-nav .nav .partners a, .customers #header-nav .nav .customers a, .blog #header-nav .nav .blog a {
  color: #fff;
  font-weight: bold; }

input, textarea, .buynow-select, .contactus-select {
  border-radius: 5px;
  border: 3px solid #e6e7e8;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  padding: 10px 15px; }

.pricing-inforequest input { margin-bottom:10px; min-width:320px; }
.contactus-select {
  font-size: 15px;
  padding: 10px 15px 10px 3px; }
.contactus-select-pricing {
  font-size: 13px;
  padding: 10px 15px 10px 3px;
  max-width:320px; }
.buynow-select {
  font-size: 16px; }

.button {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  background: transparent;
  border-radius: 2.6rem;
  border: 3px solid #fe5000;
  border: 3px solid #fe5000;
  
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 0.5em 2em !important;
  text-align: center;
  text-decoration: none;
  text-transform: none; }
  .button:hover {
    background: #fe5000;
    background: #fe5000;
	
    color: #fff; }

.dark {
  color: #fff; }

.white {
  border-color: #f9f9fb;
  color: #f9f9fb; }
  .white:hover {
    background: #fff;
    border-color: #fff;
    color: #fe5000; }

.filled {
  background: #fe5000;
  color: #fff;
  font-weight: bold; }
  .filled.white {
    background: #f9f9fb;
    border-color: #f9f9fb;
    color: #fe5000; }
    .filled.white:hover {
      background: #fff;
      border-color: #fff; }

ul.buttons li {
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative; }
ul.buttons:last-child {
  margin-right: 0; }

.button-hr {
  margin: 50px 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .button-hr .button:not(.filled) {
    background: #f4f4f5; }
    .button-hr .button:not(.filled):hover {
      background: #fe5000; }
  .button-hr:before {
    border-top: 3px solid #f1f1f2;
    content: "";
    left: 0;
    margin-top: -1.5px;
    position: absolute;
    right: 0;
    top: 50%; }

.icon-mail {
  background: url(images/icon-mail-red.png) center center no-repeat;
  border: 3px solid #cccecf;
  border-radius: 100%;
  display: block;
  height: 45px;
  margin: auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 45px; }
  .icon-mail:hover {
    border-color: #fe5000; }

.grid {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .grid > li {
    background: #fff;
    float: left;
    margin: 0.5%;
    min-width: 200px;
    padding: 5%;
    width: 24%; }
    .grid > li h1, .grid > li h2, .grid > li h3, .grid > li h4, .grid > li h5 {
      font-size: 18px;
      margin: 0 0 10px; }

.cards {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%; }
  .cards .card {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 25px 0;
    padding: 25px 50px 50px;
    position: relative;
    vertical-align: top;
    width: 100%; }
    .cards .card h2 {
      color: #fff; }
    .cards .card h3 {
      color: #414042;
      margin: 0 0 25px; }
    .cards .card.dark {
      background: #333940;
      color: #fff; }
      .cards .card.dark h1, .cards .card.dark h2 {
        color: #fff; }

@media screen and (min-width: 800px) {
  .cards .card {
    margin: 0 0.5%;
    min-height: 300px;
    width: 30%; } }

.pagination {
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%; }
  .pagination ul {
    color: #b3b5b8;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    width: 100%; }
    .pagination ul .newer {
      float: left; }
      .pagination ul .newer a:before {
        color: #fe5000;
        content: '\2190'; }
    .pagination ul .older {
      float: right; }
      .pagination ul .older a:after {
        content: '\2192'; }
    .pagination ul a {
      color: #fe5000;
      text-decoration: none; }

/* -- custom pagination (page links) -- */
.custom-pagination {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: right;
  width: 100%; }
  .custom-pagination span, .custom-pagination a {
    display: inline-block;
    padding: 2px 10px; }
  .custom-pagination a {
    background-color: #ebebeb;
    color: #fe5000;
    text-decoration: none; }
    .custom-pagination a:hover {
      background-color: #fe5000;
      color: #fff; }
  .custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0; }
  .custom-pagination span.dots {
    padding: 0;
    color: gainsboro; }
  .custom-pagination span.current {
    background-color: #fe5000;
    color: #fff; }

/* Global Header */
#header {
  color: #e6e7e8;
  overflow: hidden;
  width: 100%; }
  #header .header {
    background: #1e252d;
    background: #414042;
    float: left;
    padding: 25px 50px;
    position: relative;
    width: 100%; }
    #header .header h1 {
      float: left;
      height: 50px;
      margin: 0;
      width: 145px; }
      #header .header h1 > a {
        /*background: url(images/logo.png) no-repeat;*/
        background: url(/wp-content/uploads/2015/08/bmc-logo-145x50.png) no-repeat;
        background-size: 100% 100%;
        display: block;
        height: 100%;
        overflow: hidden;
        text-indent: -9999px; }
  #header.fixedsticky {
    top: 0;
    z-index: 10; }
    #header.fixedsticky .header {
      /*background-color: rgba(26, 33, 41, 0.98) !important;*/ }

#header.feature {
  /*background: url(images/header-bg-texture.png);*/
  background: url(images/header-bg-texture-bmc.png);
  overflow: hidden; }
  #header.feature .header {
    background: transparent; }
  #header.feature .content {
    text-align: center;
    padding: 50px; }
    #header.feature .content h1 {
      font-size: 3rem;
      margin: 0; }
    #header.feature .content h2 {
      color: #414042;
      color: #e6e7e8;
	  
      font-size: 2rem;
      font-weight: normal;
      margin: 0 0 25px; }
  #header.feature #magic {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    width: 100%; }
    #header.feature #magic .features > li {
      padding: 25px; }
      #header.feature #magic .features > li h3 {
        color: #fff;
        font-size: 1.6rem; }
      #header.feature #magic .features > li p {
        /*color: #cccecf;*/
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0; }
    #header.feature #magic #laptop {
      background: url(images/big-laptop-bg.png) no-repeat 0 0;
      background-position: -74px 0;
      height: 436px;
      margin: 0 auto;
      position: relative;
      width: 652px; }
      #header.feature #magic #laptop .screen {
        bottom: 25px;
        left: 25px;
        position: absolute;
        right: 25px;
        top: 25px; }
        #header.feature #magic #laptop .screen iframe {
          height: 100%;
          width: 100%; }
        #header.feature #magic #laptop .screen a.link {
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          right: 0;
          text-indent: -9999px;
          width: 100%; }
        #header.feature #magic #laptop .screen .button-area {
          left: 0;
          position: absolute;
          text-align: center;
          top: 180px;
          width: 100%; }

@media (max-width: 800px) {
  #header.feature #magic #laptop {
    display: none; } }

@media (min-width: 700px) {
  #header.feature #magic .features > li {
    float: left;
    width: 50%; } }

@media (min-width: 800px) {
  #header.feature .content h1 {
    font-size: 3.6rem; } }

@media (min-width: 950px) {
  #header.feature .content h2 {
    font-size: 3.25rem;
    font-weight: bold;
	}
  #header.feature #magic #laptop {
    background-position: 0 0;
    height: 485px;
    width: 800px; }
    #header.feature #magic #laptop .screen {
      bottom: 78px;
      left: 96px;
      right: 96px; } }

@media (min-width: 1350px) {
  #header.feature .content h1 {
    font-size: 5rem; }
  #header.feature #magic {
    padding: 0 200px; }
    #header.feature #magic .features {
      position: absolute;
      top: 0;
      width: 250px; }
      #header.feature #magic .features > li {
        background: rgba(26, 33, 41, 0.5);
        background: rgba(48, 55, 63, 0.5);
        float: none;
        margin: 25px 0;
        width: 100%; }
      #header.feature #magic .features.left {
        left: 50px;
        text-align: right; }
      #header.feature #magic .features.right {
        right: 50px;
        text-align: left; } }

/*TODO:- Move Typo Styles to Type Stylesheet- Move Form Base Styles to Form Stylesheet*/
/* Footer Signup */
#footer-signup {
  background: #fe5000; }
  #footer-signup .inner {
    overflow: hidden;
    padding: 2.5em 0; }
    #footer-signup .inner h3 {
      color: #fff;
      float: left;
      font-size: 24px;
      font-weight: 200;
      letter-spacing: 0.025em;
      line-height: 48px;
      margin: 0;
      text-transform: none; }
    #footer-signup .inner .form {
      float: right; }
      #footer-signup .inner .form .field {
        display: inline-block;
        margin: 0 15px 0 0;
        padding: 0; }
      #footer-signup .inner .form label {
        display: none; }
      #footer-signup .inner .form input {
        border-radius: 5px;
        border: 3px solid #bb0037;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0.025em;
        padding: 10px 15px;
        width: 240px; }
      #footer-signup .inner .form .button {
        background: #bb0037;
        border-width: 2px;
        text-indent: -9999px;
        overflow: hidden;
        width: 42px; }

/* Footer Main */
#footer {
  background: #1a2129;
  background: #414042;
  border-top: 6px solid #fe5000;
  color: #e6e7e8;
  padding: 50px; }
  #footer .footer-standard {
    overflow: hidden; }
    #footer .footer-standard h5 {
      color: #414042;
      font-size: 12px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    #footer .footer-standard .footer-nav {
      float: left;
      margin: 0 0 25px; }
      #footer .footer-standard .footer-nav .col {
        float: left;
        margin: 0 100px 0 0; }
        #footer .footer-standard .footer-nav .col a {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0;
          text-decoration: none;
          text-transform: none; }
          #footer .footer-standard .footer-nav .col a:hover {
            color: #fff; }
    #footer .footer-standard .social {
      float: right; }
      #footer .footer-standard .social h5 {
        display: none; }
      #footer .footer-standard .social .social_buttons {
        text-align: center; }
  #footer .footer-bottom {
    color: #7a818a;
    font-size: 14px;
    overflow: hidden;
    padding: 25px 0 0;
    width: 100%; }
    #footer .footer-bottom a {
      color: #7a818a;
      text-decoration: underline; }
      #footer .footer-bottom a:hover {
        color: #fff; }
    #footer .footer-bottom .copyright {
      float: left; }
      #footer .footer-bottom .copyright span {
        color: #fff; }
    #footer .footer-bottom .links {
      float: right; }

.social_buttons {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden;
  width: 100%; }
  .social_buttons li {
    display: inline-block;
    margin: 0 5px; }
    .social_buttons li a {
      border-radius: 100%;
      -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
      transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
      background: rgba(255, 255, 255, 0.4) url("images/social-icons.png") no-repeat;
      display: block;
      height: 40px;
      overflow: hidden;
      text-indent: -9999px;
      width: 40px; }
      .social_buttons li a:hover {
        background-color: #fff; }
      .social_buttons li a.twitter {
        background-position: 0 0; }
      .social_buttons li a.facebook {
        background-position: -40px 0; }
      .social_buttons li a.linkedin {
        background-position: -80px 0; }
      .social_buttons li a.github {
        background-position: -120px 0; }
      .social_buttons li a.googleplus {
        background-position: -160px 0; }
    .social_buttons li:first-child {
      margin-left: 0; }
    .social_buttons li:last-child {
      margin-right: 0; }

/* Fuck with Base Template */
#preFooter {
  display: none; }

/* -- view specific -- */
.blog {
  /* Hiding tags temporarily */ }
  .blog .sidebar {
    margin: 0 0 50px; }
    .blog .sidebar .seg {
      border-bottom: 1px solid #e6e7e8;
      display: none;
      padding: 25px 0; }
      .blog .sidebar .seg h2 {
        font-size: 1.2rem;
        margin: 0 0 15px;
        text-transform: uppercase; }
      .blog .sidebar .seg:first-child {
        padding-top: 0; }
      .blog .sidebar .seg.search {
        display: block; }
        .blog .sidebar .seg.search input {
          background: #fff url(images/icon-search.png) no-repeat 15px center;
          padding-left: 45px;
          width: 100%; }
      .blog .sidebar .seg.categories ul li {
        font-size: 2.4rem;
        line-height: 3.2rem;
        position: relative; }
        .blog .sidebar .seg.categories ul li a {
          color: #fe5000;
          text-decoration: none; }
        .blog .sidebar .seg.categories ul li img {
          float: right;
          padding-top: 10px; }
        .blog .sidebar .seg.categories ul li .subscribe {
          background: url(images/icon-rss.png);
          height: 11px;
          opacity: 0.7;
          overflow: hidden;
          position: absolute;
          text-indent: -9999px;
          top: 11px;
          right: 0;
          width: 11px; }
          .blog .sidebar .seg.categories ul li .subscribe:hover {
            opacity: 1; }
      .blog .sidebar .seg.twitter {
        font-size: 1.4rem;
        line-height: 2rem; }
        .blog .sidebar .seg.twitter .tweet {
          margin-bottom: 25px; }
          .blog .sidebar .seg.twitter .tweet p {
            margin: 0 0 10px; }
            .blog .sidebar .seg.twitter .tweet p.date {
              color: #b3b5b8; }
            .blog .sidebar .seg.twitter .tweet p:last-child {
              margin-bottom: 0; }
          .blog .sidebar .seg.twitter .tweet:last-child {
            margin: 0; }
      .blog .sidebar .seg.follow a, .blog .sidebar .seg.rss a {
        background: #fe5000;
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 11px;
        padding: 15px;
        text-align: center;
        text-decoration: none; }
        .blog .sidebar .seg.follow a img, .blog .sidebar .seg.rss a img {
          display: inline;
          margin: 0 10px; }
    .blog .sidebar .button {
      display: block;
      margin-top: 25px; }
  .blog .post {
    background: #fff;
    border-top: 6px solid #fe5000;
    margin: 0 0 50px;
    padding: 50px; }
    .blog .post .head {
      margin: 0 0 25px;
      padding: 0 0 0 65px;
      position: relative; }
      .blog .post .head .avatar {
        border-radius: 50%;
        left: 0;
        margin-left: 0;
        position: absolute;
        top: 0;
        width: 50px; }
      .blog .post .head .title {
        font-size: 2.8rem;
        font-weight: normal;
        margin: 0; }
        .blog .post .head .title a {
          text-decoration: none; }
      .blog .post .head .author {
        color: #b3b5b8;
        font-size: 1.2rem;
        text-transform: uppercase; }
    .blog .post .body .continue {
      color: #fe5000;
      font-weight: bold; }
    .blog .post .body h2, .blog .post .body h3, .blog .post .body h4 {
      color: #fe5000;
      font-weight: normal;
      margin: 0; }
    .blog .post .body h2 {
      font-size: 3rem; }
    .blog .post .body h3 {
      font-size: 2.8rem; }
    .blog .post .body h4 {
      font-size: 2.6rem; }
    .blog .post .body ul {
      list-style: square; }
    .blog .post .body ol {
      list-style: decimal;
      margin-left: 15px; }
    .blog .post .body li {
      margin-bottom: 10px;
      margin-left: 20px; }
    .blog .post .body li ul {
      list-style: circle; }
    .blog .post .body li li {
      margin-top: 10px;
      margin-left: 20px; }
    .blog .post .body hr {
      border: 0;
      border-bottom: 1px dashed #ccc !important;
      background: #999 !important;
      margin-bottom: 10px; }
    .blog .post .body .foot {
      border-top: 1px solid #e6e7e8;
      margin: 50px 0 0;
      overflow: hidden;
      padding: 25px 0 0;
      width: 100%; }
      .blog .post .body .foot .tags {
        float: left;
        list-style: none; }
        .blog .post .body .foot .tags li {
          display: inline-block; }
          .blog .post .body .foot .tags li a {
            background-color: rgba(230, 231, 232, 0.5);
            color: #414042;
            display: block;
            font-size: 1.2rem;
            font-weight: bold;
            height: 40px;
            line-height: 43px;
            margin: 5px 5px 0 0;
            padding: 0 25px;
            text-decoration: none;
            text-transform: uppercase; }
            .blog .post .body .foot .tags li a:hover {
              background: rgba(230, 231, 232, 0.25); }
      .blog .post .body .foot .share {
        float: right; }
        .blog .post .body .foot .share h3 {
          color: #414042;
          float: left;
          font-size: 1.2rem;
          line-height: 40px;
          height: 40px;
          margin-right: 10px;
          text-transform: uppercase; }
        .blog .post .body .foot .share ul {
          float: left;
          height: 40px; }
          .blog .post .body .foot .share ul li {
            display: inline-block;
            margin: 0; }
            .blog .post .body .foot .share ul li a {
              border-radius: 100%;
              -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
              transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
              background: #fe5000 url("images/social-icons-white.png") no-repeat;
              display: block;
              height: 40px;
              overflow: hidden;
              text-indent: -9999px;
              width: 40px; }
              .blog .post .body .foot .share ul li a:hover {
                background-color: #fff; }
              .blog .post .body .foot .share ul li a.twitter {
                background-position: 0 0; }
              .blog .post .body .foot .share ul li a.facebook {
                background-position: -40px 0; }
              .blog .post .body .foot .share ul li a.linkedin {
                background-position: -80px 0; }
              .blog .post .body .foot .share ul li a.github {
                background-position: -120px 0; }
              .blog .post .body .foot .share ul li a.googleplus {
                background-position: -160px 0; }
            .blog .post .body .foot .share ul li:first-child {
              margin-left: 0; }
            .blog .post .body .foot .share ul li:last-child {
              margin-right: 0; }
  .blog ul.tags {
    display: none; }

@media (min-width: 900px) {
  .blog .sidebar {
    float: right;
    padding-left: 50px;
    width: 40%; }
    .blog .sidebar .seg {
      display: block; }
  .blog .content {
    float: left;
    width: 60%; } }

@media (min-width: 1200px) {
  .blog .sidebar {
    width: 25%; }
  .blog .content {
    width: 75%; } }

@media (max-width: 600px) {
  .blog .content > .pagination {
    display: none; }
  .blog .post .head {
    padding-left: 0; }
    .blog .post .head .avatar {
      display: none; } }

#main.careers {
  border-top: 6px solid #fe5000;
  /* Careers top section padding */ }
  #main.careers .intro {
    background: url(images/careers-header-photo.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 100px 0; }
    #main.careers .intro .inner {
      max-width: 950px;
      text-align: center; }
    #main.careers .intro h1 {
      color: #fff; }
    #main.careers .intro h2 {
      color: #e6e7e8;
      margin: 0 0 25px; }
    #main.careers .intro .button {
      margin: 0 auto; }
    #main.careers .intro p {
      color: #414042;
      margin: auto;
      text-align: center;
      width: 70%; }
  #main.careers .join .inner {
    max-width: 950px; }
    #main.careers .join .inner .photos {
      float: right;
      text-align: center;
      width: 30%; }
      #main.careers .join .inner .photos img {
        max-width: 300px;
        width: 100%; }
    #main.careers .join .inner .text {
      float: left;
      width: 65%; }
      #main.careers .join .inner .text h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 30px; }
  #main.careers .jobs {
    background: #fff;
    margin: 0;
    padding-bottom: 100px; }
    #main.careers .jobs .hero {
      margin: 0 auto; }
    #main.careers .jobs li.card {
      font-size: 1em;
      vertical-align: top; }
      #main.careers .jobs li.card h3 {
        color: #414042;
        font-size: 1em;
        font-weight: normal; }
      #main.careers .jobs li.card .button {
        margin: 25px 0; }
      #main.careers .jobs li.card .listing {
        margin: 25px 0 0; }
        #main.careers .jobs li.card .listing h4 {
          font-size: 1.4rem;
          text-transform: uppercase; }
        #main.careers .jobs li.card .listing a {
          color: #cccecf; }
  #main.careers .jobsanchor {
    display: block;
    height: 150px;
    /*same height as header*/
    margin-top: -150px;
    /*same height as header*/
    visibility: hidden; }

#main.company {
  border-top: 6px solid #fe5000; }
  #main.company .intro .about {
    color: #414042;
    font-size: 2.1rem;
    margin: 25px auto;
    text-align: center;
    width: 70%; }
  #main.company .engineering {
    background: #fe5000 url(images/graph-bg-sample.png) bottom repeat-x;
    color: #fff;
    text-align: center; }
    #main.company .engineering .desc {
      display: inline-block;
      padding-right: 50px;
      vertical-align: middle;
      width: 70%; }
      #main.company .engineering .desc .button {
        margin-top: 25px; }
  #main.company .team {
    display: inline-block;
    padding: 5px 5px 0;
    text-align: left;
    vertical-align: middle;
    width: 100%; }
    #main.company .team li {
      float: left;
      margin: 0 0 10px;
      padding: 5px 5px 0;
      position: relative;
      text-align: center;
      width: 10%; }
      #main.company .team li img {
        display: block;
        margin: 0;
        opacity: 0.2;
        width: 100%; }
      #main.company .team li .info {
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        display: none;
        left: 0;
        bottom: 0;
        padding: 10px;
        width: 100%; }
      #main.company .team li h3 {
        color: #fe5000;
        font-size: 1.4rem;
        font-weight: bold; }
      #main.company .team li h4 {
        font-size: 1.4rem;
        font-weight: normal; }
      #main.company .team li:hover img {
        opacity: 1; }
      #main.company .team li:hover .info {
        display: block; }

.customers {
  /*border-top: 6px solid $colorBoundary;*/ }
  .customers blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    /*margin: 1.5em 0;*/
    margin: 0 auto;
    padding: 2em 20px 1em 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    max-width: 1400px; }
  .customers blockquote h3 {
    color: #fe5000;
    font-weight: normal; }
  .customers blockquote p {
    font-size: 1.5rem; }
  .customers .customer-quote {
    background: rgba(230, 231, 232, 0.5);
    padding: 2em 0; }
  .customers .info-panel {
    width: 30%;
    float: left;
    padding: 2em;
    background: #fff;
    border: 1px solid #ddd; }
  .customers .full-content {
    float: right;
    width: 65%; }
  @media screen and (max-width: 801px) {
    .customers .info-panel, .customers .full-content {
      float: none;
      width: auto; }
    .customers .full-content {
      margin-top: 30px; } }
  .customers .intro {
    padding-bottom: 0; }
    .customers .intro h2 {
      margin: 0 0 25px; }
    .customers .intro .quote {
      color: #414042;
      margin: auto;
      text-align: center;
      width: 70%; }
      .customers .intro .quote .from {
        display: block;
        font-weight: bold; }
  .customers #customers {
    padding-top: 0; }
    .customers #customers .grid {
      text-align: center; }
      .customers #customers .grid img {
        padding: 5%; }
      .customers #customers .grid .button {
        left: 50%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }

#main.contact-us {
  padding: 50px; }
  #main.contact-us a {
    color: #fe5000; }
  #main.contact-us .col {
    margin-top: 25px; }
    #main.contact-us .col:first-child {
      margin-top: 0; }
    #main.contact-us .col .social_buttons li a {
      background-color: #e6e7e8; }
      #main.contact-us .col .social_buttons li a:hover {
        background-color: #cccecf; }
  #main.contact-us .columns {
    margin: 0 0 50px;
    overflow: hidden;
    width: 100%; }
    #main.contact-us .columns .col {
      font-size: 2.4rem;
      line-height: 3.2rem; }
      #main.contact-us .columns .col h3 {
        color: #b3b5b8;
        font-size: 1.8rem;
        margin: 0 0 15px; }
      #main.contact-us .columns .col p {
        margin: 0; }
  #main.contact-us .maps {
    border-bottom: 6px solid #fe5000;
    border-top: 6px solid #fe5000;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 50px 0;
    width: 100%; }
    #main.contact-us .maps img {
      width: 100%; }
    #main.contact-us .maps .col {
      position: relative; }
      #main.contact-us .maps .col .map {
        width: 100%; }
      #main.contact-us .maps .col.mountainview .map {
        background: url(images/map-mountainview.png) no-repeat center center; }
      #main.contact-us .maps .col.austin .map {
        background: url(images/map-austin.png) no-repeat center center; }
      #main.contact-us .maps .col.portland .map {
        background: url(images/map-portland.png) no-repeat center center; }
      #main.contact-us .maps .col p {
        margin-top: 50px; }
  #main.contact-us .contact-form {
    display: block;
    margin: 50px auto;
    max-width: 800px; }
    #main.contact-us .contact-form .form {
      margin: 50px 0 0;
      overflow: hidden;
      width: 100%; }
      #main.contact-us .contact-form .form .field {
        margin: 0 0 25px; }
        #main.contact-us .contact-form .form .field label {
          display: none; }
        #main.contact-us .contact-form .form .field input {
          width: 100%; }
        #main.contact-us .contact-form .form .field textarea {
          height: 200px;
          width: 100%; }
      #main.contact-us .contact-form .form .submit {
        overflow: hidden;
        width: 100%; }
        #main.contact-us .contact-form .form .submit .button {
          float: right; }
        #main.contact-us .contact-form .form .submit .options {
          color: #999ca0;
          float: right;
          font-size: 1.8rem;
          padding: 1em 0; }
          #main.contact-us .contact-form .form .submit .options .radio {
            display: inline-block;
            margin: 0 25px 0 0; }
            #main.contact-us .contact-form .form .submit .options .radio input {
              margin: 0 10px 0 0; }
    #main.contact-us .contact-form .req {
      margin-left: 1%; }
    #main.contact-us .contact-form .reqerror {
      color: #f00;
      margin-left: 1%; }

@media screen and (min-width: 800px) {
  #main.contact-us .col {
    float: left;
    margin: 0 0 0 5%;
    width: 30%; }
    #main.contact-us .col:first-child {
      margin-left: 0; }
    #main.contact-us .col .map {
      height: 500px; } }

@media screen and (min-width: 1000px) {
  #main.contact-us .contact-form .form fieldset {
    margin: 0 0 25px; }
  #main.contact-us .contact-form .form .field {
    float: left;
    margin: 0 1%;
    width: 48%; }
    #main.contact-us .contact-form .form .field.message {
      width: 98%; } }

.docs .inner {
  max-width: 1000px; }
.docs #doc {
  font-size: 1.8rem;
  line-height: 2.5rem;
  overflow: hidden;
  width: 100%; }
  .docs #doc .content {
    background: #fff;
    border-top: 6px solid #fe5000;
    float: left;
    padding: 50px;
    width: 75%; }
    .docs #doc .content h1 {
      font-weight: normal; }
    .docs #doc .content h2, .docs #doc .content h3, .docs #doc .content h4 {
      font-size: 1.8rem; }
    .docs #doc .content p {
      margin-bottom: 1.8em; }
  .docs #doc .sidebar {
    float: right;
    padding: 25px 50px;
    width: 25%; }
    .docs #doc .sidebar h2 {
      color: #414042;
      font-size: 1.2rem;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .docs #doc .sidebar ul > li {
      font-size: 2.4rem;
      margin: 0 0 10px; }
    .docs #doc .sidebar ul a {
      color: #fe5000;
      text-decoration: none; }
      .docs #doc .sidebar ul a:hover {
        color: #333940; }

.events .upcoming {
  padding-top: 0;
  text-align: center; }
  .events .upcoming h1 {
    color: #999ca0;
    font-size: 1.8rem;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase; }
  .events .upcoming .grid li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 48%; }
    .events .upcoming .grid li h2 {
      color: #fe5000;
      font-size: 2.4rem; }
    .events .upcoming .grid li address {
      color: #414042;
      font-size: 1.8rem;
      font-style: normal;
      line-height: 2.4rem;
      margin: 0 0 25px; }
    .events .upcoming .grid li a {
      color: #fe5000; }

#main.homepage #howitworksvideo {
  background: rgba(230, 231, 232, 0.5);
  color: #fff;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  width: 100%; }
  #main.homepage #howitworksvideo h1 {
    color: #414042;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 3.2rem;
    margin: 0 auto; }
  #main.homepage #howitworksvideo p {
    color: #414042;
    font-size: 2.1rem;
    line-height: 1.2em;
    margin: 20px auto;
    width: 60%; }
#main.homepage #intro {
  background: #fe5000 url(images/graph-bg-sample.png) bottom repeat-x;
  color: #fff;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  width: 100%; }
  #main.homepage #intro .text {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0;
    padding-top: 25px;
    text-align: center;
    width: 90%; }
    #main.homepage #intro .text .headline {
      font-weight: normal;
      font-size: 3.2rem;
      line-height: 1.2em;
      margin: 0 0 0.5em; }
    #main.homepage #intro .text p {
      font-size: 2.1rem;
      line-height: 1.2em;
      margin: 0 auto 2em;
      width: 60%; }
  #main.homepage #intro .comparison {
    margin: 0 0 50px;
    position: relative;
    width: 100%; }
    #main.homepage #intro .comparison .box {
      background: #fff;
      border-radius: 5px;
      padding: 25px; }
      #main.homepage #intro .comparison .box h4 {
        color: #999ca0;
        font-size: 1.8rem;
        font-weight: normal;
        margin: 0 0 25px; }
        #main.homepage #intro .comparison .box h4 span {
          color: #fe5000;
          font-weight: bold; }
    #main.homepage #intro .comparison .vs {
      background: #414042;
      border-radius: 3px;
      display: block;
      line-height: 50px;
      min-width: 100px; }
#main.homepage .button-hr {
  margin-bottom: 0;
  margin-top: -25px; }
#main.homepage .customer-stripe img {
  display: block;
  margin: 0 auto; }
#main.homepage #hero {
  background: #fff;
  border-top: 6px solid #fe5000;
  border-top: 6px solid #fe5000;
  
  padding-bottom: 100px;
  text-align: center; }
  #main.homepage #hero strong {
    position: relative; }
    #main.homepage #hero strong:after {
      /*background: url(images/new.png);*/
      background: url(images/new-bmc.png);
      content: '';
      position: absolute;
      height: 28px;
      right: -20px;
      top: -20px;
      width: 27px; }
  #main.homepage #hero img.hero {
    background: #000;
    margin: 0 0 50px;
    opacity: 0.25; }
  #main.homepage #hero .aws-feature {
    margin: 0 0 50px;
    overflow: hidden;
    width: 100%; }
  #main.homepage #hero .hero {
    margin-bottom: 0; }
  #main.homepage #hero ul.features {
    text-align: center; }
    #main.homepage #hero ul.features li {
      background: #fff;
      display: inline-block;
      margin: 1%;
      padding: 25px;
      width: 22%; }
      #main.homepage #hero ul.features li img {
        margin: 0 0 15px; }
      #main.homepage #hero ul.features li h4 {
        font-size: 1.8rem; }
#main.homepage #plugins {
  padding-top: 75px; }
  #main.homepage #plugins h1 {
    color: #414042;
    font-weight: bold;
    margin-bottom: 10px; }
  #main.homepage #plugins h2 {
    margin: 0 auto 25px; }
  #main.homepage #plugins .grid {
    text-align: center; }
    #main.homepage #plugins .grid > li {
      height: 160px;
      padding: 50px;
      width: 19%; }
    #main.homepage #plugins .grid img {
      max-height: 60px;
      max-width: 100%;
      opacity: 0.3; }
    #main.homepage #plugins .grid .button {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
#main.homepage #social-footer {
  background: rgba(230, 231, 232, 0.5);
  margin: 50px 0 0; }
  #main.homepage #social-footer h3 {
    color: #414042;
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-transform: uppercase; }
  #main.homepage #social-footer img.avatar {
    margin-left: 0;
    width: 45px; }
  #main.homepage #social-footer #from-the-blog .head {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%; }
    #main.homepage #social-footer #from-the-blog .head .avatar {
      border-radius: 50%;
      float: left;
      margin: 0 15px 0 0; }
    #main.homepage #social-footer #from-the-blog .head .title > a {
      text-decoration: none; }
    #main.homepage #social-footer #from-the-blog .head h4 {
      font-size: 1.8rem;
      font-weight: normal;
      margin: 0; }
    #main.homepage #social-footer #from-the-blog .head h5 {
      color: #b3b5b8;
      font-size: 1.2rem;
      margin: 0 0 5px;
      text-transform: uppercase; }
  #main.homepage #social-footer #from-the-blog p {
    font-size: 1.4rem;
    line-height: 1.4em; }
  #main.homepage #social-footer #from-the-blog .continue {
    color: #fe5000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4em; }
  #main.homepage #social-footer #boundary-on-twitter {
    margin: 25px 0 0; }
    #main.homepage #social-footer #boundary-on-twitter h2 {
      color: #414042;
      font-size: 1.4rem;
      margin-bottom: 25px;
      text-transform: uppercase; }
    #main.homepage #social-footer #boundary-on-twitter .tweets {
      overflow: hidden;
      width: 100%; }
      #main.homepage #social-footer #boundary-on-twitter .tweets li {
        padding-left: 60px;
        margin-left: 0 !important;
        margin-top: 25px;
        position: relative; }
        #main.homepage #social-footer #boundary-on-twitter .tweets li:first-child {
          margin-top: 0; }
        #main.homepage #social-footer #boundary-on-twitter .tweets li img {
          margin-left: 0 !important;
          left: 0;
          position: absolute;
          top: 0; }
        #main.homepage #social-footer #boundary-on-twitter .tweets li .avatar {
          left: 0;
          position: absolute;
          top: 0; }
        #main.homepage #social-footer #boundary-on-twitter .tweets li .body {
          padding-left: 70px; }
        #main.homepage #social-footer #boundary-on-twitter .tweets li em {
          color: #b3b5b8;
          font-size: 1.2rem;
          font-style: normal;
          font-weight: bold;
          line-height: 1.4em;
          margin: 0 0 5px;
          text-transform: uppercase; }

@media screen and (min-width: 800px) {
  #main.homepage #intro .comparison {
    overflow: hidden; }
    #main.homepage #intro .comparison .box {
      width: 49%; }
      #main.homepage #intro .comparison .box.minutes {
        float: left; }
      #main.homepage #intro .comparison .box.seconds {
        float: right; }
    #main.homepage #intro .comparison .vs {
      height: 50px;
      left: 50%;
      margin: -25px 0 0 -25px;
      min-width: 50px;
      position: absolute;
      top: 50%;
      width: 50px; }
  #main.homepage #social-footer #boundary-on-twitter .tweets li {
    float: left;
    margin-right: 5%;
    margin-top: 0;
    width: 47%; }
    #main.homepage #social-footer #boundary-on-twitter .tweets li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1000px) {
  #main.homepage #social-footer #from-the-blog {
    float: left;
    margin: 0 5% 0 0;
    width: 35%; }
  #main.homepage #social-footer #boundary-on-twitter {
    float: right;
    margin: 0;
    width: 60%; } }

#main.partners {
  /*border-top: 6px solid $colorBoundary;*/ }
  #main.partners blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0 auto;
    padding: 2em 20px 1em 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    max-width: 1400px; }
  #main.partners blockquote h3 {
    color: #fe5000;
    font-weight: normal; }
  #main.partners blockquote p {
    font-size: 2rem;
    font-weight: normal; }
  #main.partners .partner-hero {
    background: rgba(230, 231, 232, 0.5);
    padding: 2em 0; }
  #main.partners .info-panel {
    width: 30%;
    float: left;
    padding: 2em;
    background: #fff;
    border: 1px solid #ddd; }
  #main.partners .info-panel .partnerlogo {
    max-width: 100%; }
  #main.partners .full-content {
    float: right;
    width: 65%; }
  @media screen and (max-width: 801px) {
    #main.partners .info-panel, #main.partners .full-content {
      float: none;
      width: auto; }
    #main.partners .full-content {
      margin-top: 30px; } }
  #main.partners .plans {
    padding-bottom: 0;
    padding-top: 0; }
    #main.partners .plans .card {
      min-height: 0;
      text-align: center; }
      #main.partners .plans .card h3 {
        color: #414042;
        font-weight: normal; }
      #main.partners .plans .card ul {
        display: inline-block;
        margin: 10px auto;
        text-align: left; }
        #main.partners .plans .card ul > li {
          background: url(images/check-white.png) left 6px no-repeat;
          min-height: 15px;
          padding-left: 30px; }
  #main.partners .info {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center; }
    #main.partners .info a {
      color: #fe5000; }
  #main.partners section h1.hero {
    color: #fe5000;
    font-size: 3.2rem;
    font-weight: bold; }
  #main.partners .boundary-partners .grid li {
    height: 150px;
    padding: 50px;
    text-align: center; }
    #main.partners .boundary-partners .grid li img {
      max-height: 60px;
      max-width: 100%; }

@media screen and (min-width: 800px) {
  #main.partners .plans .cards .card {
    width: 48%; } }

#main.buynow #intro {
  padding-bottom: 0; }
#main.buynow .intro {
  padding-bottom: 40px; }
#main.buynow .label {
  color: #333940;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 1em; }
#main.buynow .sliderslabel {
  color: #333940;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 30px 0 1em; }
#main.buynow h1.pricingpagehead {
  color: #fe5000;
  font-size: 3rem;
  margin-bottom: 0;
  text-align: center; }
#main.buynow .pricing-continue {
  background: #1e252d;
  background: #414042;
  
  color: #fff;
  border-color: #f9f9fb; }
#main.buynow .pricing_continue .label {
  color: #fff; }
#main.buynow .button:hover {
  background: #fe5000;
  color: #fff; }
#main.buynow #estimator {
  padding-bottom: 0;
  padding-top: 0; }
  #main.buynow #estimator .sliders {
    display: inline-block;
    padding-bottom: 25px;
    padding-bottom: 0;
    vertical-align: middle;
    width: 85%; }
    #main.buynow #estimator .sliders div.slider {
      height: 100px;
      height: 80px;
      padding-left: 200px;
      padding-left: 160px;
      margin: 0 0 15px;
      position: relative;
      text-align: left; }
      #main.buynow #estimator .sliders div.slider p {
        margin-bottom: 7px; }
      #main.buynow #estimator .sliders div.slider label {
        color: #333940;
        display: block;
        font-size: 1.8rem;
        font-weight: bold; }
      #main.buynow #estimator .sliders div.slider input[type="text"] {
        background: #fe5000;
        border: 0;
        float: left;
        height: 70px;
        height: 50px;
        color: #fff;
        font-size: 3.2rem;
        font-size: 2.2rem;
        font-weight: normal;
        line-height: 70px;
        line-height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 150px;
        width: 120px; }
      #main.buynow #estimator .sliders div.slider .ui-slider-handle {
        background: #fe5000;
        border-radius: 100%;
        border: 3px solid #fe5000;
        height: 25px;
        height: 20px;
        top: -0.2em;
        top: -0.1em;
        width: 25px;
        width: 20px; }
      #main.buynow #estimator .sliders div.slider .ui-widget-content {
        background: rgba(0, 0, 0, 0.05);
        border: 0; }
      #main.buynow #estimator .sliders div.slider .ui-slider-range {
        background: rgba(230, 231, 232, 0.75); }
#main.buynow #selections {
  background: #fe5000 url(images/graph-bg-sample.png) bottom fixed repeat-x;
  color: #fff;
  padding-top: 60px; }
  #main.buynow #selections .period_selection {
    margin-bottom: 50px; }
    #main.buynow #selections .period_selection .label {
      color: #fff; }
    #main.buynow #selections .period_selection ul {
      overflow: hidden;
      width: 100%; }
      #main.buynow #selections .period_selection ul li {
        background: #fff;
        color: #333940;
        margin-top: 10px;
        padding: 25px 50px 20px 75px;
        position: relative;
        min-height: 150px; }
        #main.buynow #selections .period_selection ul li .savings {
          display: none;
          color: #b3b5b8;
          font-size: 1.4rem;
          left: 0;
          position: absolute;
          bottom: 20px;
          text-align: center;
          width: 100%; }
          #main.buynow #selections .period_selection ul li .savings span {
            color: #fe5000; }
        #main.buynow #selections .period_selection ul li .annualsavings {
          display: none;
          color: #b3b5b8;
          font-size: 1.4rem;
          left: 0;
          position: absolute;
          position: relative;
          bottom: 20px;
          bottom: -5px;
          width: 100%; }
          #main.buynow #selections .period_selection ul li .annualsavings span {
            color: #fe5000; }
        #main.buynow #selections .period_selection ul li .annual_commitment {
          display: none;
          color: #b3b5b8;
          font-size: 1.4rem;
          left: 0;
          position: absolute;
          bottom: 20px;
          text-align: center;
          width: 100%; }
          #main.buynow #selections .period_selection ul li .annual_commitment span {
            color: #fe5000; }
        #main.buynow #selections .period_selection ul li input {
          left: 40px;
          position: absolute;
          top: 32px; }
        #main.buynow #selections .period_selection ul li h3 {
          color: #fe5000;
          font-weight: normal; }
        #main.buynow #selections .period_selection ul li h4 {
          font-size: 1.6rem; }
  #main.buynow #selections .preference_selection .label {
    color: #fff; }
  #main.buynow #selections .preference_selection ul {
    overflow: hidden;
    width: 100%; }
    #main.buynow #selections .preference_selection ul li {
      background: #fff;
      margin-top: 10px;
      padding: 25px 50px 50px 75px;
      padding: 25px 50px 25px 75px;
      position: relative; }
      #main.buynow #selections .preference_selection ul li input {
        left: 40px;
        position: absolute;
        top: 32px; }
      #main.buynow #selections .preference_selection ul li h3 {
        color: #fe5000;
        font-weight: normal;
		margin-bottom:0 !important; }
      #main.buynow #selections .preference_selection ul li h4 {
        font-size: 1.6rem; }
      #main.buynow #selections .preference_selection ul li h5 {
        color: #fe5000;
        font-weight: normal;
		font-size:12px; }
#main.buynow section.details .label {
  color: #fe5000;
  margin-bottom: 50px; }
#main.buynow section.details .form {
  margin-top: 25px; }
  #main.buynow section.details .form:first-child {
    margin-top: 0; }
  #main.buynow section.details .form label {
    display: block; }
  #main.buynow section.details .form input {
    width: 100%; }
  #main.buynow section.details .form .field {
    margin: 0 0 25px; }
  #main.buynow section.details .form .field50pcContainer {
    max-width: 70%;
    max-width: 95%;
    display: block;
    clear: both; }
  #main.buynow section.details .form .field50pcContainer:after {
    content: '';
    display: block;
    clear: both; }
  #main.buynow section.details .form .field50pcLeft {
    margin: 0 0 25px;
    margin-right: 5%;
    /*width:48%;*/
    float: left; }
  #main.buynow section.details .form .field50pcLeft input {
    width: 100%; }
  #main.buynow section.details .form .field50pcRight {
    margin: 0 0 25px;
    /*width:48%;*/
    float: left; }
  #main.buynow section.details .form .field50pcRight img {
    margin-top: 30px;
    margin-left: 25px; }
  #main.buynow section.details .form .field50pcRight input {
    width: 100%; }
  #main.buynow section.details .form .taxnote { font-size:13px; }
  #main.buynow section.details .form h6 { border: 1px solid #fe5000; padding: 5px 10px; max-width:490px; border-radius:5px; margin-bottom:12px; }
	
	
	
  #paynow .error {
    color:red;
	font-weight:bold; }
#main.buynow section.terms {
  background: #fff;
  color: #333940; }
  #main.buynow section.terms .label {
    color: #fe5000; }
  #main.buynow section.terms input {
    margin-right: 10px; }
  #main.buynow section.terms h2 {
    font-size: 2rem;
    margin-bottom: 20px; }

#main.pricing {
  border-top: 6px solid #fe5000; }
  #main.pricing .pagesubhead span {
    color: #fe5000; }
  #main.pricing #plans {
    padding-top: 50px; }
    #main.pricing #plans > li {
      background: #333940;
      min-height: 380px;
      min-height: 360px;
      padding-bottom: 100px;
      padding-bottom: 25px;
      position: relative;
      vertical-align: bottom; }
      #main.pricing #plans > li h3 {
        font-weight: normal; }
      #main.pricing #plans > li ul {
        display: inline-block;
        margin: 10px auto;
        text-align: left; }
        #main.pricing #plans > li ul li {
          /*background: url(images/check-white.png) left center no-repeat;*/
          background: url(images/check-white.png) left 5px no-repeat;
          min-height: 15px;
          padding-left: 30px; }
        #main.pricing #plans > li ul li.nocheck {
          /*background: url(images/check-white.png) left center no-repeat;*/
          background: none;
          min-height: 15px;
          padding-left: 30px; }
      #main.pricing #plans > li.featured {
        background: #fe5000;
        color: #fff;
        min-height: 405px;
        min-height: 360px; }
        #main.pricing #plans > li.featured h2 {
          color: #fff; }
        #main.pricing #plans > li.featured h3 {
          color: rgba(255, 255, 255, 0.8); }
      #main.pricing #plans > li.v2 {
        min-height: 400px; }
      #main.pricing #plans > li .button {
        bottom: 25px;
        left: 15%;
        position: absolute;
        right: 15%;
        width: 70%; }
  #main.pricing #estimator {
    background: #333940;
    color: #fff;
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center; }
    #main.pricing #estimator .inner {
      max-width: 900px; }
    #main.pricing #estimator h1 {
      font-size: 2.4rem;
      margin: 50px auto 25px;
      text-align: center; }
    #main.pricing #estimator h2 {
      display: inline-block;
      font-size: 1.4rem;
      margin: 0 0 50px;
      margin-right: 3%;
      position: relative;
      vertical-align: middle;
      width: 45%; }
      #main.pricing #estimator h2 .label {
        color: #414042;
        display: block;
        font-size: 1.2rem;
        margin: 0 0 10px;
        text-transform: uppercase; }
        #main.pricing #estimator h2 .label strong {
          color: #fff; }
      #main.pricing #estimator h2 .savings {
        color: #414042;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50px;
        width: 100%; }
        #main.pricing #estimator h2 .savings span {
          color: #fff; }
    #main.pricing #estimator .estimated-cost {
      background: rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      display: block;
      font-size: 3rem;
      padding: 25px;
      width: 100%; }
    #main.pricing #estimator .sliders {
      display: inline-block;
      padding: 0 0;
      vertical-align: middle;
      width: 85%; }
      #main.pricing #estimator .sliders .slider {
        margin: 0 0 15px;
        text-align: left; }
        #main.pricing #estimator .sliders .slider label {
          color: #cccecf;
          font-size: 1.4rem;
          font-weight: bold; }
        #main.pricing #estimator .sliders .slider input {
          background: rgba(0, 0, 0, 0.1);
          border: 0;
          color: #fff;
          font-size: 1.4rem;
          font-weight: bold;
          height: 25px;
          line-height: 25px;
          padding: 5px 0;
          text-align: center;
          width: 45px; }
        #main.pricing #estimator .sliders .slider .ui-slider-handle {
          background: #fe5000;
          border-radius: 100%;
          border: 3px solid #e6e7e8;
          height: 25px;
          top: -0.2em;
          width: 25px; }
        #main.pricing #estimator .sliders .slider .ui-widget-content {
          background: rgba(0, 0, 0, 0.25);
          border: 0; }
        #main.pricing #estimator .sliders .slider .ui-slider-range {
          background: #fe5000; }
  #main.pricing .button-hr {
    margin: 0;
    top: -25px; }
  #main.pricing ul.faq-list {
    margin-top: 50px; }
    #main.pricing ul.faq-list h3 {
      font-size: 1.8rem;
      margin: 0 0 1em; }
  #main.pricing .single-line {
    font-weight: normal;
    margin: 0;
    padding: 0 0 50px;
    text-align: center; }
    #main.pricing .single-line .button {
      margin: 25px 0 0; }
  #main.pricing .buynow-buttons {
    margin: 0 auto;
    text-align: center;
    padding: 0; }
  #main.pricing .buynow-buttons .buynow {
    margin-right: 20px; }
  #main.pricing .unlimited-faqs {
    margin: 0 auto;
    max-width: 800px; }
  #main.pricing .unlimited-faqs h1, #main.pricing .unlimited-faqs h3, #main.pricing .unlimited-faqs p, #main.pricing .unlimited-faqs ul {
    font-weight: normal;
    margin: 0;
    padding: 0 0 25px;
    text-align: center; }
  #main.pricing .unlimited-faqs h1 {
    font-weight: bold; }
  #main.pricing .unlimited-faqs ul {
    text-align: center; }
  #main.pricing .unlimited-faqs li:before {
    /*content:'\2713';*/
    content: url(images/check-red.png);
    margin-right: 15px; }
  #main.pricing .button-hr.big {
    margin: 50px 0; }
    #main.pricing .button-hr.big:before {
      border: 0; }
    #main.pricing .button-hr.big .button {
      font-size: 2.8rem;
      font-weight: normal; }
    #main.pricing .button-hr.big .notice {
      font-size: 1.6rem;
      margin: 25px auto 0;
      text-align: center; }
      #main.pricing .button-hr.big .notice span {
        color: #fe5000; }

@media screen and (min-width: 800px) {
  #main.pricing #estimator .estimated-cost {
    font-size: 6.2rem; }
  #main.buynow #selections .preference_selection ul li {
    /*float: left;
                width: 49%;*/
    margin: 0;
    margin-bottom: 15px;
    /*&:first-child {
                    margin-right: 2%;
                }*/ }
  #main.buynow #selections .period_selection ul li {
    float: left;
    width: 49%;
    margin: 0; }
    #main.buynow #selections .period_selection ul li:first-child {
      margin-right: 2%; }
  #main.buynow section.details .form {
    float: left;
    margin: 0;
    width: 50%; }
    #main.buynow section.details .form input {
      width: 70%; } }

@media screen and (min-width: 1100px) {
  #main.buynow #selections .period_selection {
    float: left;
    width: 48%; }
  #main.buynow #selections .preference_selection {
    float: left;
    width: 20%; }
  #main.buynow #selections .period_selection, #main.buynow #selections .preference_selection {
    margin-right: 4%; } }

#main.aws .intro {
  background: #fe5000 url(images/graph-bg-sample.png) bottom fixed repeat-x;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
  #main.aws .intro .pagehead {
    color: #fff; }
  #main.aws .intro .pagesubhead {
    color: #e6e7e8;
    margin-bottom: 25px; }
  #main.aws .intro h3 {
    display: none;
    margin-bottom: 1em; }
#main.aws .button-hr {
  border: 0;
  margin: 0; }
#main.aws .features {
  padding-bottom: 0; }
  #main.aws .features .aws-feature img {
    display: block;
    margin: 0 auto 50px; }
  #main.aws .features .list > li {
    margin: 25px 0;
    position: relative;
    overflow: hidden;
    width: 100%; }
    #main.aws .features .list > li h2 {
      color: #fe5000;
      font-size: 2.4rem;
      font-weight: normal; }
    #main.aws .features .list > li p {
      color: #414042;
      font-size: 1.6rem;
      line-height: 1.4; }
    #main.aws .features .list > li img {
      border: 3px solid #fff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
      display: block;
      max-height: 200px;
      margin: 0 0 25px; }
  #main.aws .features #how-it-works {
    background: #fff;
    border-bottom: 3px solid #f1f1f2;
    border-top: 3px solid #f1f1f2;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative; }
    #main.aws .features #how-it-works h1, #main.aws .features #how-it-works h2 {
      text-align: center; }
    #main.aws .features #how-it-works h1 {
      color: #fe5000;
      font-size: 5.4rem;
      margin: 0; }
    #main.aws .features #how-it-works h2 {
      font-weight: normal;
      opacity: 0.8; }
    #main.aws .features #how-it-works p {
      margin-bottom: 0; }
    #main.aws .features #how-it-works li {
      padding: 25px 50px 50px; }
      #main.aws .features #how-it-works li h3 {
        color: #fe5000;
        display: block;
        font-size: 2.1rem;
        margin: 0 0 25px;
        text-align: left; }
        #main.aws .features #how-it-works li h3 span {
          border: 3px solid #f1f1f2;
          border-radius: 100%;
          color: #1a2129;
          color: #414042;
          display: inline-block;
          height: 40px;
          font-size: 1.8rem;
          line-height: 34px;
          margin-right: 10px;
          text-align: center;
          width: 40px; }
      #main.aws .features #how-it-works li p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0 0 1em; }
#main.aws .listings {
  padding-bottom: 0; }
#main.aws .plugins {
  padding-top: 0; }
  #main.aws .plugins h3 {
    color: #fe5000;
    margin: 0 0 25px;
    text-align: center; }
  #main.aws .plugins .grid {
    text-align: center; }
    #main.aws .plugins .grid > li {
      height: 200px;
      padding: 50px;
      position: relative;
      width: 19%; }
      #main.aws .plugins .grid > li:first-child h4 {
        font-weight: normal; }
        #main.aws .plugins .grid > li:first-child h4 strong {
          color: #fe5000;
          font-weight: bold; }
      #main.aws .plugins .grid > li img {
        max-height: 60px;
        max-width: 100%;
        opacity: 1; }
      #main.aws .plugins .grid > li span {
        bottom: 25px;
        font-size: 1.8rem;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%; }
      #main.aws .plugins .grid > li a span {
        text-decoration: underline; }
      #main.aws .plugins .grid > li a:hover span {
        color: #fe5000; }

@media screen and (min-width: 1000px) {
  #main.aws #how-it-works {
    border-bottom: 0; }
    #main.aws #how-it-works ul {
      overflow: hidden;
      width: 100%; }
    #main.aws #how-it-works li {
      float: left;
      text-align: left;
      width: 33.3333%; }
      #main.aws #how-it-works li:last-child {
        border-right: 0; }
      #main.aws #how-it-works li .button {
        position: absolute;
        bottom: 75px; }
  #main.aws .features .list {
    overflow: hidden;
    width: 100%; }
    #main.aws .features .list > li {
      float: left;
      padding: 25px;
      width: 50%; }
      #main.aws .features .list > li:nth-child(odd) {
        clear: left; }
        #main.aws .features .list > li:nth-child(odd) h2, #main.aws .features .list > li:nth-child(odd) p {
          float: left;
          padding-right: 25px; }
        #main.aws .features .list > li:nth-child(odd) img {
          float: right; }
      #main.aws .features .list > li h2, #main.aws .features .list > li p, #main.aws .features .list > li img {
        float: left;
        max-width: 50%; }
      #main.aws .features .list > li h2, #main.aws .features .list > li p {
        padding-left: 25px; }
      #main.aws .features .list > li img {
        margin: 0; } }

#main.plugins {
  border-top: 6px solid #fe5000; }
  #main.plugins .intro {
    padding-bottom: 0; }
  #main.plugins h3 {
    color: #fe5000;
    margin: 0 0 25px;
    text-align: center; }
  #main.plugins section h1.hero {
    color: #fe5000;
    font-size: 3.2rem;
    font-weight: bold; }
  #main.plugins .grid {
    text-align: center; }
    #main.plugins .grid > li {
      height: 200px;
      padding: 50px;
      position: relative;
      width: 19%; }
      #main.plugins .grid > li:first-child h4 {
        font-weight: normal; }
        #main.plugins .grid > li:first-child h4 strong {
          color: #fe5000;
          font-weight: bold; }
      #main.plugins .grid > li img {
        max-height: 60px;
        max-width: 100%;
        opacity: 1; }
      #main.plugins .grid > li span {
        bottom: 25px;
        font-size: 1.8rem;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%; }
      #main.plugins .grid > li a span {
        text-decoration: underline; }
      #main.plugins .grid > li a:hover span {
        color: #fe5000; }

#plugin_detail h1, #plugin_detail h2, #plugin_detail h3, #plugin_detail h4, #plugin_detail h5 {
  color: #fe5000; }
#plugin_detail ul {
  list-style-type: disc;
  margin: 0 0 1em;
  padding-left: 50px; }

#main.product {
  border-top: 6px solid #fe5000;
  /* How it Works Video Section */ }
  #main.product .pagesubhead {
    margin: auto;
    width: 50%; }
  #main.product .slideshow iframe {
    display: block;
    margin: 0 auto; }
  #main.product #monitor-your-apps {
    padding-bottom: 0; }
    #main.product #monitor-your-apps h2 {
      margin-bottom: 50px; }
    #main.product #monitor-your-apps ul {
      overflow: hidden;
      text-align: center;
      width: 100%; }
    #main.product #monitor-your-apps li {
      background: #fff;
      display: inline-block;
      margin: 0 1.5%;
      padding: 50px;
      width: 30%; }
  #main.product #howitworksvideo {
    background: rgba(230, 231, 232, 0.5);
    color: #fff;
    overflow: hidden;
    padding: 50px;
    text-align: center;
    width: 100%;
    border-bottom: 3px solid #e2e2e2; }
    #main.product #howitworksvideo h1 {
      color: #fe5000;
      font-size: 5.4rem;
      margin: 0;
      /*color: #414042;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 3.2rem;
		margin: 0 auto;*/ }
    #main.product #howitworksvideo p {
      color: #414042;
      font-size: 2.1rem;
      line-height: 1.2em;
      margin: 20px auto;
      width: 60%; }
  #main.product #how-it-works {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    #main.product #how-it-works h1, #main.product #how-it-works h2 {
      text-align: center; }
    #main.product #how-it-works h1 {
      color: #fe5000;
      font-size: 5.4rem;
      margin: 0; }
    #main.product #how-it-works h2 {
      font-weight: normal;
      opacity: 0.8; }
    #main.product #how-it-works .hiw {
      background: #fff;
      border-bottom: 3px solid #f1f1f2;
      border-top: 3px solid #f1f1f2;
      margin-top: 50px;
      padding-bottom: 75px;
      position: relative; }
    #main.product #how-it-works li {
      padding: 25px 50px 50px; }
      #main.product #how-it-works li h3 {
        color: #fe5000;
        display: block;
        font-size: 2.1rem;
        margin: 0 0 25px;
        text-align: left; }
        #main.product #how-it-works li h3 span {
          border: 3px solid #f1f1f2;
          border-radius: 100%;
          color: #1a2129;
          color: #414042;
		  
          display: inline-block;
          height: 40px;
          font-size: 1.8rem;
          line-height: 34px;
          margin-right: 10px;
          text-align: center;
          width: 40px; }
      #main.product #how-it-works li p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0 0 1em; }
  #main.product .features {
    margin: 0;
    padding-bottom: 0; }
    #main.product .features h1 {
      color: #fe5000;
      font-size: 5.4rem;
      font-weight: bold;
      text-align: center; }
    #main.product .features ul.list > li {
      background: #fff;
      margin: 25px 0;
      padding: 50px;
      overflow: hidden; }
      #main.product .features ul.list > li h2 {
        color: #fe5000;
        font-size: 2.4rem;
        font-weight: normal;
        padding-top: 5px; }
      #main.product .features ul.list > li p {
        color: #414042;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 5px 0; }
      #main.product .features ul.list > li ul li {
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0 0 5px; }
      #main.product .features ul.list > li img {
        border: 3px solid #fff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        float: left;
        margin: 0 50px 0 0;
        max-width: 50%; }
      #main.product .features ul.list > li:nth-child(even) img {
        float: right;
        margin: 0 0 0 50px;
        max-width: 50%; }
  #main.product .button-hr {
    margin-bottom: 0;
    margin-top: 0;
    top: -25px; }
  #main.product #plugins {
    padding-bottom: 100px;
    padding-top: 75px;
    text-align: center; }
    #main.product #plugins h1 {
      color: #414042;
      font-size: 4.2rem;
      font-weight: bold;
      margin-bottom: 10px; }
    #main.product #plugins h2 {
      margin: 0 auto 25px; }
    #main.product #plugins .button {
      margin: auto; }
    #main.product #plugins .grid {
      text-align: center; }
      #main.product #plugins .grid > li {
        padding: 50px;
        width: 19%; }
      #main.product #plugins .grid img {
        height: 100px;
        opacity: 0.3;
        padding: 10%; }
      #main.product #plugins .grid .button {
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        position: absolute;
        top: 50%; }

@media screen and (min-width: 1000px) {
  #main.product #how-it-works ul {
    overflow: hidden;
    width: 100%; }
  #main.product #how-it-works li {
    float: left;
    text-align: left;
    width: 33.3333%; }
    #main.product #how-it-works li:last-child {
      border-right: 0; }
    #main.product #how-it-works li .button {
      position: absolute;
      bottom: 50px; }
  #main.product .features ul.list {
    overflow: hidden;
    width: 100%; }
    #main.product .features ul.list > li {
      width: 100%; } }

.resources .section {
  padding: 0; }
.resources ul.grid {
  text-align: center; }
  .resources ul.grid > li {
    text-align: left;
    width: 32.333%; }
    .resources ul.grid > li ul li {
      margin-bottom: 10px; }

/* -- mobile -- */
/* Not Wide Anymore */
@media (max-width: 1050px) {
  #footer .footer-standard .social {
    display: none; }
  #footer .footer-standard .footer-nav {
    float: none;
    margin: 0;
    overflow: hidden;
    width: 100%; }
    #footer .footer-standard .footer-nav .col {
      margin: 0;
      padding-right: 25px;
      width: 33.3333%; }
  #footer .footer-bottom .copyright {
    float: none;
    text-align: center; }
    #footer .footer-bottom .copyright a {
      display: block; }
  #footer .footer-bottom .links {
    float: none;
    text-align: center; } }

@media (max-width: 400px) {
  #footer .footer-standard .footer-nav .col {
    margin-top: 25px;
    padding: 0;
    width: 100%; }
    #footer .footer-standard .footer-nav .col:first-child {
      margin-top: 0; } }

@media (max-width: 1200px) {
  #header-nav {
    font-size: 1.6rem; } }

@media (max-width: 1120px) {
  #header-nav {
    margin: 0;
    width: 100%; } }

@media (max-width: 1000px) {
  #header-nav .nav a {
    padding: 0 15px; } }

@media (min-width: 880px) {
  #header-nav #nav-menu > li:first-child {
    margin-left: -20px; } }

/* -- large / small spacing breakpoint -- */
@media (max-width: 880px) {
  .blog .post, .breadcrumbs, .cards li.card, .section, .single .inner, ul.faq-list li, #docs .doc .content, #footer, #header.feature .content, #main.contact-us, #main.homepage #intro, #main.homepage #plugins .grid > li, #main.homepage #social-footer, #main.plugins .grid > li, #main.product .features ul.list > li, #main.product #how-it-works li, #main.product #monitor-your-apps li {
    padding: 25px; }
  #header .header {
    padding: 15px 25px; }
    #header .header h1 {
      height: 35px;
      width: 102px; }
  #customer-nav {
    text-align: center; }
    #customer-nav .nav, #customer-nav .nav > li {
      float: none; }
    #customer-nav .nav > li {
      display: inline-block; }
  #header-nav #nav-toggle {
    display: inline-block;
    height: 25px;
    opacity: 0.9;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
    position: absolute;
    right: 25px;
    top: 18px; }
    #header-nav #nav-toggle:hover {
      opacity: 1; }
    #header-nav #nav-toggle:after {
      background: #fff;
      box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
      content: '';
      height: 3px;
      left: 0;
      margin: -2px 0 0;
      position: absolute;
      right: 0;
      transition: 250ms;
      top: 50%; }
    #header-nav #nav-toggle.on:after {
      box-shadow: none; }
  #header-nav #nav-menu {
    background: rgba(23, 29, 35, 0.8);
    border-radius: 5px;
    margin: 5px -15px 0;
    max-height: 0;
    overflow: hidden;
    transition: 500ms max-height ease-in-out; }
    #header-nav #nav-menu > li {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: block;
      float: none; }
      #header-nav #nav-menu > li:first-child {
        border-top: 0; }
    #header-nav #nav-menu a {
      line-height: 4rem;
      text-align: left; }
      #header-nav #nav-menu a.button {
        border: 0;
        line-height: 4rem;
        margin-left: 0;
        padding: 0 20px !important; }
        #header-nav #nav-menu a.button:hover {
          background-color: transparent; }
  #header-nav #nav-toggle.on + #nav-menu {
    max-height: 1000px; }
  #customer-nav, #docs .doc .sidebar {
    padding-left: 25px; }
  #customer-nav, #docs .doc .sidebar {
    padding-right: 25px; }
  #main.contact-us .maps, #main.pricing .single-line {
    padding-bottom: 25px; }
  #main.contact-us .maps {
    padding-top: 25px; }
  .blog .post, .button-hr, .single .inner, #main.contact-us .columns, #main.contact-us .contact-form, #main.contact-us .maps, #main.homepage #hero, #main.homepage #hero .aws-feature, #main.homepage #intro .comparison, #main.product #monitor-your-apps h2 {
    margin-bottom: 25px; }
  .button-hr, .single .inner, .blog .post .body .foot, #estimator h1, #main.contact-us .contact-form, #main.contact-us .contact-form .form, #main.contact-us .maps .col p, #main.pricing .intro .notice, #main.pricing #plans, #main.product #how-it-works .hiw {
    margin-top: 25px; }
  .blog .post {
    margin-left: -25px;
    margin-right: -25px; } }

/* -- 3rd party -- */
/*  Home page live data callout over screen  */
.livedatacallout {
  position: absolute;
  top: -35px;
  left: -25px; }

@media (max-width: 800px) {
  .livedatacallout {
    display: none; } }

/* Plugins anchor link padding */
.plugins .blockanchor {
  display: block;
  height: 150px;
  /*same height as header*/
  margin-top: -150px;
  /*same height as header*/
  visibility: hidden; }

/* ============================================================
  Expanding search box 
============================================================ */
/* transition length */
.search-container {
  padding-left: 20px; }

.search-container input {
  color: white !important;
  font-size: 14px; }

.navsearch {
  margin-right: -80px; }

.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid #646668;
  cursor: pointer;
  background: #1d242c;
  background: #38373a;
  
  /* for more-graceful falling back (:not browsers likely support indent) */ }

.search-box + label .search-icon {
  color: white; }

.search-box:hover {
  color: white;
  background: #1d242c;
  background: #38373a;
  box-shadow: 0 0 0 5px #3d4752; }

.search-box:hover + label .search-icon {
  color: white; }

.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.96, 1.39), border-radius 0.6s, background 0.6s;
  border: 1px solid #646668;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 200px;
  border-radius: auto;
  background: #1d242c;
  background: #38373a;
  color: white; }

.search-box:focus + label .search-icon {
  color: white; }

.search-box:not(:focus) {
  text-indent: -5000px; }

#search-submit {
  position: relative;
  left: -5000px; }

.search-icon {
  position: relative;
  left: -29px;
  top: 3px;
  color: white;
  cursor: pointer; }

.glyphiconsearch {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  font-family: sans-serif;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/boundary2014/images/search-grey-15.png');
  background-size: cover; }

/*  Search paging styles  */
.search_paging {
  float: right;
  margin-bottom: 15px; }

.search_paging span {
  display: block;
  float: left;
  padding: 0 8px;
  margin: 0 2px;
  color: white;
  background-color: #fe5000;
  font-size: 1.4rem;
  font-weight: bold; }

.search_paging a {
  display: block;
  float: left;
  padding: 0 8px;
  margin: 0 2px;
  background-color: #ebebeb;
  color: #fe5000;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold; }

/* ============================================================
  Modal for reg form, iframe 
============================================================ */
.venoframe {
  border: none;
  width: 700px;
  height: 720px;
  margin: 0 auto;
  border-color: #fff; }

.regiframe .logo {
  margin-top: 35px;
  margin-bottom: 10px; }

.regiframe .content {
  text-align: center; }

/* animated gif for reg form waiting */
button.button.checking {
  background: url("/wp-content/themes/boundary2014/images/ajax-loader.gif") no-repeat center center !important;
  color: rgba(255, 255, 255, 0) !important;
  text-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0); }

/* ============================================================
  Twitter Widget, blog sidebar
============================================================ */
.tweets li {
  margin-bottom: 15px; }

.tweets li em a {
  text-decoration: none; }

.intent-meta {
  float: right;
  margin: 0; }

.intent-meta a {
  text-decoration: none; }

#twitter-widget-0 {
  display: none; }

/* ============================================================
  social sharing buttons - blog (home, cat, single)
  Overrides for the sharing plugin
============================================================ */
.thetext {
  font: 100 1px/1 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff; }

.bsocial a {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  float: left;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.bsocial a:visited {
  color: #fff; }

.twitter {
  background: none; }

.reddit, .pinterest {
  display: none !important; }

/*.blog .post .body .foot .share ul li a {*/
.blog .post .body .foot .bsocial a {
  border-radius: 100%;
  -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  background: #fe5000 url("images/social-icons-white.png") no-repeat;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px; }

.blog .post .body .foot .bsocial a:hover {
  background-color: #ddd; }

.blog .post .body .foot .bsocial a.twitter {
  background-position: 0 0; }

.blog .post .body .foot .bsocial a.facebook {
  background-position: -40px 0; }

.blog .post .body .foot .bsocial a.linkedin {
  background-position: -80px 0; }

.blog .post .body .foot .bsocial a.github {
  background-position: -120px 0; }

.blog .post .body .foot .bsocial a.google-plus {
  background-position: -160px 0; }

.blog .post .body .foot .bsocial a:first-child {
  margin-left: 0; }

.blog .post .body .foot .bsocial a:last-child {
  margin-right: 0; }

.b_social {
  position: relative;
  width: 100%;
  min-height: 40px;
  border: none !important;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff inset;
  padding: 0; }

/* ============================================================
  social sharing buttons - footer
  Overrides for the sharing plugin
============================================================ */
#footer .footer-standard .bsocial a {
  border-radius: 100%;
  -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  background: rgba(255, 255, 255, 0.4) url("images/social-icons.png") no-repeat;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px; }

#footer .footer-standard .bsocial a:hover {
  background-color: #fff; }

#footer .footer-standard .bsocial a.twitter {
  background-position: 0 0; }

#footer .footer-standard .bsocial a.facebook {
  background-position: -40px 0; }

#footer .footer-standard .bsocial a.linkedin {
  background-position: -80px 0; }

#footer .footer-standard .bsocial a.github {
  background-position: -120px 0; }

#footer .footer-standard .bsocial a.google-plus {
  background-position: -160px 0; }

#footer .footer-standard .bsocial a:first-child {
  margin-left: 0; }

#footer .footer-standard .bsocial a:last-child {
  margin-right: 0; }

#footer .footer-standard .b_social {
  position: relative;
  width: 100%;
  min-height: 40px;
  border: none !important;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff inset;
  padding: 0;
  margin-bottom: 15px; }

/* Lightbox overlay opacity overwrite */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.8); }

/* ============================================================
  PrettyPhoto lightbox plugin
  Standalone as wp plugin version was restricted
============================================================ */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand:hover {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract:hover {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff; }

div.dark_rounded .pp_nav .pp_play {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }




/*  BMC additions  */

.pricing-asterisk { padding-top:0 !important; }
.pricing-asterisk h5 { text-align:center; }

.pob { margin:0; padding:0; color:red; font-weight:bold; }
.stopit  { background-color:pink; }

#footer .footer-logo { float:left; margin-right:50px; margin-bottom:40px; }
#footer .footer-standard h5 { color: #fff; }

header.feature h2 span { color:#F15021; }
