/* Copyright Tailgunner & Crest Financial */
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

@media (min-width: 992px) {
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; } }

@media (min-width: 768px) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

@media (min-width: 768px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 992px) {
  .hidden-sm {
    display: initial; } }

@media (min-width: 1200px) {
  .hidden-sm {
    display: initial; } }

@media (min-width: 768px) {
  .hidden-md {
    display: initial; } }

@media (min-width: 992px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1200px) {
  .hidden-md {
    display: initial; } }

@media (min-width: 768px) {
  .hidden-lg {
    display: initial; } }

@media (min-width: 992px) {
  .hidden-lg {
    display: initial; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none; } }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #3D3D3D; }

h1 {
  font-size: 2.4em;
  font-weight: 900;
  margin-top: 0px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.4em; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 4em; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 5em; } }

h2 {
  font-size: 1.8em;
  margin-top: 0px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.4em; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.8em; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 3em; } }

.row {
  margin: 0px; }

body {
  position: relative; }

.scroll-nav-container {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  @media (min-width: 768px) {
    .scroll-nav-container {
      right: 15px; } }

.scroll-nav-item {
  background: rgba(183, 182, 182, 0.4);
  border: 1px solid rgba(0, 127, 196, 0.5);
  border-radius: 50%;
  color: #333;
  display: block;
  font-size: 0.8em;
  height: 15px;
  margin: 10px 5px;
  text-align: right;
  text-decoration: none;
  width: 15px; }
  @media (min-width: 768px) {
    .scroll-nav-item {
      height: 20px;
      width: 20px; } }

.scroll-nav-item.active {
  background: rgba(135, 189, 218, 0.8); }

.onepage-pagination {
  opacity: 0.75;
  right: 5px;
  top: 45%; }
  @media (min-width: 992px) {
    .onepage-pagination {
      right: 10px; } }
  @media (min-width: 1200px) {
    .onepage-pagination {
      right: 15px; } }
  .onepage-pagination.green li a:before {
    background-color: #6B9E21; }
  .onepage-pagination.green li a:hover:before {
    background-color: #94CE41; }
  .onepage-pagination.green li a.active:before {
    border-color: #6B9E21;
    background: #94CE41; }
  .onepage-pagination li a {
    width: 15px;
    height: 15px; }
    .onepage-pagination li a:before {
      left: 0px;
      background-color: #007FC4;
      border: 1px solid #fff;
      transition: 0.9s; }
      @media (min-width: 768px) {
        .onepage-pagination li a:before {
          width: 12px;
          height: 12px; } }
      @media (min-width: 992px) {
        .onepage-pagination li a:before {
          width: 15px;
          height: 15px; } }
    .onepage-pagination li a:hover:before {
      background-color: #2DA5E6; }
    .onepage-pagination li a.active:before {
      width: 15px;
      height: 15px;
      margin-top: 0px;
      left: 0px;
      border-color: #007FC4;
      background: #2DA5E6; }
      @media (min-width: 768px) {
        .onepage-pagination li a.active:before {
          width: 12px;
          height: 12px; } }
      @media (min-width: 992px) {
        .onepage-pagination li a.active:before {
          width: 15px;
          height: 15px; } }

section.content-section {
  min-height: 685px !important; }
  @media (min-width: 768px) {
    section.content-section {
      min-height: 700px !important; } }

@media (min-width: 768px) {
  section header .header-bar {
    height: 20px;
    background: #007FC4; } }

@media (min-width: 992px) {
  section header .header-bar {
    height: 30px; } }

@media (min-width: 1200px) {
  section header .header-bar {
    height: 40px; } }

section header .navbar.navbar-default {
  border: none;
  border-bottom: 1px solid #007FC4;
  background: #FFF;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    section header .navbar.navbar-default {
      background: rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(0, 127, 196, 0.14); } }
  section header .navbar.navbar-default .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a {
      text-transform: lowercase;
      transition: color 0.2s;
      border-bottom: 1px solid transparent; }
      @media (min-width: 768px) {
        section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a {
          color: #007FC4;
          font-weight: 300;
          font-size: 1.1em;
          padding: 6px; }
          section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a:hover, section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a.current {
            color: #2DA5E6; }
          section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a.current {
            border-bottom: 1px solid rgba(45, 165, 230, 0.5); } }
      @media (min-width: 992px) {
        section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a {
          font-size: 1.4em;
          padding: 10px; } }
      @media (min-width: 1200px) {
        section header .navbar.navbar-default .container .navbar-collapse .nav.navbar-nav li a {
          font-size: 1.6em;
          padding: 15px; } }
    section header .navbar.navbar-default .container .navbar-brand {
      height: 100%;
      width: 200px;
      padding: 0px; }
      @media (min-width: 768px) {
        section header .navbar.navbar-default .container .navbar-brand {
          width: 230px; } }
  section header .navbar.navbar-default #navbutton {
    position: absolute;
    right: 30px;
    top: 18px; }
    section header .navbar.navbar-default #navbutton button {
      margin: 0px;
      padding: 0px;
      background: transparent;
      border: none; }
      section header .navbar.navbar-default #navbutton button svg {
        display: block;
        width: 45px;
        height: 40px;
        fill: #007FC4;
        transition: fill 0.2s; }
        section header .navbar.navbar-default #navbutton button svg:hover {
          fill: #2DA5E6; }
        section header .navbar.navbar-default #navbutton button svg:focus, section header .navbar.navbar-default #navbutton button svg:active {
          fill: #007FC4; }

section .mobilenav {
  background: #007FC4; }
  section .mobilenav .navbar-collapse {
    border-top: 0px; }
    section .mobilenav .navbar-collapse .nav.navbar-nav {
      margin: 40px -15px; }
      section .mobilenav .navbar-collapse .nav.navbar-nav li a {
        color: #fff;
        font-weight: 500;
        font-size: 2.2em;
        text-transform: lowercase;
        padding: 15px 50px;
        transition: background 0.2s; }
        section .mobilenav .navbar-collapse .nav.navbar-nav li a:hover, section .mobilenav .navbar-collapse .nav.navbar-nav li a:active, section .mobilenav .navbar-collapse .nav.navbar-nav li a:focus, section .mobilenav .navbar-collapse .nav.navbar-nav li a.current {
          background: #2DA5E6; }

section .wrapper {
  overflow: hidden;
  height: 100%; }

section .btn {
  font-weight: 100;
  text-transform: lowercase;
  font-size: 1.8em;
  margin-top: 10px;
  padding: 6px 20px; }
  @media (min-width: 768px) {
    section .btn {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    section .btn {
      font-size: 2.2em; } }
  @media (min-width: 1200px) {
    section .btn {
      font-size: 2.4em; } }
  section .btn.btn-primary {
    transition: background-color 0.2s;
    background-color: #007FC4;
    border: none; }
    section .btn.btn-primary:hover {
      background-color: #2DA5E6; }
  section .btn.btn-outline {
    border: 1px solid #007FC4;
    transition: color 0.2s, border-color 0.2s;
    color: #007FC4; }
    section .btn.btn-outline:hover {
      color: #2DA5E6;
      border-color: #2DA5E6; }

section .top {
  background: url("../images/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  section .top h1 {
    color: #007FC4; }
  section .top .top-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 80%; }

section .blue {
  border: 5px solid #007FC4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 992px) {
    section .blue {
      border: 10px solid #007FC4; } }
  @media (min-width: 768px) {
    section .blue h1 {
      font-size: 2.4em; } }
  @media (min-width: 992px) {
    section .blue h1 {
      font-size: 2.8em; } }
  @media (min-width: 1200px) {
    section .blue h1 {
      font-size: 4em; } }
  section .blue h2 {
    font-weight: 300; }
    @media (min-width: 768px) {
      section .blue h2 {
        font-size: 1.8em; } }
    @media (min-width: 992px) {
      section .blue h2 {
        font-size: 2.2em; } }
    @media (min-width: 1200px) {
      section .blue h2 {
        font-size: 2.4em; } }

section .green {
  border: 5px solid #94CE41;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 992px) {
    section .green {
      border: 10px solid #94CE41; } }
  @media (min-width: 768px) {
    section .green {
      text-align: right; } }
  @media (min-width: 768px) {
    section .green h1 {
      font-size: 2.4em; } }
  @media (min-width: 992px) {
    section .green h1 {
      font-size: 3.4em; } }
  @media (min-width: 1200px) {
    section .green h1 {
      font-size: 4.2em; } }
  section .green h2 {
    font-weight: 200; }
    @media (min-width: 768px) {
      section .green h2 {
        font-size: 1.8em; } }
    @media (min-width: 992px) {
      section .green h2 {
        font-size: 2.2em; } }
    @media (min-width: 1200px) {
      section .green h2 {
        font-size: 2.4em; } }
  section .green .btn.btn-outline {
    border-color: #94CE41;
    color: #94CE41; }
    section .green .btn.btn-outline:hover {
      border-color: #6B9E21;
      color: #6B9E21; }

section .standard-top {
  background: #e2f1ff;
  background-size: cover;
  background-position: bottom;
  min-height: 260px; }
  @media (min-width: 992px) {
    section .standard-top {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    section .standard-top {
      min-height: 450px; } }
  @media (min-width: 768px) {
    section .standard-top header .navbar.navbar-default {
      background: rgba(255, 255, 255, 0.8); } }

section .standard {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section .standard {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    section .standard {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    section .standard {
      margin-top: 60px;
      margin-bottom: 60px; } }
  section .standard p {
    font-size: 1.1em;
    font-weight: 300; }
    @media (min-width: 768px) {
      section .standard p {
        font-size: 1.2em;
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      section .standard p {
        font-size: 1.4em;
        margin-bottom: 15px; } }
    @media (min-width: 1200px) {
      section .standard p {
        font-size: 1.6em;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    section .standard ul {
      margin-bottom: 12px; } }
  @media (min-width: 992px) {
    section .standard ul {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    section .standard ul {
      margin-bottom: 20px; } }
  section .standard li {
    font-size: 1em;
    font-weight: 300; }
    @media (min-width: 768px) {
      section .standard li {
        font-size: 1.1em; } }
    @media (min-width: 992px) {
      section .standard li {
        font-size: 1.3em; } }
    @media (min-width: 1200px) {
      section .standard li {
        font-size: 1.5em; } }
  section .standard h1 {
    color: #3D3D3D;
    padding-bottom: 10px;
    border-bottom: 1px solid #007FC4;
    display: inline-block; }
    @media (min-width: 992px) {
      section .standard h1 {
        margin-bottom: 20px; } }

section .footer {
  min-height: 685px !important;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 768px) {
    section .footer {
      min-height: 760px !important; } }
  section .footer .contact {
    background: rgba(0, 127, 196, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    section .footer .contact .container {
      margin-top: 50px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        section .footer .contact .container {
          width: 100%; } }
    section .footer .contact .contact-top {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        section .footer .contact .contact-top {
          margin-bottom: 20px; } }
    section .footer .contact h1 {
      color: #FFF;
      font-weight: 300;
      text-align: center; }
    section .footer .contact h2 {
      color: #FFF;
      text-align: center;
      font-size: 1.3em; }
      @media (min-width: 768px) {
        section .footer .contact h2 {
          font-size: 2.4em; } }
    section .footer .contact .footer-logo {
      display: block;
      width: 30px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        section .footer .contact .footer-logo {
          width: 50px; } }
    section .footer .contact .contact-info {
      text-align: left;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        section .footer .contact .contact-info {
          text-align: right;
          margin-bottom: 0px; } }
      section .footer .contact .contact-info .address {
        margin-top: 5px;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          section .footer .contact .contact-info .address {
            margin-top: 10px;
            margin-bottom: 10px; } }
      section .footer .contact .contact-info p, section .footer .contact .contact-info a {
        margin: 0px;
        font-size: 1.2em;
        color: #FFF;
        font-weight: 300; }
        @media (min-width: 768px) {
          section .footer .contact .contact-info p, section .footer .contact .contact-info a {
            font-size: 2.2em; } }
      section .footer .contact .contact-info a {
        transition: color 0.2s; }
        section .footer .contact .contact-info a:hover {
          color: #9FD9F8;
          text-decoration: none; }
    section .footer .contact .contactform fieldset label {
      display: none; }
    section .footer .contact .contactform fieldset input, section .footer .contact .contactform fieldset textarea, section .footer .contact .contactform fieldset select.form-control {
      padding: 5px 20px;
      border-radius: 0px;
      font-size: 1.2em;
      font-weight: 300;
      height: inherit; }
      @media (min-width: 768px) {
        section .footer .contact .contactform fieldset input, section .footer .contact .contactform fieldset textarea, section .footer .contact .contactform fieldset select.form-control {
          padding: 10px 20px;
          font-size: 1.6em; } }
    section .footer .contact .contactform fieldset select.form-control {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-position: right 50%;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }
    section .footer .contact .contactform fieldset .form-group {
      margin-bottom: 0px; }
    section .footer .contact .contactform fieldset .middleColumn {
      margin-bottom: 10px; }
    section .footer .contact .contactform .btn-submit {
      padding: 5px 20px;
      font-size: 1.2em;
      width: 100%;
      border-radius: 5px;
      background: #FFF;
      color: #007FC4;
      transition: background 0.2s, color 0.2s;
      margin-top: 0px; }
      @media (min-width: 768px) {
        section .footer .contact .contactform .btn-submit {
          padding: 10px 20px;
          font-size: 1.6em; } }
      section .footer .contact .contactform .btn-submit:hover {
        background: #2DA5E6;
        color: #FFF; }
  section .footer .copyright {
    background: #fff; }
    section .footer .copyright p {
      margin: 0px;
      padding: 10px;
      text-align: center; }
      @media (min-width: 768px) {
        section .footer .copyright p {
          padding: 20px; } }
