section, h1, h2, h3, h4 {
  *zoom: 1; }
  section:before, h1:before, h2:before, h3:before, h4:before, section:after, h1:after, h2:after, h3:after, h4:after {
    content: " ";
    display: table; }
  section:after, h1:after, h2:after, h3:after, h4:after {
    clear: both; }

@font-face {
  font-family: "SimpleSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.firstdata.com/global/fonts/SimpleSansLight.woff"); }
@font-face {
  font-family: "SimpleSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.firstdata.com/global/fonts/SimpleSansMedium.woff"); }
@font-face {
  font-family: "SimpleSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.firstdata.com/global/fonts/SimpleSansRegular.woff"); }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@media (min-width: 768px)
#developer-hero {
    background-position: center center;
}


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; */
  }

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

body {
  line-height: 1; }

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

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

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

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none; }

/* Banner Ad */
.banner {
  border-bottom: 1px solid #ddd;
  background: lightseagreen;
  color: white;
  min-height: 45px;
  box-sizing: content-box; }
  .banner .banner-ad-content {
    display: block;
    overflow: hidden;
    min-height: 300px;
    height: 300px;
    padding: 0 !important;
    -webkit-transition: height 0.3s linear, min-height 0.3s linear;
    transition: height .3s linear, min-height .3s linear; }
    .banner .banner-ad-content.collapsed {
      overflow: hidden;
      height: 0;
      min-height: 0;
      -webkit-transition: height .3s linear, min-height .3s linear;
      transition: height .3s linear, min-height .3s linear; }
    .banner .banner-ad-content .text {
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      min-height: 300px; }
      .banner .banner-ad-content .text p {
        color: white;
        font-size: 140%;
        line-height: 140%;
        margin-bottom: 15px; }
      .banner .banner-ad-content .text h2 {
        color: white;
        margin-bottom: 15px; }
    .banner .banner-ad-content .image {
      height: 300px;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
  .banner .banner-ad-toggle {
    position: absolute;
    width: 100%;
    padding: 5px; }
    .banner .banner-ad-toggle a {
      display: inline-block;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      border-radius: 35px;
      background: transparent;
      text-align: center;
      line-height: 35px;
      box-sizing: border-box; }
      .banner .banner-ad-toggle a:hover {
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer; }

@media (max-width: 767px) {
  .banner .banner-ad-content {
    height: auto !important;
    -webkit-transition: height .3s linear, min-height .3s linear;
    transition: height .3s linear, min-height .3s linear; }
    .banner .banner-ad-content.collapsed {
      overflow: hidden;
      height: 0 !important;
      min-height: 0 !important;
      -webkit-transition: height .3s linear, min-height .3s linear;
      transition: height .3s linear, min-height .3s linear; }
    .banner .banner-ad-content .image {
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important; } }
a.btn {
  /* NOTE .btn is LEGACY! Use .button in all new layout */
  display: block;
  text-transform: uppercase;
  text-align: center;
  background: #f60;
  font-family: "SimpleSansMedium", Arial, sans-serif;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10pt;
  color: white;
  min-width: 80px;
  max-width: 400px; }
  a.btn:hover {
    background: #fc7243;
    cursor: pointer; }
  a.btn.disabled {
    background: #ccc;
    cursor: default; }

.button {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: #f60;
  font-family: "SimpleSansRegular", Arial, sans-serif;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10pt 20pt;
  color: white !important;
  min-width: 180px;
  max-width: 400px; }
  .button.small {
    padding: 5pt 10pt;
    min-width: 100px; }
  .button:hover {
    background: #fc7243;
    cursor: pointer;
    color: white !important; }
  .button.disabled, .button.disabled:hover {
    background: #ccc;
    cursor: default; }
  .button.gray {
    background: #999; }
    .button.gray:hover {
      background: #aaa; }
  .button.red {
    background: indianred; }
    .button.red:hover {
      background: crimson; }
  .button.blue {
    background: #00a9e0; }
    .button.blue:hover {
      background: #00c0ff; }
  .button.outline {
    background: white;
    color: #f60 !important;
    border: 2px solid #f60; }
    .button.outline:hover {
      color: #fc7243 !important;
      border-color: #fc7243;
      cursor: pointer;
      background: white; }
    .button.outline.disabled, .button.outline.disabled:hover {
      color: #ccc !important;
      border-color: #ccc;
      cursor: default; }
    .button.outline.gray {
      color: #999 !important;
      border-color: #999; }
      .button.outline.gray:hover {
        color: #aaa !important;
        background: #aaa; }
    .button.outline.red {
      color: indianred !important;
      border-color: indianred; }
      .button.outline.red:hover {
        color: crimson !important;
        border-color: crimson; }
    .button.outline.blue {
      border-color: #00a9e0;
      color: #00a9e0 !important; }
      .button.outline.blue:hover {
        border-color: #00c0ff;
        color: #00c0ff !important; }
  .button.icon {
    min-width: 36px;
    padding: 6pt;
    margin: 5px;
    background: none; }
    .button.icon:hover {
      background: #eee !important; }
    .button.icon.blue {
      color: #00a9e0 !important; }
    .button.icon.red {
      color: indianred !important; }
    .button.icon.gray {
      color: #999 !important; }
    .button.icon.green {
      color: #43B02A !important; }
    .button.icon.disabled, .button.icon.disabled:hover {
      color: #ccc !important;
      background: none;
      cursor: default; }

/*! ================================================
* Fancyfy Fields: fancyfy-fields.scss v1.0.0
* =============================================== */
/* variables */
/* calculated from variables */
.fancy-field {
  display: block;
  overflow: auto;
  z-index: 1;
  height: 50px;
  background: white;
  border: 2px solid #ccc;
  overflow: hidden;
  box-sizing: border-box; }
  .fancy-field.focused {
    border-color: #00a9e0; }
  .fancy-field.required::before {
    content: "*";
    color: crimson;
    float: right;
    font-weight: bold;
    margin-bottom: -25px; }
  .fancy-field span {
    display: block;
    position: relative;
    z-index: -1;
    height: 50px;
    margin: 0 0 0 10px;
    color: #aaa;
    font-size: 15px;
    line-height: 50px; }
  .fancy-field.active {
    padding-top: 7px; }
    .fancy-field.active.required::before {
      margin-top: -7px; }
    .fancy-field.active span {
      font-family: "SimpleSansMedium", Arial, sans-serif;
      position: static;
      font-size: 13px;
      height: 17px;
      line-height: 17px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .fancy-field input, .fancy-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: none;
    width: 100%;
    line-height: 17px !important;
    height: 50px;
    font-size: 15px;
    padding: 0 10px;
    margin-top: -50px; }
    .fancy-field input:focus, .fancy-field select:focus {
      outline: none !important;
      border: none !important; }
    .fancy-field input:-moz-focusring, .fancy-field select:-moz-focusring {
      /* remove firefox dotted border thing */
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .fancy-field input.hasvalue, .fancy-field select.hasvalue {
      margin-top: 0;
      height: 18px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .fancy-field input[type=number]::-webkit-inner-spin-button,
  .fancy-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .fancy-field select {
    opacity: .45; }
    .fancy-field select.hasvalue {
      opacity: 1; }
  .fancy-field.error {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
    color: red; }

/* general styled for textarea */
textarea.fancy-field-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  box-sizing: border-box;
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
  background: none;
  width: 100%;
  font-size: 15px;
  border: 2px solid #ccc;
  padding: 10px;
  resize: none !important; }

textarea.fancy-field-textarea:focus {
  border-color: #00a9e0; }

form {
  max-width: 400px; }
  form .full {
    max-width: 100%; }

.form-error-detail {
  color: red;
  font-size: 13px;
  margin-bottom: 8px; }

.form-element {
  clear: both;
  overflow: auto;
  margin-bottom: 8px; }

/* Custom radio buttons that look like checkbox */
.custom-input {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 25px; }
  .custom-input input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .custom-input input:checked ~ .custom-input-anchor {
      background: #1e90ff;
      border-color: #1e90ff; }
    .custom-input input:disabled ~ .custom-input-anchor {
      background: #e6e6e6;
      opacity: 0.6;
      pointer-events: none; }
    .custom-input input:checked ~ .custom-input-anchor:after {
      display: block; }
  .custom-input .custom-input-anchor {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
    border: 2px solid #ccc;
    border-radius: 3px; }
    .custom-input .custom-input-anchor:after {
      content: '';
      position: absolute;
      display: none; }

.custom-input-radiocheckbox .custom-input-anchor:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.custom-input-radiocheckbox input:disabled ~ .custom-input-anchor:after {
  border-color: #7b7b7b; }

/* mobile */
@media (max-width: 800px) {
  .form-element [class*='column-'] {
    padding: 0 !important; }
  .form-element > div {
    margin-bottom: 8px; }
    .form-element > div:last-child {
      margin-bottom: 0; } }
/* Overrides for select2.min.css */
.select2-container {
  width: 100% !important;
  max-width: 720px; }
  .select2-container .select2-selection--single {
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 0; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px; }
  .select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #00a9e0;
    font-size: 13px;
    padding: 5px; }

.select2-dropdown {
  border: 2px solid #ccc;
  border-radius: 0; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* HEADER */
header {
  z-index: 1004;
  background: white;
  position: relative; }
  header #announcement-banner {
    text-align: center;
    padding: 15px;
    background-color: #fcf8e3;
    color: crimson;
    border-bottom: 2px solid #faebcc; }
  header nav {
    height: 80px;
    max-width: 976px;
    margin: 0 auto;
    padding: 0 !important; }
    header nav.container {
      min-width: 0 !important; }
    header nav #logo {
      width: 160px;
      height: 42px;
      margin-top: 17px;
      display: block;
      float: left; }
    header nav #user-session {
      line-height: 18px;
      padding: 14px 20px;
      border-left: 1px solid #ccc;
      height: 80px; }
    header nav #main-menu {
      float: right;
      margin-right: 10px; }
      header nav #main-menu li {
        display: block;
        float: left; }
        header nav #main-menu li a {
          display: block;
          font: 15px/15px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif;
          height: 15px;
          -moz-transition: color 300ms;
          -o-transition: color 300ms;
          -webkit-transition: color 300ms;
          transition: color 300ms;
          color: #004165;
          padding: 23px 11px 32px 11px;
          border-left: 1px solid #FFF;
          border-right: 1px solid #FFF;
          border-top: 4px solid white; }
          header nav #main-menu li a:hover {
            color: #00a9e0;
            cursor: pointer; }
          header nav #main-menu li a.current, header nav #main-menu li a.current:hover {
            border-top-color: #f60;
            color: #f60;
            cursor: default; }

#cart-icon {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 30px;
  display: block;
  float: right;
  height: 30px;
  padding: 25px 20px;
  box-sizing: content-box; }
  #cart-icon span {
    color: #f60;
    font-family: "SimpleSansMedium", Arial, sans-serif;
    position: absolute;
    margin-left: -17px;
    margin-top: -5px; }

/* BREADCRUMB */
#breadcrumb {
  box-sizing: content-box;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 1003;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
  #breadcrumb .breadcrumb-inner.container {
    min-width: 0 !important; }
  #breadcrumb .breadcrumb-inner ul {
    display: block; }
  #breadcrumb .breadcrumb-inner .current, #breadcrumb .breadcrumb-inner .current:hover {
    color: #f60; }
  #breadcrumb .breadcrumb-inner li {
    display: inline-block; }
    #breadcrumb .breadcrumb-inner li a, #breadcrumb .breadcrumb-inner li a:hover {
      background: url("https://cdn.firstdata.com/global/img/arrow.svg") no-repeat right center;
      height: 44px;
      color: #424242;
      cursor: default;
      display: inline-block;
      padding-right: 30px;
      padding-left: 20px;
      font: 14px/44px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif; }
      #breadcrumb .breadcrumb-inner li a.link, #breadcrumb .breadcrumb-inner li a:hover.link {
        color: #00a9e0; }
        #breadcrumb .breadcrumb-inner li a.link:hover, #breadcrumb .breadcrumb-inner li a:hover.link:hover {
          color: #00c0ff;
          cursor: pointer; }
    #breadcrumb .breadcrumb-inner li:last-child a {
      background: none; }
    #breadcrumb .breadcrumb-inner li:first-child a {
      padding-left: 0; }
  #breadcrumb .breadcrumb-inner hr {
    border: 0;
    height: 1px;
    margin: 0 -30px !important;
    background-image: linear-gradient(to right, transparent, #ddd, #ddd, #ddd, #ddd, #ddd, transparent); }
  #breadcrumb .breadcrumb-inner #sub-breadcrumb {
    padding: 0 10px;
    margin: 0 -10px;
    font: 14px/44px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif; }
    #breadcrumb .breadcrumb-inner #sub-breadcrumb .gray {
      color: #aaa !important; }
    #breadcrumb .breadcrumb-inner #sub-breadcrumb i {
      margin: 0 10px; }
  #breadcrumb.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 1004; }
  #breadcrumb .breadcrumb-mobile {
    display: none; }

/* hide mobile menu toggle on desktop resolutions */
#mobile-menu-toggle {
  display: none; }

/* FOOTER */
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  clear: both;
  background: #004164;
  padding-bottom: 10px; }
  footer .footer-top {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
    overflow: auto; }
    footer .footer-top .footer-menu {
      overflow: auto;
      float: left; }
      footer .footer-top .footer-menu li {
        float: left;
        display: block; }
        footer .footer-top .footer-menu li a {
          display: block;
          color: #ffffff;
          font: 15px/15px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif;
          padding: 23px 15px 18px 15px; }
    footer .footer-top .footer-social {
      float: right;
      padding: 20px; }
      footer .footer-top .footer-social a {
        display: inline-block;
        width: 36px;
        color: white;
        height: 36px;
        line-height: 38px;
        font-size: 24px;
        margin-left: 3px;
        text-align: center; }
  footer .footer-bottom {
    padding-top: 36px; }
    footer .footer-bottom .copyright p {
      font: 11px/11px Arial,Helvetica,sans-serif;
      margin-bottom: 20px; }
      footer .footer-bottom .copyright p:first-child {
        margin-bottom: 10px; }

@media (max-width: 1000px) {
  .breadcrumb-inner li a, .breadcrumb-inner li a:hover {
    padding-right: 15px !important;
    padding-left: 4px !important; }
  .breadcrumb-inner li:first-child a {
    padding-left: 0; } }
@media (max-width: 800px) {
  #logo {
    margin-left: 15px; }

  #main-menu {
    display: none; }

  #mobile-menu-toggle {
    display: block;
    color: #004164;
    float: right;
    line-height: 80px;
    font-size: 26px;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1px solid #ccc; }
    #mobile-menu-toggle.open {
      background: #f2f2f2;
      color: #00a9e0; }

  #breadcrumb .breadcrumb-inner {
    padding: 0 !important; }
    #breadcrumb .breadcrumb-inner ul {
      display: none; }
    #breadcrumb .breadcrumb-inner li {
      display: block; }
      #breadcrumb .breadcrumb-inner li a, #breadcrumb .breadcrumb-inner li a:hover {
        background: none;
        height: auto;
        display: block;
        padding: 8px !important;
        font: 14px/14px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif;
        border-top: 1px solid #eee; }
      #breadcrumb .breadcrumb-inner li:first-child a {
        padding-left: 8px;
        border-top: none; }
    #breadcrumb .breadcrumb-inner #sub-breadcrumb {
      display: none; }
  #breadcrumb .breadcrumb-mobile {
    display: block; }
    #breadcrumb .breadcrumb-mobile a {
      background: none;
      color: #004164 !important;
      height: auto;
      display: block;
      padding: 8px !important;
      font: 14px/14px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif;
      border-top: 1px solid #eee; }
      #breadcrumb .breadcrumb-mobile a:hover {
        color: #00a9e0; }
      #breadcrumb .breadcrumb-mobile a .fa-angle-right {
        margin: 0 6px; }

  #mobile-menu {
    border-top: 2px solid #ddd;
    background: #f2f2f2; }
    #mobile-menu li {
      border-bottom: 1px solid #dfdfdf; }
      #mobile-menu li a {
        display: block;
        padding: 24px 15px 21px 15px;
        color: #00a9e0;
        font: 15px/15px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif; }
        #mobile-menu li a:hover {
          background: white; }
        #mobile-menu li a.current, #mobile-menu li a.current:hover {
          background: #f60;
          color: white;
          cursor: default; }

  #cart-icon a {
    padding: 18px 15px 28px 15px !important; }
    #cart-icon a img {
      width: 33px;
      float: left;
      margin-top: 0; }
    #cart-icon a span {
      margin-left: -19px;
      font-size: 10pt;
      margin-top: -7px;
      color: #f60; } }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 800px;
  padding-top: 25px; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  background: transparent !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  max-width: 800px;
  min-width: 300px;
  margin: 0 auto;
  border: 0;
  outline: none;
  box-shadow: none;
  z-index: 10002;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .modal-dialog {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal.in .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100); }

/* PROMPTS */
.prompt {
  width: 400px;
  text-align: center;
  color: white; }
  .prompt .modal-content, .prompt .modal-body {
    border: 0;
    background: #004164;
    background: #ffffff;
    color: #424242; }
  .prompt .modal-header {
    background: rgba(255, 255, 255, 0.1);
    background: #004164;
    margin-bottom: 15px; }
  .prompt .modal-footer {
    padding: 0 8px 15px 8px;
    margin-top: 15px; }
    .prompt .modal-footer .button {
      background: #888;
      font-size: 14px;
      opacity: 1; }
      .prompt .modal-footer .button .button-primary {
        background: #004164; }
      .prompt .modal-footer .button:hover {
        opacity: .9; }
  .prompt.warning .modal-header {
    background: indianred; }
  .prompt.warning .modal-footer .button-primary {
    background: indianred; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    visibility: visible;
    opacity: 0.85;
    filter: alpha(opacity=85); }

.modal-content {
  border: 3px solid #00a9e0;
  background: white;
  overflow: scroll; }

.modal-header {
  padding: 15px;
  background: #00a9e0;
  color: white; }
  .modal-header .close {
    position: static !important;
    float: right;
    margin-top: -2px;
    font-size: 18pt;
    color: white;
    display: block !important; }

.modal-title {
  margin: 0;
  color: white; }

.modal-body {
  position: relative; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

ul.list li {
  list-style-type: disc; }

ol.list li {
  list-style-type: decimal; }

/* tables */
.table {
  width: 100%;
  text-align: left;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #aaa; }
  .table tr td, .table tr th {
    border-bottom: 1px solid #ddd;
    padding: 9px;
    font-family: "SimpleSansLight", Arial, sans-serif;
    vertical-align: middle; }
  .table tr:last-child td {
    border: 0; }
  .table tr th {
    color: #004164;
    font-family: "SimpleSansMedium", Arial, sans-serif;
    background: #f3f3f3; }

/* table agination */
.table-pagination {
  margin: 0 auto 30px; }
  .table-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border-radius: 2px;
    color: #00a9e0; }
    .table-pagination a:hover {
      cursor: pointer;
      background: #00a9e0;
      color: white; }
    .table-pagination a.disabled, .table-pagination a.disabled:hover {
      background: none;
      color: #aaa;
      cursor: default; }
    .table-pagination a.current, .table-pagination a.current:hover {
      background: #00a9e0;
      color: white;
      cursor: default; }

/* css for tooltipsy */
.tooltipsy {
  padding: 10px;
  max-width: 220px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .tooltipsy:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.8);
    top: 50%;
    margin-top: -6px;
    left: -12px;
    z-index: -1; }
  .tooltipsy h1 {
    font-size: 12px;
    line-height: 14px;
    font-family: "SimpleSansMedium", Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    margin-bottom: 5px; }
  .tooltipsy p {
    font-size: 11px;
    line-height: 12px;
    font-family: "SimpleSansMedium", Arial, sans-serif; }

/* css for jQuery UI datepicker */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.ui-datepicker {
  border: 2px solid #ccc !important;
  padding: 0 !important;
  margin-left: -2px; }
  .ui-datepicker .ui-widget-header {
    border: none;
    background: #63666A;
    color: white;
    font-family: "SimpleSansRegular", Arial, sans-serif; }
    .ui-datepicker .ui-widget-header .ui-datepicker-title {
      line-height: 35px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      width: 35px;
      height: 35px;
      position: static;
      float: left;
      border: 0 !important;
      background: transparent !important;
      font-size: 18px !important; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
      .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
        cursor: pointer;
        font-size: 18px !important;
        font-style: normal !important; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev span,
      .ui-datepicker .ui-widget-header .ui-datepicker-next span {
        display: block;
        position: static;
        left: 0 !important;
        margin-left: 0;
        top: 0 !important;
        right: 0 !important;
        margin-top: 0;
        width: 35px;
        height: 35px;
        background-image: none !important;
        font-style: normal !important;
        text-align: center;
        line-height: 35px;
        border: 0 !important;
        background: transparent !important; }
        .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before,
        .ui-datepicker .ui-widget-header .ui-datepicker-next span:before {
          font-family: 'FontAwesome' !important;
          content: "";
          width: 35px;
          height: 35px;
          display: block;
          color: white;
          text-indent: 0 !important; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      float: right; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before {
      content: "\f053" !important; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next span:before {
      content: "\f054" !important; }
  .ui-datepicker .ui-datepicker-calendar {
    font-family: "SimpleSansRegular", Arial, sans-serif;
    margin: 0 !important;
    border: 1px solid white !important; }
    .ui-datepicker .ui-datepicker-calendar th {
      padding: .3em !important;
      border-bottom: 2px solid #eee;
      font-family: "SimpleSansRegular", Arial, sans-serif;
      font-weight: normal !important; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
      border: 2px solid transparent;
      background: none; }
    .ui-datepicker .ui-datepicker-calendar a.ui-state-default {
      background: #eee;
      border: 2px solid #eee; }
      .ui-datepicker .ui-datepicker-calendar a.ui-state-default:hover {
        color: #00a9e0; }
      .ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active:hover {
        background: #f60;
        color: white;
        border-color: #f60; }

/* Font Awesome exception */
.fa {
  font-family: 'FontAwesome';
  font-style: normal; }

.fa-stack {
  margin-top: -5px; }

/* BASE LAYOUT */
html, body {
  font-family: "SimpleSansLight", Arial, sans-serif, Arial, sans-serif;
  /* background: #004164; swill*/
  color: #424242;
  line-height: 140%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  margin: 0 auto;
  min-width: 320px;
  overflow-x: hidden; }
  body.noscroll {
    overflow-y: hidden; }

.main-content, header, #breadcrumb {
  background: white;
  overflow: auto; }

.main-content {
  padding-bottom: 40px; }

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

section {
  margin-top: 60px; }
  section:first-child {
    margin-top: 40px; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100% !important; }

.status {
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px; }
  .status.active {
    border-color: green;
    color: green;
    background-color: rgba(0, 128, 0, 0.1); }
  .status.inactive {
    border-color: #cd343f;
    color: #cd343f;
    background-color: rgba(205, 92, 92, 0.1); }
  .status h4 {
    color: #434343;
    margin: 0 20px 0 0;
    line-height: 48px; }
  .status .fancy-field {
    margin-right: 5px; }

.hero {
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  background: #004164 no-repeat center center;
  background-size: cover; }
  .hero .hero h1 {
    color: white; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0; }

/* GRID & RESPONSIVE LAYOUT */
@media (min-width: 768px) {
  .container {
    width: 750px !important; } }
@media (min-width: 992px) {
  .container {
    width: 970px !important; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px !important; } }
[class*='column-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px; }

@media only screen and (min-width: 30em) {
  [class*='column-'] {
    padding: 1em; }

  .column-1 {
    width: 8.33333%; }

  .column-2 {
    width: 16.66667%; }

  .column-3 {
    width: 25%; }

  .column-4 {
    width: 33.33333%; }

  .column-5 {
    width: 41.66667%; }

  .column-6 {
    width: 50%; }

  .column-7 {
    width: 58.33333%; }

  .column-8 {
    width: 66.66667%; }

  .column-9 {
    width: 75%; }

  .column-10 {
    width: 83.33333%; }

  .column-11 {
    width: 91.66667%; }

  .column-12 {
    width: 100%; } }
@media (max-width: 800px) {
  [class*='column-'] {
    float: left;
    padding: 0;
    width: 100%;
    min-height: 1px; } }
.box {
  border: 2px solid #ccc;
  padding: 30px 20px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/* ALIGNMENT AND SIZE OVERRIDES */
.small {
  font-size: 80% !important; }

.super-small {
  font-size: 50% !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix {
  overflow: auto;
  clear: both; }

.margin-top {
  margin-top: 40px; }

.margin-bottom {
  margin-bottom: 40px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

/* TYPE */
h1 {
  font: 45px/50px "SimpleSansLight",Arial,sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h2 {
  font: 37px/43px "SimpleSansLight",Arial,sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h3 {
  font: 30px/35px "SimpleSansLight",Arial,sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h4 {
  font: 22px/26px "SimpleSansLight",Arial,sans-serif;
  color: #004164;
  margin: 0 0 14px; }

.subhead {
  font: 20px/29px "SimpleSansLight",Arial,sans-serif;
  padding-bottom: 20px; }

strong {
  font-family: "SimpleSansMedium", Arial, sans-serif; }

/* COLOR OVERRIDES */
.red {
  color: #ec1c24; }

.orange {
  color: #f60; }

.gray {
  color: #8a8683; }

.green {
  color: green; }

/* LINKS */
a.link {
  color: #00a9e0; }
  a.link:hover {
    color: #00c0ff;
    cursor: pointer; }

a.link-blue {
  color: #00a9e0;
  font-family: "SimpleSansMedium", Arial, sans-serif; }
  a.link-blue:hover {
    color: #00c0ff;
    cursor: pointer; }

.flash {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 900ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out; }

/* flashing element */
@-webkit-keyframes flash {
  0% {
    background-color: lightgreen; }
  100% {
    background-color: transparent; } }
/* warnings, alerts, info inline */
p.warning, p.info, p.success {
  display: block;
  margin: 5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid; }

p.warning {
  border-color: #cd343f;
  color: #cd343f;
  background-color: rgba(205, 92, 92, 0.1); }

p.info {
  border-color: darkorange;
  color: darkorange;
  background-color: rgba(255, 165, 0, 0.1); }

p.success {
  border-color: green;
  color: green;
  background-color: rgba(0, 181, 22, 0.27); }

/*# sourceMappingURL=general-1.0.css.map */
