@charset "UTF-8";


* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .header-variant-1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

h1, .header-variant-1, p, ul, ol, br {
  margin: 0 0 1.5rem; }

h1, .header-variant-1 {
  line-height: 1; }
  @media screen and (min-width: 768px) {
    h1, .header-variant-1, h2, .header-variant-2, .common-h2-title, h3, .header-variant-3, .common-h3-title, h4, .header-variant-4, h5, .header-variant-5, .common-h5-title, h6, .header-variant-6 {
      line-height: 1.3; } }

h1, .header-variant-1 {
  font-size: 3rem;
  font-family: "myriad-pro", "Tahoma", "Helvetica", Calibri, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 640px) {
    h1, .header-variant-1 {
      font-size: 4.125rem; } }

p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.875em;
  font-weight: 400; }

a {
  font-size: 1rem;
  text-decoration: none; }
  a.underline {
    text-decoration: underline; }
  a:hover {
    cursor: pointer; }

a:focus, a:hover {
  text-decoration: none; }

a {
  color: #1B7DBC; }
  a:hover, a:focus {
    color: #155f8f; }
  a.yellow {
    color: #FCC02B; }
    a.yellow:hover, a.yellow:focus {
      color: #f1ad03; }

i {
  font-size: 0.875em; }

.btn.focus, .btn:focus, .btn:hover {
  color: inherit; }

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style-type: none; }

ul.disc, ol.disc {
  padding: 0 0 0 1em; }
  ul.disc li, ol.disc li {
    list-style-type: none; }
    ul.disc li:before, ol.disc li:before {
      content: '•';
      font-size: 1em;
      position: relative;
      top: -2px;
      padding-right: 4px; }

.btn {
  white-space: normal; }
  .btn.rounded {
    border-radius: 3px; }
  .btn.full-width {
    width: 100%; }

.btn-primary {
  color: #fff;
  background-color: #FF9600;
  text-transform: uppercase;
  padding: 15px 2em;
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .btn-primary:hover {
    color: #fff;
    background-color: #FF9600; }
    @media screen and (min-width: 768px) {
      .btn-primary:hover {
        color: #fff;
        background-color: #cc7800; } }
  .btn-primary.btn-tag {
    margin-bottom: 10px;
    padding: 5px 0.8em;
    font-size: 1em; }
  .btn-primary.blue {
    color: #fff;
    background-color: #1B7DBC;
    text-transform: uppercase;
    padding: 15px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn-primary.blue:hover {
      color: #fff;
      background-color: #1B7DBC; }
      @media screen and (min-width: 768px) {
        .btn-primary.blue:hover {
          color: #fff;
          background-color: #155f8f; } }
  .btn-primary.light-blue {
    color: #fff;
    background-color: #26afe8;
    text-transform: uppercase;
    padding: 15px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn-primary.light-blue:hover {
      color: #fff;
      background-color: #26afe8; }
      @media screen and (min-width: 768px) {
        .btn-primary.light-blue:hover {
          color: #fff;
          background-color: #1592c6; } }

.btn-primary-transparent {
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  padding: 13px 2em;
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #454545; }
  .btn-primary-transparent:hover {
    color: #000;
    background-color: transparent; }
    @media screen and (min-width: 768px) {
      .btn-primary-transparent:hover {
        color: #000;
        background-color: transparent; } }
  .btn-primary-transparent:hover, .btn-primary-transparent:focus {
    color: #2189bd;
    border: 2px solid #196992; }
  .btn-primary-transparent.white {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    padding: 13px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff; }
    .btn-primary-transparent.white:hover {
      color: #fff;
      background-color: transparent; }
      @media screen and (min-width: 768px) {
        .btn-primary-transparent.white:hover {
          color: #fff;
          background-color: transparent; } }
    .btn-primary-transparent.white .fa {
      color: #fff; }
    .btn-primary-transparent.white:hover {
      color: #e6e6e6;
      border: 2px solid #cccccc; }
      .btn-primary-transparent.white:hover .fa {
        color: #e6e6e6; }
  .btn-primary-transparent.light-blue {
    color: #35A4DC;
    background-color: transparent;
    text-transform: uppercase;
    padding: 13px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #35A4DC; }
    .btn-primary-transparent.light-blue:hover {
      color: #35A4DC;
      background-color: transparent; }
      @media screen and (min-width: 768px) {
        .btn-primary-transparent.light-blue:hover {
          color: #35A4DC;
          background-color: transparent; } }
    .btn-primary-transparent.light-blue:hover, .btn-primary-transparent.light-blue:focus {
      color: #2189bd;
      border: 2px solid #196992; }
    .btn-primary-transparent.light-blue.small {
      display: inline-block;
      width: auto;
      font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
      padding: 1px 23px 0px;
      font-size: 16px;
      line-height: 1.75rem; }

.btn-secondary {
  border-radius: 0;
  display: block; }
  .btn-secondary.variant-1 {
    color: #fff;
    background-color: #1f93cd;
    text-transform: uppercase;
    padding: 15px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn-secondary.variant-1:hover {
      color: #fff;
      background-color: #1f93cd; }
      @media screen and (min-width: 768px) {
        .btn-secondary.variant-1:hover {
          color: #fff;
          background-color: #1873a1; } }
    color: #fff;
    background-color: #1b7dbc;
    text-transform: uppercase;
    padding: 15px 2em;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #8dbede; }
    .btn-secondary.variant-2:hover {
      color: #fff;
      background-color: #1b7dbc; }
      @media screen and (min-width: 768px) {
        .btn-secondary.variant-2:hover {
          color: #fff;
          background-color: #155f8f; } }

.btn-textual {
  color: #35A4DC;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
  .btn-textual:before, .btn-textual:after {
    font-size: 0.8rem; }
  .btn-textual:hover {
    color: #35A4DC; }
  .btn-textual.arrow-left {
    color: white;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
    .btn-textual.arrow-left:before {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-left:before, .btn-textual.arrow-left:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-left:hover {
      color: white; }
  .btn-textual.arrow-left.blue {
    color: #1B7DBC;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
    .btn-textual.arrow-left.blue:before {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-left.blue:before, .btn-textual.arrow-left.blue:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-left.blue:hover {
      color: #155f8f; }
  .btn-textual.arrow-right {
    color: white;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    padding: 0; }
    .btn-textual.arrow-right:after {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-right:before, .btn-textual.arrow-right:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-right:hover {
      color: white; }
  .btn-textual.arrow-right.orange {
    color: #FF9600;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    padding: 0; }
    .btn-textual.arrow-right.orange:after {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-right.orange:before, .btn-textual.arrow-right.orange:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-right.orange:hover {
      color: #FF9600; }
  .btn-textual.arrow-top {
    color: white;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
    .btn-textual.arrow-top:after {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-top:before, .btn-textual.arrow-top:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-top:hover {
      color: white; }
  .btn-textual.arrow-bottom {
    color: white;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
    .btn-textual.arrow-bottom:after {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: relative;
      top: 1px; }
    .btn-textual.arrow-bottom:before, .btn-textual.arrow-bottom:after {
      font-size: 0.8rem; }
    .btn-textual.arrow-bottom:hover {
      color: white; }

.btn-generic {
  font-weight: bold;
  color: #1B7DBC; }

img {
  height: auto;
  max-width: 100%; }

.padding {
  padding-left: 30px !important;
  padding-right: 30px !important; }
  @media screen and (min-width: 768px) {
    .padding {
      padding-left: 15px !important;
      padding-right: 15px !important; } }


html {
  font-size: 100%;
  /* 16px */ }
  @media screen and (min-width: 768px) {
    html {
      font-size: 100%;
      /* 16px */ } }

body {
  font-family: "myriad-pro", "Tahoma", "Helvetica", Calibri, sans-serif;
  color: #282828;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  font-size: 100%; }

/* Bootstrap Grid Overrides */
.container, .banner .banner-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .container, .banner .banner-container {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .container, .banner .banner-container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container, .banner .banner-container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  margin-left: -30px;
  margin-right: -30px; }
  @media screen and (min-width: 768px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.container-fluid, .container, .banner .banner-container {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
    .container-fluid, .container, .banner .banner-container {
      padding-left: 15px;
      padding-right: 15px; } }

/* General Content Section Styling */
.page-content {
  min-height: 750px;
  background: #fff; }
  .page-content.grey {
    background-color: #f4f4f4; }

.fa {
  font-family: FontAwesome, sans-serif;
  color: #454545; }

.fa:not([class*="fa-stack-"]) {
    font-size: 1rem;
}
  
.banner {
  background-color: #35A4DC;
  min-height: 15em;
  padding-top: 94px;
  position: relative;
  background-repeat: no-repeat; }
  @media screen and (min-width: 640px) {
    .banner {
      padding-top: 100px; } }
  @media screen and (min-width: 768px) {
    .banner {
      min-height: 55em;
      padding-top: 0;
      background-position: 50% 50%;
      background-size: cover;
      background-color: #35A4DC; } }
  @media screen and (min-width: 992px) {
    .banner {
      min-height: 58.125em; } }
  .banner .banner-container {
    padding-left: 0;
    padding-right: 0; }
  .banner .banner-content {
    color: #fff;
    text-align: left;
    background-color: #1f93cd;
    padding: 40px 30px;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .banner .banner-content {
        background-color: transparent;
        margin-top: 15em; } }
    @media screen and (min-width: 992px) {
      .banner .banner-content {
        padding: 0;
        margin-top: 20em; } }
    .banner .banner-content .btn {
      margin-right: 30px;
      margin-top: 35px;
      display: inline-block; }
  .banner .banner-subtitle {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 16px; }
  .banner .banner-idtitle, .banner .banner-lengthtitle {
    font-family: "myriad-pro", "Tahoma", "Helvetica", Calibri, sans-serif;
    font-size: 1.5rem;
    margin: 0.65rem 0 0.3rem; }
  .banner .banner-lengthtitle {
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif; }
  .banner .banner-label {
    font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
    font-size: 1.5rem;
    margin: 0.65rem 0 0.3rem; }
  .banner .banner-title {
    margin: 0;
    color: #fff; }
  .banner .mobile-banner-image img {
    margin: 0; }

@media screen and (min-width: 768px) {
  .banner-variant-1 .banner-title {
    font-size: 5.500em;
    line-height: 1;
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .banner-variant-1 p {
    font-size: 20px; } }

.banner {
  background-color: transparent; }
  .banner.banner-llc-header {
    padding-top: 0; }
    .banner-llc-wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
    .banner.banner-llc-header .banner-content {
      margin-top: 0;
      padding: 25px 15px 0; }
      .banner.banner-llc-header .banner-content .contact {
        color: #fff;
        text-transform: uppercase;
        font-family: "myriad-pro-condensed", "Tahoma", "Helvetica", Calibri, sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.2; }
        .banner.banner-llc-header .banner-content .contact:hover, .banner.banner-llc-header .banner-content .contact:focus {
          color: #e8e8e8; }
        .banner.banner-llc-header .banner-content .contact .icon-envelope {
          font-size: 15px;
          margin-right: 11px;
          vertical-align: top; }
      .banner.banner-llc-header .banner-content .icon-rgo_logo {
          vertical-align: middle;
          padding-bottom: 6px;
          font-size: 2rem;
          display: block;
        }
      .banner.banner-llc-header .banner-content .pull-right {
        margin-top: 20px;
        float: left;
        display: block;
        width: 100%; }
      .banner.banner-llc-header .banner-content.links .pull-right {
        margin-top: 5px; }
    .banner.banner-llc-header .banner-title {
      font-size: 1.4rem;
      line-height: 1.3;
      display: inline-block; }
    .banner.banner-llc-header .menu {
      float: left;
      display: block;
      width: 100%;
      margin-top: 20px; }
      .banner.banner-llc-header .menu .menu-item {
        display: inline-block;
        margin-right: 30px;
        font-weight: 700;
        font-size: 1.2rem; }
        .banner.banner-llc-header .menu .menu-item a {
          color: #fff; }
          .banner.banner-llc-header .menu .menu-item a:hover, .banner.banner-llc-header .menu .menu-item a:focus {
            color: #e8e8e8; }
        .banner.banner-llc-header .menu .menu-item:last-of-type {
          margin-right: 0; }
    @media screen and (min-width: 768px) {
      .banner.banner-llc-header {
        background-color: #004E95;
        min-height: 10.375em; }
        .banner-content .icon-rgo_logo {
          display: inline;
        }
      }
    @media screen and (min-width: 992px) {
      .banner.banner-llc-header .banner-content .title-icon {
        background-position: 0 9px; }
      .banner.banner-llc-header .banner-content .pull-right {
        margin-top: 0;
        float: right;
        display: inline-block;
        width: auto; }
        .banner.banner-llc-header .banner-content .icon-rgo_logo{
          display: inline;
        }
      .banner.banner-llc-header .banner-content.links {
        margin-top: 1.688em; }
        .banner.banner-llc-header .banner-content.links .pull-right {
          margin-top: 0; }
      .banner.banner-llc-header .banner-title {
        font-size: 1.7rem;
        line-height: 1.8; }
      .banner.banner-llc-header .menu .menu-item a {
        display: block;
        padding-top: 10px; } }
