* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a,
img {
  border: 0; }

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

html {
  -webkit-text-size-adjust: none;
  /*-webkit-font-smoothing: antialiased;
  	font-smooth: always;*/
  font-size: 62.5%; }

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #003366;
  font-size: 1.4rem; }

strong {
  font-weight: 700; }

a {
  color: #003399;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms; }
  a:hover {
    text-decoration: none; }

p,
ul,
ol,
table {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.1rem; }
  p:last-child,
  ul:last-child,
  ol:last-child,
  table:last-child {
    margin-bottom: 0; }

ul,
ol {
  list-style-position: outside;
  padding-left: 16px; }

main ol li,
main ul li {
  margin-top: 5px; }
  main ol li:first-child,
  main ul li:first-child {
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  margin-bottom: 10px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  .h1:last-child,
  .h2:last-child,
  .h3:last-child,
  .h4:last-child,
  .h5:last-child,
  .h6:last-child {
    margin-bottom: 0; }

h1,
.h1,
h2,
.h2 {
  font-size: 2.4rem;
  line-height: 3rem; }

/*h2,
.h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	@media screen and (min-width: $mobile) {
		
	}
}*/
h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.8rem; }

.txt-white {
  color: #ffffff; }

.txt-gray {
  color: #333333; }

.txt-blue {
  color: #003399; }

.txt-yellow {
  color: #f4c023; }

/* Clearfix */
.clear, .row,
.row {
  *zoom: 1; }

.clear:before, .row:before,
.clear:after,
.row:after,
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.clear:after, .row:after,
.row:after {
  clear: both; }

/* Floats */
.flt-right {
  float: right; }

.flt-left {
  float: left; }

.flt-none {
  float: none; }

/* Alignment */
.aln-right {
  text-align: right; }

.aln-left {
  text-align: left; }

.aln-center {
  text-align: center; }

/* Background Colors */
.bg-white {
  background-color: #ffffff; }

.bg-gray {
  background-color: #333333; }

.bg-blue {
  background-color: #003399; }

.bg-yellow {
  background-color: #f4c023; }

/* Extras */
.hidden {
  display: none; }

.br {
  display: inline; }
  @media screen and (min-width: 600px) {
    .br {
      display: block; } }

.row {
  overflow: hidden;
  margin: -15px 0; }
  @media screen and (min-width: 800px) {
    .row {
      margin: -15px; } }
  .row > [class*=col] {
    padding: 15px 0; }
    @media screen and (min-width: 800px) {
      .row > [class*=col] {
        float: left;
        padding: 15px; } }

@media screen and (min-width: 800px) {
  .col1-1 {
    width: 100%; }
  .col1-2 {
    width: 50%; }
  .col1-4 {
    width: 25%; }
  .col3-4 {
    width: 75%; }
  .col1-3 {
    width: 33.333333333%; }
  .col2-3 {
    width: 66.666666666%; }
  .col1-5 {
    width: 20%; }
  .col2-5 {
    width: 40%; }
  .col3-5 {
    width: 60%; }
  .col4-5 {
    width: 80%; } }

.btn {
  vertical-align: middle;
  text-align: center;
  min-width: 120px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border: 0;
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #003399;
  background-color: #003399;
  background: #cccccc url(../img/bg-primary-nav-a.png) top center no-repeat;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  width: auto;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  /*&.btn-small {
		height: 34px;
		line-height: 34px;
		font-size: 1.4rem;
		@media screen and (min-width: $tablet) {
			font-size: 1.7rem;
		}
	}
	&.btn-large {
		height: 50px;
		line-height: 50px;
		font-size: 2rem;
		@media screen and (min-width: $tablet) {
			font-size: 2.3rem;
		}
	}*/ }
  .btn:hover {
    color: #0066FF; }
  @media screen and (min-width: 600px) {
    .btn {
      display: inline-block;
      width: auto; } }

html {
  background: #ffffff url(../img/bg-body.png) top left repeat-x; }

.container {
  max-width: 960px;
  padding: 15px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .container {
      padding: 20px; } }

#wrapper {
  max-width: 960px;
  margin: 0 auto; }

/* Site Header */
#site-header {
  background-color: #002878; }
  #site-header .logo {
    height: 100px;
    width: 240px;
    margin: 0 auto 15px auto; }
    @media screen and (min-width: 800px) {
      #site-header .logo {
        width: 288px;
        height: 120px;
        float: left;
        margin: 0; } }
  #site-header .tagline {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #f4c023;
    line-height: 2.1rem; }
    @media screen and (min-width: 800px) {
      #site-header .tagline {
        float: right;
        text-align: right;
        padding-top: 34px; }
        #site-header .tagline .tagline-top {
          font-size: 2rem;
          line-height: 2.7rem;
          margin-bottom: 5px; } }
    #site-header .tagline a {
      color: #f4c023;
      text-decoration: none; }
    #site-header .tagline > div {
      display: inline; }
      @media screen and (min-width: 600px) {
        #site-header .tagline > div {
          display: block; } }

/* Primary Nav */
#primary-nav {
  position: relative;
  bottom: -20px; }
  #primary-nav .mobile-nav-toggle {
    display: block;
    color: #ffffff;
    padding: 15px;
    margin: 0 -15px;
    font-size: 1.7rem;
    text-decoration: none;
    background: #333333 url(../img/bg-mobile-nav-toggle.png) center right no-repeat; }
    @media screen and (min-width: 600px) {
      #primary-nav .mobile-nav-toggle {
        display: none; } }
  #primary-nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin: 0 -15px;
    display: none; }
    @media screen and (min-width: 600px) {
      #primary-nav ul {
        margin: 0 -1px;
        display: block !important; } }
    #primary-nav ul li {
      display: block; }
      @media screen and (min-width: 600px) {
        #primary-nav ul li {
          float: left;
          width: 20%;
          text-align: center;
          padding: 0 1px; } }
      #primary-nav ul li a {
        display: block;
        padding: 10px 15px;
        background-color: #d8d8d8;
        color: #003399;
        font-weight: bold;
        text-decoration: none;
        border-top: solid 1px #eeeeee; }
        @media screen and (min-width: 600px) {
          #primary-nav ul li a {
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background: #cccccc url(../img/bg-primary-nav-a.png) center center repeat-y;
            border-top: 0;
            padding-top: 8px;
            padding-bottom: 8px; }
            #primary-nav ul li a:hover {
              color: #0066FF; } }
        #primary-nav ul li a span {
          display: none; }
          @media screen and (min-width: 800px) {
            #primary-nav ul li a span {
              display: inline; } }

/* Trucks */
#trucks {
  display: none;
  padding: 10px 0px;
  background: #d8d8d8 url(../img/bg-bar.png) top center repeat-y; }
  @media screen and (min-width: 600px) {
    #trucks {
      display: block; } }

/* Site Main */
#site-main {
  background-color: #ffffff; }

/* Sidebar */
#sidebar {
  padding: 0 20px 20px 20px;
  background-color: #d8d8d8;
  background-image: url(../img/bg-sidebar.png), url(../img/bg-sidebar-2.png);
  background-repeat: repeat-x;
  background-position: top center, bottom center; }

/* Site Footer */
#site-footer {
  text-align: center;
  color: #003399;
  padding-bottom: 15px; }
  #site-footer img {
    margin-bottom: 15px; }
  #site-footer p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px; }
    #site-footer p:last-child {
      margin-bottom: 0; }

/* Employees */
#employees .employee {
  margin-top: 30px; }
  #employees .employee:first-child {
    margin-top: 0; }
  #employees .employee img {
    width: 100px;
    float: left;
    margin: 0 15px 5px 0; }
    @media screen and (min-width: 600px) {
      #employees .employee img {
        width: 200px; } }
