@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

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;
  -webkit-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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

@-ms-viewport {
  width: device-width; }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #ccc;
  text-shadow: none; }

::selection {
  background: #ccc;
  text-shadow: none; }

textarea {
  resize: vertical; }

section {
  overflow: hidden;
  clear: both; }

img {
  height: auto; }

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

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

.lt-ie7 img {
  -ms-interpolation-mode: bicubic; }

body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #1357a7;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.8em; }

a {
  color: #1357a7;
  text-decoration: none; }

a:hover, a:focus {
  color: #1357a7;
  text-decoration: none; }

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 2%;
  margin: 0 auto; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  width: 100%; }
  @media (min-width: 800px) {
    [class*='col-'] {
      float: left;
      padding-right: 20px; } }

[class*='col-']:last-of-type {
  padding-right: 0; }

@media (min-width: 800px) {
  .col-1-2 {
    width: 50%; }

  .col-1-3 {
    width: 33.33%; }

  .col-2-3 {
    width: 66.66%; }

  .col-1-4 {
    width: 25%; }

  .col-3-4 {
    width: 75%; }

  .col-1-6 {
    width: 16.66%; }

  .col-1-8 {
    width: 12.5%; } }
header {
  background: #f9f9f9;
  box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  position: relative; }
  header h1 {
    float: left;
    font-weight: 400; }
  header h2 {
    float: left;
    clear: both;
    font-weight: 400; }
  header img.logo {
    display: block;
    width: 100%;
    max-width: 400px;
    clear: both;
    float: none;
    margin: 20px auto 0 auto; }
    @media (min-width: 800px) {
      header img.logo {
        margin: 30px 0 20px 0;
        float: left; } }
  header .navmain {
    display: none;
    overflow: hidden;
    clear: both;
    border-top: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    height: 50px;
    background: #1357a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1357a7), color-stop(34%, #2f6cb4), color-stop(63%, #2f6cb4), color-stop(100%, #1357a7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1357a7', endColorstr='#1357a7',GradientType=0 );
    /* IE6-9 */ }
    @media (min-width: 800px) {
      header .navmain {
        display: block; } }
    header .navmain ul {
      list-style-type: none;
      overflow: hidden;
      width: 100%;
      display: inline-block;
      height: 50px;
      margin: 0; }
      header .navmain ul li {
        float: left;
        border-left: 1px solid #b9b9b9;
        margin: 0;
        height: 50px; }
        header .navmain ul li a {
          color: #fff;
          padding: 9px 20px;
          font-weight: 100;
          font-size: .9em;
          text-shadow: 1px 1px 1px #000;
          display: block; }
          header .navmain ul li a:hover, header .navmain ul li a:focus {
            background: #4784cd;
            text-decoration: none; }
          @media (min-width: 1024px) {
            header .navmain ul li a {
              font-size: 1.2em;
              padding: 9px 30px; } }
      header .navmain ul li.last {
        border-right: 1px solid #b9b9b9; }
  header ul.social {
    list-style-type: none;
    float: right;
    margin: 10px 0; }
    @media (min-width: 800px) {
      header ul.social {
        margin: 95px 0 0 0; } }
    header ul.social li {
      float: left;
      font-size: 2.2em; }
      header ul.social li a.facebook {
        color: #3b5998; }
      header ul.social li a.twitter {
        color: #00aced; }
      header ul.social li a.google {
        color: #dd4b39; }
  header .thinHeader {
    display: none;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    border-top: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    height: 52px;
    box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
    background: #1357a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1357a7), color-stop(34%, #2f6cb4), color-stop(63%, #2f6cb4), color-stop(100%, #1357a7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1357a7', endColorstr='#1357a7',GradientType=0 );
    /* IE6-9 */ }
    header .thinHeader ul {
      list-style-type: none;
      overflow: hidden;
      width: 100%;
      display: inline-block;
      height: 50px;
      margin: 0; }
      header .thinHeader ul li {
        float: left;
        border-left: 1px solid #b9b9b9;
        margin: 0;
        height: 50px; }
        header .thinHeader ul li a {
          color: #fff;
          padding: 9px 20px;
          font-weight: 100;
          font-size: .9em;
          text-shadow: 1px 1px 1px #000;
          display: block; }
          header .thinHeader ul li a:hover, header .thinHeader ul li a:focus {
            background: #4784cd;
            text-decoration: none; }
          @media (min-width: 1024px) {
            header .thinHeader ul li a {
              font-size: 1.2em;
              padding: 9px 30px; } }
      header .thinHeader ul li.last {
        border-right: 1px solid #b9b9b9; }

nav.mobileMenu {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25); }
  nav.mobileMenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #4784cd; }
  nav.mobileMenu a.mobileHead {
    font-size: 1.5em;
    background: #1357a7; }
  nav.mobileMenu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none; }
    nav.mobileMenu ul li a {
      text-align: left;
      background: #1357a7;
      font-size: 1.2em;
      font-weight: 600; }
      nav.mobileMenu ul li a:hover, nav.mobileMenu ul li a:focus {
        background: #4784cd;
        text-decoration: none; }
  @media (min-width: 800px) {
    nav.mobileMenu {
      display: none; } }

ul.mobilenav {
  display: block;
  background: #b9b9b9;
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box; }
  ul.mobilenav li {
    float: left;
    width: 33.333%; }
    ul.mobilenav li:nth-child(4) {
      display: block;
      width: 100%;
      clear: both; }
    ul.mobilenav li a {
      display: block;
      margin: 0px 1px 1px 0px;
      padding: 5px 0;
      background: #1357a7;
      font-size: .95em;
      line-height: 1em;
      overflow: hidden;
      text-transform: uppercase;
      font-weight: 400;
      color: #eee; }
      @media (min-width: 480px) {
        ul.mobilenav li a {
          padding: 15px 0; } }
      @media (min-width: 640px) {
        ul.mobilenav li a {
          min-height: 0px;
          font-size: 1em;
          padding: 25px 0; } }
      ul.mobilenav li a:hover, ul.mobilenav li a:focus {
        background: #4784cd;
        color: #fff;
        text-shadow: 0px 0px 1px #fff;
        text-decoration: none; }
      ul.mobilenav li a span {
        display: block;
        clear: both;
        font-size: 2.5em;
        padding-bottom: 10px; }
        @media (min-width: 640px) {
          ul.mobilenav li a span {
            display: inline-block;
            clear: none;
            font-size: 1.2em;
            padding-bottom: 0; } }
      ul.mobilenav li a strong {
        display: none;
        font-weight: 400; }
        @media (min-width: 480px) {
          ul.mobilenav li a strong {
            display: inline-block; } }
        @media (min-width: 640px) {
          ul.mobilenav li a strong {
            font-weight: 600; } }
    ul.mobilenav li a.last {
      margin-right: 0px; }
  @media (min-width: 800px) {
    ul.mobilenav {
      display: none; } }

.banner {
  background: url("/assets/themes/omni-bp/img/bannerbacksmall.jpg");
  background-size: cover;
  height: 660px; }
  @media (min-width: 800px) {
    .banner {
      background: url("/assets/themes/omni-bp/img/bannerback.jpg") no-repeat;
      background-position-x: -400px;
      background-size: cover; } }
  @media (min-width: 900px) {
    .banner {
      background-position-x: -300px; } }
  @media (min-width: 1024px) {
    .banner {
      background-position-x: -200px; } }
  @media (min-width: 1280px) {
    .banner {
      background-position-x: 0px; } }
  .banner .bannerbox {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 800px) {
      .banner .bannerbox {
        width: 70%;
        margin: 0; } }
    @media (min-width: 1024px) {
      .banner .bannerbox {
        width: 80%; } }
    .banner .bannerbox h2 {
      color: #1357a7;
      width: 83%;
      min-width: 200px;
      margin: 40px auto 20px auto;
      font-weight: 300;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
      line-height: 45px;
      font-size: 2em;
      text-align: center; }
      @media (min-width: 640px) {
        .banner .bannerbox h2 {
          font-size: 2.7em;
          margin: 80px auto 20px auto; } }
      @media (min-width: 800px) {
        .banner .bannerbox h2 {
          width: 83%;
          min-width: 300px;
          margin: 80px 0 0 0;
          text-align: left; } }
      .banner .bannerbox h2 span {
        font-weight: 600; }
    .banner .bannerbox a.button {
      background: #1357a7;
      border-radius: 7px;
      border: 2px solid #fff;
      color: #fff;
      padding: 5px 10px;
      text-align: left;
      width: 260px;
      font-size: 1em;
      line-height: 20px;
      text-align: left;
      display: block;
      margin: 0 auto; }
      .banner .bannerbox a.button:hover, .banner .bannerbox a.button:focus {
        background: #4784cd;
        text-decoration: none; }
      @media (min-width: 640px) {
        .banner .bannerbox a.button {
          width: 290px; } }
      @media (min-width: 800px) {
        .banner .bannerbox a.button {
          margin: 20px 0 0 0; } }
      .banner .bannerbox a.button span {
        float: left;
        font-size: 2em;
        margin-top: 3px;
        margin-right: 20px; }
    .banner .bannerbox .textbox {
      width: 100%;
      margin-top: 5px;
      float: left; }
      @media (min-width: 800px) {
        .banner .bannerbox .textbox {
          width: 69%; } }
      .banner .bannerbox .textbox p {
        text-align: center;
        color: #1357a7;
        font-weight: 900;
        line-height: 22px;
        font-size: 1.2em;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
        @media (min-width: 800px) {
          .banner .bannerbox .textbox p {
            text-align: left; } }
        .banner .bannerbox .textbox p span {
          font-weight: 800; }

.bar {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-top: 2px solid #b9b9b9;
  border-bottom: 2px solid #b9b9b9;
  box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 0px 7px 31px rgba(0, 0, 0, 0.68);
  position: relative;
  background: #1357a7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1357a7), color-stop(34%, #2f6cb4), color-stop(63%, #2f6cb4), color-stop(100%, #1357a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1357a7', endColorstr='#1357a7',GradientType=0 );
  /* IE6-9 */ }
  .bar img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 80px; }
  .bar p {
    font-size: 1.3em;
    margin: 10px 0;
    text-shadow: 1px 1px 1px #000; }
    @media (min-width: 800px) {
      .bar p {
        font-size: .9em; } }
    @media (min-width: 1024px) {
      .bar p {
        font-size: 1.3em; } }
  .bar .col-1-3 {
    border-right: none;
    border-bottom: 1px solid #b9b9b9;
    padding: 20px 0 20px 0; }
    @media (min-width: 800px) {
      .bar .col-1-3 {
        border-left: 1px solid #b9b9b9;
        padding: 0;
        border-bottom: none; } }
  .bar .lastcol {
    border: none; }
    @media (min-width: 800px) {
      .bar .lastcol {
        border-left: 1px solid #b9b9b9;
        padding: 0;
        border-right: 1px solid #b9b9b9; } }

.about {
  padding: 70px 0; }
  .about img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto; }
  .about h1 {
    text-shadow: 2px 2px 2px #D7D7D7; }
  .about h2 {
    font-size: 3em;
    text-shadow: 2px 2px 2px #D7D7D7;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 48px; }
  .about h3 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 10px;
    border-bottom: 1px solid #1357a7;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #D7D7D7; }
  .about h4 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #D7D7D7; }
  .about p.steps {
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
    max-width: 80%; }
    @media (min-width: 800px) {
      .about p.steps {
        margin-top: 40px;
        margin-left: -20px;
        text-align: left; } }
  .about .col-1-2 .col-1-2 {
    padding: 0; }
  .about .stepbox {
    background: #f9f9f9;
    overflow: hidden;
    margin-top: 5px;
    padding: 10px 0;
    box-shadow: inset 0px 0px 7px #BABABA;
    -moz-box-shadow: inset 0px 0px 7px #BABABA;
    -webkit-box-shadow: inset 0px 0px 7px #BABABA; }
    .about .stepbox:nth-child(1) {
      margin-top: 20px; }
  .about iframe {
    margin-top: 20px; }
  .about a.button {
    padding: 1px 10px;
    background: #1357a7;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    color: #fff;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    width: 95px;
    box-shadow: 0px 2px 2px #000000;
    -moz-box-shadow: 0px 2px 2px #000000;
    -webkit-box-shadow: 3px 3px 4px #444; }
    .about a.button:hover, .about a.button:focus {
      background: #4784cd;
      text-decoration: none; }
  .about ul.services {
    list-style-type: none;
    padding: 0; }
    .about ul.services li {
      padding: 5px 15px;
      background: #1357a7;
      border-radius: 7px;
      color: #fff;
      line-height: 20px;
      margin: 20px 5px 0 0;
      width: 90%;
      font-weight: 300;
      font-size: .9em;
      box-shadow: 2px 2px 2px #B0B0B0;
      -moz-box-shadow: 2px 2px 2px #B0B0B0;
      -webkit-box-shadow: 2px 2px 2px #B0B0B0; }
      .about ul.services li:hover, .about ul.services li:focus {
        background: #4784cd;
        text-decoration: none; }
      .about ul.services li strong {
        font-size: 1.3em; }
      .about ul.services li a {
        color: #fff;
        font-weight: 600; }

.test {
  background: url("/assets/themes/omni-bp/img/bg_test.jpg") no-repeat #1357a7;
  background-size: cover;
  padding: 50px 0; }
  .test h2 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 5px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px #565656;
    line-height: 48px; }
  .test h3 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #565656; }
  .test label {
    color: #fff;
    margin: 0 !important; }
  .test .gform_wrapper .gf_progressbar {
    background: #fff;
    height: 30px;
    padding: 0 !important; }
    .test .gform_wrapper .gf_progressbar span {
      font-size: 26px;
      line-height: 1.3rem; }
  .test .gform_wrapper .percentbar_blue {
    background-image: none;
    height: 30px;
    padding: 5px 0; }
  .test .gform_wrapper h3.gf_progressbar_title {
    color: #fff;
    opacity: 1 !important; }
  .test .gform_wrapper input, .test .gform_wrapper textarea, .test .gform_wrapper select {
    background: #fff; }
    .test .gform_wrapper input:hover, .test .gform_wrapper input:focus, .test .gform_wrapper textarea:hover, .test .gform_wrapper textarea:focus, .test .gform_wrapper select:hover, .test .gform_wrapper select:focus {
      background: #4784cd; }
  .test .gform_wrapper .gsection_description {
    color: #fff; }
  .test .gform_wrapper input[type="submit"] {
    color: #333; }
  .test .gform_wrapper .gf_progressbar:after {
    display: none !important; }
  .test .gform_confirmation_wrapper {
    color: #fff; }

.contact {
  background: #f9f9f9;
  padding: 50px 0; }
  .contact h2 {
    color: #1357a7;
    font-size: 3em;
    margin-bottom: 20px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px #D7D7D7;
    line-height: 48px; }
  .contact h3 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #D7D7D7; }
  .contact img {
    display: block;
    margin: 0 auto; }
  .contact .sinuplasty {
    background: url("/assets/themes/omni-bp/img/trulink.jpg") no-repeat;
    background-size: 300px;
    background-position: right;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    /**background-position-y:100px; background-position-x:180px;**/
    height: 375px;
    padding: 0 0 0 40px;
    margin-top: 40px; }
    @media (min-width: 800px) {
      .contact .sinuplasty {
        margin-top: 0; } }
  .contact ul.services {
    list-style-type: none;
    padding: 0; }
    .contact ul.services li {
      padding: 5px 15px;
      background: #1357a7;
      border-radius: 7px;
      color: #fff;
      line-height: 20px;
      margin: 7px 5px 0 0;
      width: 90%;
      font-weight: 300;
      font-size: .9em;
      box-shadow: 2px 2px 2px #B0B0B0;
      -moz-box-shadow: 2px 2px 2px #B0B0B0;
      -webkit-box-shadow: 2px 2px 2px #B0B0B0; }
      .contact ul.services li:hover, .contact ul.services li:focus {
        background: #4784cd;
        text-decoration: none; }
      .contact ul.services li strong {
        font-size: 1.3em; }
      .contact ul.services li a {
        color: #fff;
        font-weight: 600; }
  .contact ul.sinuplastylist li {
    font-weight: 600; }
  .contact .trulink {
    color: #3dc4d1; }
  .contact .col-1-2 {
    padding-right: 0; }
  .contact .bordright {
    border: none; }
    @media (min-width: 800px) {
      .contact .bordright {
        border-right: 1px solid rgba(19, 87, 167, 0.44); } }
  .contact a.button {
    padding: 1px 10px;
    background: #1357a7;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 114px;
    box-shadow: 0px 2px 2px #000000;
    -moz-box-shadow: 0px 2px 2px #000000;
    -webkit-box-shadow: 0px 2px 2px #000000;
    text-shadow: none; }
    .contact a.button:hover, .contact a.button:focus {
      background: #4784cd;
      text-decoration: none; }

footer {
  color: #fff; }
  footer .locations {
    background: url("/assets/themes/omni-bp/img/locationsback.jpg");
    background-size: 1100px;
    background-position-y: -30px;
    overflow: hidden;
    border-top: 8px solid #1357a7;
    color: #1357a7;
    padding: 20px 0; }
    footer .locations iframe {
      border: 4px solid #1357a7; }
    footer .locations h2 {
      margin-bottom: 10px;
      text-shadow: 2px 2px 2px #D7D7D7;
      font-weight: 600;
      font-size: 40px; }
    footer .locations h3 {
      font-weight: 600;
      text-shadow: 2px 2px 2px #D7D7D7; }
      footer .locations h3 span {
        font-weight: 400; }
  footer h2 {
    font-weight: 100; }
    footer h2 span {
      font-weight: 400; }
  footer .footer {
    overflow: hidden;
    padding: 40px 0;
    background: #1357a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1357a7), color-stop(34%, #2f6cb4), color-stop(63%, #2f6cb4), color-stop(100%, #1357a7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1357a7 0%, #2f6cb4 34%, #2f6cb4 63%, #1357a7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1357a7', endColorstr='#1357a7',GradientType=0 );
    /* IE6-9 */ }
    footer .footer img {
      display: block;
      margin: 0 auto; }
  footer .footbar {
    background: #073263;
    text-align: center;
    font-weight: 100;
    padding: 10px 0;
    text-shadow: 1px 1px 1px #000; }
    footer .footbar span.icon-omni {
      font-size: 1.5em;
      display: inline-block; }
  footer img {
    width: 100%;
    max-width: 400px; }
  footer .col-1-3 {
    padding: 0;
    text-align: center; }
  footer ul {
    list-style-type: none;
    text-align: center;
    padding: 0; }
    @media (min-width: 800px) {
      footer ul {
        text-align: left;
        padding: 0 0 0 20px; } }
    footer ul li {
      font-weight: 100;
      text-shadow: 1px 1px 1px #000; }
      footer ul li a {
        color: #fff; }
  footer p {
    font-weight: 100;
    text-shadow: 1px 1px 1px #000; }
    footer p span {
      font-weight: 600; }
  footer p.address {
    line-height: 20px; }

.scroll-to-top {
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
  background: #4784cd;
  color: #1357a7;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #b9b9b9;
    color: #1357a7;
    text-shadow: 0px 0px 5px #fff;
    text-decoration: none; }
  .scroll-to-top:before {
    font-family: 'Omni';
    content: '\e846'; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.fx {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.clear {
  display: block;
  clear: both;
  height: 15px; }
  .clear:before, .clear:after {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

input, textarea, select {
  margin: 5px 0;
  padding: 20px 15px;
  width: 100%;
  max-width: 98%;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  color: #000;
  background: #CFD1E2;
  color: #333;
  opacity: .9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }

label {
  font-size: .9em;
  color: #1357a7;
  margin: 0 !important; }

input[type="checkbox"] {
  margin-right: 20px; }

input[type="submit"] {
  background: #1357a7;
  color: #fff;
  font-weight: 600;
  margin-top: 10px; }

input[type="submit"]:hover, input[type="submit"]:focus {
  background: #4784cd;
  border-color: #CFD1E2; }

.gform_wrapper, .gform_footer {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important; }

li.gfield, ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }

.validation_error {
  color: red;
  font-weight: 600;
  font-size: 1em; }

.validation_message {
  background: red;
  color: #FFF;
  text-shadow: 1px 1px 1px #a50000;
  padding: 5px;
  margin: 5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; }

::-webkit-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

@font-face {
  font-family: 'omni';
  src: url("../fonts/omni.eot?46316481");
  src: url("../fonts/omni.eot?46316481#iefix") format("embedded-opentype"), url("../fonts/omni.woff?46316481") format("woff"), url("../fonts/omni.ttf?46316481") format("truetype"), url("../fonts/omni.svg?46316481#omni") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'omni';
    src: url("../fonts/omni.svg?46316481#omni") format("svg"); } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "omni";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-omni:before {
  content: '\e800'; }

/* 'εáÇ' */
.icon-youtube-play:before {
  content: '\e870'; }

/* 'εí░' */
.icon-search:before {
  content: '\e81d'; }

/* 'εá¥' */
.icon-mail-alt:before {
  content: '\e819'; }

/* 'εáÖ' */
.icon-star:before {
  content: '\e81e'; }

/* 'εá₧' */
.icon-user:before {
  content: '\e81f'; }

/* 'εáƒ' */
.icon-users:before {
  content: '\e820'; }

/* 'εáá' */
.icon-videocam:before {
  content: '\e818'; }

/* 'εáÿ' */
.icon-picture:before {
  content: '\e803'; }

/* 'εáâ' */
.icon-camera:before {
  content: '\e821'; }

/* 'εáí' */
.icon-ok:before {
  content: '\e805'; }

/* 'εáà' */
.icon-ok-squared:before {
  content: '\e823'; }

/* 'εáú' */
.icon-cancel-circled:before {
  content: '\e822'; }

/* 'εáó' */
.icon-help:before {
  content: '\e804'; }

/* 'εáä' */
.icon-help-circled:before {
  content: '\e824'; }

/* 'εáñ' */
.icon-info-circled:before {
  content: '\e81a'; }

/* 'εáÜ' */
.icon-info:before {
  content: '\e826'; }

/* 'εáª' */
.icon-home:before {
  content: '\e806'; }

/* 'εáå' */
.icon-link-ext:before {
  content: '\e807'; }

/* 'εáç' */
.icon-link-ext-alt:before {
  content: '\e825'; }

/* 'εáÑ' */
.icon-reply:before {
  content: '\e82b'; }

/* 'εá½' */
.icon-forward:before {
  content: '\e82a'; }

/* 'εá¬' */
.icon-quote-left:before {
  content: '\e808'; }

/* 'εáê' */
.icon-quote-right:before {
  content: '\e809'; }

/* 'εáë' */
.icon-code:before {
  content: '\e829'; }

/* 'εá⌐' */
.icon-pencil:before {
  content: '\e828'; }

/* 'εá¿' */
.icon-pencil-squared:before {
  content: '\e827'; }

/* 'εáº' */
.icon-edit:before {
  content: '\e80b'; }

/* 'εáï' */
.icon-print:before {
  content: '\e81b'; }

/* 'εá¢' */
.icon-comment:before {
  content: '\e82c'; }

/* 'εá¼' */
.icon-chat:before {
  content: '\e82d'; }

/* 'εá¡' */
.icon-chat-empty:before {
  content: '\e80a'; }

/* 'εáè' */
.icon-attention:before {
  content: '\e802'; }

/* 'εáé' */
.icon-attention-circled:before {
  content: '\e82e'; }

/* 'εá«' */
.icon-location:before {
  content: '\e82f'; }

/* 'εá»' */
.icon-direction:before {
  content: '\e830'; }

/* 'εá░' */
.icon-trash:before {
  content: '\e831'; }

/* 'εá▒' */
.icon-rss:before {
  content: '\e836'; }

/* 'εá╢' */
.icon-phone:before {
  content: '\e835'; }

/* 'εá╡' */
.icon-phone-squared:before {
  content: '\e80e'; }

/* 'εáÄ' */
.icon-menu:before {
  content: '\e834'; }

/* 'εá┤' */
.icon-cog:before {
  content: '\e80d'; }

/* 'εáì' */
.icon-basket:before {
  content: '\e833'; }

/* 'εá│' */
.icon-calendar:before {
  content: '\e80c'; }

/* 'εáî' */
.icon-calendar-empty:before {
  content: '\e832'; }

/* 'εá▓' */
.icon-clock:before {
  content: '\e837'; }

/* 'εá╖' */
.icon-down-circled2:before {
  content: '\e838'; }

/* 'εá╕' */
.icon-up-circled2:before {
  content: '\e839'; }

/* 'εá╣' */
.icon-down-dir:before {
  content: '\e83e'; }

/* 'εá╛' */
.icon-up-dir:before {
  content: '\e83f'; }

/* 'εá┐' */
.icon-left-dir:before {
  content: '\e80f'; }

/* 'εáÅ' */
.icon-right-dir:before {
  content: '\e810'; }

/* 'εáÉ' */
.icon-down-open:before {
  content: '\e840'; }

/* 'εíÇ' */
.icon-left-open:before {
  content: '\e841'; }

/* 'εíü' */
.icon-right-open:before {
  content: '\e842'; }

/* 'εíé' */
.icon-up-open:before {
  content: '\e843'; }

/* 'εíâ' */
.icon-angle-left:before {
  content: '\e844'; }

/* 'εíä' */
.icon-omni-seal:before {
  content: '\e801'; }

/* 'εáü' */
.icon-angle-up:before {
  content: '\e846'; }

/* 'εíå' */
.icon-angle-down:before {
  content: '\e847'; }

/* 'εíç' */
.icon-angle-circled-left:before {
  content: '\e848'; }

/* 'εíê' */
.icon-angle-circled-right:before {
  content: '\e849'; }

/* 'εíë' */
.icon-angle-circled-up:before {
  content: '\e84a'; }

/* 'εíè' */
.icon-angle-circled-down:before {
  content: '\e84b'; }

/* 'εíï' */
.icon-angle-double-left:before {
  content: '\e83c'; }

/* 'εá╝' */
.icon-angle-double-right:before {
  content: '\e83b'; }

/* 'εá╗' */
.icon-angle-double-up:before {
  content: '\e83a'; }

/* 'εá║' */
.icon-angle-double-down:before {
  content: '\e83d'; }

/* 'εá╜' */
.icon-up:before {
  content: '\e853'; }

/* 'εíô' */
.icon-down-big:before {
  content: '\e852'; }

/* 'εíÆ' */
.icon-left-big:before {
  content: '\e851'; }

/* 'εíæ' */
.icon-right-big:before {
  content: '\e850'; }

/* 'εíÉ' */
.icon-up-big:before {
  content: '\e84f'; }

/* 'εíÅ' */
.icon-up-circled:before {
  content: '\e84d'; }

/* 'εíì' */
.icon-down-circled:before {
  content: '\e84c'; }

/* 'εíî' */
.icon-arrows-cw:before {
  content: '\e84e'; }

/* 'εíÄ' */
.icon-level-up:before {
  content: '\e854'; }

/* 'εíö' */
.icon-signal:before {
  content: '\e85a'; }

/* 'εíÜ' */
.icon-desktop:before {
  content: '\e859'; }

/* 'εíÖ' */
.icon-laptop:before {
  content: '\e858'; }

/* 'εíÿ' */
.icon-tablet:before {
  content: '\e857'; }

/* 'εíù' */
.icon-mobile:before {
  content: '\e856'; }

/* 'εíû' */
.icon-globe:before {
  content: '\e855'; }

/* 'εíò' */
.icon-list:before {
  content: '\e85b'; }

/* 'εí¢' */
.icon-list-bullet:before {
  content: '\e85c'; }

/* 'εí£' */
.icon-ellipsis:before {
  content: '\e85f'; }

/* 'εíƒ' */
.icon-ellipsis-vert:before {
  content: '\e85e'; }

/* 'εí₧' */
.icon-off:before {
  content: '\e85d'; }

/* 'εí¥' */
.icon-sort:before {
  content: '\e863'; }

/* 'εíú' */
.icon-sort-down:before {
  content: '\e862'; }

/* 'εíó' */
.icon-sort-up:before {
  content: '\e861'; }

/* 'εíí' */
.icon-spinner:before {
  content: '\e860'; }

/* 'εíá' */
.icon-user-md:before {
  content: '\e81c'; }

/* 'εá£' */
.icon-stethoscope:before {
  content: '\e864'; }

/* 'εíñ' */
.icon-adn:before {
  content: '\e812'; }

/* 'εáÆ' */
.icon-android:before {
  content: '\e867'; }

/* 'εíº' */
.icon-apple:before {
  content: '\e868'; }

/* 'εí¿' */
.icon-facebook:before {
  content: '\e866'; }

/* 'εíª' */
.icon-facebook-squared:before {
  content: '\e811'; }

/* 'εáæ' */
.icon-gplus-squared:before {
  content: '\e813'; }

/* 'εáô' */
.icon-gplus:before {
  content: '\e865'; }

/* 'εíÑ' */
.icon-instagramm:before {
  content: '\e869'; }

/* 'εí⌐' */
.icon-linkedin-squared:before {
  content: '\e814'; }

/* 'εáö' */
.icon-linkedin:before {
  content: '\e86a'; }

/* 'εí¬' */
.icon-pinterest-circled:before {
  content: '\e86b'; }

/* 'εí½' */
.icon-pinterest-squared:before {
  content: '\e815'; }

/* 'εáò' */
.icon-skype:before {
  content: '\e86c'; }

/* 'εí¼' */
.icon-tumblr-squared:before {
  content: '\e86d'; }

/* 'εí¡' */
.icon-twitter-squared:before {
  content: '\e816'; }

/* 'εáû' */
.icon-twitter:before {
  content: '\e86e'; }

/* 'εí«' */
.icon-vimeo-squared:before {
  content: '\e86f'; }

/* 'εí»' */
.icon-youtube:before {
  content: '\e871'; }

/* 'εí▒' */
.icon-youtube-squared:before {
  content: '\e817'; }

/* 'εáù' */
.icon-angle-right:before {
  content: '\e845'; }

/* 'εíà' */

/*# sourceMappingURL=base.css.map */
