html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: 'proxima_nova_regular';
  src: url("fonts/pm-regular/proxima_nova_regular-webfont.eot");
  src: url("fonts/pm-regular/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pm-regular/proxima_nova_regular-webfont.woff") format("woff"), url("fonts/pm-regular/proxima_nova_regular-webfont.ttf") format("truetype"), url("fonts/pm-regular/proxima_nova_regular-webfont.svg#proxima_nova_alt_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_semibold';
  src: url("fonts/pm-semi-bold/proxima_nova_semibold-webfont.eot");
  src: url("fonts/pm-semi-bold/proxima_nova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pm-semi-bold/proxima_nova_semibold-webfont.woff") format("woff"), url("fonts/pm-semi-bold/proxima_nova_semibold-webfont.ttf") format("truetype"), url("fonts/pm-semi-bold/proxima_nova_semibold-webfont.svg#proxima_nova_altsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.top {
  font-size: 13px;
  position: fixed;
  width: 100%;
  height: 45px;
  display: block;
  background: #0359a2;
  color: white;
  padding: 5px auto;
  z-index: 3;
}
.top a {
  text-decoration: none;
}
.top a:hover {
  text-decoration: none;
}
.top .inline-list {
  display: none;
}
.top .mobile-logo-wrapper {
  width: 200px;
  margin-top: .5em;
  margin-left: .5em;
}
@media (min-width: 768px) {
  .top .mobile-logo-wrapper {
    position: absolute;
    top: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .top {
    /*display: block;*/
    padding: 1em;
  }
  .top .inline-list {
    float: right;
    padding: 0;
    margin: 0;
    display: block;
  }
  .top .inline-list li {
    display: inline;
  }
  .top .inline-list li:after {
    content: '\387';
    margin-left: 5px;
    margin-right: 5px;
  }
  .top .inline-list a {
    color: white;
    text-decoration: none;
  }
  .top .inline-list li.nodot:after {
    content: '';
  }
}

.tr-menu-toggle {
  position: absolute;
  right: .6em;
  float: right;
  color: white;
  text-decoration: none;
  top: 8px;
  font-size: 1.7em;
}

.top-contact-menu {
  position: absolute;
  top: 36px;
  left: 0;
  background: #0359a2;
  width: 100%;
  display: none;
  padding: 1em 0;
  margin-top: 2px;
}
.top-contact-menu.open {
  display: block;
}
.top-contact-menu li {
  display: block;
  text-align: center;
  width: 50%;
  float: left;
}
.top-contact-menu li a {
  color: white;
}
.top-contact-menu li i {
  display: block;
  font-size: 4em;
}
@media (min-width: 768px) {
  .top-contact-menu li {
    width: auto;
    float: none;
  }
  .top-contact-menu li i {
    display: inline;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .top-contact-menu {
    display: block;
    position: relative;
    width: auto;
    float: right;
    text-align: right;
    top: 0px;
  }
  .top-contact-menu li {
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .tr-menu-toggle {
    display: none;
  }
}
.card-header {
  display: block;
  padding: 1em;
  border: 1px solid #bdc3c7;
  background: white;
}

.card-footer {
  display: block;
  padding: 1em;
  border: 1px solid #bdc3c7;
  background: white;
  border-top: 0;
}

.row.auto-padding, .auto-padding {
  padding: auto;
}

.padding-left-auto {
  padding-left: auto;
}

.padding-right-auto {
  padding-right: auto;
}

.padding-top-auto {
  padding-top: auto;
}

.padding-bottom-auto {
  padding-bottom: auto;
}

.padding-top-tiny {
  padding-top: 5px;
}

.padding-bottom-tiny {
  padding-bottom: 5px;
}

.padding-left-tiny {
  padding-left: 5px;
}

.padding-right-tiny {
  padding-right: 5px;
}

.padding-tiny {
  padding: 5px;
}

.padding-top-small {
  padding-top: 9px;
}

.padding-bottom-small {
  padding-bottom: 9px;
}

.padding-left-small {
  padding-left: 9px;
}

.padding-right-small {
  padding-right: 9px;
}

.padding-small {
  padding: 9px;
}

.padding-top-standard {
  padding-top: 18px;
}

.padding-bottom-standard {
  padding-bottom: 18px;
}

.padding-left-standard {
  padding-left: 18px;
}

.padding-right-standard {
  padding-right: 18px;
}

.padding-standard {
  padding: 18px;
}

.padding-top-medium {
  padding-top: 25px;
}

.padding-bottom-medium {
  padding-bottom: 25px;
}

.padding-left-medium {
  padding-left: 25px;
}

.padding-right-medium {
  padding-right: 25px;
}

.padding-medium {
  padding: 25px;
}

.padding-top-large {
  padding-top: 50px;
}

.padding-bottom-large {
  padding-bottom: 50px;
}

.padding-left-large {
  padding-left: 50px;
}

.padding-right-large {
  padding-right: 50px;
}

.padding-large {
  padding: 50px;
}

.padding-top-extra-large {
  padding-top: 100px;
}

.padding-bottom-extra-large {
  padding-bottom: 100px;
}

.padding-left-extra-large {
  padding-left: 100px;
}

.padding-right-extra-large {
  padding-right: 100px;
}

.padding-extra-large {
  padding: 100px;
}

.no-top-padding {
  padding-top: 0px;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

.no-left-padding {
  padding-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0;
}

.row.auto-margin, .auto-margin {
  margin: 0 auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.row.margin-top-tiny, .margin-top-tiny {
  margin-top: 5px;
}

.row.margin-bottom-tiny, .margin-bottom-tiny {
  margin-bottom: 5px;
}

.row.margin-left-tiny, .margin-left-tiny {
  margin-left: 5px;
}

.row.margin-right-tiny, .margin-right-tiny {
  margin-right: 5px;
}

.row.margin-tiny, .margin-tiny {
  margin: 5px;
}

.row.margin-top-small, .margin-top-small {
  margin-top: 9px;
}

.row.margin-bottom-small, .margin-bottom-small {
  margin-bottom: 9px;
}

.row.margin-left-small, .margin-left-small {
  margin-left: 9px;
}

.row.margin-right-small, .margin-right-small {
  margin-right: 9px;
}

.row.margin-small, .margin-small {
  margin: 9px;
}

.margin-top-standard, .row.margin-top-standard {
  margin-top: 18px;
}

.margin-bottom-standard, .margin-bottom-standard {
  margin-bottom: 18px;
}

.margin-left-standard, .row.margin-left-standard {
  margin-left: 18px;
}

.margin-right-standard, .row.margin-right-standard {
  margin-right: 18px;
}

.margin-standard, .row.margin-standard {
  margin: 18px;
}

.row.margin-top-medium, .margin-top-medium {
  margin-top: 25px;
}

.row.margin-bottom-medium, .margin-bottom-medium {
  margin-bottom: 25px;
}

.row.margin-left-medium, .margin-left-medium {
  margin-left: 25px;
}

.row.margin-right-medium, .margin-right-medium {
  margin-right: 25px;
}

.row.margin-medium, .margin-medium {
  margin: 25px;
}

.margin-medium.no-top-margin {
  margin-top: 0px;
}

.row.margin-top-large, .margin-top-large {
  margin-top: 50px;
}

.row.margin-bottom-large, .margin-bottom-large {
  margin-bottom: 50px;
}

.row.margin-left-large, .margin-left-large {
  margin-left: 50px;
}

.row.margin-right-large, .margin-right-large {
  margin-right: 50px;
}

.row.margin-large, .margin-large {
  margin: 50px;
}

.row.margin-top-extra-large, .margin-top-extra-large {
  margin-top: 100px;
}

.row.margin-bottom-extra-large, .margin-bottom-extra-large {
  margin-bottom: 100px;
}

.row.margin-left-extra-large, .margin-left-extra-large {
  margin-left: 100px;
}

.row.margin-right-extra-large, .margin-right-extra-large {
  margin-right: 100px;
}

.row.margin-extra-large, .margin-extra-large {
  margin: 100px;
}

.row.no-top-margin, .no-top-margin {
  margin-top: 0px;
}

.row.no-bottom-margin, .no-bottom-margin {
  margin-bottom: 0px;
}

.row.no-left-margin, .no-left-margin {
  margin-left: 0px;
}

.row.no-right-margin, .no-right-margin {
  margin-right: 0px;
}

.row.no-margin, .no-margin {
  margin: 0px;
}

.collapsable {
  display: block;
}

.collapsable.collapsed {
  display: none;
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

.hidden, .button.hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.display-block {
  display: block;
}

.position-relative {
  position: relative;
}

.rounded {
  border-radius: 0.3em;
}

.inline-list {
  list-style-type: none;
  padding-left: 0px;
}

.inline-list li {
  display: inline-block;
}

.inline-list li:first-child {
  padding-left: 0px;
}

.inline-list li:last-child {
  padding-right: 0px;
}

.unstyled-list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

.unstyled-list li {
  margin-bottom: 10px;
}

.blue-list.fa-ul i {
  color: #0453A0;
}

.fa-ul.light-grey-list i {
  color: #bdc3c7;
}

.fa-ul.spaced-list {
  margin-left: 1.5em;
}

.fa-ul.spaced-list li {
  margin-bottom: 15px;
}

.fa-ul.spaced-list.small-spaced-list li {
  margin-bottom: 10px;
}

.fa-ul.spaced-list.no-left-margin {
  margin-left: 0em;
}

@media screen and (max-width: 650px) {
  .no-mobile {
    display: none !important;
  }

  .no-mobile-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .no-mobile-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .no-mobile-top-margin {
    margin-top: 0px !important;
  }

  .no-mobile-padding-bottom {
    padding-bottom: 0px !important;
  }

  .no-mobile-right-padding {
    padding-right: 0px !important;
  }

  .no-mobile-left-padding {
    padding-left: 0px !important;
  }

  .mobile-text-center {
    text-align: center;
  }

  .mobile-clearfix {
    clear: both;
  }

  .mobile-auto-margin {
    margin: auto;
  }
}
@media screen and (min-width: 651px) and (max-width: 900px) {
  .no-medium {
    display: none !important;
  }

  .no-medium-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .no-medium-right-padding {
    padding-right: 0px !important;
  }

  .no-medium-left-padding {
    padding-left: 0px !important;
  }

  .medium-text-center {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .no-large {
    display: none !important;
  }

  .no-large-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1101px) {
  .break-1100 {
    display: none;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.inline {
  display: inline;
}

.leading-text {
  font-size: 1.2em;
}

.price-text {
  font-size: 1.5em;
  color: #1e53a7;
  font-weight: bold;
}

.color-white {
  color: white;
}

.text-primary {
  color: #0359a2;
}

.text-success {
  color: #2eb267;
}

.text-warning {
  color: #f39d12;
}

.text-failure {
  color: #c1103a;
}

.text-lite {
  font-weight: 100;
  font-family: "proxima_nova_regular", sans-serif;
}

.text-included {
  font-style: italic;
}

.list-price {
  font-size: 1.5em;
}
@media (min-width: 600px) and (max-width: 800px) {
  .list-price {
    font-size: 1em;
  }
}

.small-copy {
  font-size: 0.85em;
}

.resize-small-copy {
  font-size: 1em;
}

@media screen and (max-width: 1279px) {
  .resize-small-copy {
    font-size: 0.85em;
  }
}
.tiny-copy {
  font-size: 0.7em;
}

.medium-copy {
  font-size: 1.2em;
}

.large-copy {
  font-size: 1.4em;
}

.h1 .small-copy {
  font-size: 16px;
}

.h1 sup.small-copy {
  top: -11px;
  right: 2px;
}

a {
  text-decoration: none;
  color: #0453A0;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.active, .bold, .strong {
  font-family: "proxima_nova_semibold", "Helvetica", Arial, sans-serif;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.strikethrough {
  text-decoration: line-through;
}

.blue-copy, h2.section-sub-title.blue-copy {
  color: #0059a2;
}

.green-copy {
  color: #2EB267;
  font-weight: bold;
}

.red-copy {
  color: #e74c3c;
  font-weight: bold;
}

.white-copy {
  color: #fff;
}

.dark-copy {
  color: #555555;
}

@media screen and (max-width: 1050px) and (min-width: 650px) {
  .form-legal-info {
    float: left;
    text-align: left;
    margin-left: 0px;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.clearfix, .btn-group {
  clear: both;
}

table {
  border-collapse: initial;
}

table.full-width {
  width: 100%;
}

table.full-width.small-width {
  max-width: 500px;
  margin: auto;
}

table.full-width.small-width td {
  padding: 10px 35px;
}

table.full-width.small-width td:first-child {
  padding-left: 0px;
}

table td {
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid #bdc3c7;
}

table td:first-child {
  text-align: left;
  border-bottom: 0px;
}

table .border-top td {
  border-top: 1px solid #bdc3c7;
}

table .border-top td:first-child {
  border-top: 0px;
}

table .no-border-bottom td {
  border-bottom: 0px;
}

table thead tr:last-child th {
  border-bottom: 1px solid #bdc3c7;
  padding: 10px 5px;
}

table thead tr:last-child th:first-child {
  border-bottom: 0px;
}

table thead tr.no-border-bottom th {
  border-bottom: 0px;
}

table.business-hosting-table td:nth-child(4) {
  border-right: 1px solid #bdc3c7;
}

table.border-first-column thead tr:last-child th:first-child, table.border-first-column td:first-child {
  border-bottom: 1px solid #bdc3c7;
}

table.center-first-column thead tr:last-child th:first-child, table.center-first-column td:first-child {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
.management-pricing-table tr td:nth-child(4) {
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
}

.management-pricing-table thead tr.no-border-bottom th:nth-child(4), .management-pricing-table tr.no-border-bottom td:nth-child(4) {
  border-bottom: 1px solid #bdc3c7;
}

.label-column {
  width: 250px;
}

/* buttons */
button, a.btn, .btn {
  display: block;
  width: auto;
  background: #ecf0f1;
  border: 1px solid #b7b7b7;
  color: #515151;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 0.3em;
  text-align: center;
  /*text-shadow: 1px 1px 0 $default-shadow;*/
  text-shadow: none;
  cursor: pointer;
  transition: all .25s ease-in-out;
  text-decoration: none !important;
  max-width: 16em;
  margin: 0 auto;
  font-family: "proxima_nova_semibold";
  line-height: .8;
}
@media (max-width: 599px) {
  button, a.btn, .btn {
    margin-bottom: 1em;
  }
}
button:active.top-shine, a.btn:active.top-shine, .btn:active.top-shine {
  box-shadow: none;
}
button:hover, a.btn:hover, .btn:hover {
  background-color: #c0cdd1;
}
button.btn-primary, a.btn.btn-primary, .btn.btn-primary {
  background: #0359a2;
  color: white;
  border: 1px solid #0359a2;
  /*text-shadow: 1px 1px 0 $primary-shadow;*/
}
button.btn-primary.top-shine, a.btn.btn-primary.top-shine, .btn.btn-primary.top-shine {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
button.btn-primary:active.top-shine, a.btn.btn-primary:active.top-shine, .btn.btn-primary:active.top-shine {
  box-shadow: none;
}
button.btn-primary:hover, a.btn.btn-primary:hover, .btn.btn-primary:hover {
  background-color: #09436b;
}
button.btn-dark, a.btn.btn-dark, .btn.btn-dark {
  background: #09436b;
  color: white;
  border: 1px solid #09436b;
  /*text-shadow: 1px 1px 0 $dark-shadow;*/
}
button.btn-dark.top-shine, a.btn.btn-dark.top-shine, .btn.btn-dark.top-shine {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
button.btn-dark:active.top-shine, a.btn.btn-dark:active.top-shine, .btn.btn-dark:active.top-shine {
  box-shadow: none;
}
button.btn-success, a.btn.btn-success, .btn.btn-success {
  background: #2eb267;
  color: white;
  border: 1px solid #196138;
  /*text-shadow: 1px 1px 0 $success-shadow;*/
}
button.btn-success.top-shine, a.btn.btn-success.top-shine, .btn.btn-success.top-shine {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
button.btn-success:active.top-shine, a.btn.btn-success:active.top-shine, .btn.btn-success:active.top-shine {
  box-shadow: none;
}
button.btn-success:hover, a.btn.btn-success:hover, .btn.btn-success:hover {
  background-color: #248950;
}

.btn-group .btn {
  display: block;
  float: left;
  width: 50%;
  border-radius: 0 0.3em 0.3em 0;
}
.btn-group .btn:first-child {
  border-radius: 0.3em 0 0 0.3em;
  border-right: 0;
}

.top-shine {
  box-shadow: inset 1px 1px 0 white;
}

.btn-full-width {
  width: 100%;
  margin: 0 auto;
  max-width: 29em !important;
  text-shadow: none;
}

.btn-half-width {
  width: 50%;
}

.btn-centered {
  display: block;
  margin: 0 auto;
}

.btn-large {
  font-size: 1.5em;
  border-radius: .25em;
}

.btn-medium {
  font-size: 1em;
  border-radius: .25em;
}

a.btn-inline, .btn-inline {
  display: inline;
}

button.btn-arrow, a.btn.btn-arrow {
  position: relative;
  padding-right: 65px;
  color: #0359a2;
  text-align: left;
  padding: .6em;
  margin: 1em auto 0;
  font-size: 1.1em;
  line-height: 1.3;
}

button.btn-arrow:after, a.btn.btn-arrow:after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
  height: 60px;
  top: 0;
  font-size: 26px;
  color: #555555;
  border-left: 1px solid #b7b7b7;
  padding-top: 13px;
}

button.btn-arrow:hover:after, button.btn-arrow:active:after, button.btn-arrow:focus:after, a.btn.btn-arrow:hover:after, a.btn.btn-arrow:active:after, a.btn.btn-arrow:focus:after {
  border-left: 1px solid #b7b7b7;
}

button.btn-arrow .sub, a.btn.btn-arrow .sub {
  font-size: 12px;
  color: #515151;
  font-family: "proxima_nova_rgregular";
  display: block;
}

button.btn-green, a.btn.btn-green {
  background: #2EB267;
  border: 1px solid #2EB267;
  color: white;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: none;
  border-radius: 3px;
}

button.btn-green:hover, button.btn-green:focus, button.btn-green:active, a.btn.btn-green:hover, a.btn.btn-green:focus, a.btn.btn-green:active {
  background: #146535;
  border: 1px solid #146535;
}

button.btn-green:active, button.btn-green:focus, a.btn.btn-green:active, a.btn.btn-green:focus {
  box-shadow: inset 0px 0px 0px;
  -webkit-box-shadow: inset 0px 0px 0px;
}

button.btn-tall, a.btn.btn-tall {
  font-size: 20px;
  padding: 10px 25px;
  margin: 0 auto;
}

/**********
 * New Raised button style
 * <a href="#" class="btn btn-success btn-new-style raised">Download Ebook Now <i class="fa fa-chevron-right"></i></a>
 */
a.btn.btn-new-style, .btn.btn-new-style {
  display: inline-block;
  padding: .8em 1.1em;
  margin: 0;
  outline: 0;
  position: relative;
  top: 0;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  font-size: 1.2em;
  position: relative;
  transition: all .25s ease-in-out;
}

.btn.btn-new-style.btn-success {
  background: #25d549;
  color: white;
  box-shadow: 0 4px 0 #199f49;
}
.btn.btn-new-style.btn-success.raised {
  box-shadow: 0 4px 0 #199f49, 0 0.5em 1em rgba(0, 0, 0, 0.25);
}
.btn.btn-new-style.btn-success:hover {
  background: #2bb349;
  box-shadow: 0 3px 0 #199f49, 0 0.1em 0.5em rgba(0, 0, 0, 0.25);
  top: 1px;
}
.btn.btn-new-style.btn-success:active {
  background: #2bb349;
  box-shadow: 0 0 0 #199f49, 0 0 0 rgba(0, 0, 0, 0.25);
  top: 4px;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"] {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: .2em;
  transition: .5s all ease-in-out;
  box-shadow: none;
}
.form input[type="text"] {
  text-transform: capitalize;
}
.form span {
  transition: .5s all ease-in-out;
}
.form label {
  text-align: left;
}
@media (min-width: 768px) {
  .form label {
    text-align: right;
  }
}
.form .hint {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dddddd;
  color: white;
  text-align: center;
  line-height: 1.7;
  margin: .5em;
  transition: .5s all ease-in-out;
}
.form .hint i.fa {
  top: -2px;
  position: relative;
}
.form input.success, .form select.success {
  border-color: #2eb267;
  color: #2eb267;
}
.form span.success {
  color: #2eb267;
}
.form .hint.success {
  background: #2eb267;
}
.form input.warning, .form select.warning {
  border-color: #f39d12;
  color: #f39d12;
}
.form span.warning {
  color: #f39d12;
}
.form .hint.warning {
  background: #f39d12;
}
.form input.failure, .form select.failure {
  border-color: #c1103a;
  color: #c1103a;
}
.form span.failure {
  color: #c1103a;
}
.form .hint.failure {
  background: #c1103a;
}

.form label.form_section_selector {
  text-align: left;
}

.select {
  margin: 0;
  margin-bottom: .2em;
  border-radius: 0;
  padding-right: 1.5em;
  background: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAApklEQVQImW3IsQ2CQBgG0O+/iEfoXMDEMTCWhMYBCDXFtW6gHaHRwsguDEGgomQBK6tLuNx9NhYUvvJJWZYTyT2ADUkvIhEAAggALEmrjDHPEEJCUpNMnHMRgK33PgawS9O0EwDo+/7SNM3DOQetNZZlgVIKWZZ1xpiz4GcYhmtd1zeSEBHkeT5VVXUUkQ/WxnG8F0XBtm3f1toD/iEp8zy/SJ7W/wUZzVBSeE9p+QAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.full-width {
  width: 100%;
}

input, textarea {
  box-shadow: inset 1px 1px 1px #ddd;
  -webkit-box-shadow: inset 1px 1px 1px #ddd;
  border: 1px solid #bdc3c7;
  padding-left: 5px;
}

input.full-width, textarea.full-width {
  width: 100%;
}

.form-legal-info {
  text-align: right;
  font-size: 0.8em;
  margin-left: 233px;
}

@media screen and (max-width: 650px) {
  .form-legal-info {
    text-align: left;
    margin-left: 0px;
    float: left;
  }
}
.inside-field-labels .input input, .inside-field-labels .input textarea {
  z-index: 0;
  padding: 6px;
  margin: 0px;
  font: inherit;
  line-height: 17px;
  width: 100%;
}

.input.validated {
  border: 1px solid #2EB267;
  margin-right: 50px;
  position: relative;
}

.input.validated:after {
  font-family: 'FontAwesome';
  content: '\f058';
  font-size: 1.5em;
  color: #2EB267;
  position: absolute;
  right: -30px;
  top: 3px;
}

.input.error {
  border: 1px solid #F19B2C;
  margin-right: 50px;
  position: relative;
}

.input.error:after {
  font-family: 'FontAwesome';
  content: '\f06a';
  font-size: 1.5em;
  color: #F19B2C;
  position: absolute;
  right: -30px;
  top: 3px;
}

.error-message {
  color: #F19B2C;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="radio"],
textarea,
select,
button {
  margin: 0;
  font-size: 16px;
  padding: .5em;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="radio"]:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

select {
  margin: .5em 0;
  border: 1px solid #666;
  color: #666;
}

fieldset {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px 0;
}

label {
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding: .3em;
  cursor: pointer;
  transition: .3s all ease-in-out;
}
label:hover input[type="radio"] {
  background: white;
  background-image: radial-gradient(3px at center, #108ffb 0%, #108ffb 3px, transparent 4px);
}

.label-like {
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding: .5em;
  cursor: pointer;
  text-align: left;
}

input[type="radio"] {
  border: 2px solid #0359a2;
  background: white;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
input[type="radio"]:checked {
  background: white;
  background-image: radial-gradient(3px at center, #0359a2 0%, #0359a2 3px, transparent 4px);
}

input[type="checkbox"] {
  border: 2px solid #0359a2;
  width: 1em;
  background: white;
  -webkit-appearance: none;
  box-shadow: none;
  height: 1em;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:hover {
  background: #108ffb;
  box-shadow: inset 3px 3px 0 white, inset -3px -3px 0 white;
}
input[type="checkbox"]:checked {
  background: #0359a2;
  box-shadow: inset 3px 3px 0 white, inset -3px -3px 0 white;
}
input[type="checkbox"]:focus {
  outline: none;
}

.row {
  max-width: 1150px;
  margin: 0 auto;
}

.container:before, .container:after, .row:before, .row:after {
  content: " ";
  display: table;
  clear: both;
}

.col-md-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
}
/*
@media (min-width: $medium-up) {
  .row {
    .col-md-6:nth-child(odd) {
      padding-right: .5em;
    }
    .col-md-6:nth-child(even) {
      padding-left: .5em;
    }
  }
}
*/
@media (max-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
    position: relative;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
    position: relative;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1100px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
    position: relative;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.row {
  width: 100%;
  margin: auto;
  max-width: 1150px;
  overflow: hidden;
}

.row.full-width, .row .row {
  width: 100%;
  max-width: none;
}

.row.small-on-large {
  /*max-width: 900px;*/
  /* Seriously? why? */
}

@media screen and (min-width: 951px) {
  .row.small-row {
    width: 75%;
  }

  .row.very-small-row {
    width: 60%;
    max-width: 600px;
  }
}
.row.big-row {
  max-width: 1500px;
}

.row.overflow-visible {
  overflow: visible;
}

.max-width-500 {
  max-width: 500px;
}

.row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.row.small-row {
  width: 75%;
}

.grid-all, .grid-quarter, .grid-third, .grid-half, .grid-two-thirds, .grid-three-quarters, .grid-whole {
  margin: 0;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.grid-quarter {
  width: 25%;
}

.grid-third {
  width: 33.33333%;
}

.grid-half {
  width: 50%;
}

.grid-two-thirds {
  width: 66.66667%;
}

.grid-three-quarters {
  width: 75%;
}

.grid-whole {
  width: 100%;
}

.three-columns .column-1 {
  padding-right: 18px;
}

.three-columns .column-2 {
  padding-left: 9px;
  padding-right: 9px;
}

.three-columns .column-3 {
  padding-left: 18px;
}

@media screen and (max-width: 900px) {
  .three-columns .column-1, .three-columns .column-2, .three-columns .column-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Temp style just incase */
@media (min-width: 768px) {
  .two-cols .column-1 {
    padding-right: .5em;
  }

  .two-cols .column-2 {
    padding-left: .5em;
  }
}
.two-columns .column-1 {
  padding-right: 12px;
}

.two-columns .column-2 {
  padding-left: 12px;
}

@media screen and (max-width: 650px) {
  .two-columns .column-1, .two-columns .column-2, .two-columns .column-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.columns-4 .column-1 {
  padding-right: 16px;
}

.columns-4 .column-2 {
  padding-left: 8px;
  padding-right: 12px;
}

.columns-4 .column-3 {
  padding-left: 12px;
  padding-right: 8px;
}

.columns-4 .column-4 {
  padding-left: 16px;
}

@media screen and (min-width: 901px) {
  .columns-4 .icon-text-left {
    width: 42%;
  }
}
@media screen and (min-width: 1050px) {
  .columns-4 .icon-text-left {
    width: 48%;
  }
}
@media screen and (min-width: 1250px) {
  .columns-4 .icon-text-left {
    width: 54%;
  }
}
@media screen and (max-width: 900px) and (min-width: 651px) {
  .columns-4 .column-1, .columns-4 .column-3 {
    padding-left: 0px;
    padding-right: 12px;
  }

  .columns-4 .column-2, .columns-4 .column-4 {
    padding-right: 0px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 650px) {
  .columns-4 .column-1, .columns-4 .column-2, .columns-4 .column-3, .columns-4 .column-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.three-columns .icon-text-left {
  width: 66%;
}

@media screen and (max-width: 1050px) and (min-width: 901px) {
  .three-columns .icon-text-left {
    width: 54%;
  }
}
@media screen and (max-width: 1265px) and (min-width: 1051px) {
  .three-columns .icon-text-left {
    width: 62%;
  }
}
footer {
  margin-top: 1em;
  color: #b6b6b6;
  font-size: 14px;
}
footer h4 {
  color: #b6b6b6;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #0475d4;
  text-decoration: none;
}

footer p {
  line-height: 1.8;
  margin: 1em 0;
}

footer .right-light-grey-border, footer .bottom-light-grey-border, footer .left-light-grey-border {
  border-color: #515151;
}

@media screen and (max-width: 900px) {
  footer .right-light-grey-border {
    border: 0px;
  }

  footer .bottom-light-grey-border {
    border: 0px;
  }
}
@media screen and (max-width: 650px) {
  footer {
    text-align: center;
  }

  footer .float-right {
    float: none;
  }
}
@media screen and (min-width: 901px) {
  footer .border-row {
    position: relative;
    overflow: hidden;
    min-height: 280px;
  }

  footer .border-row [class*="grid"] {
    position: absolute;
    top: 0;
    bottom: 0;
  }

  footer .border-row .column-2 {
    left: 33%;
  }

  footer .border-row .column-3 {
    right: 25%;
  }

  footer .border-row .column-4 {
    right: 0;
  }
}
footer .footer-menu {
  text-transform: uppercase;
  font-size: 0.8em;
}

footer .footer-menu a {
  color: #b6b6b6;
  background: #333;
  padding: .5em;
  border-radius: 0.3em;
  display: block;
  margin: .25em;
  font-size: 1.2em;
}

footer .footer-menu a:hover {
  color: white;
  background: #0359a2;
}

footer .social-menu li {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #333;
  padding: 0px;
  margin-left: 5px;
}
footer .social-menu li:hover {
  background-color: #0359a2;
}
footer .social-menu li:hover a i:before {
  color: white;
}

footer .social-menu a:hover {
  text-decoration: none;
}

footer .social-menu i {
  color: #222;
  line-height: 60px;
  text-align: center;
  display: block;
}

.footer-logo-holder {
  margin-top: 1em;
}

.footer-logo-holder img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.footer-logo-holder img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.footer-min {
  border-top: 1px solid lightgrey;
  text-align: right;
  color: #444;
}
.footer-min a {
  color: #444;
}

@media (min-width: 1100px) {
  footer .background-dark-grey .right-light-grey-border {
    min-height: 280px;
  }
}

.mono {
  font-family: monospace;
}

.section-title {
  font-family: "proxima_nova_regular";
  margin-top: 0;
  font-size: 1.75em;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5em;
  }
}

.section-sub-title {
  font-family: "proxima_nova_regular";
  margin: .5em 0;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .section-sub-title {
    font-size: 1.5em;
  }
}

h2.section-sub-title {
  color: #555555;
  font-size: 1.4em;
}

h3.section-sub-title {
  font-size: 1.4em;
}

h4.section-sub-title {
  font-size: 1.3em;
}

.cloud h2.section-sub-title {
  font-size: 2em;
}

.certs h4.section-sub-title, .cloud h3.section-sub-title {
  font-size: 1em;
  color: #0359a2;
}

th {
  font-family: "proxima_nova_semibold";
}

.big-centered-title {
  font-size: 5em;
  margin: 0;
  text-align: center;
  font-family: "proxima_nova_semibold";
}

.small-copy a {
  display: inline;
}

p {
  font-size: 16px;
}

footer p {
  font-size: 13px;
}

.action-call {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .action-call {
    max-width: 100%;
  }
}

.card-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}

ol.blue-list {
  counter-reset: item;
  padding-left: 0px;
  padding-left: 1.25em;
}

ol.blue-list li {
  display: block;
  margin-bottom: 5px;
}

ol.blue-list li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #0359a2;
  display: block;
  float: left;
  margin-top: -1px;
  width: 1em;
  font-weight: bold;
  position: absolute;
  text-indent: -1.5em;
  /*@media (min-width: $medium-up) {
    left: 1em; 
  }*/
}

.team p {
  text-align: center;
}
.team img {
  margin: 0 auto;
}

/* -------------------------------- 

Basic style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after, .btn-group:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  color: #555555;
  font: normal 10pt Arial,Helvetica,sans-serif;
  background: #e5eaee;
  font-family: "proxima_nova_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-weight: bold*/
}

h1, h2, h3, h4, h5, h6, b, strong, em {
  font-family: "proxima_nova_semibold", sans-serif;
}

h1 {
  color: #0359a2;
  font-size: 2.5em;
}

h1, .h1 {
  font-size: 2em;
  font-weight: bold;
}

h1.extra-large, .h1.extra-large {
  font-size: 2.5em;
}

@media screen and (max-width: 950px) {
  h1.extra-large, .h1.extra-large {
    font-size: 2em;
  }
}
h2, .h2 {
  color: #0359a2;
  font-size: 1.75em;
  font-weight: bold;
}

h3, .h3 {
  font-size: 1.5em;
  font-weight: bold;
}

h4, .h4 {
  font-size: 1.25em;
  font-weight: bold;
}

p {
  line-height: 1.5em;
  font-size: 16px;
}

ul li, ol li {
  margin-bottom: 3px;
}

ul, li {
  list-style: none;
}

footer a {
  color: #9f9f9f;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

pre {
  background-color: #ECF0F1;
  padding: 25px;
  color: #0453A0;
}

/* Backgrounds [structure] */
.full-width-background {
  background: white;
  border-top: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
  margin-top: 1em;
  padding: 2em 1em;
}
.full-width-background.no-margin-bottom {
  margin-bottom: 0;
}
.full-width-background.no-margin-top {
  margin-top: 0;
}

.bg-primary {
  background: #0359a2;
  color: white;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: white;
}

.background-light-grey {
  background-color: #e5eaee;
}

.background-dark-grey {
  background-color: #333;
}

.background-darkest-grey {
  background-color: #222;
}
.background-darkest-grey .row {
  max-width: 1150px;
}

.background-light-blue {
  background-color: #0071c5;
  color: #fff;
}

/* Content */
header.page-header {
  margin-top: 45px;
  padding: 0 1em;
}
header.page-header h1.page-title {
  display: block;
}

.content-wrapper {
  padding: 0 1em;
}

/* Sidebar */
@media (min-width: 768px) {
  aside {
    padding-left: 1em;
  }
}

/* Style Guide */
.swatch {
  border: 1px solid #bdc3c7;
  width: 4em;
  height: 4em;
}

.primary {
  background: #0359a2;
}

.success {
  background: #2eb267;
}

.warning {
  background: #f39d12;
}

.failure {
  background: #c1103a;
}

.hint {
  background: #dddddd;
}

.default {
  background: #ecf0f1;
}

.dark {
  background: #09436b;
}

.dark-gray {
  background: #555555;
}

.light-gray {
  background: #bdc3c7;
}

/* Add you're customer css below and it will override everything else */
/* This stuff is just for displaying the icons and showing the class names as text next to each */
.btn.btn-inline-block {
  display: inline-block;
  margin-bottom: 3px;
}

.btn.btn-inline-block i:after {
  content: " " attr(class);
  display: block;
  font-size: .6em;
}
