@charset "UTF-8";
/* ############################################
	Theme Builder
	Chris Coppola<mynamereallysux@gmail.com>

	-   DO NOT WRITE STYLES IN THIS FILE!
	-   THIS FILE IS GENERATED BY CSS AND
	-   WILL BE OVERRIDEN. PLEASE WRITE
	-   CUSTOM STYLES IN "styles.css" FILE
############################################ */
/* ############################
	Color Styles
	-   scss/_colors.scss
############################ */
.primary {
  background-color: #14785B !important; }

.primary-text {
  color: #14785B !important; }
  .primary-text.nav ul li a {
    color: #14785B !important; }

.secondary {
  background-color: #b74949 !important; }

.secondary-text {
  color: #b74949 !important; }
  .secondary-text.nav ul li a {
    color: #b74949 !important; }

.tertiary {
  background-color: #be8420 !important; }

.tertiary-text {
  color: #be8420 !important; }
  .tertiary-text.nav ul li a {
    color: #be8420 !important; }

.quaternary {
  background-color: #4581B0 !important; }

.quaternary-text {
  color: #4581B0 !important; }
  .quaternary-text.nav ul li a {
    color: #4581B0 !important; }

.quinary {
  background-color: #34495e !important; }

.quinary-text {
  color: #34495e !important; }
  .quinary-text.nav ul li a {
    color: #34495e !important; }

.prompt {
  background-color: #2196f3 !important; }

.prompt-text {
  color: #2196f3 !important; }
  .prompt-text.nav ul li a {
    color: #2196f3 !important; }

.info {
  background-color: #03a9f4 !important; }

.info-text {
  color: #03a9f4 !important; }
  .info-text.nav ul li a {
    color: #03a9f4 !important; }

.success {
  background-color: #4CAF50 !important; }

.success-text {
  color: #4CAF50 !important; }
  .success-text.nav ul li a {
    color: #4CAF50 !important; }

.warning {
  background-color: #ffad33 !important; }

.warning-text {
  color: #ffad33 !important; }
  .warning-text.nav ul li a {
    color: #ffad33 !important; }

.danger {
  background-color: #f44336 !important; }

.danger-text {
  color: #f44336 !important; }
  .danger-text.nav ul li a {
    color: #f44336 !important; }

/* ############################
    Column Styles
    -   scss/_columns.scss
############################ */
.section {
  padding: 50px 15px; }

.half-section {
  padding: 25px 15px; }

.qtr-section {
  padding: 12.5px 15px; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 7.5px; }
  .container.large {
    max-width: 1200px; }
  .container .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row + .row {
    margin-top: 10px; }

.col {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 7.5px 0 7.5px; }
  .col > .col {
    padding-left: 0;
    padding-right: 0; }

.col.xs1 {
  width: 8.3333333333%;
  margin-left: 0; }

.col.xs2 {
  width: 16.6666666667%;
  margin-left: 0; }

.col.xs3 {
  width: 25%;
  margin-left: 0; }

.col.xs4 {
  width: 33.3333333333%;
  margin-left: 0; }

.col.xs5 {
  width: 41.6666666667%;
  margin-left: 0; }

.col.xs6 {
  width: 50%;
  margin-left: 0; }

.col.xs7 {
  width: 58.3333333333%;
  margin-left: 0; }

.col.xs8 {
  width: 66.6666666667%;
  margin-left: 0; }

.col.xs9 {
  width: 75%;
  margin-left: 0; }

.col.xs10 {
  width: 83.3333333333%;
  margin-left: 0; }

.col.xs11 {
  width: 91.6666666667%;
  margin-left: 0; }

.col.xs12 {
  width: 100%;
  margin-left: 0; }

.col.offset-xs1 {
  margin-left: 8.3333333333%; }

.col.push-xs1 {
  left: 8.3333333333%; }

.col.pull-xs1 {
  right: 8.3333333333%; }

.col.offset-xs2 {
  margin-left: 16.6666666667%; }

.col.push-xs2 {
  left: 16.6666666667%; }

.col.pull-xs2 {
  right: 16.6666666667%; }

.col.offset-xs3 {
  margin-left: 25%; }

.col.push-xs3 {
  left: 25%; }

.col.pull-xs3 {
  right: 25%; }

.col.offset-xs4 {
  margin-left: 33.3333333333%; }

.col.push-xs4 {
  left: 33.3333333333%; }

.col.pull-xs4 {
  right: 33.3333333333%; }

.col.offset-xs5 {
  margin-left: 41.6666666667%; }

.col.push-xs5 {
  left: 41.6666666667%; }

.col.pull-xs5 {
  right: 41.6666666667%; }

.col.offset-xs6 {
  margin-left: 50%; }

.col.push-xs6 {
  left: 50%; }

.col.pull-xs6 {
  right: 50%; }

.col.offset-xs7 {
  margin-left: 58.3333333333%; }

.col.push-xs7 {
  left: 58.3333333333%; }

.col.pull-xs7 {
  right: 58.3333333333%; }

.col.offset-xs8 {
  margin-left: 66.6666666667%; }

.col.push-xs8 {
  left: 66.6666666667%; }

.col.pull-xs8 {
  right: 66.6666666667%; }

.col.offset-xs9 {
  margin-left: 75%; }

.col.push-xs9 {
  left: 75%; }

.col.pull-xs9 {
  right: 75%; }

.col.offset-xs10 {
  margin-left: 83.3333333333%; }

.col.push-xs10 {
  left: 83.3333333333%; }

.col.pull-xs10 {
  right: 83.3333333333%; }

.col.offset-xs11 {
  margin-left: 91.6666666667%; }

.col.push-xs11 {
  left: 91.6666666667%; }

.col.pull-xs11 {
  right: 91.6666666667%; }

.col.offset-xs12 {
  margin-left: 100%; }

.col.push-xs12 {
  left: 100%; }

.col.pull-xs12 {
  right: 100%; }

@media only screen and (min-width: 480px) {
  .col.ms1 {
    width: 8.3333333333%;
    margin-left: 0; }
  .col.ms2 {
    width: 16.6666666667%;
    margin-left: 0; }
  .col.ms3 {
    width: 25%;
    margin-left: 0; }
  .col.ms4 {
    width: 33.3333333333%;
    margin-left: 0; }
  .col.ms5 {
    width: 41.6666666667%;
    margin-left: 0; }
  .col.ms6 {
    width: 50%;
    margin-left: 0; }
  .col.ms7 {
    width: 58.3333333333%;
    margin-left: 0; }
  .col.ms8 {
    width: 66.6666666667%;
    margin-left: 0; }
  .col.ms9 {
    width: 75%;
    margin-left: 0; }
  .col.ms10 {
    width: 83.3333333333%;
    margin-left: 0; }
  .col.ms11 {
    width: 91.6666666667%;
    margin-left: 0; }
  .col.ms12 {
    width: 100%;
    margin-left: 0; }
  .col.offset-ms1 {
    margin-left: 8.3333333333%; }
  .col.push-ms1 {
    left: 8.3333333333%; }
  .col.pull-ms1 {
    right: 8.3333333333%; }
  .col.offset-ms2 {
    margin-left: 16.6666666667%; }
  .col.push-ms2 {
    left: 16.6666666667%; }
  .col.pull-ms2 {
    right: 16.6666666667%; }
  .col.offset-ms3 {
    margin-left: 25%; }
  .col.push-ms3 {
    left: 25%; }
  .col.pull-ms3 {
    right: 25%; }
  .col.offset-ms4 {
    margin-left: 33.3333333333%; }
  .col.push-ms4 {
    left: 33.3333333333%; }
  .col.pull-ms4 {
    right: 33.3333333333%; }
  .col.offset-ms5 {
    margin-left: 41.6666666667%; }
  .col.push-ms5 {
    left: 41.6666666667%; }
  .col.pull-ms5 {
    right: 41.6666666667%; }
  .col.offset-ms6 {
    margin-left: 50%; }
  .col.push-ms6 {
    left: 50%; }
  .col.pull-ms6 {
    right: 50%; }
  .col.offset-ms7 {
    margin-left: 58.3333333333%; }
  .col.push-ms7 {
    left: 58.3333333333%; }
  .col.pull-ms7 {
    right: 58.3333333333%; }
  .col.offset-ms8 {
    margin-left: 66.6666666667%; }
  .col.push-ms8 {
    left: 66.6666666667%; }
  .col.pull-ms8 {
    right: 66.6666666667%; }
  .col.offset-ms9 {
    margin-left: 75%; }
  .col.push-ms9 {
    left: 75%; }
  .col.pull-ms9 {
    right: 75%; }
  .col.offset-ms10 {
    margin-left: 83.3333333333%; }
  .col.push-ms10 {
    left: 83.3333333333%; }
  .col.pull-ms10 {
    right: 83.3333333333%; }
  .col.offset-ms11 {
    margin-left: 91.6666666667%; }
  .col.push-ms11 {
    left: 91.6666666667%; }
  .col.pull-ms11 {
    right: 91.6666666667%; }
  .col.offset-ms12 {
    margin-left: 100%; }
  .col.push-ms12 {
    left: 100%; }
  .col.pull-ms12 {
    right: 100%; } }

@media only screen and (min-width: 640px) {
  .col.s1 {
    width: 8.3333333333%;
    margin-left: 0; }
  .col.s2 {
    width: 16.6666666667%;
    margin-left: 0; }
  .col.s3 {
    width: 25%;
    margin-left: 0; }
  .col.s4 {
    width: 33.3333333333%;
    margin-left: 0; }
  .col.s5 {
    width: 41.6666666667%;
    margin-left: 0; }
  .col.s6 {
    width: 50%;
    margin-left: 0; }
  .col.s7 {
    width: 58.3333333333%;
    margin-left: 0; }
  .col.s8 {
    width: 66.6666666667%;
    margin-left: 0; }
  .col.s9 {
    width: 75%;
    margin-left: 0; }
  .col.s10 {
    width: 83.3333333333%;
    margin-left: 0; }
  .col.s11 {
    width: 91.6666666667%;
    margin-left: 0; }
  .col.s12 {
    width: 100%;
    margin-left: 0; }
  .col.offset-s1 {
    margin-left: 8.3333333333%; }
  .col.push-s1 {
    left: 8.3333333333%; }
  .col.pull-s1 {
    right: 8.3333333333%; }
  .col.offset-s2 {
    margin-left: 16.6666666667%; }
  .col.push-s2 {
    left: 16.6666666667%; }
  .col.pull-s2 {
    right: 16.6666666667%; }
  .col.offset-s3 {
    margin-left: 25%; }
  .col.push-s3 {
    left: 25%; }
  .col.pull-s3 {
    right: 25%; }
  .col.offset-s4 {
    margin-left: 33.3333333333%; }
  .col.push-s4 {
    left: 33.3333333333%; }
  .col.pull-s4 {
    right: 33.3333333333%; }
  .col.offset-s5 {
    margin-left: 41.6666666667%; }
  .col.push-s5 {
    left: 41.6666666667%; }
  .col.pull-s5 {
    right: 41.6666666667%; }
  .col.offset-s6 {
    margin-left: 50%; }
  .col.push-s6 {
    left: 50%; }
  .col.pull-s6 {
    right: 50%; }
  .col.offset-s7 {
    margin-left: 58.3333333333%; }
  .col.push-s7 {
    left: 58.3333333333%; }
  .col.pull-s7 {
    right: 58.3333333333%; }
  .col.offset-s8 {
    margin-left: 66.6666666667%; }
  .col.push-s8 {
    left: 66.6666666667%; }
  .col.pull-s8 {
    right: 66.6666666667%; }
  .col.offset-s9 {
    margin-left: 75%; }
  .col.push-s9 {
    left: 75%; }
  .col.pull-s9 {
    right: 75%; }
  .col.offset-s10 {
    margin-left: 83.3333333333%; }
  .col.push-s10 {
    left: 83.3333333333%; }
  .col.pull-s10 {
    right: 83.3333333333%; }
  .col.offset-s11 {
    margin-left: 91.6666666667%; }
  .col.push-s11 {
    left: 91.6666666667%; }
  .col.pull-s11 {
    right: 91.6666666667%; }
  .col.offset-s12 {
    margin-left: 100%; }
  .col.push-s12 {
    left: 100%; }
  .col.pull-s12 {
    right: 100%; } }

@media only screen and (min-width: 768px) {
  .col.m1 {
    width: 8.3333333333%;
    margin-left: 0; }
  .col.m2 {
    width: 16.6666666667%;
    margin-left: 0; }
  .col.m3 {
    width: 25%;
    margin-left: 0; }
  .col.m4 {
    width: 33.3333333333%;
    margin-left: 0; }
  .col.m5 {
    width: 41.6666666667%;
    margin-left: 0; }
  .col.m6 {
    width: 50%;
    margin-left: 0; }
  .col.m7 {
    width: 58.3333333333%;
    margin-left: 0; }
  .col.m8 {
    width: 66.6666666667%;
    margin-left: 0; }
  .col.m9 {
    width: 75%;
    margin-left: 0; }
  .col.m10 {
    width: 83.3333333333%;
    margin-left: 0; }
  .col.m11 {
    width: 91.6666666667%;
    margin-left: 0; }
  .col.m12 {
    width: 100%;
    margin-left: 0; }
  .col.offset-m1 {
    margin-left: 8.3333333333%; }
  .col.push-m1 {
    left: 8.3333333333%; }
  .col.pull-m1 {
    right: 8.3333333333%; }
  .col.offset-m2 {
    margin-left: 16.6666666667%; }
  .col.push-m2 {
    left: 16.6666666667%; }
  .col.pull-m2 {
    right: 16.6666666667%; }
  .col.offset-m3 {
    margin-left: 25%; }
  .col.push-m3 {
    left: 25%; }
  .col.pull-m3 {
    right: 25%; }
  .col.offset-m4 {
    margin-left: 33.3333333333%; }
  .col.push-m4 {
    left: 33.3333333333%; }
  .col.pull-m4 {
    right: 33.3333333333%; }
  .col.offset-m5 {
    margin-left: 41.6666666667%; }
  .col.push-m5 {
    left: 41.6666666667%; }
  .col.pull-m5 {
    right: 41.6666666667%; }
  .col.offset-m6 {
    margin-left: 50%; }
  .col.push-m6 {
    left: 50%; }
  .col.pull-m6 {
    right: 50%; }
  .col.offset-m7 {
    margin-left: 58.3333333333%; }
  .col.push-m7 {
    left: 58.3333333333%; }
  .col.pull-m7 {
    right: 58.3333333333%; }
  .col.offset-m8 {
    margin-left: 66.6666666667%; }
  .col.push-m8 {
    left: 66.6666666667%; }
  .col.pull-m8 {
    right: 66.6666666667%; }
  .col.offset-m9 {
    margin-left: 75%; }
  .col.push-m9 {
    left: 75%; }
  .col.pull-m9 {
    right: 75%; }
  .col.offset-m10 {
    margin-left: 83.3333333333%; }
  .col.push-m10 {
    left: 83.3333333333%; }
  .col.pull-m10 {
    right: 83.3333333333%; }
  .col.offset-m11 {
    margin-left: 91.6666666667%; }
  .col.push-m11 {
    left: 91.6666666667%; }
  .col.pull-m11 {
    right: 91.6666666667%; }
  .col.offset-m12 {
    margin-left: 100%; }
  .col.push-m12 {
    left: 100%; }
  .col.pull-m12 {
    right: 100%; } }

@media only screen and (min-width: 960px) {
  .col.l1 {
    width: 8.3333333333%;
    margin-left: 0; }
  .col.l2 {
    width: 16.6666666667%;
    margin-left: 0; }
  .col.l3 {
    width: 25%;
    margin-left: 0; }
  .col.l4 {
    width: 33.3333333333%;
    margin-left: 0; }
  .col.l5 {
    width: 41.6666666667%;
    margin-left: 0; }
  .col.l6 {
    width: 50%;
    margin-left: 0; }
  .col.l7 {
    width: 58.3333333333%;
    margin-left: 0; }
  .col.l8 {
    width: 66.6666666667%;
    margin-left: 0; }
  .col.l9 {
    width: 75%;
    margin-left: 0; }
  .col.l10 {
    width: 83.3333333333%;
    margin-left: 0; }
  .col.l11 {
    width: 91.6666666667%;
    margin-left: 0; }
  .col.l12 {
    width: 100%;
    margin-left: 0; }
  .col.offset-l1 {
    margin-left: 8.3333333333%; }
  .col.push-l1 {
    left: 8.3333333333%; }
  .col.pull-l1 {
    right: 8.3333333333%; }
  .col.offset-l2 {
    margin-left: 16.6666666667%; }
  .col.push-l2 {
    left: 16.6666666667%; }
  .col.pull-l2 {
    right: 16.6666666667%; }
  .col.offset-l3 {
    margin-left: 25%; }
  .col.push-l3 {
    left: 25%; }
  .col.pull-l3 {
    right: 25%; }
  .col.offset-l4 {
    margin-left: 33.3333333333%; }
  .col.push-l4 {
    left: 33.3333333333%; }
  .col.pull-l4 {
    right: 33.3333333333%; }
  .col.offset-l5 {
    margin-left: 41.6666666667%; }
  .col.push-l5 {
    left: 41.6666666667%; }
  .col.pull-l5 {
    right: 41.6666666667%; }
  .col.offset-l6 {
    margin-left: 50%; }
  .col.push-l6 {
    left: 50%; }
  .col.pull-l6 {
    right: 50%; }
  .col.offset-l7 {
    margin-left: 58.3333333333%; }
  .col.push-l7 {
    left: 58.3333333333%; }
  .col.pull-l7 {
    right: 58.3333333333%; }
  .col.offset-l8 {
    margin-left: 66.6666666667%; }
  .col.push-l8 {
    left: 66.6666666667%; }
  .col.pull-l8 {
    right: 66.6666666667%; }
  .col.offset-l9 {
    margin-left: 75%; }
  .col.push-l9 {
    left: 75%; }
  .col.pull-l9 {
    right: 75%; }
  .col.offset-l10 {
    margin-left: 83.3333333333%; }
  .col.push-l10 {
    left: 83.3333333333%; }
  .col.pull-l10 {
    right: 83.3333333333%; }
  .col.offset-l11 {
    margin-left: 91.6666666667%; }
  .col.push-l11 {
    left: 91.6666666667%; }
  .col.pull-l11 {
    right: 91.6666666667%; }
  .col.offset-l12 {
    margin-left: 100%; }
  .col.push-l12 {
    left: 100%; }
  .col.pull-l12 {
    right: 100%; } }

@media only screen and (min-width: 1200px) {
  .col.xl1 {
    width: 8.3333333333%;
    margin-left: 0; }
  .col.xl2 {
    width: 16.6666666667%;
    margin-left: 0; }
  .col.xl3 {
    width: 25%;
    margin-left: 0; }
  .col.xl4 {
    width: 33.3333333333%;
    margin-left: 0; }
  .col.xl5 {
    width: 41.6666666667%;
    margin-left: 0; }
  .col.xl6 {
    width: 50%;
    margin-left: 0; }
  .col.xl7 {
    width: 58.3333333333%;
    margin-left: 0; }
  .col.xl8 {
    width: 66.6666666667%;
    margin-left: 0; }
  .col.xl9 {
    width: 75%;
    margin-left: 0; }
  .col.xl10 {
    width: 83.3333333333%;
    margin-left: 0; }
  .col.xl11 {
    width: 91.6666666667%;
    margin-left: 0; }
  .col.xl12 {
    width: 100%;
    margin-left: 0; }
  .col.offset-xl1 {
    margin-left: 8.3333333333%; }
  .col.push-xl1 {
    left: 8.3333333333%; }
  .col.pull-xl1 {
    right: 8.3333333333%; }
  .col.offset-xl2 {
    margin-left: 16.6666666667%; }
  .col.push-xl2 {
    left: 16.6666666667%; }
  .col.pull-xl2 {
    right: 16.6666666667%; }
  .col.offset-xl3 {
    margin-left: 25%; }
  .col.push-xl3 {
    left: 25%; }
  .col.pull-xl3 {
    right: 25%; }
  .col.offset-xl4 {
    margin-left: 33.3333333333%; }
  .col.push-xl4 {
    left: 33.3333333333%; }
  .col.pull-xl4 {
    right: 33.3333333333%; }
  .col.offset-xl5 {
    margin-left: 41.6666666667%; }
  .col.push-xl5 {
    left: 41.6666666667%; }
  .col.pull-xl5 {
    right: 41.6666666667%; }
  .col.offset-xl6 {
    margin-left: 50%; }
  .col.push-xl6 {
    left: 50%; }
  .col.pull-xl6 {
    right: 50%; }
  .col.offset-xl7 {
    margin-left: 58.3333333333%; }
  .col.push-xl7 {
    left: 58.3333333333%; }
  .col.pull-xl7 {
    right: 58.3333333333%; }
  .col.offset-xl8 {
    margin-left: 66.6666666667%; }
  .col.push-xl8 {
    left: 66.6666666667%; }
  .col.pull-xl8 {
    right: 66.6666666667%; }
  .col.offset-xl9 {
    margin-left: 75%; }
  .col.push-xl9 {
    left: 75%; }
  .col.pull-xl9 {
    right: 75%; }
  .col.offset-xl10 {
    margin-left: 83.3333333333%; }
  .col.push-xl10 {
    left: 83.3333333333%; }
  .col.pull-xl10 {
    right: 83.3333333333%; }
  .col.offset-xl11 {
    margin-left: 91.6666666667%; }
  .col.push-xl11 {
    left: 91.6666666667%; }
  .col.pull-xl11 {
    right: 91.6666666667%; }
  .col.offset-xl12 {
    margin-left: 100%; }
  .col.push-xl12 {
    left: 100%; }
  .col.pull-xl12 {
    right: 100%; } }

.row:after {
  display: block;
  clear: both;
  content: ''; }

/* ############################
    Reset Styles
    -   scss/_reset.scss

    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
############################ */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

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

a:focus {
  outline: none; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

.row:after {
  display: block;
  clear: both;
  content: ''; }

/* ############################
    Typography Styles
    -   scss/_reset.scss
############################ */
a {
  text-decoration: none;
  color: #14785B;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  a:hover {
    color: #1fba8d; }
  a:focus, a.focus, a:active, a.active {
    color: #4581B0; }

body {
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 1em; }

blockquote {
  quotes: '"' '"' "'" "'"; }

blockquote:before, blockquote:after {
  display: inline;
  line-height: inherit; }

blockquote:before {
  content: open-quote; }

blockquote:after {
  content: close-quote; }

blockquote p {
  display: inline; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Lato, sans-serif; }

h1 {
  font-size: 250%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 125%; }

h5 {
  font-size: 110%;
  text-transform: uppercase; }

h6 {
  font-size: 90%;
  text-transform: uppercase; }

hr {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eeeeee; }

p {
  text-align: left;
  line-height: 133%;
  font-size: 100%; }
  p + p {
    margin-top: 15px; }

small {
  font-size: 80%; }

strong {
  font-weight: bold; }

textarea {
  font-family: Lato, sans-serif; }

/* ############################
    Navigation Styles
    -   scss/_nav.scss
############################ */
body {
  padding-top: 134px; }

.navbar {
  position: relative;
  min-height: 134px;
  background: #ffffff;
  border-bottom: solid 1px #e1e1e1;
  width: 100%; }
  .navbar.fixed {
    position: fixed;
    top: 0;
    z-index: 1000; }
  .navbar .brand {
    text-align: left;
    margin: 0-auto;
    max-height: 100px; }
    .navbar .brand img {
      width: 350px;
      height: 60px;
      margin: 15px auto;
      display: inline-block; }
  .navbar .container {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 100px; }
  .navbar .menu-btn {
    display: none;
    float: right;
    width: 90px;
    height: 90px;
    line-height: 8px;
    margin: 5px;
    text-align: center;
    background: #ffffff;
    padding: 35px 15px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .navbar .menu-btn .icon-bar {
      display: block;
      width: 60%;
      height: 4px;
      margin: 0 auto 5px auto;
      background: #e1e1e1;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      .navbar .menu-btn .icon-bar + .icon-bar {
        margin-top: 3px; }
    .navbar .menu-btn:hover {
      border-color: #bbbbbb;
      color: #14785B; }
      .navbar .menu-btn:hover .icon-bar {
        background: #2fdcaa; }
    .navbar .menu-btn:focus .icon-bar, .navbar .menu-btn.focus .icon-bar, .navbar .menu-btn:active .icon-bar, .navbar .menu-btn.active .icon-bar {
      background: #9cbed8; }

.nav {
  position: relative; }

.menu {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .menu > li {
    display: inline-block;
    position: relative; }
    .menu > li > a {
      color: #000000;
      background: transparent;
      padding: 5px;
      text-transform: uppercase;
      font-size: 75%;
      font-weight: bold;
      letter-spacing: 1px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .menu > li > a:hover {
        background: transparent;
        color: #14785B; }
      .menu > li > a:focus, .menu > li > a.focus, .menu > li > a:active, .menu > li > a.active {
        background: transparent;
        color: #4581B0; }
    .menu > li > i {
      display: none; }
    .menu > li > ul {
      position: absolute;
      top: 100px;
      left: 0;
      background: #ffffff;
      border: solid 1px #e1e1e1;
      width: 250px;
      padding: 15px 0;
      line-height: normal;
      z-index: 101;
      height: 0;
      visibility: hidden;
      opacity: 0; }
      .menu > li > ul > li {
        display: block;
        width: 100%; }
        .menu > li > ul > li > a {
          display: block;
          color: #000000;
          width: 100%;
          padding: 15px 15px;
          text-transform: uppercase;
          font-size: 75%;
          font-weight: bold;
          letter-spacing: 1px;
          -webkit-border-radius: 0%;
          -moz-border-radius: 0%;
          border-radius: 0%; }
        .menu > li > ul > li:hover > a {
          background: #FCFCFC; }

@media only screen and (min-width: 960px) {
  .menu > li:hover > ul {
    height: auto;
    visibility: visible;
    opacity: 1; } }

.topbar {
  background: #222222;
  color: #ffffff;
  height: 34px; }
  .topbar .button-nav {
    padding: 0 5px; }
    .topbar .button-nav > ul {
      float: left;
      height: 34px;
      line-height: 34px;
      font-size: 85%;
      display: flex;
      justify-content: flex-start; }
      .topbar .button-nav > ul > li {
        display: inline-block;
        text-transform: lowercase;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        .topbar .button-nav > ul > li > a {
          color: #ffffff;
          font-weight: bold;
          letter-spacing: 1px;
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        .topbar .button-nav > ul > li:hover a,
        .topbar .button-nav > ul > li:hover a label {
          color: #fffb98; }
        .topbar .button-nav > ul > li + li {
          margin-left: 10px; }
  .topbar label {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 125%;
    top: 1px;
    color: #14785B;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

@media only screen and (max-width: 959px) {
  .navbar.fixed {
    position: static; }
  body {
    padding-top: 0; }
  .nav .brand {
    float: left; }
  .nav .menu-btn {
    display: block; }
  .menu {
    display: block;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    line-height: 100%;
    background: #ffffff;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .menu.open {
      padding: 15px 0;
      height: auto;
      visibility: visible;
      opacity: 1; }
    .menu > li {
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      padding: 2px;
      height: auto;
      padding: 2px 15px;
      /* Hover Functionality */
      /* 
            &:hover > ul {
                padding-top: 5px;
                @include show();
            } 
            */ }
      .menu > li > a {
        display: block;
        padding: 15px;
        border: solid 1px #e1e1e1;
        border-radius: 0;
        font-size: 100%;
        text-align: left;
        font-weight: normal; }
      .menu > li .search-btn {
        text-align: center; }
        .menu > li .search-btn:after {
          content: "Search";
          display: inline-block;
          margin-left: 5px; }
  .menu > li ul {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    border: 0;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .menu > li ul.open {
      padding-top: 5px;
      height: auto;
      visibility: visible;
      opacity: 1; }
    .menu > li ul > li {
      padding: 5px 0 5px 10px;
      text-align: left; }
      .menu > li ul > li + .menu > li ul > li {
        padding-top: 0; }
      .menu > li ul > li > a {
        display: block;
        position: relative;
        padding: 15px 15px;
        border: solid 1px #e1e1e1;
        font-weight: normal;
        font-size: 100%;
        text-transform: uppercase; }
  .menu > li > i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 20%;
    text-align: center;
    line-height: 50px;
    font-size: 150%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* Hover Functionality */
    /*
            &:hover + ul {
                padding-top: 5px;
                @include show();
            }
            */ }
    .menu > li > i:hover {
      color: #14785B; }
    .menu > li > i.active {
      color: #4581B0; } }

/* ############################
    Form Styles
    -   scss/footer.scss
############################ */
footer, body > .footer {
  background: #222222;
  color: #ffffff;
  padding: 15px;
  text-align: left; }
  footer h5, body > .footer h5 {
    color: #888888;
    text-transform: none; }
    footer h5:first-child:after, body > .footer h5:first-child:after {
      content: "";
      display: block;
      margin: 5px auto;
      width: 100%;
      border-bottom: solid 1px #ffffff; }
  footer p, body > .footer p {
    font-size: 80%;
    line-height: 16px; }
  footer a, body > .footer a {
    color: #ffffff; }
  footer i, body > .footer i {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  footer a:hover, body > .footer a:hover {
    color: #fffb98; }
    footer a:hover i, body > .footer a:hover i {
      color: #fffb98; }
  footer .affiliates img, body > .footer .affiliates img {
    padding: 0; }
  footer .affiliates img.responsive, body > .footer .affiliates img.responsive {
    max-width: 175px; }
  footer .affiliates .col, body > .footer .affiliates .col {
    min-height: 110px; }
  footer > .container > .row > .col, body > .footer > .container > .row > .col {
    padding: 0 10px;
    min-height: 100px; }
  footer i, body > .footer i {
    color: #14785B; }

@media only screen and (max-width: 959px) {
  footer > .container > .row > .col + .col, body > .footer > .container > .row > .col + .col {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  footer > .container > .row > .col + .col, body > .footer > .container > .row > .col + .col {
    margin-top: 15px; } }

@media only screen and (max-width: 767px) {
  footer, body > .footer {
    padding: 5px; }
    footer img, body > .footer img {
      padding: 5px; } }

@media only screen and (max-width: 639px) {
  footer img, body > .footer img {
    padding: 15px; } }

/* ############################
    Form Styles
    -   scss/form.scss
############################ */
.input-field, .form-group {
  position: relative; }
  .input-field input[type='text'],
  .input-field input[type='email'],
  .input-field select,
  .input-field textarea, .form-group input[type='text'],
  .form-group input[type='email'],
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    margin: 1.5em auto 0.5em auto;
    background: #FCFCFC;
    border: solid 1px #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .input-field input[type='text']:focus, .input-field input[type='text'].focus,
    .input-field input[type='email']:focus,
    .input-field input[type='email'].focus,
    .input-field select:focus,
    .input-field select.focus,
    .input-field textarea:focus,
    .input-field textarea.focus, .form-group input[type='text']:focus, .form-group input[type='text'].focus,
    .form-group input[type='email']:focus,
    .form-group input[type='email'].focus,
    .form-group select:focus,
    .form-group select.focus,
    .form-group textarea:focus,
    .form-group textarea.focus {
      border-color: #4581B0;
      outline: none; }
      .input-field input[type='text']:focus + label, .input-field input[type='text'].focus + label,
      .input-field input[type='email']:focus + label,
      .input-field input[type='email'].focus + label,
      .input-field select:focus + label,
      .input-field select.focus + label,
      .input-field textarea:focus + label,
      .input-field textarea.focus + label, .form-group input[type='text']:focus + label, .form-group input[type='text'].focus + label,
      .form-group input[type='email']:focus + label,
      .form-group input[type='email'].focus + label,
      .form-group select:focus + label,
      .form-group select.focus + label,
      .form-group textarea:focus + label,
      .form-group textarea.focus + label {
        color: #14785B;
        text-shadow: 1px 0px 0px #4581B0;
        letter-spacing: 0.1em; }
  .input-field input[type='text'].valid, .input-field input[type='text'].valid:focus, .input-field input[type='text'].valid.focus,
  .input-field input[type='email'].valid,
  .input-field input[type='email'].valid:focus,
  .input-field input[type='email'].valid.focus,
  .input-field textarea.valid,
  .input-field textarea.valid:focus,
  .input-field textarea.valid.focus, .form-group input[type='text'].valid, .form-group input[type='text'].valid:focus, .form-group input[type='text'].valid.focus,
  .form-group input[type='email'].valid,
  .form-group input[type='email'].valid:focus,
  .form-group input[type='email'].valid.focus,
  .form-group textarea.valid,
  .form-group textarea.valid:focus,
  .form-group textarea.valid.focus {
    border-color: #4CAF50; }
    .input-field input[type='text'].valid + label, .input-field input[type='text'].valid:focus + label, .input-field input[type='text'].valid.focus + label, .input-field input[type='text'].valid:focus + label, .input-field input[type='text'].valid:focus:focus + label, .input-field input[type='text'].valid:focus.focus + label, .input-field input[type='text'].valid.focus + label, .input-field input[type='text'].valid.focus:focus + label, .input-field input[type='text'].valid.focus.focus + label,
    .input-field input[type='email'].valid + label,
    .input-field input[type='email'].valid:focus + label,
    .input-field input[type='email'].valid.focus + label,
    .input-field input[type='email'].valid:focus + label,
    .input-field input[type='email'].valid:focus:focus + label,
    .input-field input[type='email'].valid:focus.focus + label,
    .input-field input[type='email'].valid.focus + label,
    .input-field input[type='email'].valid.focus:focus + label,
    .input-field input[type='email'].valid.focus.focus + label,
    .input-field textarea.valid + label,
    .input-field textarea.valid:focus + label,
    .input-field textarea.valid.focus + label,
    .input-field textarea.valid:focus + label,
    .input-field textarea.valid:focus:focus + label,
    .input-field textarea.valid:focus.focus + label,
    .input-field textarea.valid.focus + label,
    .input-field textarea.valid.focus:focus + label,
    .input-field textarea.valid.focus.focus + label, .form-group input[type='text'].valid + label, .form-group input[type='text'].valid:focus + label, .form-group input[type='text'].valid.focus + label, .form-group input[type='text'].valid:focus + label, .form-group input[type='text'].valid:focus:focus + label, .form-group input[type='text'].valid:focus.focus + label, .form-group input[type='text'].valid.focus + label, .form-group input[type='text'].valid.focus:focus + label, .form-group input[type='text'].valid.focus.focus + label,
    .form-group input[type='email'].valid + label,
    .form-group input[type='email'].valid:focus + label,
    .form-group input[type='email'].valid.focus + label,
    .form-group input[type='email'].valid:focus + label,
    .form-group input[type='email'].valid:focus:focus + label,
    .form-group input[type='email'].valid:focus.focus + label,
    .form-group input[type='email'].valid.focus + label,
    .form-group input[type='email'].valid.focus:focus + label,
    .form-group input[type='email'].valid.focus.focus + label,
    .form-group textarea.valid + label,
    .form-group textarea.valid:focus + label,
    .form-group textarea.valid.focus + label,
    .form-group textarea.valid:focus + label,
    .form-group textarea.valid:focus:focus + label,
    .form-group textarea.valid:focus.focus + label,
    .form-group textarea.valid.focus + label,
    .form-group textarea.valid.focus:focus + label,
    .form-group textarea.valid.focus.focus + label {
      letter-spacing: 0.1em;
      color: #4CAF50;
      text-shadow: 1px 0px 0px #4CAF50; }
  .input-field input[type='text'].invalid, .input-field input[type='text'].invalid:focus, .input-field input[type='text'].invalid.focus,
  .input-field input[type='email'].invalid,
  .input-field input[type='email'].invalid:focus,
  .input-field input[type='email'].invalid.focus,
  .input-field textarea.invalid,
  .input-field textarea.invalid:focus,
  .input-field textarea.invalid.focus, .form-group input[type='text'].invalid, .form-group input[type='text'].invalid:focus, .form-group input[type='text'].invalid.focus,
  .form-group input[type='email'].invalid,
  .form-group input[type='email'].invalid:focus,
  .form-group input[type='email'].invalid.focus,
  .form-group textarea.invalid,
  .form-group textarea.invalid:focus,
  .form-group textarea.invalid.focus {
    border-color: #f44336; }
    .input-field input[type='text'].invalid + label, .input-field input[type='text'].invalid:focus + label, .input-field input[type='text'].invalid.focus + label, .input-field input[type='text'].invalid:focus + label, .input-field input[type='text'].invalid:focus:focus + label, .input-field input[type='text'].invalid:focus.focus + label, .input-field input[type='text'].invalid.focus + label, .input-field input[type='text'].invalid.focus:focus + label, .input-field input[type='text'].invalid.focus.focus + label,
    .input-field input[type='email'].invalid + label,
    .input-field input[type='email'].invalid:focus + label,
    .input-field input[type='email'].invalid.focus + label,
    .input-field input[type='email'].invalid:focus + label,
    .input-field input[type='email'].invalid:focus:focus + label,
    .input-field input[type='email'].invalid:focus.focus + label,
    .input-field input[type='email'].invalid.focus + label,
    .input-field input[type='email'].invalid.focus:focus + label,
    .input-field input[type='email'].invalid.focus.focus + label,
    .input-field textarea.invalid + label,
    .input-field textarea.invalid:focus + label,
    .input-field textarea.invalid.focus + label,
    .input-field textarea.invalid:focus + label,
    .input-field textarea.invalid:focus:focus + label,
    .input-field textarea.invalid:focus.focus + label,
    .input-field textarea.invalid.focus + label,
    .input-field textarea.invalid.focus:focus + label,
    .input-field textarea.invalid.focus.focus + label, .form-group input[type='text'].invalid + label, .form-group input[type='text'].invalid:focus + label, .form-group input[type='text'].invalid.focus + label, .form-group input[type='text'].invalid:focus + label, .form-group input[type='text'].invalid:focus:focus + label, .form-group input[type='text'].invalid:focus.focus + label, .form-group input[type='text'].invalid.focus + label, .form-group input[type='text'].invalid.focus:focus + label, .form-group input[type='text'].invalid.focus.focus + label,
    .form-group input[type='email'].invalid + label,
    .form-group input[type='email'].invalid:focus + label,
    .form-group input[type='email'].invalid.focus + label,
    .form-group input[type='email'].invalid:focus + label,
    .form-group input[type='email'].invalid:focus:focus + label,
    .form-group input[type='email'].invalid:focus.focus + label,
    .form-group input[type='email'].invalid.focus + label,
    .form-group input[type='email'].invalid.focus:focus + label,
    .form-group input[type='email'].invalid.focus.focus + label,
    .form-group textarea.invalid + label,
    .form-group textarea.invalid:focus + label,
    .form-group textarea.invalid.focus + label,
    .form-group textarea.invalid:focus + label,
    .form-group textarea.invalid:focus:focus + label,
    .form-group textarea.invalid:focus.focus + label,
    .form-group textarea.invalid.focus + label,
    .form-group textarea.invalid.focus:focus + label,
    .form-group textarea.invalid.focus.focus + label {
      letter-spacing: 0.1em;
      color: #f44336;
      text-shadow: 1px 0px 0px #f44336; }
  .input-field + .input-field, .form-group + .input-field, .input-field + .form-group, .form-group + .form-group {
    margin-top: 15px; }
  .input-field label, .form-group label {
    display: block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    font-size: 75%;
    text-transform: uppercase;
    text-shadow: 0 0 0 #000000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .input-field label.required:after, .form-group label.required:after {
      content: "*";
      display: inline-block;
      color: #f44336; }
    .input-field label.error, .form-group label.error {
      color: #f44336; }
  .input-field textarea, .form-group textarea {
    height: 145px; }

.disabled,
a.disabled,
.nav ul > li > a.disabled {
  color: #cccccc;
  background: #eeeeee;
  border-color: #dddddd; }
  .disabled:hover,
  a.disabled:hover,
  .nav ul > li > a.disabled:hover {
    color: #cccccc;
    background: #eeeeee;
    border-color: #cccccc;
    cursor: default; }

/* ############################
    Table Styles
    -   scss/table.scss
############################ */
.table-responsive {
  overflow-x: auto;
  width: 100%; }

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px; }
  .table tbody td {
    border: solid 1px #000000;
    padding: 10px;
    vertical-align: middle; }
  .table.col-5 td {
    width: 20%; }

.btn, a.btn {
  background: #34495e;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.75em;
  padding: 10px 25px; }
  .btn:hover {
    color: #ffffff;
    background: #14785B; }
  .btn:focus, .focus.btn {
    box-shadow: #39a1f4 0 0 2px 2px; }

/* ############################
    Button Styles
    -   scss/style.scss
############################ */
.btn.x-small {
  border-radius: 0;
  font-size: 0.6em;
  padding: 8px 20px; }

.btn.small {
  border-radius: 0;
  font-size: 0.675em;
  padding: 9px 22.5px; }

.btn.large {
  border-radius: 0;
  font-size: 0.9375em;
  padding: 12.5px 31.25px; }

.btn.x-large {
  border-radius: 0;
  font-size: 1.125em;
  padding: 15px 37.5px; }

.btn.huge {
  border-radius: 0;
  font-size: 1.3125em;
  padding: 17.5px 43.75px; }

/* ############################
    Form Styles
    -   scss/helpers.scss
############################ */
.center {
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

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

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.no-top-pad, .no-vert-pad, .no-pad {
  padding-top: 0; }

.no-bottom-pad, .no-vert-pad, .no-pad {
  padding-bottom: 0; }

.no-left-pad, .no-side-pad, .no-pad {
  padding-left: 0; }

.no-right-pad, .no-side-pad, .no-pad {
  padding-right: 0; }

.no-margin, .row.no-margin {
  margin: 0; }

@media only screen and (max-width: 959px) {
  .text-center-on-mobile {
    text-align: center; } }

.responsive {
  width: 100%;
  height: auto; }

@-moz-document url-prefix() {
  img.responsive {
    width: 100%;
    max-width: 100%; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img.responsive {
    max-width: 100%; } }

.responsive-16x9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16 by 9 Aspect Ratio; */
  padding-top: 35px;
  /* Youtube Video Fix */
  width: 100%;
  height: 0;
  overflow: hidden; }
  .responsive-16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.bordered {
  border: solid 3px #c8c8c8; }

.bordered.primary-on-hover:hover {
  border: solid 3px #1fba8d; }

/*
.greyscale {
    filter: $grey;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale");

    @include transition($global-transition);
    
    &:hover {
        filter: none;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

    }
}
*/
.greyscale:hover {
  filter: none;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .greyscale:hover:hover {
    filter: #aeaeae;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale"); }

svg {
  background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.aspx); }

svg image:hover {
  opacity: 0; }

.double-space, .double-space p {
  line-height: 200%; }

.extra-space, .extra-space p {
  line-height: 166%; }

max-125 {
  max-width: 125px; }

/* ############################
	Application Styles
	-   scss/app.scss
############################ */
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0 10px 0;
  padding: 0 0 0 0; }
  h1.star-header, h2.star-header, h3.star-header, h4.star-header, h5.star-header, h6.star-header {
    background: url(/images/header-star.aspx) left center no-repeat;
    background-size: contain;
    padding-left: 25px; }
  h1.maclean-header, h2.maclean-header, h3.maclean-header, h4.maclean-header, h5.maclean-header, h6.maclean-header {
    background: url(/images/header-logo.aspx) left center no-repeat;
    background-size: contain; }

h4.maclean-header {
  padding-left: 40px; }

h3.maclean-header {
  padding-left: 48px; }

h1 + div,
h2 + div,
h3 + div,
h4 + div,
h5 + div,
h6 + div {
  margin-top: 5px; }

hr {
  margin-top: 15px;
  margin-bottom: 15px; }

body {
  font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.banner {
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; }
  .banner .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 135px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 10; }
    .banner .caption .content {
      padding: 25px; }
      .banner .caption .content h1,
      .banner .caption .content h2 {
        font-family: Arial, sans-serif;
        font-weight: normal;
        text-align: center; }
      .banner .caption .content h1 {
        font-size: 225%;
        font-weight: bold; }
      .banner .caption .content h2 {
        font-size: 150%; }
  .banner .bg {
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    width: 100%;
    height: 135px; }

@media only screen and (max-width: 1199px) {
  .banner {
    height: 400px;
    font-size: 16px; }
  .caption .content h1 {
    font-size: 200%; } }

@media only screen and (max-width: 959px) {
  .banner {
    height: 400px;
    font-size: 12px; }
  .caption .content h1 {
    font-size: 200%; } }

@media only screen and (max-width: 767px) {
  .banner {
    height: 350px;
    font-size: 10px; }
    .banner .bg, .banner .caption {
      height: 100px; }
    .banner .caption .content {
      padding: 25px; }
      .banner .caption .content h1 {
        font-size: 175%; } }

@media only screen and (max-width: 639px) {
  .banner {
    height: 300px;
    font-size: 10px; }
    .banner .bg, .banner .caption {
      height: 100px; }
    .banner .caption .content {
      padding: 12px; }
      .banner .caption .content h1 {
        font-size: 175%; } }

@media only screen and (max-width: 479px) {
  .banner {
    height: 300px;
    font-size: 9px; }
    .banner .bg, .banner .caption {
      height: 90px; }
    .banner .caption .content {
      padding: 10px; }
      .banner .caption .content h1 {
        font-size: 175%; } }

.sub-banner h2,
.secondary-banner h2 {
  font-size: 250%;
  font-weight: normal;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #000000; }

.sub-banner h3,
.secondary-banner h3 {
  font-size: 200%;
  font-weight: normal;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: left;
  color: #000000; }

.sub-banner small,
.secondary-banner small {
  display: block;
  width: 100%;
  font-size: 50%;
  font-style: italic;
  text-align: right;
  font-weight: 300; }

.secondary-banner {
  background: #ffffff;
  position: relative;
  height: 240px;
  width: 100%; }
  .secondary-banner h1 {
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    font-size: 200%;
    background: #e1e1e1;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    padding: 10px 15px;
    text-align: left; }

.img-list {
  position: relative; }
  .img-list .col {
    height: 250px;
    line-height: 250px;
    text-align: center; }
  .img-list img {
    display: inline-block;
    position: absolute;
    max-width: 175px;
    padding: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .img-list img.wide {
      max-width: 250px; }
    .img-list img.small {
      max-width: 150px; }
    .img-list img.xsmall {
      max-width: 120px; }

.img-carousel {
  position: relative; }
  .img-carousel .col {
    height: 150px;
    line-height: 150px;
    text-align: center; }
  .img-carousel img {
    display: inline-block;
    position: absolute;
    max-width: 120px;
    padding: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .img-carousel img.wide {
      max-width: 140px; }
    .img-carousel img.small {
      max-width: 110px; }

.control-wrapper {
  position: relative; }

.controls .next, .controls .prev {
  position: absolute;
  top: 35%;
  width: 50px;
  border: solid 2px #ffffff;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: white;
  font-size: 150%;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .controls .next:hover, .controls .prev:hover {
    border-color: #fff8bb;
    color: #fff8bb;
    background: rgba(0, 0, 0, 0.25); }
  .controls .next:focus, .controls .next.focus, .controls .next.active, .controls .next.active, .controls .prev:focus, .controls .prev.focus, .controls .prev.active, .controls .prev.active {
    border-color: #14785B;
    color: #14785B;
    font-weight: bold; }

.controls .next {
  right: 15px; }

.controls .prev {
  left: 15px; }

@media only screen and (max-width: 767px) {
  .controls {
    display: none; } }

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

.testimonial-controls .next, .testimonial-controls .prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: white;
  font-size: 150%;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .testimonial-controls .next:hover, .testimonial-controls .prev:hover {
    color: #fff8bb;
    background: rgba(0, 0, 0, 0.5); }
  .testimonial-controls .next:focus, .testimonial-controls .next.focus, .testimonial-controls .next.active, .testimonial-controls .next.active, .testimonial-controls .prev:focus, .testimonial-controls .prev.focus, .testimonial-controls .prev.active, .testimonial-controls .prev.active {
    color: #14785B; }

.testimonial-controls .next {
  right: 15px; }

.testimonial-controls .prev {
  left: 15px; }

.table-responsive {
  overflow-x: auto;
  width: 100%; }

.content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #eeeeee;
  box-shadow: #aeaeae 2px 2px 2px; }
  .content table td {
    border: solid 1px #000000;
    padding: 10px;
    vertical-align: middle; }
  .content table tr:nth-child(even) {
    background: white; }
  .content table tbody.col-5 td {
    width: 20%; }

.content ul, .content ol {
  list-style: initial;
  padding-left: 30px;
  margin-top: 7.5px;
  margin-bottom: 15px; }
  .content ul li + li, .content ol li + li {
    margin-top: 5px; }

.content ol {
  list-style: decimal; }
  .content ol li {
    padding-left: 15px;
    font-weight: bold;
    margin-top: 5px; }
  .content ol p {
    font-weight: normal; }

.content ol.I {
  list-style: upper-roman; }

.content ol.A {
  list-style: upper-alpha; }

.content ol.i {
  list-style: lower-roman; }

.content ol.a {
  list-style: lower-alpha; }

.video-list {
  display: flex;
  flex-wrap: wrap; }
  .video-list .col {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .video-list h6 {
    min-height: 28px; }
  .video-list .responsive-16x9 {
    border: solid 10px #ffffff;
    box-shadow: 0 0 3px 0px #aeaeae;
    margin-bottom: 10px; }

#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  z-index: 1001; }
  #search-overlay.open {
    opacity: 1;
    visibility: visible; }
  #search-overlay .form-input {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%); }
    #search-overlay .form-input > label {
      display: block;
      font-size: 150%;
      text-transform: uppercase; }
    #search-overlay .form-input > input {
      display: block;
      font-size: 550%;
      letter-spacing: 0.05em;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      text-align: center;
      background: none;
      border: none; }
      #search-overlay .form-input > input:focus {
        outline: none; }

.search-btn {
  cursor: pointer; }
  .search-btn > i {
    width: 30px;
    text-align: center; }

.fa, .fontello:before {
  line-height: inherit; }

/* ############################
	Sidebar Styles
############################ */
#content-container {
  padding: 25px 20px 0 0; }

#sidebar-container {
  padding: 25px 0 0 20px; }
  #sidebar-container h6 {
    margin-top: 0;
    margin-bottom: 15px; }

#dept-contacts {
  margin-bottom: 25px; }

#most-requested-policies #department {
  padding: 15px 50px;
  margin-left: -15px;
  background: rgba(238, 238, 238, 0.25);
  font-weight: bold;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee; }

#most-requested-policies h6 {
  margin: 0;
  padding: 0; }

#most-requested-policies ul {
  margin-left: -15px; }
  #most-requested-policies ul > li + #most-requested-policies ul > li:before {
    display: block;
    content: "";
    width: 95%;
    border-bottom: solid 1px #e1e1e1;
    margin: 15px auto; }
  #most-requested-policies ul > li > a {
    padding: 15px 50px;
    display: block; }
  #most-requested-policies ul > li:hover > a {
    background: #FCFCFC;
    padding: 15px 55px; }

/* ############################
	Homepage Styles
############################ */
#slide-1 {
  background-image: url("../images/slides/slide-1.aspx");
  background-position: center center;
  background-size: cover; }

#slide-2 {
  background-image: url("../images/slides/slide-2.aspx");
  background-position: center center;
  background-size: cover; }

#slide-3 {
  background-image: url("../images/slides/slide-3.aspx");
  background-position: center center;
  background-size: cover; }

#slide-4 {
  background-image: url("../images/slides/slide-4.aspx");
  background-position: center center;
  background-size: cover; }

@media only screen and (max-width: 959px) {
  #slide-1 {
    background-image: url("../images/slides/tablet/slide-1.aspx"); }
  #slide-2 {
    background-image: url("../images/slides/tablet/slide-2.aspx"); }
  #slide-3 {
    background-image: url("../images/slides/tablet/slide-3.aspx"); }
  #slide-4 {
    background-image: url("../images/slides/tablet/slide-4.aspx"); } }

@media only screen and (max-width: 479px) {
  #slide-1 {
    background-image: url("../images/slides/mobile/slide-1.aspx"); }
  #slide-2 {
    background-image: url("../images/slides/mobile/slide-2.aspx"); }
  #slide-3 {
    background-image: url("../images/slides/mobile/slide-3.aspx"); }
  #slide-4 {
    background-image: url("../images/slides/mobile/slide-4.aspx"); } }

#stay-connected-banner {
  background: url("../images/banners/banner-stay-connected.aspx");
  background-size: cover; }

#rave-reviews-banner {
  background: url("../images/banners/banner-rave-reviews.aspx") right;
  background-size: cover; }

#stay-connected-banner {
  /*height: 100%;*/
  min-height: 250px;
  padding: 50px 0; }
  #stay-connected-banner ul {
    display: block;
    width: 100%;
    text-align: center; }
    #stay-connected-banner ul > li {
      display: inline-block;
      margin: 5px 15px;
      width: 16%;
      min-width: 160px; }
      #stay-connected-banner ul > li > a {
        color: #000000;
        background: transparent;
        display: inline-block;
        text-align: center;
        padding: 8px 0;
        border: solid 2px #000000;
        width: 100%;
        letter-spacing: 0em;
        text-transform: uppercase;
        font-size: 75%;
        font-weight: normal;
        text-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        @border-radius (3px);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
        #stay-connected-banner ul > li > a:hover {
          border-color: #ffffff;
          color: #ffffff;
          background: rgba(0, 0, 0, 0.1);
          letter-spacing: 0.1em;
          text-shadow: #000000 1px 1px 0;
          box-shadow: #000000 0 0 0 1px, inset #000000 0 0 0 1px; }
        #stay-connected-banner ul > li > a:focus, #stay-connected-banner ul > li > a.focus, #stay-connected-banner ul > li > a.active, #stay-connected-banner ul > li > a.active {
          border-color: #14785B;
          color: #14785B;
          font-weight: bold;
          letter-spacing: 0.1em;
          box-shadow: #000000 0px 0px 0px 1px, inset #000000 0px 0px 0px 1px; }
      #stay-connected-banner ul > li i {
        margin: 1px 4px; }

#rave-reviews-banner {
  height: 100%;
  padding: 50px 50px; }
  #rave-reviews-banner p {
    font-size: 120%; }
  @media only screen and (max-width: 959px) {
    #rave-reviews-banner {
      padding: 50px 10px; } }

.circle-wrapper {
  max-width: 440px;
  max-height: 440px;
  margin: 0 auto; }
  .circle-wrapper h5 {
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300; }
  .circle-wrapper .circle {
    position: relative;
    width: 100%;
    padding: 50%;
    border-radius: 50%;
    background: #14785B;
    color: #ffffff;
    text-align: center; }
    .circle-wrapper .circle > div {
      position: absolute;
      text-align: center;
      font-weight: bold;
      max-width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q,
      .circle-wrapper .circle > div > blockquote {
        font-size: 150%;
        text-align: center;
        max-width: 63%;
        display: inline-block;
        line-height: normal;
        margin: 0 auto; }
        .circle-wrapper .circle > div > p:before, .circle-wrapper .circle > div > q:before,
        .circle-wrapper .circle > div > blockquote:before {
          content: '"';
          display: inline-block;
          position: relative;
          left: -7.5px;
          width: 0; }
        .circle-wrapper .circle > div > p:after, .circle-wrapper .circle > div > q:after,
        .circle-wrapper .circle > div > blockquote:after {
          content: '"';
          display: inline-block;
          position: relative;
          right: -0px;
          width: 0; }
      .circle-wrapper .circle > div h5:before {
        content: "";
        width: 100%;
        margin: 5% auto;
        display: block;
        border-bottom: solid 1px #ffffff; }
    .circle-wrapper .circle.small-text > div > p, .circle-wrapper .circle.small-text > div > q, .circle-wrapper .circle.small-text > div > blockquote {
      font-size: 120%; }

.banner-quote {
  font-size: 130%;
  padding: 15px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .banner-quote.primary:hover {
    background: #1ba47c !important; }
  .banner-quote blockquote {
    padding: 0; }
    .banner-quote blockquote:before {
      content: none; }
    .banner-quote blockquote:after {
      content: none; }
  .banner-quote:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-top: solid 12px #14785B;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent; }
  .banner-quote.primary:hover::after {
    border-top-color: #1ba47c !important; }

.icon-panel p {
  font-size: 95%; }

.icon-panel .fa {
  line-height: 75px; }

.icon-panel a {
  color: #000000; }

.icon-panel a:hover {
  color: #14785B; }

.icon-panel a.btn {
  color: #ffffff; }

.icon-panel h5 {
  letter-spacing: 0.05em; }

.icon-panel .icon-circle {
  display: block;
  width: 75px;
  height: 75px;
  margin: 15px auto;
  border-radius: 50%;
  color: #ffffff;
  line-height: 75px;
  text-align: center;
  font-size: 175%; }
  .icon-panel .icon-circle:hover {
    color: white; }
  .icon-panel .icon-circle.primary:hover {
    background-color: #1ba47c !important; }
  .icon-panel .icon-circle.secondary:hover {
    background-color: #c56e6e !important; }
  .icon-panel .icon-circle.tertiary:hover {
    background-color: #dd9f34 !important; }
  .icon-panel .icon-circle.quaternary:hover {
    background-color: #659ac3 !important; }

.icon-panel .footer {
  text-align: center;
  padding-top: 15px; }

@media only screen and (max-width: 767px) {
  .nav .brand img {
    width: 315px;
    height: 54px;
    margin: 21px auto; }
  .icon-panel + .icon-panel:before {
    display: block;
    content: "";
    width: 90%;
    border-bottom: solid 1px #e1e1e1;
    margin: 25px auto; }
  .icon-panel .body {
    text-align: left; }
  .icon-panel .footer {
    text-align: right; } }

@media only screen and (max-width: 639px) {
  .nav .brand img {
    width: 262.5px;
    height: 45px;
    margin: 30px auto; } }

.circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
  font-size: 145%; }

.circle-wrapper .circle > div > h5 {
  font-size: 100%; }

@media only screen and (max-width: 1199px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 145%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 100%; } }

@media only screen and (max-width: 959px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 145%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 100%; } }

@media only screen and (max-width: 767px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 145%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 100%; } }

@media only screen and (max-width: 639px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 145%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 100%; } }

@media only screen and (max-width: 479px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 135%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 95%; } }

@media only screen and (max-width: 440px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 120%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 90%; } }

@media only screen and (max-width: 375px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 100%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 80%; } }

@media only screen and (max-width: 320px) {
  .circle-wrapper .circle > div > p, .circle-wrapper .circle > div > q, .circle-wrapper .circle > div > blockquote {
    font-size: 85%; }
  .circle-wrapper .circle > div > h5 {
    font-size: 70%; } }

/* ############################
	About Styles
############################ */
#about-banner {
  background: url("../images/banners/banner-about.aspx") center center no-repeat;
  background-size: cover;
  height: 208px;
  margin-bottom: 15px; }

.secondary-banner div {
  height: 100%;
  margin-right: 0.5%;
  float: left; }

#office-bg {
  background: url("../images/banners/bg-office.aspx") right center no-repeat;
  background-size: cover;
  width: 34.5%; }

#outside-bg {
  background: url("../images/banners/bg-outside.aspx") center center no-repeat;
  background-size: cover;
  width: 36.5%; }

#walking-bg {
  background: url("../images/banners/bg-walking.aspx") center center no-repeat;
  background-size: cover;
  width: 16.5%; }

#logo-bg {
  background: url("../images/banners/bg-logo.aspx") center center no-repeat;
  background-size: contain;
  background-color: black;
  width: 11%;
  margin-right: 0; }

@media only screen and (max-width: 1440px) {
  #office-bg {
    width: 39.5%; }
  #outside-bg {
    width: 39.5%; }
  #walking-bg {
    width: 19%;
    margin-right: 0; }
  #logo-bg {
    display: none; } }

@media only screen and (max-width: 1199px) {
  #office-bg {
    display: none; }
  #outside-bg {
    width: 59.5%; }
  #walking-bg {
    width: 40%;
    margin-right: 0; }
  #logo-bg {
    display: none; } }

@media only screen and (max-width: 767px) {
  #office-bg {
    display: none; }
  #outside-bg {
    display: none; }
  #walking-bg {
    width: 100%;
    margin-right: 0; }
  #logo-bg {
    display: none; } }

/* ############################
	Our-Team Styles
############################ */
#our-team-banner {
  background: url("/images/Teams_Header_2024_01_09.aspx");
  background-size: cover; }
 

#our-team-banner {
  height: 400px;
  padding-top: 150px; }
  #our-team-banner h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 300%;
    text-align: center;
    color: #ffffff; }
  #our-team-banner h3 {
    margin-top: 0;
    font-size: 225%;
    font-weight: bold;
    color: #14785B;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px; }
  #our-team-banner small {
    display: inline;
    font-style: normal;
    font-size: 90%;
    font-weight: normal; }

.team-row + .team-row:before {
  display: block;
  content: "";
  width: 95%;
  border-bottom: solid 1px #e1e1e1;
  margin: 15px auto; }

.team-card .col {
  padding-bottom: 5%; }

.team-card a.btn {
  position: absolute;
  bottom: 0;
  right: 0; }

.team-card p {
  font-size: 90%; }

.team-card h5, .team-card h6 {
  text-transform: none; }

.team-card h5 {
  margin-bottom: 5px; }

.team-card h6 {
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 15px; }

.team-card a h5 {
  color: #000000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.team-card a h6 {
  color: #14785B;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.team-card a:hover h5, .team-card a:hover h6 {
  color: #188e6c; }

@media only screen and (max-width: 639px) {
  .team-card + .team-card:before {
    display: block;
    content: "";
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    margin: 15px auto; }
  .team-card p {
    font-size: 80%; }
  .team-card a.btn {
    font-size: 100%;
    padding: 10px 25px; } }

/* ############################
	Team Detail Styles
############################ */
.team-member-detail {
  line-height: 125%; }
  .team-member-detail h1 {
    font-size: 80%;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 2.5px 0; }
  .team-member-detail h2, .team-member-detail .black {
    font-size: 100%;
    background: #000000;
    color: #ffffff;
    padding: 0 10px;
    margin: 2.5px 0;
    line-height: 125%;
    font-weight: normal;
    text-transform: capitalize; }
  .team-member-detail hr {
    border-color: black;
    margin-top: 1px;
    margin-bottom: 1px; }
  .team-member-detail img {
    display: block;
    max-width: 500px;
    margin: 0 auto 15px auto; }
  .team-member-detail img.wide {
    max-width: 500px; }
  .team-member-detail img.tall {
    max-width: 300px; }
  .team-member-detail p {
    text-align: justify; }
  .team-member-detail .contact {
    text-align: right;
    text-transform: none; }
  @media only screen and (max-width: 767px) {
    .team-member-detail .contact {
      text-align: left; }
    .team-member-detail h2 {
      margin-bottom: 5px; } }

/* ############################
	Rave Reviews Styles
############################ */
.rave-review {
  text-align: center;
  position: relative; }
  .rave-review:before {
    display: block;
    content: "";
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    margin: 30px auto; }
  .rave-review img {
    max-height: 180px;
    max-width: 180px; }
    .rave-review img.wide {
      max-width: 225px; }
    .rave-review img.small {
      max-width: 160px; }
  .rave-review blockquote {
    font-size: 100%;
    text-align: justify;
    line-height: 150%;
    margin: 0 auto;
    padding-bottom: 55px; }
    .rave-review blockquote:before, .rave-review blockquote:after {
      position: relative;
      bottom: 2px; }
  .rave-review h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 150%;
    text-align: left;
    margin-top: 10px;
    padding: 0 5px; }
    .rave-review h6:before {
      content: "-";
      margin: 0 10px; }
  .rave-review a {
    display: block;
    padding: 0 15px; }
    .rave-review a div {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }
  .rave-review .col {
    min-height: 150px; }
  .rave-review:nth-child(even) h6, .rave-review.alt h6 {
    right: 0;
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .rave-review h6 {
      left: 0;
      text-align: left; } }

@media only screen and (max-width: 767px) {
  .rave-review h5 {
    font-size: 90%; } }

@media only screen and (max-width: 479px) {
  .rave-review h5 {
    font-size: 80%; } }

/* ############################
	Perferred Carriers Styles
############################ */
.carriers .img-list .col {
  height: 200px;
  line-height: 200px; }

.carriers .img-list img {
  max-width: 150px;
  max-height: 150px; }
  .carriers .img-list img.wide {
    max-width: 175px; }
  .carriers .img-list img.small {
    max-width: 125px; }
  .carriers .img-list img.xsmall {
    max-width: 110px; }

/* ############################
	Mixins
############################ */
/* ############################
	Department Styles
############################ */
.department {
  border-right: solid 1px #e1e1e1;
  padding-right: 25px;
  padding-top: 25px;
  margin-right: -20px;
  margin-top: -25px;
  min-height: 793.014px; }

#call-to-action ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  max-width: 800px;
  margin: 0 auto; }
  #call-to-action ul > li {
    width: 27%;
    text-align: center; }
    #call-to-action ul > li > a.btn {
      display: block;
      width: 100%;
      padding: 15px 10px;
      background: transparent;
      border: solid 3px #000000;
      text-transform: uppercase;
      font-size: 85%;
      color: #000000; }
      #call-to-action ul > li > a.btn:hover {
        border-color: #14785B;
        color: #14785B;
        background: rgba(20, 120, 91, 0.1);
        letter-spacing: 0.1em;
        text-shadow: #14785B 1px 1px 0;
        box-shadow: #14785B 0 0 0 1px, inset #14785B 0 0 0 1px; }
      #call-to-action ul > li > a.btn:focus, #call-to-action ul > li > a.btn.focus, #call-to-action ul > li > a.btn.active, #call-to-action ul > li > a.btn.active {
        border-color: #14785B;
        color: #14785B;
        font-weight: bold;
        letter-spacing: 0.1em;
        box-shadow: #000000 0px 0px 0px 1px, inset #000000 0px 0px 0px 1px; }

.contact-card + .contact-card:before {
  display: block;
  content: "";
  width: 95%;
  border-bottom: solid 1px #e1e1e1;
  margin: 15px auto; }

.contact-card strong, .contact-card span {
  display: block;
  line-height: 150%; }

.contact-card span {
  font-size: 90%; }

/* ############################
	Secondary Banner Styles
############################ */
#business-banner h1, #personal-banner h1, #employee-banner h1 {
  font-size: 180%; }

.secondary-banner-caption {
  font-style: italic;
  margin-top: 10px;
  text-align: right;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8); }
  .secondary-banner-caption:before, .secondary-banner-caption:after {
    content: '–';
    margin: 0px 2px; }

/* ############################
	Business Styles
############################ */
#business {
  min-height: 838.574px; }

#business-banner > div {
  background: url("/images/banners/banner-business.aspx") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

#business-banner h1 {
  background: rgba(190, 132, 32, 0.75);
  bottom: 15px;
  right: 15px; }

/* ############################
	Personal Styles
############################ */
#personal {
  min-height: 838.574px; }

#personal-banner > div {
  background: url("/images/banners/banner-personal.aspx") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

#personal-banner h1 {
  background: rgba(69, 129, 176, 0.75);
  bottom: 15px;
  right: 15px; }

/* ############################
	Employee Styles
############################ */
#employee {
  min-height: 838.574px; }

#employee-banner > div {
  background: url("/images/banners/banner-employee.aspx") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

#employee-banner h1 {
  background: rgba(183, 73, 73, 0.75);
  bottom: 15px;
  right: 15px; }

/* ############################
	iFrame Styles
############################ */
.iframe-banner {
  position: fixed;
  width: 100%;
  height: 36px;
  background: #14785B;
  border-bottom: solid 4px #10624a;
  font-weight: bold;
  text-align: center; }
  .iframe-banner .container {
    max-width: 955px; }
  .iframe-banner a {
    color: #ffffff; }
    .iframe-banner a:hover {
      color: #fffb98; }

.responsive-screen {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 36px; }
  .responsive-screen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    min-width: 100%;
    height: 100%; }
  .responsive-screen + footer {
    display: none; }
    .responsive-screen + footer * {
      display: none; }

/* ############################
	Contact Us Styles
############################ */
#contact-us {
  /* Contact Us only styles */ }

@media only screen and (max-width: 959px) {
  #contact-info {
    text-align: center; }
    #contact-info .info-section {
      text-align: center; }
      #contact-info .info-section h6, #contact-info .info-section p {
        text-align: center; } }

.info-section p {
  line-height: 100%;
  margin-bottom: 5px;
  font-size: 75%; }

.info-section span {
  color: #f44336; }

.info-section + .info-section {
  margin-top: 15px; }

/* ############################
	Error Styles
############################ */
#error {
  text-align: center;
  padding: 25px 0 75px; }
  #error h1 {
    font-size: 750%; }
  #error h3 {
    font-size: 400%;
    margin-bottom: 25px; }
  #error p {
    font-size: 150%; }
  #error .btn {
    display: inline-block;
    margin: 50px auto; }

.ErrorLabel {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 5px; }
  .ErrorLabel:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: solid 1px red; }

.EditingFormErrorLabel {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 5px; }

/* ############################
	Mobile Fixes
############################ */
#stay-connected-banner ul > li > a.phone:hover,
#stay-connected-banner ul > li > a.phone:focus,
#call-to-action ul > li > a.phone:hover,
#call-to-action ul > li > a.phone:focus {
  color: #000000;
  letter-spacing: 0px;
  border-color: #000000;
  cursor: default;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal; }

@media only screen and (max-width: 1199px) {
  #business-banner h1, #personal-banner h1, #employee-banner h1 {
    font-size: 225%; }
  #personal-banner h1 {
    font-size: 200%; }
  #call-to-action ul {
    padding: 20px 5px; }
  footer, footer p {
    text-align: center; } }

@media only screen and (max-width: 959px) {
  #business-banner h1, #personal-banner h1, #employee-banner h1 {
    font-size: 175%; }
  #business-banner h1 {
    right: 10px; }
  #personal-banner h1 {
    font-size: 150%; }
  #call-to-action ul {
    padding: 20px 0px; }
    #call-to-action ul > li {
      width: 33%; }
  footer, footer p {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  #rave-reviews .responsive, #our-clients .responsive, #preferred-carriers .responsive, .basic .responsive {
    width: 90%; }
  #rave-reviews h1, #our-clients h1, #preferred-carriers h1, .basic h1 {
    font-size: 225%; }
  #business, #personal, #employee, .department {
    padding: 0; }
    #business h1, #personal h1, #employee h1, .department h1 {
      text-align: center;
      font-size: 225%; }
  #business-banner h1, #personal-banner h1, #employee-banner h1 {
    font-size: 200%; }
  #call-to-action ul {
    display: block;
    padding: 20px 10px; }
    #call-to-action ul li {
      display: block;
      width: 100%;
      max-width: 480px;
      margin: 0 auto; }
      #call-to-action ul li + li {
        margin-top: 15px; }
  footer, footer p {
    text-align: center; } }

@media only screen and (max-width: 639px) {
  #rave-reviews .responsive, #our-clients .responsive, #preferred-carriers .responsive {
    width: 80%; }
  #rave-reviews h1, #our-clients h1, #preferred-carriers h1 {
    font-size: 200%; }
  #business-banner h1, #personal-banner h1, #employee-banner h1 {
    font-size: 150%; }
  #business-banner h1 {
    right: 5px; } }

@media only screen and (max-width: 479px) {
  #rave-reviews .responsive, #our-clients .responsive, #preferred-carriers .responsive {
    width: 75%; }
  #rave-reviews h1, #our-clients h1, #preferred-carriers h1 {
    font-size: 187.5%; }
  #business-banner h1, #personal-banner h1, #employee-banner h1 {
    font-size: 125%; } }

@media only screen and (max-width: 959px) {
  .mobile-menu-fix {
    top: 100px; }
    .mobile-menu-fix ul {
      position: relative;
      top: -120px; } }

/* ############################
	Google Map Styles
############################ */
#google-map {
  width: 100%;
  height: 400px; }

#google-map-content {
  overflow: hidden; }

.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap; }

.hide {
  display: none; }

.DesignMode .hide,
.EditMode .hide {
  display: block; }

/* ############################
	Search Styles
############################ */
.search-results + .search-results {
  margin-top: 15px; }

.search-box {
  display: block;
  position: absolute;
  bottom: -45px;
  right: 0;
  width: 250px;
  padding: 8px;
  margin: 0;
  background: white;
  border-radius: 5px;
  border: solid 1px #777777;
  border-top: solid 1px #eeeeee;
  height: 0;
  visibility: hidden;
  opacity: 0; }
  .search-box.open {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .search-box .input-field input {
    margin: 0;
    width: 180px;
    border-right: none; }
  .search-box label {
    display: block;
    /*position: absolute;*/
    position: relative;
    height: 37px;
    width: 55px;
    right: 0;
    top: 0;
    color: white;
    background: #008677; }
    .search-box label i {
      height: auto;
      /*line-height: 37px;*/
      line-height: normal;
    }
    .search-box .input-field {
	    display: flex;
	}
    .search-box label button[type="submit"] {
      background: none;
      margin: none;
      border: none;
      width: 100%;
      color: white; 
      position: absolute;
      top: 11px;
      
      }
    .search-box label button[type="submit"]:focus {
      outline: none; }
  .search-box label:hover {
    color: white;
    background: #4581B0; }

.search .form-group {
  width: 100%; }

.search .form-group + .form-group {
  margin: 0; }

.search .form-group-submit {
  display: block; }

.search .form-group-submit:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px; }

.PagerNumberArea {
  color: white;
  background: #008677;
  padding: 8px;
  width: auto;
  border-radius: 5px; }

.PagerNumberArea a,
.PagerNumberArea .selected-page {
  color: white;
  display: inline-block;
  width: 25px;
  text-align: center;
  padding: 4px 0 5px 0;
  border-radius: 50%; }

.PagerNumberArea a:hover,
.PagerNumberArea .selected-page {
  background: white;
  color: #008677; }

.page-display {
  margin: 5px 0;
  font-style: italic; }

.page-display:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 3px; }

.page-display:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  margin-top: 3px; }

/* ############################
	Animation Styles
############################ */
.fade-in-from-below {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.fade-in-from-below.prepare {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

@media only screen and (max-width: 639px) {
  .navbar .col {
    float: none; }
  .menu-btn {
    float: none;
    position: absolute;
    right: 0;
    z-index: 1000; } }

.cke_textarea_inline #iframe, .cke_editable #iframe, .cke_editable_inline #iframe, .cke_contents_ltr #iframe, .cke_show_borders #iframe {
  margin-top: 25px; }
