html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

a:not([class]) {
  color: #fc8b6c;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:not([class]):hover {
  color: #fc8b6c;
  text-decoration: underline; }

body.orbit {
  font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif; }
  body.orbit p {
    color: #43434b;
    font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.66667;
    letter-spacing: 0;
    margin: 0 0 15px; }
    body.orbit p a {
      color: #fc8b6c; }
      body.orbit p a:hover {
        color: #ec8265;
        text-decoration: none; }
    body.orbit p ul,
    body.orbit p ol {
      color: #43434b;
      font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.66667;
      letter-spacing: 0;
      margin: 0 0 15px; }
  body.orbit hr,
  body.orbit hr.et_pb_divider {
    border: none;
    height: 1px;
    background-image: #161e55;
    margin: 10px 0px 25px; }
  body.orbit blockquote {
    background-color: #7e5393;
    padding: 40px 34px;
    border: none; }
    body.orbit blockquote p {
      color: #fff;
      font-size: 25px;
      line-height: 1.2; }
  body.orbit h1, body.orbit h2, body.orbit h3, body.orbit h4, body.orbit h5, body.orbit h6 {
    font-family: "proxima-nova", Arial, sans-serif; }
  body.orbit h1 {
    color: #161e55;
    font-size: 55px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 30px; }
  body.orbit h2 {
    color: #161e55;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0;
    margin: 5px 0 15px; }
  body.orbit h3 {
    color: #161e55;
    font-size: 35px;
    line-height: 1.14286;
    font-weight: 300;
    margin: 10px 0 15px; }
  body.orbit h4 {
    color: #6a6d6b;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 25px; }
  body.orbit h5 {
    color: #6f7b8c;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .075em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0; }
  body.orbit h6 {
    color: #333653;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.38889;
    letter-spacing: 0;
    margin: 0 0 5px; }
