/******************************************************************************/
/*	!HTML RESET  */
/******************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 1em 0;
}

/* Total reset for form items. But remember to deal with border, this one is left so we can see then more clearly yet */
input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 1px solid #ccc;
}

/* @end */
/* reset list styles */
ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

/* reset to a few more elements */
.breadcrumb,
#comments,
.form-item,
.form-actions,
.filter-wrapper,
.book-navigation ul.menu,
.book-navigation .page-links {
  border: 0;
  margin: 0;
  padding: 0;
}

.field .field-label {
  font-weight: normal;
  font-style: normal;
}

/* reset zebra table style */
tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: 0;
  padding: 0;
}

/* reset administration tabs */
ul.primary,
ul.primary li a,
ul.primary li a.active,
ul.primary li a:hover {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

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

/******************************************************************************/
/*	END HTML RESET  */
/******************************************************************************/
/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/* STRUCTURAL */
body {
  font: 100% Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  padding: 12px 0;
  text-align: center;
  color: #000;
  background-image: url(images/body_bg.gif);
}

@media only screen and (max-width: 1007px) {
  body {
    padding: 0;
  }
}

#container {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  text-align: left;
}

#header-top {
  height: 20px;
  background: url(images/header_top_bg.png) no-repeat 0 0;
}

@media only screen and (max-width: 1007px) {
  #header-top {
    background: none;
    background-color: #0722C2;
  }
}

@media only screen and (max-width: 699px) {
  #header-top {
    height: 5px;
  }
}

#header-main {
  background: url(images/header_bg.png) repeat-y;
  padding: 0 20px 0 20px;
  height: 161px;
}

@media only screen and (max-width: 1007px) {
  #header-main {
    background: none;
    background-color: #0722C2;
  }
}

@media only screen and (max-width: 699px) {
  #header-main {
    text-align: center;
    padding: 0;
  }
}

#inner-container {
  background-image: url(images/main_bg.png);
  overflow: hidden;
  min-height: 350px;
}

@media only screen and (max-width: 1007px) {
  #inner-container {
    background-image: none;
    background-color: #FFF;
  }
}

@media only screen and (max-width: 699px) {
  #inner-container {
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}

#sidebar1 {
  float: left;
  width: 398px;
  padding-left: 2px;
}

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

@media only screen and (max-width: 1007px) {
  #sidebar1 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 699px) {
  #sidebar1 {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #sidebar1 img {
    width: 80%;
    height: auto;
  }
}

#maincontent {
  margin: 0 30px 0 400px;
  padding: 40px 0 20px 0;
  background: url(images/footprint_bg.png) no-repeat 50px 20px;
  min-height: 350px;
}

@media only screen and (max-width: 699px) {
  #maincontent {
    margin: 0;
    padding: 20px;
  }
}

ul.footlinks {
  font-size: 12px;
  text-align: center;
  margin: 15px 0;
  line-height: 12px;
}

ul.footlinks li {
  display: inline-block;
  padding: 0 6px;
  border-right: 1px solid #000;
}

ul.footlinks li a {
  text-decoration: none;
}

ul.footlinks li:last-of-type {
  border-right: none;
}

#footer {
  height: 25px;
  background-image: url(images/footer_bg.png);
}

@media only screen and (max-width: 1007px) {
  #footer {
    background: none;
    background-color: #FFF;
  }
}

.clearfloat {
  /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

#header img {
  float: left;
}

@media only screen and (max-width: 1007px) {
  #header img {
    width: 150px;
    height: auto;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 699px) {
  #header img {
    width: 100px;
    float: none;
    margin-bottom: 0;
  }
}

/* HEADER TEXT */
#header-text {
  float: right;
  width: 592px;
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.7em;
}

@media only screen and (max-width: 1007px) {
  #header-text {
    width: 60%;
    font-size: 1em;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 699px) {
  #header-text {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0;
  }
}

#header-text p.first {
  margin: 5px 0 10px 0;
}

@media only screen and (max-width: 699px) {
  #header-text p.first {
    margin: 0;
  }
}

#header-text a {
  color: #FFFFFF;
}

#header-text .emph {
  font-size: 1.4em;
}

@media only screen and (max-width: 699px) {
  #header-text .emph {
    font-size: 0.9em;
  }
}

/* NAV  */
#header-nav {
  clear: both;
  width: 100%;
  color: #FFF;
}

@media only screen and (max-width: 699px) {
  #header-nav {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 10;
    box-shadow: 0 4px 0 0 #000000;
    -webkit-box-shadow: 0 4px 0 0 #000000;
    -moz-box-shadow: 0 4px 0 0 #000000;
    -ms-box-shadow: 0 4px 0 0 #000000;
    -o-box-shadow: 0 4px 0 0 #000000;
  }
}

#header-nav ul {
  float: right;
  width: 627px;
  height: 25px;
  margin-right: 10px;
}

@media only screen and (max-width: 699px) {
  #header-nav ul {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
  }
}

#header-nav li {
  float: left;
  text-align: center;
  width: 150px;
  height: 30px;
  margin-right: 2px;
  background: url(images/tab.png) no-repeat 0 0;
}

@media only screen and (max-width: 699px) {
  #header-nav li {
    width: 100%;
    height: 40px;
    background: none;
    background-color: #FFF;
    margin: 0;
    border-bottom: 1px solid #0722C2;
  }
}

#header-nav li.selected {
  background: url(images/tab_selected.png) no-repeat 0 0;
}

@media only screen and (max-width: 699px) {
  #header-nav li.selected {
    background: none;
    background-color: #DADADA;
  }
}

#header-nav li a {
  display: inline-block;
  width: 150px;
  height: 30px;
}

@media only screen and (max-width: 699px) {
  #header-nav li a {
    width: 100%;
    height: 40px;
    padding-top: 8px;
  }
}

#header-nav li a:link, #header-nav li a:visited, #header-nav li a:active {
  color: #0013C5;
  /* blue */
  text-decoration: none;
}

#header-nav li a:hover {
  color: #000000;
}

.menu-icon {
  display: none;
  width: 150px;
  height: 80px;
  cursor: pointer;
  align-items: center;
}

@media only screen and (max-width: 699px) {
  .menu-icon {
    display: block;
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 20px;
    width: 40px;
    justify-content: flex-end;
  }
}

.menu-icon .bars {
  width: 40px;
}

.menu-icon .bar {
  display: block;
  margin-bottom: 6px;
  height: 3px;
  background-color: #FFF;
}

.menu-icon .bar:last-of-type {
  margin-bottom: 0;
}

/* MAINCONTENT TEXT */
#maincontent h1 {
  font-size: 1.1em;
  margin-bottom: 12px;
  color: #003399;
  /* dark blue */
}

#maincontent h2 {
  margin: 12px 0 6px 0;
  color: #003399;
  /* dark blue */
}

#maincontent p {
  margin-bottom: 8px;
}

#maincontent ul {
  margin-bottom: 14px;
}

#maincontent li {
  list-style-image: url(images/blue_bullet.png);
  margin-left: 3em;
}

/* OFFER DIV */
#offer {
  width: 360px;
  margin-top: 20px;
  margin-left: 100px;
  background-color: #0013C5;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

@media only screen and (max-width: 699px) {
  #offer {
    width: 80%;
    margin: 20px auto;
  }
}

/* FEATURED QUOTE */
#feature {
  margin: 30px 10px 10px 10px;
  background: url(images/quotes_left.png) no-repeat top left;
  width: 325px;
}

@media only screen and (max-width: 699px) {
  #feature {
    width: 80%;
    margin: 20px auto;
  }
}

#feature blockquote {
  padding: 0 40px;
  color: #0013C5;
  /* blue */
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  font-style: italic;
  text-align: justify;
  background: url(images/quotes_right.png) no-repeat bottom right;
}

#feature p {
  padding: 10px 40px;
  font-size: 0.85em;
}

/* TESTIMONIALS PAGE */
#maincontent blockquote {
  color: #0013C5;
  /* blue */
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  font-style: italic;
}

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