@charset "UTF-8";
/* ==========================================================================
   NMC Bootstrap

   This LESS file imports all other LESS files. You should compile
   and minify this file before site launch.
   ========================================================================== */
/* Import NMC bootstrap */
/**
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com
 * Twitter: @rich_clark
 */
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;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:invalid {
  box-shadow: none;
}
/**
 * New Media Campaigns Idioms
 *
 * These are common patterns we use in all of our
 * projects. They are consolidated here to keep code DRY.
 *
 * Listing
 *    * .noText,.textReplace
 *    * .noList
 *    * .noForm
 *    * .fixedWidth(@width)
 *    * .columnWidth(@width)
 *    * .columnLeft(@width)
 *    * .columnRight(@width)
 *    * .fullSize
 *    * .absoluteDefault
 *    * .absoluteFullSize
 *    * .clearFix
 */
/*  Hides text when using image replacement */
.noText,
.textReplace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*  Removes bullets, margin, and padding from list */
.noList {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*  Removes webkit styling from form element */
.noForm {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
/*  Center a fixed width container */
/*  Adds left or right columns (e.g. content and sidebar) */
/*  Set width and height of element to that of its parent */
.fullSize {
  height: 100%;
  width: 100%;
}
/*  Position element absolutely to 0,0 */
.absoluteDefault {
  position: absolute;
  left: 0;
  top: 0;
}
/*  Position element absolutely and set its width and height to that of its parent (useful for slideshows) */
.absoluteFullSize {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*  The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
/**
 * Spacing
 *
 * This LESS file defines margins and paddings for block-level
 * elements. Helper classes are included for use elsewhere
 * in site styles.
 */
/* Settings */
/* ==========================================================================
   Site Vars
   ========================================================================== */
.sans {
  font-family: "proxima-nova", "Helvetica Neue", "HelveticaNeue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
/* ==========================================================================
   Spacing
   ========================================================================== */
/* ==========================================================================
   Typography Reset
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
.bottom-top {
  border-bottom: 5px solid #e2a700;
  margin-bottom: 60px;
  position: relative;
}
.bottom-top:after {
  border-style: solid;
  border-width: 21px 37px 0 37px;
  border-color: #e2a700 transparent transparent transparent;
  bottom: -26px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 150;
}
.responsive-img {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.read-more {
  background: #e2a700;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}
/**
 * Spacing
 * p, m, lh = padding, margin, line-height
 * a, t, r, b, l, h, v = all, top, right, bottom, left, horizontal, vertical
 * n, h, s, d = none(0px), half(@baseline / 2), single(@baseline), double(@baseline * 2), none(0px)
 * i = ! important
 */
.ptn {
  padding-top: 0px;
}
.ptni {
  padding-top: 0px !important;
}
.pbn {
  padding-bottom: 0px;
}
.pbni {
  padding-bottom: 0px !important;
}
.pln {
  padding-left: 0px;
}
.plni {
  padding-left: 0px !important;
}
.prn {
  padding-right: 0px;
}
.prni {
  padding-right: 0px !important;
}
.pvn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pvni {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.phn {
  padding-left: 0px;
  padding-right: 0px;
}
.phni {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pan {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.pani {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mtn {
  margin-top: 0px;
}
.mtni {
  margin-top: 0px !important;
}
.mbn {
  margin-bottom: 0px;
}
.mbni {
  margin-bottom: 0px !important;
}
.mln {
  margin-left: 0px;
}
.mlni {
  margin-left: 0px !important;
}
.mrn {
  margin-right: 0px;
}
.mrni {
  margin-right: 0px !important;
}
.mvn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mvni {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mhn {
  margin-left: 0px;
  margin-right: 0px;
}
.mhni {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.man {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.mani {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.lhn {
  line-height: 0px;
}
.lhni {
  line-height: 0px !important;
}
.ptq {
  padding-top: 7.5px;
}
.ptqi {
  padding-top: 7.5px !important;
}
.pbq {
  padding-bottom: 7.5px;
}
.pbqi {
  padding-bottom: 7.5px !important;
}
.plq {
  padding-left: 7.5px;
}
.plqi {
  padding-left: 7.5px !important;
}
.prq {
  padding-right: 7.5px;
}
.prqi {
  padding-right: 7.5px !important;
}
.pvq {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.pvqi {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.phq {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.phqi {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.paq {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.paqi {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.mtq {
  margin-top: 7.5px;
}
.mtqi {
  margin-top: 7.5px !important;
}
.mbq {
  margin-bottom: 7.5px;
}
.mbqi {
  margin-bottom: 7.5px !important;
}
.mlq {
  margin-left: 7.5px;
}
.mlqi {
  margin-left: 7.5px !important;
}
.mrq {
  margin-right: 7.5px;
}
.mrqi {
  margin-right: 7.5px !important;
}
.mvq {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.mvqi {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}
.mhq {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.mhqi {
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
}
.maq {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.maqi {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
}
.lhq {
  line-height: 7.5px;
}
.lhqi {
  line-height: 7.5px !important;
}
.pth {
  padding-top: 15px;
}
.pthi {
  padding-top: 15px !important;
}
.pbh {
  padding-bottom: 15px;
}
.pbhi {
  padding-bottom: 15px !important;
}
.plh {
  padding-left: 15px;
}
.plhi {
  padding-left: 15px !important;
}
.prh {
  padding-right: 15px;
}
.prhi {
  padding-right: 15px !important;
}
.pvh {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pvhi {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.phh {
  padding-left: 15px;
  padding-right: 15px;
}
.phhi {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pah {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.pahi {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.mth {
  margin-top: 15px;
}
.mthi {
  margin-top: 15px !important;
}
.mbh {
  margin-bottom: 15px;
}
.mbhi {
  margin-bottom: 15px !important;
}
.mlh {
  margin-left: 15px;
}
.mlhi {
  margin-left: 15px !important;
}
.mrh {
  margin-right: 15px;
}
.mrhi {
  margin-right: 15px !important;
}
.mvh {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mvhi {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mhh {
  margin-left: 15px;
  margin-right: 15px;
}
.mhhi {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mah {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.mahi {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.lhh {
  line-height: 15px;
}
.lhhi {
  line-height: 15px !important;
}
.pts {
  padding-top: 30px;
}
.ptsi {
  padding-top: 30px !important;
}
.pbs {
  padding-bottom: 30px;
}
.pbsi {
  padding-bottom: 30px !important;
}
.pls {
  padding-left: 30px;
}
.plsi {
  padding-left: 30px !important;
}
.prs {
  padding-right: 30px;
}
.prsi {
  padding-right: 30px !important;
}
.pvs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pvsi {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.phs {
  padding-left: 30px;
  padding-right: 30px;
}
.phsi {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pas {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.pasi {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.mts {
  margin-top: 30px;
}
.mtsi {
  margin-top: 30px !important;
}
.mbs {
  margin-bottom: 30px;
}
.mbsi {
  margin-bottom: 30px !important;
}
.mls {
  margin-left: 30px;
}
.mlsi {
  margin-left: 30px !important;
}
.mrs {
  margin-right: 30px;
}
.mrsi {
  margin-right: 30px !important;
}
.mvs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mvsi {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mhs {
  margin-left: 30px;
  margin-right: 30px;
}
.mhsi {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mas {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.masi {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.lhs {
  line-height: 30px;
}
.lhsi {
  line-height: 30px !important;
}
.pt3h {
  padding-top: 45px;
}
.pt3hi {
  padding-top: 45px !important;
}
.pb3h {
  padding-bottom: 45px;
}
.pb3hi {
  padding-bottom: 45px !important;
}
.pl3h {
  padding-left: 45px;
}
.pl3hi {
  padding-left: 45px !important;
}
.pr3h {
  padding-right: 45px;
}
.pr3hi {
  padding-right: 45px !important;
}
.pv3h {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pv3hi {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.ph3h {
  padding-left: 45px;
  padding-right: 45px;
}
.ph3hi {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.pa3h {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
.pa3hi {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.mt3h {
  margin-top: 45px;
}
.mt3hi {
  margin-top: 45px !important;
}
.mb3h {
  margin-bottom: 45px;
}
.mb3hi {
  margin-bottom: 45px !important;
}
.ml3h {
  margin-left: 45px;
}
.ml3hi {
  margin-left: 45px !important;
}
.mr3h {
  margin-right: 45px;
}
.mr3hi {
  margin-right: 45px !important;
}
.mv3h {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mv3hi {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.mh3h {
  margin-left: 45px;
  margin-right: 45px;
}
.mh3hi {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.ma3h {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
  margin-right: 45px;
}
.ma3hi {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.lh3h {
  line-height: 45px;
}
.lh3hi {
  line-height: 45px !important;
}
.ptd {
  padding-top: 60px;
}
.ptdi {
  padding-top: 60px !important;
}
.pbd {
  padding-bottom: 60px;
}
.pbdi {
  padding-bottom: 60px !important;
}
.pld {
  padding-left: 60px;
}
.pldi {
  padding-left: 60px !important;
}
.prd {
  padding-right: 60px;
}
.prdi {
  padding-right: 60px !important;
}
.pvd {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pvdi {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.phd {
  padding-left: 60px;
  padding-right: 60px;
}
.phdi {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.pad {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.padi {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.mtd {
  margin-top: 60px;
}
.mtdi {
  margin-top: 60px !important;
}
.mbd {
  margin-bottom: 60px;
}
.mbdi {
  margin-bottom: 60px !important;
}
.mld {
  margin-left: 60px;
}
.mldi {
  margin-left: 60px !important;
}
.mrd {
  margin-right: 60px;
}
.mrdi {
  margin-right: 60px !important;
}
.mvd {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mvdi {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mhd {
  margin-left: 60px;
  margin-right: 60px;
}
.mhdi {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.mad {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}
.madi {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.lhd {
  line-height: 60px;
}
.lhdi {
  line-height: 60px !important;
}
.pt5h {
  padding-top: 75px;
}
.pt5hi {
  padding-top: 75px !important;
}
.pb5h {
  padding-bottom: 75px;
}
.pb5hi {
  padding-bottom: 75px !important;
}
.pl5h {
  padding-left: 75px;
}
.pl5hi {
  padding-left: 75px !important;
}
.pr5h {
  padding-right: 75px;
}
.pr5hi {
  padding-right: 75px !important;
}
.pv5h {
  padding-top: 75px;
  padding-bottom: 75px;
}
.pv5hi {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.ph5h {
  padding-left: 75px;
  padding-right: 75px;
}
.ph5hi {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.pa5h {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
  padding-right: 75px;
}
.pa5hi {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.mt5h {
  margin-top: 75px;
}
.mt5hi {
  margin-top: 75px !important;
}
.mb5h {
  margin-bottom: 75px;
}
.mb5hi {
  margin-bottom: 75px !important;
}
.ml5h {
  margin-left: 75px;
}
.ml5hi {
  margin-left: 75px !important;
}
.mr5h {
  margin-right: 75px;
}
.mr5hi {
  margin-right: 75px !important;
}
.mv5h {
  margin-top: 75px;
  margin-bottom: 75px;
}
.mv5hi {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.mh5h {
  margin-left: 75px;
  margin-right: 75px;
}
.mh5hi {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.ma5h {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 75px;
  margin-right: 75px;
}
.ma5hi {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.lh5h {
  line-height: 75px;
}
.lh5hi {
  line-height: 75px !important;
}
.ptt {
  padding-top: 90px;
}
.ptti {
  padding-top: 90px !important;
}
.pbt {
  padding-bottom: 90px;
}
.pbti {
  padding-bottom: 90px !important;
}
.plt {
  padding-left: 90px;
}
.plti {
  padding-left: 90px !important;
}
.prt {
  padding-right: 90px;
}
.prti {
  padding-right: 90px !important;
}
.pvt {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pvti {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pht {
  padding-left: 90px;
  padding-right: 90px;
}
.phti {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.pat {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}
.pati {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.mtt {
  margin-top: 90px;
}
.mtti {
  margin-top: 90px !important;
}
.mbt {
  margin-bottom: 90px;
}
.mbti {
  margin-bottom: 90px !important;
}
.mlt {
  margin-left: 90px;
}
.mlti {
  margin-left: 90px !important;
}
.mrt {
  margin-right: 90px;
}
.mrti {
  margin-right: 90px !important;
}
.mvt {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mvti {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.mht {
  margin-left: 90px;
  margin-right: 90px;
}
.mhti {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.mat {
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: 90px;
  margin-right: 90px;
}
.mati {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.lht {
  line-height: 90px;
}
.lhti {
  line-height: 90px !important;
}
/**
 * Typography
 *
 * This LESS file defines the baseline, color, font-size, and other typographical
 * styles for text elements.
 */
/* Settings */
/*
@body-color: #333;
@body-font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
@body-font-size: 14px;
@body-accent-color: #007;

@header-color: #000;
@header-increment: .2;
@header-font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
@header-font-weight: bold;
*/
/* Base */
html,
body {
  font-family: "proxima-nova", "Helvetica Neue", "HelveticaNeue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  color: #153275;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
/* Block-level */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote,
table,
form,
pre {
  margin-bottom: 30px;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta,
.giga,
.mega,
.kilo,
.milli {
  color: #153275;
  font-family: "proxima-nova", "Helvetica Neue", "HelveticaNeue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
h1,
.alpha {
  font-size: 36px;
  line-height: 60px;
}
h2,
.beta {
  font-size: 32.4px;
  line-height: 60px;
}
h3,
.gamma {
  font-size: 28.8px;
}
h4,
.delta {
  font-size: 25.2px;
  margin-bottom: 0px;
}
h5,
.epsilon {
  font-size: 21.6px;
  margin-bottom: 0px;
}
h6,
.zeta {
  font-size: 18px;
  margin-bottom: 0px;
}
/* Headers (above scale) */
.giga {
  font-size: 46.8px;
  line-height: 60px;
}
.mega {
  font-size: 43.2px;
  line-height: 60px;
}
.kilo {
  font-size: 39.6px;
  line-height: 60px;
}
/* Headers (below scale) */
.milli {
  font-size: 14.4px;
}
/* Text */
a {
  color: #e2a700;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
small {
  font-size: 80%;
}
sup,
sub {
  font-size: 80%;
  line-height: 0px;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
}
blockquote :last-child {
  margin-bottom: 0px;
}
pre,
code,
kbd {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 5px;
  font-family: Consolas, "Courier New", Courier, mono;
  font-size: 16.2px;
  color: #153275;
  word-wrap: break-word;
}
pre {
  margin-left: 30px;
  margin-right: 30px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ol,
ul,
dl {
  margin-left: 30px;
  padding-left: 30px;
}
ol ol,
ul ol,
dl ol,
ol ul,
ul ul,
dl ul {
  margin-bottom: 0px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 30px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th,
.table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.table thead tr:first-child th {
  border-top: none;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-left: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  background-clip: padding-box;
}
.table-striped tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.04);
}
/* ==========================================================================
   Forms
   ========================================================================== */
label {
  display: block;
}
label .req {
  color: red;
  font-weight: bold;
}
input.text,
fieldset,
textarea,
select,
.radio-group,
.checkbox-group {
  display: block;
  margin-bottom: 30px;
}
fieldset {
  margin-bottom: 0px;
}
input.text,
textarea {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 30px;
}
input.text.error,
textarea.error {
  background-color: #f2dede;
  border-color: red;
  outline-color: red;
}
textarea {
  height: 180px;
}
select {
  min-width: 30%;
}
.checkbox-group label,
.radio-group label {
  font-weight: normal;
}
/**
 * Hybrid Grid Sytem
 *
 * Blend of the Semantic Grid System and Zurb Foundation with a little Twitter Bootstrap
 */
/* Settings */
/* Grid */
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.grid .row:before,
.grid .row:after {
  content: "";
  display: table;
}
.grid .row:after {
  clear: both;
}
.grid .row .center,
.grid .row .center:last-child {
  float: none;
  display: block;
  margin: 0 auto;
}
.grid {
  width: 100%;
  /* This is duplicated in both classes. Unavoidable. */
}
.grid .col12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col12:first-child {
  margin-left: 0;
}
.grid .col11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.45454545%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col11:first-child {
  margin-left: 0;
}
.grid .col10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 82.90909091%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col10:first-child {
  margin-left: 0;
}
.grid .col9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.36363636%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col9:first-child {
  margin-left: 0;
}
.grid .col8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65.81818182%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col8:first-child {
  margin-left: 0;
}
.grid .col7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.27272727%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col7:first-child {
  margin-left: 0;
}
.grid .col6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.72727273%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col6:first-child {
  margin-left: 0;
}
.grid .col5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40.18181818%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col5:first-child {
  margin-left: 0;
}
.grid .col4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.63636364%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col4:first-child {
  margin-left: 0;
}
.grid .col3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.09090909%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col3:first-child {
  margin-left: 0;
}
.grid .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.54545455%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col2:first-child {
  margin-left: 0;
}
.grid .col1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6%;
  margin-left: 2.54545455%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col1:first-child {
  margin-left: 0;
}
.grid .offset11 {
  margin-left: 96.54545455%;
}
.grid .offset10 {
  margin-left: 88%;
}
.grid .offset9 {
  margin-left: 79.45454545%;
}
.grid .offset8 {
  margin-left: 70.90909091%;
}
.grid .offset7 {
  margin-left: 62.36363636%;
}
.grid .offset6 {
  margin-left: 53.81818182%;
}
.grid .offset5 {
  margin-left: 45.27272727%;
}
.grid .offset4 {
  margin-left: 36.72727273%;
}
.grid .offset3 {
  margin-left: 28.18181818%;
}
.grid .offset2 {
  margin-left: 19.63636364%;
}
.grid .offset1 {
  margin-left: 11.09090909%;
}
.grid .push11 {
  left: 94%;
}
.grid .push10 {
  left: 85.45454545%;
}
.grid .push9 {
  left: 76.90909091%;
}
.grid .push8 {
  left: 68.36363636%;
}
.grid .push7 {
  left: 59.81818182%;
}
.grid .push6 {
  left: 51.27272727%;
}
.grid .push5 {
  left: 42.72727273%;
}
.grid .push4 {
  left: 34.18181818%;
}
.grid .push3 {
  left: 25.63636364%;
}
.grid .push2 {
  left: 17.09090909%;
}
.grid .push1 {
  left: 8.54545455%;
}
.grid .pull11 {
  right: 94%;
}
.grid .pull10 {
  right: 85.45454545%;
}
.grid .pull9 {
  right: 76.90909091%;
}
.grid .pull8 {
  right: 68.36363636%;
}
.grid .pull7 {
  right: 59.81818182%;
}
.grid .pull6 {
  right: 51.27272727%;
}
.grid .pull5 {
  right: 42.72727273%;
}
.grid .pull4 {
  right: 34.18181818%;
}
.grid .pull3 {
  right: 25.63636364%;
}
.grid .pull2 {
  right: 17.09090909%;
}
.grid .pull1 {
  right: 8.54545455%;
}
.onlymobile,
.onlyMobile {
  display: none;
}
@media all and (max-width: 800px) {
  .nomobile,
  .noMobile {
    display: none;
  }
  .onlymobile,
  .onlyMobile {
    display: block;
  }
  .grid .col12 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col11 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col10 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col9 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col8 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col7 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col6 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col5 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col4 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col3 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col2 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col1 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid {
    width: 100%;
  }
  .grid .m-col4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: 4%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col4:first-child {
    margin-left: 0;
  }
  .grid .m-col3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 74%;
    margin-left: 4%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col3:first-child {
    margin-left: 0;
  }
  .grid .m-col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    margin-left: 4%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col2:first-child {
    margin-left: 0;
  }
  .grid .m-col1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22%;
    margin-left: 4%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col1:first-child {
    margin-left: 0;
  }
  .grid .m-offset3 {
    margin-left: 82%;
  }
  .grid .m-offset2 {
    margin-left: 56%;
  }
  .grid .m-offset1 {
    margin-left: 30%;
  }
  .grid .m-push3 {
    left: 78%;
  }
  .grid .m-push2 {
    left: 52%;
  }
  .grid .m-push1 {
    left: 26%;
  }
  .grid .m-pull3 {
    right: 78%;
  }
  .grid .m-pull2 {
    right: 52%;
  }
  .grid .m-pull1 {
    right: 26%;
  }
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.notanimated {
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
/* Import Project Files */
/* project/layout.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  position: relative;
  width: 98%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 800px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 92%;
  }
}
@font-face {
  font-family: "fontello";
  src: url("https://www.graigmeyer.com/wp-content/themes/NMC%20Wordpress/fonts/fontello.eot?92464006");
  src: url("https://www.graigmeyer.com/wp-content/themes/NMC%20Wordpress/fonts/fontello.eot?92464006#iefix")
      format("embedded-opentype"),
    url("https://www.graigmeyer.com/wp-content/themes/NMC%20Wordpress/fonts/fontello.woff?92464006")
      format("woff"),
    url("https://www.graigmeyer.com/fonts/fontello.ttf?92464006")
      format("truetype"),
    url("https://www.graigmeyer.com/wp-content/themes/NMC%20Wordpress/fonts/fontello.svg?92464006#fontello")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('http://www.graigmeyer.com/font/fontello.svg?92464006#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: "\e800";
}
/* '' */
.icon-twitter:before {
  content: "\e801";
}
/* '' */
.icon-youtube:before {
  content: "\e802";
}
/* '' */
.icon-instagram:before {
  content: "\e803";
}
/* '' */
.icon-menu:before {
  content: "\e804";
}
/* '' */
.icon-cancel:before {
  content: "\e805";
}
/* '' */
.icon-down-open:before {
  content: "\e806";
}
/* '' */
.icon-mail:before {
  content: "\e807";
}
/* '' */
/* project/common/all.less */
/* project/common/typography.less */
a,
a:hover {
  text-decoration: none;
}
h2,
h3,
h4,
h5 {
  color: #e2a700;
  line-height: 1;
}
.content img {
  max-width: 100% !important;
  height: auto !important;
}
.home-content {
  position: relative;
}
.home-content:after {
  border-style: solid;
  border-width: 21px 37px 0 37px;
  border-color: #e2a700 transparent transparent transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -60px;
  width: 0;
  z-index: 150;
}
.home-content h2 {
  color: #153275;
  font-size: 36px;
  margin-bottom: 0px;
}
.content h2 {
  margin-bottom: 0px;
}
.content p {
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .home-content {
    text-align: center;
  }
  .content p {
    margin-bottom: 30px;
  }
}
/* project/common/header.less */
body {
  padding-top: 50px;
}
#header {
  background: white;
  border-bottom: 1px solid #153275;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 250;
}
#header.headroom {
  transition: transform 200ms linear;
}
#header.headroom--pinned {
  display: block;
  transform: translateY(0%);
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#header.headroom--pinned.headroom--not-top {
  background: white;
  border-bottom: 1px solid #e2a700;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0 !important;
}
#header.headroom--unpinned {
  display: none;
  transform: translateY(-100%);
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#header .container {
  height: 100%;
}
#header #logo {
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 250px;
  height: 25px;
}
#header #logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.logged-in #header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.logged-in #header {
    top: 46px;
  }
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
#mobile-toggle {
  background: #e2a700;
  color: white;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: 600;
  height: 49px;
  line-height: 49px;
  min-width: 36px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
#mobile-toggle .txt {
  display: none;
}
#main-nav {
  bottom: 33px;
  position: absolute;
  right: 0;
}
#main-nav .menu-item {
  display: inline-block;
  margin-left: 6px;
}
#main-nav .menu-item > a {
  color: #153275;
  display: block;
  height: 35px;
  line-height: 35px;
}
#main-nav .menu-item.menu-item-25 > a {
  background: #e2a700;
  color: white;
  font-weight: 400;
}
#social-nav {
  position: absolute;
  right: 0;
  top: 15px;
}
.social-nav li {
  display: inline-block;
}
.social-nav span {
  display: none;
}
.social-nav a {
  font-size: 1.2em;
}
.social-nav .facebook a {
  color: #1a2578;
}
.social-nav .twitter a {
  color: #3dc8e7;
}
.social-nav .instagram a {
  color: #6e3d2d;
}
.social-nav .youtube a {
  color: #e40000;
}
@media (max-width: 800px) {
  #header .container {
    width: 100%;
  }
  #header #logo {
    left: 10px;
  }
  #nav.open ul#main-nav {
    display: block;
  }
  #main-nav {
    bottom: auto;
    top: 50px;
    background: #153275;
    width: 100%;
  }
  #main-nav .menu-item {
    display: block;
    margin-left: 0px;
    border-bottom: 1px solid #11295f;
  }
  #main-nav a {
    background: none !important;
    color: white !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu-item-61 {
    display: none !important;
  }
}
@media (min-width: 480px) {
  #mobile-toggle .txt {
    display: inline;
  }
}
@media (min-width: 800px) {
  body {
    padding-top: 0px;
  }
  #header {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    height: 80px;
  }
  #nav #main-nav {
    display: block;
  }
  #main-nav {
    bottom: 18px;
  }
  #main-nav .menu-item {
    margin-left: 0px;
  }
  #main-nav .menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  #mobile-toggle {
    display: none;
  }
}

@media (min-width: 801px) and (max-width: 1125px)
{
	#header #logo {
		max-width: 150px;
		
	}	
}
@media (min-width: 1024px) {
  #header {
    height: 120px;
  }
  #nav #social-nav {
    display: block;
  }
  #main-nav {
    bottom: 33px;
  }
  #main-nav .menu-item > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#rotation {
  border-bottom: 5px solid #e2a700;
  margin-bottom: 60px;
  position: relative;
}
#rotation:after {
  border-style: solid;
  border-width: 21px 37px 0 37px;
  border-color: #e2a700 transparent transparent transparent;
  bottom: -26px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 150;
}
#rotation:after {
  display: none;
}
#rotation .slide {
  padding-bottom: 5px;
  width: 100%;
  position: relative;
}
#rotation .slide .container {
  background: #5dc0dd;
  width: 100%;
  padding: 15px 15px 30px;
}
#rotation img {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
#rotation a,
#rotation a * {
  color: white;
}
#rotation h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 7.5px;
}
#rotation .more {
  background: #e2a700;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}
#prev,
#next {
  position: absolute;
  height: 61px;
  top: 15%;
  width: 32px;
  z-index: 200;
}
#prev {
  background-image: url("../images/left-arrow.png");
  background-size: 32px 61px;
  left: 4%;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #prev {
    background-image: url("../images/left-arrow@2x.png");
    background-size: auto auto;
  }
}
#next {
  background-image: url("../images/right-arrow.png");
  background-size: 32px 61px;
  right: 4%;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #next {
    background-image: url("../images/right-arrow@2x.png");
    background-size: auto auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #prev,
  #next {
    background-size: 100% 100%;
  }
}
@media (min-width: 1024px) {
  #prev,
  #next {
    background-size: 65px 122px;
    height: 122px;
    position: absolute;
    top: 35%;
    width: 65px;
  }
}
@media (min-width: 800px) {
  #rotation .slide .container {
    background: none;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  #rotation .caption {
    background: black;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 29.5%;
    right: 0;
    width: 56%;
  }
}
/* File: project/common/sidebar.less */
#cta {
  background: #153275;
  padding: 16px 20px;
}
#cta a {
  border-bottom: 1px solid #425392;
  color: white;
  display: block;
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  padding-left: 70px;
  position: relative;
}
#cta i {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
#cta .col3 {
  border: none;
  display: block;
  font-size: 25px;
  height: auto;
  line-height: 1;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 22.5px;
  text-align: center;
  text-transform: uppercase;
}
#cta .col3 i {
  bottom: auto;
  display: block;
  left: auto;
  margin: 0 auto 15px;
  position: static;
  top: auto;
}
#cta .ginput_counter.warningTextareaInfo {
  position: absolute;
  color: #fff;
}
#sidebar #cta .ginput_counter.warningTextareaInfo {
  position: static;
}
#sign-up,
#gform_wrapper_1 {
  margin-bottom: 0px;
}
#sign-up ul,
#gform_wrapper_1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sign-up h3,
#gform_wrapper_1 h3,
#sign-up .gform_description,
#gform_wrapper_1 .gform_description {
  color: white;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 7.5px;
  text-align: center;
  text-transform: uppercase;
}
#sign-up input.text,
#gform_wrapper_1 input.text,
#sign-up #input_1_1,
#gform_wrapper_1 #input_1_1,
#sign-up #input_1_2,
#gform_wrapper_1 #input_1_2 {
  border: none;
  font-size: 0.75em;
  height: 50px;
  line-height: 70px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#sign-up input.submit,
#gform_wrapper_1 input.submit,
#sign-up input.gform_button,
#gform_wrapper_1 input.gform_button {
  background: #e2a700;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#sign-up fieldset.submit,
#gform_wrapper_1 fieldset.submit {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
#sign-up.col6,
#gform_wrapper_1.col6 {
  position: relative;
}
#sign-up.col6 h3,
#gform_wrapper_1.col6 h3 {
  font-size: 1em;
}
#sign-up.col6 input.half,
#gform_wrapper_1.col6 input.half {
  width: 48%;
}
#sign-up.col6 input.submit,
#gform_wrapper_1.col6 input.submit {
  bottom: 15px;
  position: absolute;
  right: 0;
  width: 48%;
}
.col6 #gform_wrapper_1 {
  position: relative;
}
.col6 #gform_wrapper_1 h3,
.col6 #gform_wrapper_1 .gform_description {
  font-size: 1em;
  display: inline-block;
}
.col6 #gform_wrapper_1 h3:after {
  content: ". ";
}
.col6 #gform_wrapper_1 label {
  display: none;
}
.col6 #gform_wrapper_1 input.half,
.col6 #gform_wrapper_1 #input_1_2 {
  width: 48%;
}
.col6 #gform_wrapper_1 #input_1_1 {
  width: 100%;
}
.col6 #gform_wrapper_1 input.submit,
.col6 #gform_wrapper_1 input.gform_button {
  bottom: 15px;
  position: absolute;
  right: 0;
  width: 48%;
}
#donate {
  margin-bottom: 15px;
}
#donate i {
  background-image: url("../images/sidebar-donate-icon.png");
  height: 57px;
  width: 57px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #donate i {
    background-image: url("../images/sidebar-donate-icon@2x.png");
    background-size: 57px 57px;
  }
}
#donate.col3 i {
  background-image: url("../images/donate-icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 78px;
  width: 78px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #donate.col3 i {
    background-image: url("../images/donate-icon@2x.png");
    background-size: 78px 78px;
  }
}
#volunteer {
  margin-bottom: 30px;
}
#volunteer i {
  background-image: url("../images/sidebar-volunteer-icon.png");
  background-repeat: no-repeat;
  height: 69px;
  width: 48px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #volunteer i {
    background-image: url("../images/sidebar-volunteer-icon@2x.png");
    background-size: 48px 69px;
  }
}
#volunteer.col3 i {
  background-image: url("../images/volunteer-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 77px;
  width: 54px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  #volunteer.col3 i {
    background-image: url("../images/volunteer-icon@2x.png");
    background-size: 54px 77px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #volunteer i,
  #donate i {
    background-size: 100% 100%;
  }
}
@media (min-width: 960px) {
  .home #cta {
    background: rgba(21, 50, 117, 0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 250;
  }
  #sign-up.col6:after,
  .col6 #gform_wrapper_1:after {
    background: white;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: -2%;
    width: 1px;
  }
}
#state-circle {
  background: white;
  border: 2px solid #153275;
  height: 200px;
  margin: 0 auto -100px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: -100px;
  width: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#state-circle .inner {
  background: #e2a700;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#state-circle img {
  bottom: 0;
  height: 49px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#campaign-news {
  background: #d9e8f7;
  background: url(../images/campaignnews-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 130px;
  margin-bottom: -89px;
}
#campaign-news .container {
  padding-top: 45px;
  padding-bottom: 60px;
}
#campaign-news h3 {
  color: #153275;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
#campaign-news article {
  background: #153275;
  background: rgba(21, 50, 117, 0.9);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  text-align: center;
}
#campaign-news article .icon-link {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
#campaign-news article .icon-link:after {
  background: white;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
#campaign-news article .icon-link i {
  font-size: 1.7em;
}
#campaign-news article time {
  display: block;
  font-size: 14px;
  margin-bottom: 7.5px;
  text-transform: uppercase;
}
#campaign-news article h4 {
  font-size: 23px;
  margin-bottom: 45px;
}
#campaign-news article a,
#campaign-news article .tweet,
#campaign-news article a *,
#campaign-news article .tweet * {
  color: white;
}
#campaign-news article .more {
  background: #e2a700;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}
#quote-graig {
  background: #e2a700;
  background: rgba(226, 167, 0, 0.7);
}
#quote-graig blockquote {
  border: none;
  margin-bottom: 0;
  margin-right: 0;
  padding: 45px 60px 45px 7.5px;
}
#quote-graig blockquote > p {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 0px;
}
#quote-graig blockquote cite p {
  font-style: normal;
  font-weight: 600;
  text-align: right;
}
.pagination {
  *zoom: 1;
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .newer {
  float: left;
}
.pagination .older {
  float: right;
}
@media (max-width: 800px) {
  #quote-graig img {
    display: block;
    max-width: 217px !important;
    margin: 0 auto;
    height: auto;
  }
}
/* project/common/footer.less */
footer {
  text-align: center;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer ul {
  display: none;
  position: absolute;
  top: 130px;
}
footer #footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}
footer #footer-nav li {
  line-height: 1;
  margin-right: 15px;
}
footer #footer-nav a {
  color: #153275;
  font-size: 15px;
}
footer #footer-social-nav {
  right: 0;
}
footer #footer-social-nav .donate a {
  background: #e2a700;
  color: white;
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding-left: 18px;
  padding-right: 18px;
}
footer li {
  display: inline-block;
}
footer .paid-for {
  background: #153275;
  border-top: 5px solid #e2a700;
  color: white;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
footer .paid-for:after {
  border-style: solid;
  border-width: 0 37px 21px 37px;
  border-color: transparent transparent #e2a700 transparent;
  top: -26px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
footer .paid-for p {
  margin-bottom: 0px;
}
footer .paid-for span {
  border: 1px solid white;
  padding: 8px 12px;
}
#footer-logo {
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#nmc {
  font-weight: 600;
  margin-top: 7.5px;
  text-transform: uppercase;
}
#nmc *,
#nmc a {
  color: #eee;
}
.home footer .container {
  border: none;
}
@media (min-width: 800px) {
  footer .container {
    border-top: 1px solid #e2a700;
  }
  footer ul {
    display: block;
  }
}
/* project/common/banner.less */
#banner {
  text-align: center;
  border-bottom: 5px solid #e2a700;
  margin-bottom: 60px;
  position: relative;
}
#banner:after {
  border-style: solid;
  border-width: 21px 37px 0 37px;
  border-color: #e2a700 transparent transparent transparent;
  bottom: -26px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 150;
}
#banner img {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
#banner .container {
  width: 100%;
}
#banner h1 {
  background: #e2a700;
  color: white;
  margin-bottom: 0px;
}
@media (min-width: 800px) {
  #banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #banner h1 {
    background: none;
    bottom: 6%;
    color: #153275;
    font-size: 60px;
    font-weight: 300;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  #banner h1 span {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    height: 90px;
    line-height: 90px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1024px) {
  #banner h1 {
    bottom: 10%;
  }
}
/* project/common/sidebar.less */
#social-links a {
  color: white;
  display: block;
  height: 60px;
  line-height: 60px;
  margin-top: 12px;
  padding-left: 66px;
  position: relative;
}
#social-links i {
  font-size: 2em;
  height: 100%;
  left: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
#social-links .twitter {
  background: #3dc8e7;
}
#social-links .facebook {
  background: #1a2578;
}
.issue-box-title {
  *zoom: 1;
  cursor: pointer;
  background-color: #193b8b;
  padding: 10px;
  display: block;
  position: relative;
}
.issue-box-title:before,
.issue-box-title:after {
  content: "";
  display: table;
}
.issue-box-title:after {
  clear: both;
}
.issue-box-title:hover,
.issue-box-title.open {
  background-color: #153275;
}
.issue-box-title h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
}
.issue-box-title .icon-down-open {
  bottom: 0;
  color: #fff;
  height: 30px;
  font-size: 30px;
  line-height: 100%;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}
.issue-box {
  margin-bottom: 10px;
}
.accordian-box-content {
  display: none;
  padding: 20px;
  background-color: #fafafa;
}
#take-action {
  *zoom: 1;
  padding-bottom: 30px;
  /*
  .close {
    background: none;
    border: none;
    color: white;
    position: absolute;
    top: 0;
    right: 20px;
    span { display: none; }
  }
  h3 {
    color: white;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .row {
    background: lighten(@blue,10%);
    border: 1px solid fade(@gold,50%);
    .ph(24px);
  }
*/
}
#take-action:before,
#take-action:after {
  content: "";
  display: table;
}
#take-action:after {
  clear: both;
}
#take-action .col4 {
  /*
    background: @blue;
    border: 1px solid darken(@blue,10%);
    color: white;
    display: block;
    font-weight: 600;
    .mv(24px);
    .pah;
    text-align: center;
    text-transform: uppercase;
    */
  background: #153275;
  background: rgba(21, 50, 117, 0.9);
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
}
#take-action .col4 a {
  color: white;
}
#take-action .col4:hover {
  background: #e2a700;
}
#take-action img {
  display: block;
  margin: 0 auto 7.5px;
}
/* project/templates/all.less */

.landing-content {
  padding-top: 2.5rem;
}
.page-title--landing {
  text-align: center;
}
