/***********************************************************************************/
/* Frameworks and Build Files */
/***********************************************************************************/
/* Changing Susy default global settings */
/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

input {
  margin: 0;
  padding: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 100%; }

blockquote,
q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul,
ol,
li {
  list-style-type: none; }

input,
textarea {
  outline: none; }

strong {
  font-weight: bold; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

/***********************************************************************************/
/* CSS Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/* #####################

@mixin color-transition {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

@mixin all-transition {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

// Round all corners by amount
@mixin round-corners($amount: 5px) {
  border-radius: $amount;
  -moz-border-radius: $amount;
  -webkit-border-radius: $amount;
}

// Round Top corners by amounts
@mixin round-corners-top($amount1: 5px) {
	-moz-border-top-right-radius: $amount1;
	-webkit-border-top-right-radius: $amount1;
	border-top-right-radius: $amount1;
	-moz-border-top-left-radius: $amount1;
	-webkit-border-top-left-radius: $amount1;
	border-top-right-radius: $amount1;
}

// Round Bottom corners by amounts
@mixin round-corners-bottom($amount1: 5px) {
	-moz-border-bottom-right-radius: $amount1;
	-webkit-border-bottom-right-radius: $amount1;
	border-bottom-right-radius: $amount1;
	-moz-border-bottom-left-radius: $amount1;
	-webkit-border-bottom-left-radius: $amount1;
	border-bottom-right-radius: $amount1;
}

@mixin boxy-shadow($left, $distance, $blur, $color) {
	-webkit-box-shadow: $left, $distance, $blur, $color;
	-moz-box-shadow: $left, $distance, $blur, $color;
	box-shadow: $left, $distance, $blur, $color;
}

@mixin bottom-shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}

@mixin outer-glow {
	-webkit-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 7px 2px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 7px 2px rgba(50, 50, 50, 0.2);
}
##################### */
/***********************************************************************************/
/* All Typeography */
/***********************************************************************************/
body {
  font-size: 18px;
  line-height: 1.75em;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

h1 {
  /*font-size: em(38);*/
  font-size: 38px;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2758a1;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 32px;
  color: #999999;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h3 {
  font-size: 28px;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  -webkit-font-smoothing: antialiased; }

h4 {
  font-size: 24px;
  color: #2758a1;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h5 {
  font-size: 22px;
  color: #999999;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h6, h7, h8 {
  font-size: 22px;
  color: #2758a1;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h7, h8 {
  font-size: 1em;
  color: #2758a1;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 1.75em 0 0 0; }

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

@media screen and (max-width: 768px) {
  h1 {
    font-size: em(32); }
  h2 {
    font-size: em(28); }
  h3 {
    font-size: em(24); }
  h4 {
    font-size: em(20); }
  h5, h6 {
    font-size: em(18); } }

@media screen and (max-width: 667px) {
  h1 {
    font-size: em(32); }
  h2 {
    font-size: em(28); }
  h3 {
    font-size: em(24); }
  h4 {
    font-size: em(20); }
  h5, h6 {
    font-size: em(18); } }

@media screen and (max-width: 568px) {
  h1 {
    font-size: em(28); }
  h2 {
    font-size: em(24); }
  h3 {
    font-size: em(20); }
  h4 {
    font-size: em(18); }
  h5, h6 {
    font-size: em(16); }
  p {
    font-size: em(16); } }

@media screen and (max-width: 375px) {
  h1 {
    font-size: em(28); }
  h2 {
    font-size: em(24); }
  h3 {
    font-size: em(20); }
  h4 {
    font-size: em(18); }
  h5, h6 {
    font-size: em(16); }
  p {
    font-size: em(16); } }

/***********************************************************************************/
/* Column Code */
/***********************************************************************************/
.span_12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.span_11 {
  width: 91.3705583756%;
  float: left;
  margin-right: 3.5532994924%; }

.span_10 {
  width: 82.7411167513%;
  float: left;
  margin-right: 3.5532994924%; }

.span_9 {
  width: 74.1116751269%;
  float: left;
  margin-right: 3.5532994924%; }

.span_8 {
  width: 65.4822335025%;
  float: left;
  margin-right: 3.5532994924%; }

.span_7 {
  width: 56.8527918782%;
  float: left;
  margin-right: 3.5532994924%; }

.span_6 {
  width: 48.2233502538%;
  float: left;
  margin-right: 3.5532994924%; }

.span_5 {
  width: 39.5939086294%;
  float: left;
  margin-right: 3.5532994924%; }

.span_4 {
  width: 30.9644670051%;
  float: left;
  margin-right: 3.5532994924%; }

.span_3 {
  width: 22.3350253807%;
  float: left;
  margin-right: 3.5532994924%; }

.span_2 {
  width: 13.7055837563%;
  float: left;
  margin-right: 3.5532994924%; }

.span_1 {
  width: 5.076142132%;
  float: left;
  margin-right: 3.5532994924%; }

.push_1, .shift_1 {
  margin-left: 8.6294416244%; }

.push_2, .shift_2 {
  margin-left: 17.2588832487%; }

.push_3, .shift_3 {
  margin-left: 25.8883248731%; }

.push_4, .shift_4 {
  margin-left: 34.5177664975%; }

.push_5, .shift_5 {
  margin-left: 43.1472081218%; }

.push_6, .shift_6 {
  margin-left: 51.7766497462%; }

.push_7, .shift_7 {
  margin-left: 405.5837563452%; }

.push_8, .shift_8 {
  margin-left: 69.0355329949%; }

.push_9, .shift_9 {
  margin-left: 77.6649746193%; }

.push_10, .shift_10 {
  margin-left: 86.2944162437%; }

.push_11, .shift_11 {
  margin-left: 94.923857868%; }

.push_12, .shift_12 {
  margin-left: 103.5532994924%; }

.omega, .last {
  margin-right: 0; }

/***********************************************************************************/
/* Mobile Columns */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  *[class*='span'], *[class^='span'] {
    width: 100%;
    float: right;
    margin-right: 0; }
  *[class*='push'], *[class^='push'] {
    margin-left: 0; } }

/***********************************************************************************/
/* Global Styles */
/***********************************************************************************/
.mobile_only {
  display: none; }

.small_portrait_only {
  display: none; }

.navContain {
  display: none; }

img {
  width: 100%; }

strong, b {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700; }

em {
  font-style: italic; }

a {
  color: #2758a1;
  text-decoration: underline;
  transition: color 0.25s ease; }
  a:hover {
    color: #73bbeb;
    text-decoration: underline; }

hr {
  height: 1px;
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  background: #CCCCCC; }

.content {
  padding-top: 1em;
  padding-bottom: 1em; }

.side_padding {
  padding-right: 1em;
  padding-left: 1em; }

.bg_white {
  background: #FFF; }

.bg_black {
  background: #000;
  color: #CCCCCC; }
  .bg_black h1, .bg_black h2, .bg_black h3, .bg_black h4, .bg_black h5, .bg_black h6 {
    color: #CCCCCC; }

.bg_dark_gray {
  background: #222222;
  color: #CCCCCC; }
  .bg_dark_gray h1, .bg_dark_gray h2, .bg_dark_gray h3, .bg_dark_gray h4, .bg_dark_gray h5, .bg_dark_gray h6 {
    color: #CCCCCC; }

.bg_blue {
  background: #2758a1;
  color: #FFF; }
  .bg_blue h1, .bg_blue h2, .bg_blue h3, .bg_blue h4, .bg_blue h5, .bg_blue h6, .bg_blue p {
    color: #FFF; }
  .bg_blue a {
    color: #73bbeb;
    text-decoration: underline;
    transition: color 0.25s ease; }
    .bg_blue a:hover {
      color: #FFF;
      text-decoration: underline; }

.bg_red {
  background: #990000;
  color: #FFF; }
  .bg_red h1, .bg_red h2, .bg_red h3, .bg_red h4, .bg_red h5, .bg_red h6, .bg_red p {
    color: #FFF; }
  .bg_red a {
    color: #F2f2f2;
    text-decoration: underline;
    transition: color 0.25s ease; }
    .bg_red a:hover {
      color: #FFF;
      text-decoration: underline; }

.bg_gray {
  background: #F2f2f2; }

.bg_none {
  background: transparent; }

.space_top {
  margin-top: 1.25em; }

.space_btm {
  margin-bottom: 1.25em; }

.img_btm {
  margin-bottom: 10px; }

.email {
  margin: -.5em 0 2em 0; }

.smaller {
  font-size: 75%; }

a.tel {
  text-decoration: none; }
  a.tel a:hover {
    text-decoration: none;
    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease; }

/***********************************************************************************/
/* Main / Site Framework */
/***********************************************************************************/
body {
  background: #222222; }

.body_wrapper {
  zoom: 1;
  margin: 0 auto;
  background: transparent; }
  .body_wrapper:before, .body_wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .body_wrapper:after {
    clear: both; }

.inside-960 {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-960:before, .inside-960:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-960:after {
    clear: both; }

.inside-800 {
  width: 800px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-800:before, .inside-800:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-800:after {
    clear: both; }

.container {
  zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  padding: 3.5em 0; }

.container:before, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.container:after {
  clear: both; }

.feature {
  min-height: 500px;
  overflow: hidden;
  zoom: 1;
  background-position: center; }
  .feature:before, .feature:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .feature:after {
    clear: both; }

article.login_page {
  min-height: 500px; }

.row {
  padding-top: 20px; }

.img_btn {
  background: #000;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  margin-top: 20px; }
  .img_btn img {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .img_btn:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .img_btn:hover .img-description {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .img_btn a {
    display: block; }

.img-description {
  display: none;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: em(18);
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }

/***********************************************************************************/
/* Header */
/***********************************************************************************/
header.masthead {
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  /*@include box-sizing;*/
  background: #2758a1;
  zoom: 1; }
  header.masthead:before, header.masthead:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.masthead:after {
    clear: both; }
  header.masthead .inside-960 {
    padding: 0 10px; }
  header.masthead .logo {
    width: 39.5939086294%;
    float: left;
    margin-right: 3.5532994924%;
    margin: 4px 0; }
    header.masthead .logo a {
      display: block;
      width: 207px;
      height: 90px;
      background: url("../images/logo-fts-1.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -90px; }
  header.masthead .mainNav {
    width: 56.8527918782%;
    float: left;
    margin-right: 3.5532994924%;
    float: right;
    margin-right: 0;
    margin-top: 28px;
    /* sets nav top position */ }
    header.masthead .mainNav ul {
      zoom: 1;
      position: absolute;
      right: 0; }
      header.masthead .mainNav ul:before, header.masthead .mainNav ul:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      header.masthead .mainNav ul:after {
        clear: both; }
      header.masthead .mainNav ul li {
        position: relative;
        display: inline-block;
        padding-bottom: 1.0em; }
        header.masthead .mainNav ul li a {
          display: block;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          font-family: 'Lato', Verdana, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 700;
          color: #FFF;
          text-decoration: none;
          font-size: em(16);
          margin-left: 1em; }
          header.masthead .mainNav ul li a:hover {
            color: #73bbeb; }
        header.masthead .mainNav ul li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: -50px;
          width: 200px;
          padding-top: 21px;
          /* sets subnav top position */
          z-index: 9999; }
          header.masthead .mainNav ul li ul li {
            padding: 0;
            margin: 0; }
            header.masthead .mainNav ul li ul li a, header.masthead .mainNav ul li ul li a.hover_nav {
              background: #222222;
              display: block;
              margin: 0;
              padding: .5em 0;
              color: #73bbeb;
              text-align: center;
              width: 200px;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease;
              font-family: 'Raleway', Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: em(14);
              border-bottom: 1px solid #090909; }
              header.masthead .mainNav ul li ul li a:hover, header.masthead .mainNav ul li ul li a.hover_nav:hover {
                color: #222222;
                background: #CCCCCC;
                border-bottom: 1px solid #4d4d4d; }

/***********************************************************************************/
/* Social Media */
/***********************************************************************************/
.social_icons {
  text-align: center; }
  .social_icons ul li {
    display: inline-block; }

a.sm_icon {
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  margin: 0px 10px;
  color: #222222;
  background: #666666;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.sm_icon:hover {
    color: #000;
    background: #CCCCCC; }

/***********************************************************************************/
/* Footer */
/***********************************************************************************/
footer {
  clear: left;
  background: #222222;
  padding: 1.5em 0; }
  footer .container {
    background-color: #222222; }
  footer .phone {
    margin: 1.5em 0; }
    footer .phone a {
      color: #999999; }
      footer .phone a:hover {
        color: #2758a1; }
  footer .footer_line_1 {
    zoom: 1; }
    footer .footer_line_1:before, footer .footer_line_1:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    footer .footer_line_1:after {
      clear: both; }
  footer .copyright {
    clear: both;
    margin: 2em 0;
    font-size: 11px;
    color: #999999;
    text-align: center; }
    footer .copyright a {
      color: #999999;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      footer .copyright a:hover {
        color: #2758a1; }
  footer #back-top a.icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    color: #CCCCCC;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    footer #back-top a.icon:hover {
      color: #F2f2f2;
      background: #2758a1; }

/***********************************************************************************/
/* Partials and Segments */
/***********************************************************************************/
/***********************************************************************************/
/* CSS Buttons */
/***********************************************************************************/
body .button, body .form input[type="submit"], .form body input[type="submit"] {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: em(18);
  display: inline-block;
  padding: .5em .2em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  min-width: 200px;
  text-align: center; }

body .button1 {
  color: #FFF;
  background: #2758a1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button1:hover {
    color: #FFF;
    background: #222222;
    text-decoration: none;
    cursor: pointer; }

body .button_container {
  margin-top: 1.75em; }

body .lg_button {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: em(20);
  display: inline-block;
  letter-spacing: 4px;
  width: 100%;
  background: #2758a1;
  color: #FFF;
  padding: 1.25em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .lg_button:hover {
    color: #FFF;
    background: #222222; }

@media screen and (max-width: 768px) {
  body .lg_button {
    font-size: em(16);
    letter-spacing: 2px;
    padding: .75em 0; } }

/***********************************************************************************/
/* Form Fields, Inputs, Textareas */
/***********************************************************************************/
.form {
  max-width: 800px;
  margin: 0 auto;
  /* Placeholder Text Color */ }
  .form .split-row div {
    width: 48.2233502538%;
    float: left;
    margin-right: 3.5532994924%;
    float: right;
    margin-right: 0; }
  .form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="tel"], .form textarea {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    color: #000;
    width: 100%;
    padding: .75em;
    font-size: 18px;
    margin-bottom: 20px;
    border: 0px solid #2758a1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="password"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
      background: white;
      color: #000; }
  .form .submit-row {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .form .if-submit-row {
    margin-bottom: em(36); }
  .form input[type="submit"] {
    font-size: 18px;
    color: #FFF;
    background: #222222;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
    text-align: center; }
    .form input[type="submit"]:hover {
      color: #FFF;
      background: #000;
      text-decoration: none;
      cursor: pointer; }
  .form ::-webkit-input-placeholder {
    color: #2758a1; }
  .form :-moz-placeholder {
    /* Firefox 18- */
    color: #2758a1; }
  .form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2758a1; }
  .form :-ms-input-placeholder {
    color: #2758a1; }
  .form .error {
    background-color: #FFF;
    border: solid 2px #222222;
    padding: 1em;
    margin-bottom: 1em;
    font-size: em(22);
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #990000;
    text-align: center; }
  .form .success {
    background-color: #FFF;
    border: solid 2px #222222;
    padding: 2.5em;
    margin-bottom: 3em; }
    .form .success h4 {
      color: #2758a1; }

/***********************************************************************************/
/* Parallax Elements https://www.w3schools.com/howto/howto_css_parallax.asp */
/***********************************************************************************/
/*-------------------------------------- Example ---------------------------------------*/
.parallax {
  /* The image used */
  background-image: url("../images/feature/bg-new-york.jpg");
  /* Set a specific height */
  min-height: 300px;
  /* Create the parallax scrolling effect */
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*-------------------------------------- Set Parallax ---------------------------------------*/
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*-------------------------------------- Home Page ---------------------------------------*/
.bgimg-1 {
  background-image: url("../images/bgs/bg-baseball.jpg");
  min-height: 600px; }

.bgimg-2 {
  background-image: url("../images/bgs/bg-football.jpg");
  min-height: 600px; }

.bgimg-3 {
  background-image: url("../images/bgs/bg-basketball.jpg");
  min-height: 600px; }

/*-------------------------------------- Our Team Page ---------------------------------------*/
.bgimg-4 {
  background-image: url("../images/feature/feature-baseball-gloves.jpg");
  min-height: 600px;
  background-position: center -25px; }

/*-------------------------------------- About Page ---------------------------------------*/
.bgimg-5 {
  background-image: url("../images/feature/feature-fts-4.jpg");
  min-height: 600px;
  background-position: center -100px; }

/*-------------------------------------- Contact Page ---------------------------------------*/
.bgimg-6 {
  background-image: url("../images/feature/feature-fts-2.jpg");
  min-height: 600px;
  background-position: center -25px; }

/*-------------------------------------- Services Page ---------------------------------------*/
.bgimg-7 {
  background-image: url("../images/feature/feature-fts-5.jpg");
  min-height: 600px;
  background-position: center -100px; }

/*-------------------------------------- Captions ---------------------------------------*/
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000; }

.caption span.border {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: em(20);
  letter-spacing: 8px;
  line-height: em(51);
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 20px 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

/*-------------------------------------- Parallax Mobile Off ---------------------------------------*/
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: scroll; }
  .bgimg-4 {
    background-position: center 0px; }
  .bgimg-5 {
    background-position: center 0px; }
  .bgimg-6 {
    background-position: center 0px; }
  .bgimg-7 {
    background-position: center 0px; } }

/*-------------------------------------- Mobile Views ---------------------------------------*/
@media screen and (max-width: 768px) {
  .bgimg-4 {
    min-height: 460px;
    background-position: center 0px;
    background-size: 100%; }
  .bgimg-5 {
    min-height: 460px;
    background-position: center 0px;
    background-size: 100%; }
  .bgimg-6 {
    min-height: 460px;
    background-position: center 0px;
    background-size: 100%; }
  .bgimg-7 {
    min-height: 460px;
    background-position: center 0px;
    background-size: 100%; } }

@media screen and (max-width: 736px) {
  .bgimg-4 {
    min-height: 320px;
    background-position: center -90px;
    background-size: 800px 533px; }
  .bgimg-5 {
    min-height: 320px;
    background-position: center -20px;
    background-size: 800px 533px; }
  .bgimg-6 {
    min-height: 320px;
    background-position: center -90px;
    background-size: 800px 533px; }
  .bgimg-7 {
    min-height: 320px;
    background-position: center -20px;
    background-size: 800px 533px; } }

@media screen and (max-width: 667px) {
  .bgimg-4 {
    min-height: 300px;
    background-position: center -80px;
    background-size: 700px 466px; }
  .bgimg-5 {
    min-height: 300px;
    background-position: center -20px;
    background-size: 700px 466px; }
  .bgimg-6 {
    min-height: 300px;
    background-position: center -80px;
    background-size: 700px 466px; }
  .bgimg-7 {
    min-height: 300px;
    background-position: center -20px;
    background-size: 700px 466px; } }

@media screen and (max-width: 568px) {
  .bgimg-4 {
    min-height: 225px;
    background-position: center -70px;
    background-size: 600px 400px; }
  .bgimg-5 {
    min-height: 225px;
    background-position: center -30px;
    background-size: 600px 400px; }
  .bgimg-6 {
    min-height: 225px;
    background-position: center -70px;
    background-size: 600px 400px; }
  .bgimg-7 {
    min-height: 225px;
    background-position: center -30px;
    background-size: 600px 400px; } }

@media screen and (max-width: 414px) {
  .bgimg-4 {
    min-height: 550px;
    background-position: center -35px;
    background-size: 1000px 666px; }
  .bgimg-5 {
    min-height: 550px;
    background-position: center -35px;
    background-size: 1000px 666px; }
  .bgimg-6 {
    min-height: 550px;
    background-position: center -35px;
    background-size: 1000px 666px; }
  .bgimg-7 {
    min-height: 550px;
    background-position: center -35px;
    background-size: 1000px 666px; } }

@media screen and (max-width: 375px) {
  .bgimg-4 {
    min-height: 475px;
    background-position: top center;
    background-size: 713px 475px; }
  .bgimg-5 {
    min-height: 475px;
    background-position: top center;
    background-size: 713px 475px; }
  .bgimg-6 {
    min-height: 475px;
    background-position: top center;
    background-size: 713px 475px; }
  .bgimg-7 {
    min-height: 475px;
    background-position: top center;
    background-size: 713px 475px; } }

@media screen and (max-width: 320px) {
  .bgimg-4 {
    min-height: 375px;
    background-position: center -50px; }
  .bgimg-5 {
    min-height: 375px;
    background-position: center -25px; }
  .bgimg-6 {
    min-height: 375px;
    background-position: center -50px; }
  .bgimg-7 {
    min-height: 375px;
    background-position: center -25px; } }

/***********************************************************************************/
/* CSS Flexslider HTML Items */
/***********************************************************************************/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/***********************************************************************************/
/* FONT-FACE */
/***********************************************************************************/
@font-face {
  font-family: 'flexslider-icon';
  src: url("flexslider/fonts/flexslider-icon.eot");
  src: url("flexslider/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("flexslider/fonts/flexslider-icon.woff") format("woff"), url("flexslider/fonts/flexslider-icon.ttf") format("truetype"), url("flexslider/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***********************************************************************************/
/* RESETS */
/***********************************************************************************/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0px;
  /*  Added to collapse directional nav  */ }

.flex-pauseplay span {
  text-transform: capitalize; }

/***********************************************************************************/
/* BASE STYLES */
/***********************************************************************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/***********************************************************************************/
/* HOME THEME */
/***********************************************************************************/
.flexslider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1;
  height: 680px;
  /* ADDED FOR SLIDE HEIGHT Change slide caption height too! */ }

.flexslider .slides img {
  position: relative;
  top: 0px; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  /*  Changed for positioning  */
  height: 50px;
  /*  Changed for positioning  */
  margin: 240px 0;
  /*  Changed for positioning  */
  position: absolute;
  top: 50%;
  /*  Changed for positioning  */
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 35px;
  /*  changed from 40px  */
  height: 50px;
  /*  Added for positioning  */
  position: relative;
  /*  Added for positioning  */
  top: 10px;
  /*  Added for positioning  */
  padding: 8px 0;
  /*  Added for positioning  */
  display: inline-block;
  content: '\f001';
  color: #FFF;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  border: solid thin green; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.9); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/***********************************************************************************/
/* CAPTIONS AND BUTTONS */
/***********************************************************************************/
.slides .flex-caption-one {
  font-size: 36px;
  line-height: 2.25em;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  padding: 250px 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-two {
  font-size: 46px;
  line-height: 2.25em;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  padding: 230px 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 360px auto; }

/***********************************************************************************/
/* RESPONSIVE  GO TO _small-screen.scss TO EDIT RELATED STYLES */
/***********************************************************************************/
/***********************************************************************************/
/* iPad Portrait */
/***********************************************************************************/
@media screen and (max-width: 768px) {
  .flexslider .slides {
    height: 720px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 30px;
    line-height: 1.25em;
    height: 720px;
    padding: 44% 10px; }
  .slides .flex-caption-two {
    font-size: 40px;
    line-height: 1.25em;
    height: 720px;
    padding: 44% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 54% auto; } }

/***********************************************************************************/
/* iPhone 6 Plus Landscape */
/***********************************************************************************/
@media screen and (max-width: 736px) {
  .flexslider .slides {
    height: 400px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 28px;
    line-height: 1.25em;
    height: 400px;
    padding: 20% 10px;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }
  .slides .flex-caption-two {
    font-size: 33px;
    line-height: 1.25em;
    height: 400px;
    padding: 20% 10px;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 30% auto; } }

/***********************************************************************************/
/* iPhone 6 Landscape */
/***********************************************************************************/
@media screen and (max-width: 667px) {
  .flexslider .slides {
    height: 375px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 28px;
    line-height: 1.25em;
    height: 375px;
    padding: 20% 10px; }
  .slides .flex-caption-two {
    font-size: 33px;
    line-height: 1.25em;
    height: 375px;
    padding: 20% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 30% auto; } }

/***********************************************************************************/
/* iPhone 4 and 5 Landscape */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  .flexslider .slides {
    height: 320px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 28px;
    line-height: 1.25em;
    height: 320px;
    padding: 20% 10px; }
  .slides .flex-caption-two {
    font-size: 33px;
    line-height: 1.25em;
    height: 320px;
    padding: 20% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 30% auto; } }

/***********************************************************************************/
/* iPhone 6 Plus Portrait */
/***********************************************************************************/
@media screen and (max-width: 414px) {
  .flexslider .slides {
    height: 410px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 28px;
    line-height: 1.25em;
    height: 410px;
    padding: 30% 10px; }
  .slides .flex-caption-two {
    font-size: 33px;
    line-height: 1.25em;
    height: 410px;
    padding: 34% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 52% auto; } }

/***********************************************************************************/
/* iPhone 6 Portrait */
/***********************************************************************************/
@media screen and (max-width: 375px) {
  .flexslider .slides {
    height: 375px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 28px;
    line-height: 1.25em;
    height: 375px;
    padding: 28% 10px; }
  .slides .flex-caption-two {
    font-size: 33px;
    line-height: 1.25em;
    height: 375px;
    padding: 34% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 54% auto; } }

/***********************************************************************************/
/* iPhone 4 & 5 Portrait */
/***********************************************************************************/
@media screen and (max-width: 320px) {
  .flexslider .slides {
    height: 320px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .slides .flex-caption-one {
    font-size: 24px;
    line-height: 1.25em;
    height: 320px;
    padding: 28% 10px; }
  .slides .flex-caption-two {
    font-size: 28px;
    line-height: 1.25em;
    height: 320px;
    padding: 34% 10px; }
  .slides .flex-btn {
    width: 100%;
    text-align: center;
    margin: 54% auto; } }

/***********************************************************************************/
/* No Scroll - Disable Google Maps Mouse Scroll Wheel */
/***********************************************************************************/
.google-maps {
  position: relative;
  height: 404px !important;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 404px !important; }

.scrolloff {
  pointer-events: none; }

/***********************************************************************************/
/* Small Screens */
/***********************************************************************************/
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* Desktop Min View */
  /***********************************************************************************/
  img, object, video, embed {
    max-width: 100%;
    height: auto !important; }
  .inside-960 {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    position: relative; }
    .inside-960:before, .inside-960:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .inside-960:after {
      clear: both; }
  .default_page {
    margin: 0;
    width: 100%;
    clear: both; }
  header.masthead {
    width: 100%;
    float: right;
    margin-right: 0; }
    header.masthead .mainNav ul li a {
      margin-right: .3em; }
  .container {
    padding: 0 10px; }
  /***********************************************************************************/
  /* iPad Portrait */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 768px) {
  .mobile_only {
    display: block; }
  .big_screen_only {
    display: none; }
  header.masthead .logo {
    width: 39.5939086294%;
    float: left;
    margin-right: 3.5532994924%; }
    header.masthead .logo a {
      display: block;
      width: 207px;
      height: 90px;
      background: url("../images/logo-fts-1.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -90px; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 5px 0 0 7px;
    color: #CCCCCC;
    position: absolute;
    bottom: 22px;
    right: 20px; }
    header.masthead .navTrigger:hover {
      color: #CCCCCC; }
  .navContain {
    background: #222222;
    position: relative;
    width: 100%;
    z-index: 999; }
  .mobileNav ul li a {
    margin-bottom: 0px;
    color: #FFF;
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    background: #222222;
    display: block;
    width: 100%;
    padding: .65em 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 1px solid #090909; }
  .mobileNav ul li ul li a {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    background: #222222;
    color: #999999; }
  body .navContain {
    top: 100%;
    padding-top: 4px; }
  .about_bgimg, .services_bgimg, .contact_bgimg {
    min-height: 450px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }
  .about_bgimg {
    background-position: -420px -190px; }
  .services_bgimg {
    background-position: -720px -290px; }
  .contact_bgimg {
    background-position: -500px -180px; }
  .feature {
    min-height: 470px;
    overflow: hidden;
    zoom: 1;
    background-position: center; }
    .feature:before, .feature:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .feature:after {
      clear: both; }
  .content {
    padding: 2em .75em; }
  .img_btn {
    margin-top: 0px;
    margin-bottom: 16px; }
  .img-description {
    display: block;
    font-size: em(16);
    line-height: em(18);
    min-width: 100%;
    height: 50px;
    top: 90%;
    background-color: rgba(0, 0, 0, 0.75); }
    .img-description p {
      margin: 16px; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Plus Landscape */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 736px) {
  .small_portrait_only {
    display: none; }
  .mobile_only {
    display: block; }
  .big_screen_only {
    display: none; }
  body .lg_button {
    font-size: em(16);
    letter-spacing: 2px;
    padding: 1.25em 0; }
  body .caption span.border {
    font-size: em(18);
    letter-spacing: 6px; }
  header.masthead {
    /*	height: 87px;	*/ }
    header.masthead .navTrigger {
      bottom: 22px;
      right: 15px; }
  .feature {
    min-height: 400px; }
  .img-description {
    font-size: em(14);
    line-height: em(16);
    height: 50px;
    top: 90%; }
    .img-description p {
      margin: 16px; }
  .about_bgimg, .services_bgimg, .contact_bgimg {
    min-height: 414px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Landscape */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 667px) {
  .feature {
    min-height: 375px; }
  .about_bgimg, .services_bgimg, .contact_bgimg {
    min-height: 375px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .landscape {
    display: block; }
  aside.sidebar {
    border-top: 1px solid #CCCCCC;
    margin-top: 1em;
    padding: 2em 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: left;
    float: right;
    margin-right: 0;
    margin-top: -1em; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 5 Landscape */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 568px) {
  .feature {
    min-height: 320px; }
  .about_bgimg, .services_bgimg, .contact_bgimg {
    min-height: 320px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .img-description {
    font-size: em(16);
    line-height: em(18);
    height: 60px;
    top: 95%; }
    .img-description p {
      margin: 20px; }
  span.line_break {
    display: block; }
  footer.footer div {
    text-align: center;
    margin: .4em 0; }
  footer.footer .fr {
    float: none; }
  footer .copyright {
    padding-top: 1.5em; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Plus Portrait */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 414px) {
  .small_portrait_only {
    display: block; }
  .mobile_only {
    display: none; }
  .big_screen_only {
    display: none; }
  .feature {
    min-height: 410px; }
  .about_bgimg, .services_bgimg, .contact_bgimg {
    min-height: 375px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .about_bgimg {
    background-position: -425px -100px; }
  .services_bgimg {
    background-position: -690px -120px; }
  .contact_bgimg {
    background-position: -300px -80px; }
  .img-description {
    font-size: em(16);
    line-height: em(18);
    height: 60px;
    top: 92%; }
    .img-description p {
      margin: 20px; }
  header.masthead .logo {
    width: 91.3705583756%;
    float: left;
    margin-right: 3.5532994924%; }
    header.masthead .logo a {
      display: block;
      width: 260px;
      height: 80px;
      background: url("../images/logo-fts-1.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -80px; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    width: 5.076142132%;
    float: left;
    margin-right: 3.5532994924%;
    top: 20px;
    right: 12px; }
  footer .copyright {
    line-height: 1.75em; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Portrait */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 375px) {
  .feature {
    min-height: 375px; }
  .about_bgimg {
    background-position: -385px -100px; }
  .services_bgimg {
    background-position: -620px -120px; }
  .contact_bgimg {
    background-position: -300px -80px; } }

@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 4 and 5 Portrait */
  /***********************************************************************************/ }

@media screen and (max-width: 960px) and (max-width: 320px) {
  .feature {
    min-height: 320px; }
  .about_bgimg {
    background-position: -330px -60px; }
  .services_bgimg {
    background-position: -620px -120px; }
  .contact_bgimg {
    background-position: -250px -50px; }
  .img-description {
    font-size: em(14);
    line-height: em(16);
    height: 60px;
    top: 92%; }
    .img-description p {
      margin: 20px; } }
