@import url(https://fonts.googleapis.com/css?family=Lobster|Open+Sans:400,300,700,800);
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,
form,
fieldset,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
:focus {
  outline: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.ua-ie hr {
  height: 2px;
}
br {
  margin: 0;
  padding: 0;
}
/*input,
select {
  margin: 0;
  padding: 0;
}*/
/*input {
  border: 1px solid #000000;
}*/
img,
object,
embed {
  max-width: 100%;
}
.gradient-blue {
  background-color: #004ea9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0066dc), to(#004ea9));
  background-image: -webkit-linear-gradient(top, #0066dc, #004ea9);
  background-image: -moz-linear-gradient(top, #0066dc, #004ea9);
  background-image: -ms-linear-gradient(top, #0066dc, #004ea9);
  background-image: -o-linear-gradient(top, #0066dc, #004ea9);
  background-image: linear-gradient(top, #0066dc, #004ea9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066dc', endColorstr='#004ea9');
}
body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  font-family: Open Sans, sans-serif;
  color: #353535;
}
.container {
  width: 1128px;
  margin: 0 auto;
  padding: 0 40px;
}
.container.contain-head {
  position: relative;
}
.main-page-content {
  margin-bottom: 20px;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.fullwidth {
  width: 100%;
  padding: 4px 0 6px 0 !important;
  margin: 15px 0 !important;
}
.red {
  color: #ae1300;
}
.blue {
  color: #004ea9;
}
.one-half {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.one-half:first-of-type {
  padding: 0 20px 0 0;
}
.one-half:last-of-type {
  padding: 0 0 0 20px;
}
.one-third {
  width: 32%;
  margin: 0 1% 20px 1%;
  float: left;
}
.one-third:first-child,
.one-third:nth-child(3n+1) {
  margin: 0 1% 20px 0;
}
.one-third:nth-child(3n) {
  margin: 0 0 20px 1%;
}
h1 {
  font-size: 3.7rem;
  line-height: 4rem;
  color: #ae1300;
  font-weight: 300;
  margin: 0 auto;
}
h2 {
  font-size: 2.10rem;
  line-height: 2.2rem;
  color: #004ea9;
  font-weight: 300;
  margin: 10px 0;
}
h3 {
  font-size: 2.15rem;
  line-height: 2.2rem;
  color: #ae1300;
  font-weight: 300;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
a {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer ;
}
a:visted,
a:hover {
  color: #f1f1f1;
}
a img {
  display: block;
}
p {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
abbr[title] {
  border: none;
  cursor: text;
}
abbr[title].needs-help {
  cursor: help;
}
dl {
  border: 1px solid #ffffff;
}
dl > div {
  padding: 12px;
}
dl > div > dt,
dl > div > dd,
dl > div dl {
  margin: 0 -12px 0 -12px;
}
dl > div > dt,
dl > div > dd {
  padding: 0 12px 12px 12px;
}
dl > div dt {
  padding-top: 12px;
  border-top: 1px solid white;
}
dl > div dd {
  border-bottom: 1px solid #ffffff;
}
table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: separate;
  border: 1px solid #ffffff;
}
caption {
  padding: 12px 10px;
  text-align: left;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ffffff));
  background-image: -webkit-linear-gradient(top, white, #ffffff);
  background-image: -moz-linear-gradient(top, white, #ffffff);
  background-image: -ms-linear-gradient(top, white, #ffffff);
  background-image: -o-linear-gradient(top, white, #ffffff);
  background-image: linear-gradient(top, white, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffffff');
  border: 1px solid #ffffff;
  border-bottom: none;
}
thead {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ffffff));
  background-image: -webkit-linear-gradient(top, white, #ffffff);
  background-image: -moz-linear-gradient(top, white, #ffffff);
  background-image: -ms-linear-gradient(top, white, #ffffff);
  background-image: -o-linear-gradient(top, white, #ffffff);
  background-image: linear-gradient(top, white, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffffff');
}
tr:last-child td {
  border-bottom: none;
}
th,
td {
  padding: 6px 10px;
}
th {
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
td {
  border: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #ffffff;
}
.inlineLabel {
  display: block;
  margin-bottom: 2em;
}
.inlineLabel input[type=text],
.inlineLabel input[type=password],
.inlineLabel textarea {
  float: right;
  position: relative;
  top: -0.7em;
  width: 75%;
}
textarea {
  height: 15em;
}
.placeholder {
  position: relative;
}
.placeholder span {
  position: absolute;
  /* these values need to be the same as your input values */
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #004ea9;
  z-index: 1;
}
.placeholder input[type=text],
.placeholder textarea {
  float: none;
  top: 0;
  width: 100%;
}
input[type=text],
input[type=password],
textarea {
  padding: 5px 10px;
  font-family: Helvetica;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #004ea9;
  border: 1px solid #ffffff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #004ea9;
  -webkit-box-shadow: 0 0 5px rgba(0, 78, 169, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 78, 169, 0.3);
  box-shadow: 0 0 5px rgba(0, 78, 169, 0.3);
}
#searchform label {
  position: absolute;
  font-size: 0;
}
#searchform label:before,
#searchform label:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
}
#searchform label:before {
  position: absolute;
  top: 8px;
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-decoration: inherit;
  text-align: center;
  color: #004ea9;
  z-index: 1;
}
#searchform input[name=s] {
  position: relative;
  top: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 40px;
  border: 1px solid #004ea9;
}
#searchform input[type=submit] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.ua-ie-6 .cf,
.ua-ie-7 .cf {
  zoom: 1;
}
.ua-ie-6 .cf:before,
.ua-ie-7 .cf:before {
  content: '';
  display: table;
}
.hide_from_all {
  display: none;
  visibility: hidden;
}
.hide-from-screen {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.ua-ie-7 .button {
  zoom: 1;
}
.button {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.button:last-child {
  margin-right: 0;
}
.button:visited,
.button:hover {
  color: white;
}
.button.blue {
  color: white;
  background: #004ea9;
  transition: all 0.5s ease-in-out;
}
.button.blue:hover {
  color: white;
  background: #0066dc;
}
.button.yellow {
  color: #004ea9;
  background: #fffd92;
  transition: all 0.5s ease-in-out;
}
.button.yellow:hover {
  color: white;
  background: #0066dc;
}
.button.red {
  color: white;
  background: #ae1300;
  transition: all 0.5s ease-in-out;
}
.button.red:hover {
  color: white;
  background: #004ea9;
}
.button.small {
  padding: 2px 10px 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.medium {
  padding: 4px 20px 6px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25.2px;
  line-height: 2.52rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"].button:hover {
  border-color: #004ea9;
}
.reveal-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.reveal-modal {
  position: absolute;
  visibility: hidden;
  top: 100px;
  left: 50%;
  width: 520px;
  margin-left: -260px;
  padding: 30px 40px 34px;
  background: #ffffff url('../img/int/backgrounds/modal-gloss.png') no-repeat -200px -80px;
  z-index: 101;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -200px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../typefaces/fontawesome-webfont.eot');
  src: url('../typefaces/fontawesome-webfont.eot?') format('embedded opentype'), url('../typefaces/fontawesome-webfont.woff') format('woff'), url('../typefaces/fontawesome-webfont.svg') format('svg'), url('../typefaces/fontawesome-webfont.ttf') format('truetype');
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  text-decoration: none;
  text-align: center;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
}
[class^="icon-"]:after,
[class*=" icon-"]:after {
  display: none;
}
[class^="icon-"].icon-large:before,
[class*=" icon-"].icon-large:before,
[class^="icon-"].icon-large:after,
[class*=" icon-"].icon-large:after {
  vertical-align: top;
  font-size: 1.33333333em;
}
[class^="icon-"].icon-pos-right:before,
[class*=" icon-"].icon-pos-right:before {
  display: none;
}
[class^="icon-"].icon-pos-right:after,
[class*=" icon-"].icon-pos-right:after {
  display: inline-block;
}
.icon-only {
  font-size: 0;
}
.icon-only:before,
.icon-only:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\f0da;&nbsp;');
}
.icon-caret-right:before,
.icon-caret-right:after {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.vcard {
  font-family: courier;
  text-transform: lowercase;
}
.vcard .n,
.vcard .nickname {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  max-height: 94px;
  overflow: hidden;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-viewport li {
  float: left;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #f1f1f1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #f1f1f1;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}





/*****
	EDITS
*****/


.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper .left_label textarea.large,
.gform_wrapper .left_label textarea.medium,
.gform_wrapper .left_label textarea.small,
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .right_label textarea.large,
.gform_wrapper .right_label textarea.medium,
.gform_wrapper .right_label textarea.small {
	width:100% !important;
}

.contact_form {
background:#f1f1f1;
border: 1px solid #ccc;
padding: 20px 20px 0 20px;
margin: 15px 0 0 0;
border-radius: 5px;
font-size: 1.4rem;
}

  .contact_form .gform_button {
	  padding:10px 15px !important;
	  background:#004ea9;
	  border:none;
	  border-radius:5px;
	  color:#fff;
	  transition:0.3s ease;
	  font-weight:bold;
  }
  .contact_form .gform_button:hover {
	  background:#ae1300;
  }







@media print {
  nav {
    display: none;
  }
  body:before {
    display: block;
    content: "Don't forget to recycle this paper once you are done with it.";
    margin-bottom: 20px;
    padding: 10px;
    background-color: #b4ffb4;
    border: 1px solid green;
    color: green;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 20px;
    color: black;
  }
  a {
    color: #0066cc;
    font-weight: bold;
  }
  a:link:after {
    content: '';
  }
  #comments {
    page-break-before: always;
  }
}
@media only screen {
  #mq {
    display: none;
    visibility: hidden;
    content: '320';
  }
  #mq:after {
    content: '320';
  }
  header[role="banner"] {
    position: relative;
    padding: 20px 0 0 0;
  }
  header[role="banner"]:after {
    content: '';
    display: table;
    clear: both;
  }
  .richlucy {
    position: absolute;
    bottom: -15px;
    left: 230px;
  }
  .head-logo {
    float: left;
  }
  .head-logo img {
    margin: right;
  }
  .phone {
    margin: 20px 0 0 0;
  }
  .phone p {
    font-size: 1.87rem;
    margin-bottom: 0;
  }
  .phone p.largetext {
    color: #004ea9;
    font-weight: 800;
    font-size: 4.7rem;
    padding: 15px 0 0 0;
  }
  .blueline,
  .redline {
    padding: 15px 0;
  }
  .blueline p,
  .redline p {
    color: white;
    font-size: 2.2rem;
    font-weight: 300;
    margin: 0;
  }
  .blueline.top,
  .redline.top {
    margin: 15px 0 0 0;
  }
  .blueline.bottom.menuholder,
  .redline.bottom.menuholder {
    padding: 0;
  }
  .blueline {
    background: #004ea9;
  }
  .redline {
    background: #ae1300;
  }
  .redline i,
  .redline a,
  .redline strong {
    color: white;
    font-size: 1.6rem;
    padding: 0 6px 0 0;
    font-weight: 300;
  }
  ul#menu-main-menu li {
    float: left;
  }
  ul#menu-main-menu li#menu-item-1410.current-menu-item a {
    background: #004ea9;
    color: white;
  }
  ul#menu-main-menu li#menu-item-1410.current-menu-item a:hover {
    background: white;
    color: #004ea9;
  }
  ul#menu-main-menu li.current-menu-item a {
    background: white;
    color: #004ea9;
  }
  ul#menu-main-menu li a {
    color: white;
    font-size: 2.2rem;
    font-weight: 300;
    display: block;
    padding: 15px 20px;
    margin: 0 0 -1px 0;
    transition: all 0.5s ease-in-out;
  }
  ul#menu-main-menu li a:hover {
    background: white;
    color: #004ea9;
  }
  ul#menu-main-menu i.fa.fa-home {
    font-size: 2.0rem;
  }
  .home-content {
    width: 66%;
    padding: 20px 20px 20px 0;
  }
  .home-content .signature {
    font-family: Lobster, cursive;
    font-size: 1.8rem;
  }
  .greystripe {
    background: #f1f1f1;
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .greystripe.clients {
    max-height: 154px;
    overflow: hidden;
  }
  .services.bluestripe {
    background: #004ea9;
    padding: 0 0 30px 0;
  }
  .services h2 {
    text-align: center;
    color: white;
    font-size: 3.7rem;
    line-height: 4rem;
    font-weight: 300;
    padding: 30px 0;
  }
  .services p {
    color: white;
    padding: 20px 0 0 0;
    min-height: 85px;
  }
  .services .one-third {
    width: 32%;
    margin: 0 1% 20px 1%;
    float: left;
  }
  .services .one-third .table-align {
    position: relative;
  }
  .services .one-third .table-align a {
    display: block;
    cursor: pointer;
  }
  .services .one-third .table-align h3 {
    color: #004ea9;
    position: absolute;
    bottom: 0;
    background: #fffd92;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    display: table-cell;
    text-align: center;
    text-transform: capitalize;
  }
  .services .one-third img {
    width: 100%;
    height: auto;
  }
  .services .one-third:first-child,
  .services .one-third:nth-child(3n+1) {
    margin: 0 1% 20px 0;
  }
  .services .one-third:nth-child(3n) {
    margin: 0 0 20px 1%;
  }
  .creds {
    padding-bottom: 60px;
    text-align: center;
  }
  .creds h2 {
    text-align: center;
    color: #ae1300;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-weight: 300;
    padding: 30px 0;
  }
  .creds ul li {
    display: inline-block;
    width: 30%;
    padding: 0 20px;
  }
  .creds ul li:first-child {
    padding: 0 20px 0 0;
  }
  .creds ul li:last-child {
    padding: 0 0 0 20px;
  }
  .creds .vid {
    width: 60%;
    margin: 0 auto;
  }
  .homenews.greystripe {
    margin-bottom: 0;
  }
  .homenews h2 {
    text-align: center;
    color: #004ea9;
    font-size: 3.5rem;
    line-height: 3.8prem;
    font-weight: 300;
    padding: 0 0 30px 0;
  }
  .homenews img {
    width: 100%;
    height: 130px;
  }
  .homenews h4 {
    padding: 15px 0 10px 0;
    font-size: 1.6rem;
  }
  .homenews a {
    color: #004ea9;
    font-weight: 300;
    transition: all 0.5s ease-in-out;
  }
  .homenews a:hover {
    color: #0066dc;
  }
  .homenews .entry-summary p {
    min-height: 100px;
  }
  .home #right-sidebar {
    padding: 20px 0 20px 20px;
  }
  #right-sidebar .gform_button {
	  padding:10px 15px !important;
	  background:#fff;
	  border:none;
	  border-radius:5px;
	  color:#ae1300;
	  transition:0.3s ease;
	  font-weight:bold;
  }
  #right-sidebar .gform_button:hover {
	  color:#004ea9;
	  box-shadow:2px 2px 2px rgba(0,0,0,0.5);
  }
  #right-sidebar {
    width: 33%;
    padding: 0 0 20px 20px;
    float: right;
  }
  #right-sidebar .mapp-layout {
    margin: 0;
  }
  #right-sidebar #text-2 {
    margin: 10px 0 20px 0;
  }
  #right-sidebar #text-23,
  #right-sidebar #text-24,
  #right-sidebar #text-23 h2,
  #right-sidebar #text-24 h2,
  #right-sidebar #text-23 h3,
  #right-sidebar #text-24 h3 {
	  color:#fff !important;
  }
  #right-sidebar #text-3,
  #right-sidebar #text-20,
  #right-sidebar #text-23,
  #right-sidebar #text-24 {
    margin: 0;
    background: #ae1300;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
  }
  #right-sidebar #text-3 .ebook,
  #right-sidebar #text-20 .ebook,
  #right-sidebar #text-23 .ebook,
  #right-sidebar #text-24 .ebook {
    position: absolute;
    top: -25px;
    right: -30px;
  }
  #right-sidebar #text-3 h2,
  #right-sidebar #text-20 h2,
  #right-sidebar #text-3 h3,
  #right-sidebar #text-20 h3 {
    color: white;
  }
  #right-sidebar #text-3 h3,
  #right-sidebar #text-20 h3,
  #right-sidebar #text-23 h3,
  #right-sidebar #text-24 h3 {
    margin: 0 0 10px 0;
    border: none;
    font-size: 1.6rem;
  }
  #right-sidebar #text-3 #signupForm3377,
  #right-sidebar #text-20 #signupForm3377 {
    margin: 0;
    background: none;
    border: none;
    padding: 0;
  }
  #right-sidebar #text-3 #signupForm3377 label,
  #right-sidebar #text-20 #signupForm3377 label,
  #right-sidebar #text-3 #signupForm3377 tr > td:first-of-type,
  #right-sidebar #text-20 #signupForm3377 tr > td:first-of-type,
  #right-sidebar #text-3 #signupForm3377 input[type=reset],
  #right-sidebar #text-20 #signupForm3377 input[type=reset] {
    display: none;
  }
  #right-sidebar #text-3 #signupForm3377 label.show,
  #right-sidebar #text-20 #signupForm3377 label.show,
  #right-sidebar #text-3 #signupForm3377 tr > td.show,
  #right-sidebar #text-20 #signupForm3377 tr > td.show {
    display: block;
  }
  #right-sidebar #text-3 #signupForm3377 input[type=radio],
  #right-sidebar #text-20 #signupForm3377 input[type=radio] {
    margin: 0 5px;
  }
  #right-sidebar #text-3 #signupForm3377 td,
  #right-sidebar #text-20 #signupForm3377 td {
    padding: 0 10px 0 0;
    color: white;
  }
  #right-sidebar #text-3 #signupForm3377 input[type=text],
  #right-sidebar #text-20 #signupForm3377 input[type=text] {
    width: 99%;
    margin: 5px 0;
    padding: 6px;
  }
  #right-sidebar #text-3 #signupForm3377 ::-webkit-input-placeholder,
  #right-sidebar #text-20 #signupForm3377 ::-webkit-input-placeholder {
    color: #004ea9;
    padding: 0 0 0 5px;
  }
  #right-sidebar #text-3 #signupForm3377 select#input_4_3,
  #right-sidebar #text-20 #signupForm3377 select#input_4_3 {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 11px;
    border: none;
    margin: 5px 0;
    color: #004ea9;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_3 .ginput_container,
  #right-sidebar #text-20 #signupForm3377 li#field_4_3 .ginput_container {
    position: relative;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_3 .ginput_container:after,
  #right-sidebar #text-20 #signupForm3377 li#field_4_3 .ginput_container:after {
    position: absolute;
    right: 12px;
    top: 14px;
    font-family: FontAwesome;
    font-size: 2.2rem;
    content: "\f0d7";
    color: #004ea9;
  }
  #right-sidebar #text-3 #signupForm3377 input[type=submit],
  #right-sidebar #text-20 #signupForm3377 input[type=submit] {
    width: 100%;
    text-align: center;
    background: #004ea9;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px;
    margin: -10px 0 0 0;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
  }
  #right-sidebar #text-3 #signupForm3377 input[type=submit]:hover,
  #right-sidebar #text-20 #signupForm3377 input[type=submit]:hover {
    background: #0066dc;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_1 .ginput_container,
  #right-sidebar #text-20 #signupForm3377 li#field_4_1 .ginput_container {
    position: relative;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_1 .ginput_container:after,
  #right-sidebar #text-20 #signupForm3377 li#field_4_1 .ginput_container:after {
    position: absolute;
    right: 12px;
    top: 14px;
    font-family: FontAwesome;
    font-size: 2.2rem;
    content: "\f007";
    color: #004ea9;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_2 .ginput_container,
  #right-sidebar #text-20 #signupForm3377 li#field_4_2 .ginput_container {
    position: relative;
  }
  #right-sidebar #text-3 #signupForm3377 li#field_4_2 .ginput_container:after,
  #right-sidebar #text-20 #signupForm3377 li#field_4_2 .ginput_container:after {
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: FontAwesome;
    font-size: 2.2rem;
    content: "\f095";
    color: #004ea9;
  }
  #right-sidebar #text-3 #signupForm3377 .gform_footer.top_label,
  #right-sidebar #text-20 #signupForm3377 .gform_footer.top_label {
    margin: 4px 0 0 0;
    padding: 0;
  }
  #right-sidebar iframe {
    height: 190px;
    border: 2px solid #004ea9;
    border-radius: 10px;
    box-shadow: 0 2px 0 #f1f1f1;
  }
  #right-sidebar #text-4 h2 {
    color: #ae1300;
    padding: 5px 0 10px 0;
  }
  #right-sidebar #text-4 .quotebox {
    background: #004ea9;
    color: white;
    padding: 30px;
    margin: 10px 0 20px 0;
    font-size: 2.5rem !important;
    font-family: Lobster, cursive;
    line-height: 3rem;
    position: relative;
    border-radius: 20px;
  }
  #right-sidebar #text-4 .quotebox blockquote:before {
    content: '\f10d';
    font-family: FontAwesome;
    padding: 0 10px 0 0;
  }
  #right-sidebar #text-4 .quotebox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #004ea9 transparent;
  }
  #right-sidebar #text-4 p.quoter {
    text-align: right;
    margin: 0 10px 30px 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.6rem;
    color: #ae1300;
  }
  #text-6 h2,
  #text-7 h2,
  #text-8 h2,
  #text-9 h2,
  #text-10 h2 {
    padding: 0 0 10px 0;
  }
  #text-16 h2 {
    padding: 0 0 10px 0;
  }
  #text-16 ul {
    margin: 15px 0;
  }
  #text-16 ul a {
    color: #353535;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    display: block;
    text-align: center;
  }
  #text-16 ul a:hover {
    color: white;
    background: #ae1300;
    border: 1px solid #ae1300;
  }
  #text-17 {
    margin: 10px 0 50px 0;
  }
  #smallrecentposts-2,
  #smallrecentposts-3 {
    margin: 30px 0 0 0;
  }
  #smallrecentposts-2 h2,
  #smallrecentposts-3 h2 {
    padding: 0 0 10px 0;
  }
  #smallrecentposts-2 article,
  #smallrecentposts-3 article {
    margin: 0 0 20px 0;
  }
  #smallrecentposts-2 h3,
  #smallrecentposts-3 h3 {
    color: #004ea9;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 300;
    border: 0;
    padding: 0;
    margin: 0 0 5px 0;
  }
  #smallrecentposts-2 h3 a,
  #smallrecentposts-3 h3 a {
    color: #004ea9;
    font-weight: 300;
    transition: all 0.5s ease-in-out;
  }
  #smallrecentposts-2 h3 a:hover,
  #smallrecentposts-3 h3 a:hover {
    color: #0066dc;
  }
  #smallrecentposts-2 img,
  #smallrecentposts-3 img {
    border: 1px solid #004ea9;
  }
  #smallrecentposts-2 .entry-summary,
  #smallrecentposts-3 .entry-summary {
    width: 72%;
  }
  footer[role=contentinfo] {
    background: #ae1300;
    color: white;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  footer[role=contentinfo] h2 {
    color: white;
    padding: 0 30px 15px 0;
  }
  footer[role=contentinfo] #nav_menu-6 h2:after {
    font-family: FontAwesome;
    float: right;
    content: '\f0c1';
    color: white;
  }
  footer[role=contentinfo] #nav_menu-6 li:before {
    font-family: FontAwesome;
    content: '\f0da';
    color: #004ea9;
    padding: 0 8px 0 0;
  }
  footer[role=contentinfo] #nav_menu-5 h2:after {
    font-family: FontAwesome;
    float: right;
    content: '\f085';
    color: white;
  }
  footer[role=contentinfo] #nav_menu-5 li:before {
    font-family: FontAwesome;
    content: '\f0da';
    color: #004ea9;
    padding: 0 8px 0 0;
  }
  footer[role=contentinfo] #text-5 h2:after {
    font-family: FontAwesome;
    float: right;
    content: '\f0f7';
    color: white;
  }
  footer[role=contentinfo] #text-5 .fa-ul {
    margin: 0 0 0 20px;
  }
  footer[role=contentinfo] #text-5 .fa-ul li {
    line-height: 2.2rem;
  }
  footer[role=contentinfo] i {
    color: #004ea9;
  }
  .socialcopy {
    background: #004ea9;
    padding: 10px 0;
    color: white;
  }
  .socialcopy p {
    padding: 5px 0;
    margin: 0;
  }
  .socialcopy ul li {
    height: 32px;
    width: 32px;
    margin: 0 0 0 8px;
    float: left;
    color: white;
  }
  .socialcopy ul li a {
    display: block;
    color: white;
    width: 32px;
    height: 32px;
    transition: all 0.5s ease-in-out;
    margin: 5px 0;
  }
  .socialcopy ul li.fb a:before {
    font-family: FontAwesome;
    content: '\f230';
    font-size: 3rem;
  }
  .socialcopy ul li.fb a:before:hover {
    color: #3b5998;
  }
  .socialcopy ul li.tr a:before {
    font-family: FontAwesome;
    content: '\f081';
    font-size: 3rem;
  }
  .socialcopy ul li.tr a:before:hover {
    color: #00aced;
  }
  .socialcopy ul li.li a:before {
    font-family: FontAwesome;
    content: '\f08c';
    font-size: 3rem;
  }
  .socialcopy ul li.li a:before:hover {
    color: #007bb6;
  }
  .socialcopy ul li.yt a:before {
    font-family: FontAwesome;
    content: '\f166';
    font-size: 3rem;
  }
  .socialcopy ul li.yt a:before:hover {
    color: #bb0000;
  }
  h1.pagetitle {
    margin: 30px 0;
  }
  img.alignnone.size-full.wp-image-1291 {
    margin: 64px 0 0 0;
  }
  .main-page-content {
    width: 66%;
    padding: 0 20px 20px 0;
    float: left;
  }
  .main-page-content.fullwidth {
    width: 100%;
  }
  .main-page-content .vid {
    border: 2px solid #ae1300;
    margin: 10px 0 20px 0;
    padding: 0 1px 0 0;
  }
  .main-page-content img {
    border: 2px solid #004ea9;
  }
  .main-page-content img.alignright {
    margin: 10px 0 10px 20px;
  }
  .main-page-content img.alignleft {
    margin: 10px 20px 10px 0;
  }
  .main-page-content ul {
    font-size: 1.4rem;
    margin: 10px 0 20px 10px;
    padding: 20px;
    background: #f1f1f1;
  }
  .main-page-content ul li {
    padding: 5px 0;
  }
  .main-page-content ul li:before {
    font-family: FontAwesome;
    content: '\f111';
    color: #ae1300;
    margin: 0 6px 0 0;
  }
  .main-page-content ul.testimonials,
  .main-page-content ul.testimonial-grid {
    padding: 0;
    background: 0;
  }
  .main-page-content ul.testimonials li:before,
  .main-page-content ul.testimonial-grid li:before {
    display: none;
  }
  .main-page-content ul.testimonials .quotebox,
  .main-page-content ul.testimonial-grid .quotebox {
    background: #004ea9;
    color: white;
    padding: 30px;
    margin: 10px 0 20px 0;
    font-size: 2.5rem !important;
    font-family: Lobster, cursive;
    line-height: 3rem;
    position: relative;
    border-radius: 20px;
  }
  .main-page-content ul.testimonials .quotebox p,
  .main-page-content ul.testimonial-grid .quotebox p {
    font-size: 2.5rem !important;
  }
  .main-page-content ul.testimonials .quotebox p:before,
  .main-page-content ul.testimonial-grid .quotebox p:before {
    content: '\f10d';
    font-family: FontAwesome;
    padding: 0 10px 0 0;
  }
  .main-page-content ul.testimonials .quotebox.redbg,
  .main-page-content ul.testimonial-grid .quotebox.redbg {
    background: #ae1300;
  }
  .main-page-content ul.testimonials .quotebox.redbg:after,
  .main-page-content ul.testimonial-grid .quotebox.redbg:after {
    border-color: #ae1300 transparent;
    right: auto;
    left: 30px;
  }
  .main-page-content ul.testimonials .quotebox:after,
  .main-page-content ul.testimonial-grid .quotebox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #004ea9 transparent;
  }
  .main-page-content ul.testimonials p.quoter,
  .main-page-content ul.testimonial-grid p.quoter {
    text-align: right;
    margin: 0 10px 10px 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.6rem;
    color: #ae1300;
  }
  .main-page-content ul.testimonials p.quoter.leftalign,
  .main-page-content ul.testimonial-grid p.quoter.leftalign {
    text-align: left;
    margin: 0 0 30px 10px;
    color: #004ea9;
  }
  .main-page-content a {
    color: #004ea9;
    transition: all 0.5s ease-in-out;
  }
  .main-page-content a:hover {
    color: #0066dc;
    text-decoration: underline;
  }
  .main-page-content .grid-sizer,
  .main-page-content .grid-item {
    width: 32%;
  }
  .main-page-content .grid-item:nth-child(even) .quoter {
    float: left;
  }
  .main-page-content .grid-item:nth-child(even) .quotebox {
    background: #ae1300;
  }
  .main-page-content .grid-item:nth-child(even) .quotebox:after {
    border-color: #ae1300 transparent;
    right: auto;
    left: 30px;
  }
  .main-page-content .pics .one-half {
    padding: 20px !important;
    position: relative;
  }
  .main-page-content .pics .one-half p.wp-caption-text {
    position: absolute;
    background: #004ea9;
    color: white;
    text-align: center;
    top: 50px;
    padding: 5px 30px;
    font-weight: 800;
  }
  #signupForm3369,
  #signupForm3371,
  #signupForm3448,
  #signupForm3373,
  #signupForm3377,
  #signupForm3372,
  #signupForm3370 {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px 20px 0 20px;
    margin: 15px 0 0 0;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  #signupForm3369 table,
  #signupForm3371 table,
  #signupForm3448 table,
  #signupForm3373 table,
  #signupForm3377 table,
  #signupForm3372 table,
  #signupForm3370 table,
  #signupForm3369 td,
  #signupForm3371 td,
  #signupForm3448 td,
  #signupForm3373 td,
  #signupForm3377 td,
  #signupForm3372 td,
  #signupForm3370 td,
  #signupForm3369 tr,
  #signupForm3371 tr,
  #signupForm3448 tr,
  #signupForm3373 tr,
  #signupForm3377 tr,
  #signupForm3372 tr,
  #signupForm3370 tr {
    border: none;
    margin: 0;
    vertical-align: top;
  }
  #signupForm3369 input[type=text],
  #signupForm3371 input[type=text],
  #signupForm3448 input[type=text],
  #signupForm3373 input[type=text],
  #signupForm3377 input[type=text],
  #signupForm3372 input[type=text],
  #signupForm3370 input[type=text],
  #signupForm3369 textarea,
  #signupForm3371 textarea,
  #signupForm3448 textarea,
  #signupForm3373 textarea,
  #signupForm3377 textarea,
  #signupForm3372 textarea,
  #signupForm3370 textarea {
    width: 95%;
    border: 1px solid #ae1300;
    border-radius: 3px;
  }
  #signupForm3369 textarea,
  #signupForm3371 textarea,
  #signupForm3448 textarea,
  #signupForm3373 textarea,
  #signupForm3377 textarea,
  #signupForm3372 textarea,
  #signupForm3370 textarea {
    height: 90px;
  }
  #signupForm3369 select,
  #signupForm3371 select,
  #signupForm3448 select,
  #signupForm3373 select,
  #signupForm3377 select,
  #signupForm3372 select,
  #signupForm3370 select {
    -webkit-appearance: none;
    border-radius: 3px;
    width: 100%;
    padding: 11px;
    border: 1px solid #ae1300;
    margin: 5px 0;
    color: #004ea9;
  }
  #signupForm3369 input[type=submit],
  #signupForm3371 input[type=submit],
  #signupForm3448 input[type=submit],
  #signupForm3373 input[type=submit],
  #signupForm3377 input[type=submit],
  #signupForm3372 input[type=submit],
  #signupForm3370 input[type=submit],
  #signupForm3369 input[type=reset],
  #signupForm3371 input[type=reset],
  #signupForm3448 input[type=reset],
  #signupForm3373 input[type=reset],
  #signupForm3377 input[type=reset],
  #signupForm3372 input[type=reset],
  #signupForm3370 input[type=reset] {
    width: 100%;
    text-align: center;
    background: #004ea9;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
  }
  #signupForm3369 input[type=submit]:hover,
  #signupForm3371 input[type=submit]:hover,
  #signupForm3448 input[type=submit]:hover,
  #signupForm3373 input[type=submit]:hover,
  #signupForm3377 input[type=submit]:hover,
  #signupForm3372 input[type=submit]:hover,
  #signupForm3370 input[type=submit]:hover,
  #signupForm3369 input[type=reset]:hover,
  #signupForm3371 input[type=reset]:hover,
  #signupForm3448 input[type=reset]:hover,
  #signupForm3373 input[type=reset]:hover,
  #signupForm3377 input[type=reset]:hover,
  #signupForm3372 input[type=reset]:hover,
  #signupForm3370 input[type=reset]:hover {
    background: #0066dc;
  }
  #signupForm3369 input[type=reset],
  #signupForm3371 input[type=reset],
  #signupForm3448 input[type=reset],
  #signupForm3373 input[type=reset],
  #signupForm3377 input[type=reset],
  #signupForm3372 input[type=reset],
  #signupForm3370 input[type=reset] {
    background: #0066dc;
  }
  #signupForm3369 input[type=reset]:hover,
  #signupForm3371 input[type=reset]:hover,
  #signupForm3448 input[type=reset]:hover,
  #signupForm3373 input[type=reset]:hover,
  #signupForm3377 input[type=reset]:hover,
  #signupForm3372 input[type=reset]:hover,
  #signupForm3370 input[type=reset]:hover {
    background: #004ea9;
  }
  .blog .post-detail,
  .archive .post-detail,
  .search .post-detail {
    width: 70%;
  }
  .blog ul.author-details,
  .archive ul.author-details,
  .search ul.author-details {
    background: #ae1300;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    border-radius: 3px;
    color: white;
  }
  .blog ul.author-details a,
  .archive ul.author-details a,
  .search ul.author-details a {
    color: white;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
  }
  .blog ul.author-details a:hover,
  .archive ul.author-details a:hover,
  .search ul.author-details a:hover {
    color: #f1f1f1;
  }
  .blog ul.author-details li:before,
  .archive ul.author-details li:before,
  .search ul.author-details li:before {
    display: none;
  }
  .blog .wp-pagenavi,
  .archive .wp-pagenavi,
  .search .wp-pagenavi {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .blog section .wp-pagenavi span,
  .archive section .wp-pagenavi span,
  .search section .wp-pagenavi span,
  .blog .page.larger,
  .archive .page.larger,
  .search .page.larger,
  .blog .page.smaller,
  .archive .page.smaller,
  .search .page.smaller,
  .blog a.first,
  .archive a.first,
  .search a.first {
    color: #004ea9;
    background: #f1f1f1;
    border: 1px solid #353535;
    transition: all 0.5s ease-in-out;
    width: 39px;
    height: 39px;
    padding: 10px 12px;
    border-radius: 3px;
  }
  .blog section .wp-pagenavi span.current,
  .archive section .wp-pagenavi span.current,
  .search section .wp-pagenavi span.current,
  .blog .page.larger.current,
  .archive .page.larger.current,
  .search .page.larger.current,
  .blog .page.smaller.current,
  .archive .page.smaller.current,
  .search .page.smaller.current,
  .blog a.first.current,
  .archive a.first.current,
  .search a.first.current,
  .blog section .wp-pagenavi span:hover,
  .archive section .wp-pagenavi span:hover,
  .search section .wp-pagenavi span:hover,
  .blog .page.larger:hover,
  .archive .page.larger:hover,
  .search .page.larger:hover,
  .blog .page.smaller:hover,
  .archive .page.smaller:hover,
  .search .page.smaller:hover,
  .blog a.first:hover,
  .archive a.first:hover,
  .search a.first:hover {
    background: #ae1300;
    border: 1px solid #353535;
    color: white;
  }
  .blog section .wp-pagenavi span.pages,
  .archive section .wp-pagenavi span.pages,
  .search section .wp-pagenavi span.pages,
  .blog .page.larger.pages,
  .archive .page.larger.pages,
  .search .page.larger.pages,
  .blog .page.smaller.pages,
  .archive .page.smaller.pages,
  .search .page.smaller.pages,
  .blog a.first.pages,
  .archive a.first.pages,
  .search a.first.pages,
  .blog section .wp-pagenavi span.extend,
  .archive section .wp-pagenavi span.extend,
  .search section .wp-pagenavi span.extend,
  .blog .page.larger.extend,
  .archive .page.larger.extend,
  .search .page.larger.extend,
  .blog .page.smaller.extend,
  .archive .page.smaller.extend,
  .search .page.smaller.extend,
  .blog a.first.extend,
  .archive a.first.extend,
  .search a.first.extend {
    background: #004ea9;
    color: white;
  }
  .blog a.last,
  .archive a.last,
  .search a.last,
  .blog a.nextpostslink,
  .archive a.nextpostslink,
  .search a.nextpostslink,
  .blog a.previouspostslink,
  .archive a.previouspostslink,
  .search a.previouspostslink {
    background: #004ea9;
    color: white;
    border: 1px solid #353535;
    transition: all 0.5s ease-in-out;
    width: 39px;
    height: 39px;
    padding: 10px 12px;
    border-radius: 3px;
  }
  .blog a.last:hover,
  .archive a.last:hover,
  .search a.last:hover,
  .blog a.nextpostslink:hover,
  .archive a.nextpostslink:hover,
  .search a.nextpostslink:hover,
  .blog a.previouspostslink:hover,
  .archive a.previouspostslink:hover,
  .search a.previouspostslink:hover {
    background: #0066dc;
    border: 1px solid #004ea9;
    color: white;
  }
  .single h1.entry-title {
    margin: 30px 0;
  }
  .single #comments textarea {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .single #comments input[type=submit] {
    text-align: center;
    background: #004ea9;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
  }
  .single #comments input[type=submit]:hover {
    background: #0066dc;
  }
  #categories-2 {
    padding: 20px 0;
  }
  #categories-2 h2:after {
    float: right;
    font-family: FontAwesome;
    content: '\f097';
  }
  #categories-2 a {
    color: #ae1300;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
  }
  #categories-2 a:hover {
    color: #353535;
  }
  .nf404 h1 {
    font-size: 25rem;
    text-align: center;
    color: #ae1300;
    font-weight: 800;
    margin: 70px 0;
    line-height: 15rem;
  }
  .nf404 h2 {
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #004ea9;
  }
  .nf404 p {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  .creds h2 {
    font-size: 3.2rem;
  }
  .main-page-content .grid-sizer,
  .main-page-content .grid-item {
    width: 48%;
  }
  .richlucy {
    width: 450px;
  }
}
@media only screen and (max-width: 992px) {
  table {
    display: table;
  }
  thead {
    display: table-head;
  }
  tbody {
    display: table-body;
  }
  tr {
    display: table-row;
  }
  td {
    display: table-cell;
    text-align: left;
  }
  h1 {
    font-size: 2.4rem;
  }
  .creds h2 {
    font-size: 2.2rem;
  }
  .left,
  .right {
    float: none;
  }
  .main-page-content,
  #right-sidebar,
  .home-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  #right-sidebar {
    padding: 0;
  }
  #right-sidebar .widget {
    width: 100%;
    float: left;
  }
  #right-sidebar article header.left {
    float: left;
  }
  #right-sidebar .entry-summary.right {
    float: right;
    width: 87%;
  }
  #right-sidebar .entry-summary.right a.medium.red.button.right {
    float: right;
  }
  #right-sidebar iframe {
    height: 100%;
  }
  ul#menu-main-menu li a {
    font-size: 1.6rem;
    margin: 0;
  }
  .one-third {
    width: 100%;
    float: none;
  }
  footer a {
    background: #004ea9;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
  }
  footer[role=contentinfo] #nav_menu-6 li:before,
  footer[role=contentinfo] #nav_menu-5 li:before {
    display: none;
  }
  .blog .post-img,
  .archive .post-img,
  .search .post-img {
    float: left;
  }
  .blog .postList .post-detail.right,
  .archive .postList .post-detail.right,
  .search .postList .post-detail.right {
    float: right;
  }
  .blog a.medium.blue.button.right,
  .archive a.medium.blue.button.right,
  .search a.medium.blue.button.right {
    float: right;
  }
  .richlucy {
    display: none;
  }
  #categories-2 a {
    background: #ae1300;
    color: white;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
  }
  #smallrecentposts-3 i,
  #smallrecentposts-2 i {
    float: right;
  }
  .phone {
    float: right;
  }
  img.alignnone.size-full.wp-image-1291 {
    margin: 20px auto 0 auto;
    text-align: center;
    display: block;
  }
  .homenews img {
    display: none;
  }
  .services .one-third {
    width: 48%;
  }
  .services .one-third:first-child,
  .services .one-third:nth-child(2n+1) {
    margin: 0 1% 10px 0;
  }
  .services .one-third:nth-child(2n) {
    margin: 0 0 20px 1%;
  }
  body .shiftnav {
    background: #004ea9;
  }
  body .shiftnav a.shiftnav-target {
    font-size: 1.6rem;
  }
  body .shiftnav ul.shiftnav-menu li.menu-item {
    border-bottom: 1px solid white;
  }
}
@media only screen and (max-width: 767px) {
  .head-logo {
    float: none;
    margin: 0 auto;
  }
  .head-logo img {
    margin: 0 auto;
  }
  p.strapline {
    text-align: center;
    line-height: 2.6rem;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  img.alignnone.size-full.wp-image-1291 {
    display: none;
  }
  .home #right-sidebar {
    padding: 0;
  }
  .services .one-third {
    width: 100%;
    margin: 10px 0 !important;
  }
  .creds ul li {
    width: 100%;
  }
  .creds ul li img {
    text-align: center;
    margin: 20px auto;
    display: block;
  }
  .one-half {
    width: 100%;
    padding: 0 !important;
  }
  .one-half h2 {
    padding: 10px 0;
  }
  #right-sidebar article header.left {
    display: none;
  }
  #right-sidebar .entry-summary.right {
    float: none;
    width: 100%;
  }
  .main-page-content {
    padding: 0 0 20px 0;
  }
  .main-page-content img.alignright,
  .main-page-content img.alignleft {
    margin: 10px auto;
    text-align: center;
    display: block;
    float: none;
  }
  .main-page-content .grid-sizer,
  .main-page-content .grid-item {
    width: 100%;
  }
  .blog .post-img,
  .archive .post-img,
  .search .post-img {
    margin: 10px auto;
    text-align: center;
    display: block;
    float: none;
  }
  .blog .post-img img,
  .archive .post-img img,
  .search .post-img img {
    border: 2px solid #004ea9;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .blog .postList .post-detail.right,
  .archive .postList .post-detail.right,
  .search .postList .post-detail.right {
    float: none;
    width: 100%;
  }
  .blog section .wp-pagenavi span,
  .archive section .wp-pagenavi span,
  .search section .wp-pagenavi span,
  .blog .page.larger,
  .archive .page.larger,
  .search .page.larger {
    padding: 4px;
  }
  .blog a.last,
  .archive a.last,
  .search a.last,
  .blog a.nextpostslink,
  .archive a.nextpostslink,
  .search a.nextpostslink,
  .blog a.previouspostslink,
  .archive a.previouspostslink,
  .search a.previouspostslink {
    padding: 4px;
  }
  .greystripe {
    padding: 15px 0;
  }
  .bx-wrapper img {
    width: 70%;
  }
  .services .one-third .table-align h3 {
    font-size: 1.4rem;
  }
  .container {
    padding: 0 30px;
  }
  .phone {
    text-align: center;
    float: none;
  }
}
/* attributions */
/* in use */
/*

reset (amended)
    http://html5doctor.com/html-5-reset-stylesheet/
bulletrpoof @font-face syntax
    http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
Font Awesome (amended)
    http://fortawesome.github.com/Font-Awesome
beat that clearfix
    http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
new micro clearfix
    http://nicolasgallagher.com/micro-clearfix-hack/

*/
/* inspiration */
/*

mvcss
    http://mvcss.github.com/MVCSS/#layouts
320 and up
    http://stuffandnonsense.co.uk/projects/320andup/

*/
