@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,900);
/*HEADER 2 */
#header-2 {
  width: 100%;
  min-height: 135px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 5px 0px #444444;
  -moz-box-shadow: 0px 2px 5px 0px #444444;
  box-shadow: 0px 2px 5px 0px #444444; }
  #header-2 .navbar-solid {
    background-color: #2e3337;
    color: #ffffff;
    width: 100%;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    #header-2 .navbar-solid .links {
      float: right;
      padding-top: 3px; }
      @media only screen and (max-width: 480px) {
        #header-2 .navbar-solid .links {
          float: none;
          text-align: center; } }
      #header-2 .navbar-solid .links a {
        color: #ffffff;
        margin-left: 10px;
        margin-right: 10px; }
        #header-2 .navbar-solid .links a:hover {
          color: #da0000; }
  #header-2 .brand-img {
    float: none;
    margin: 20px auto;
    text-align: center;
    max-width: 310px; }
  #header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none; }
    #header-2 .navbar-toggle:focus {
      outline: none; }
    #header-2 .navbar-toggle .icon-bar {
      background-color: #999;
      height: 3px; }
    #header-2 .navbar-toggle:hover .icon-bar {
      background-color: #3498DB; }
  #header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #header-2 .main-nav .nav {
    margin-top: 20px; }
    #header-2 .main-nav .nav #main-nav-7 {
      display: none; }
    #header-2 .main-nav .nav .nav-item a {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      color: #666;
      background: none; }
    #header-2 .main-nav .nav .nav-item.active a {
      color: #3498DB; }
    #header-2 .main-nav .nav .nav-item a:hover {
      color: #da0000; }
    #header-2 .main-nav .nav .nav-item a:focus {
      outline: none; }
    #header-2 .main-nav .nav .dropdown-menu {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin: 0;
      border: none;
      text-transform: none;
      min-width: 180px;
      background: #2e3337; }
      #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #666;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        #header-2 .main-nav .nav .dropdown-menu a:hover {
          background: #3498DB;
          color: #fff; }
    #header-2 .main-nav .nav .open > a {
      background: none; }
      #header-2 .main-nav .nav .open > a:hover, #header-2 .main-nav .nav .open > a:focus {
        background: none; }

/*Override bootstrap default */
/*Header 2 MEDIA QUERIES */
/*Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #header-2 .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #2e3337; }
    #header-2 .main-nav .nav .dropdown-menu:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2e3337;
      position: absolute;
      right: 35px;
      top: -10px; }
    #header-2 .main-nav .nav .dropdown-menu a {
      padding: 8px 20px;
      color: #fff;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
      #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #da0000;
        color: #fff; }
    #header-2 .main-nav .nav .dropdown-menu .nav-header {
      padding: 8px 20px;
      color: #fff;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px; }
    #header-2 .main-nav .nav .dropdown-menu .nav-sub {
      font-size: 13px;
      padding-left: 30px; } }
/*Medium Devices, Desktops */
/*Large Devices, Wide Screens */
/* GOOGLE FONTS */
body {
  color: #32373A;
  background: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto; } }
/* BACKGROUND COLORS */
.bg-primary {
  background-color: #da0000 !important; }

.bg-gray-dark {
  background-color: #2e3337 !important; }

.bg-gray-light {
  background-color: #c7ccd0 !important; }

.bg-off-white {
  background-color: #F7F7F9 !important; }

.bg-black {
  background-color: #111111 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-offwhite {
  background-color: #F5F5F5 !important; }

.bg-clouds {
  background-color: #ECF0F1 !important; }

.bg-silver {
  background-color: #BDC3C7 !important; }

.bg-concrete {
  background-color: #95A5A6 !important; }

.bg-asbestos {
  background-color: #7F8C8d !important; }

.bg-tan {
  background-color: #D1DBBD !important; }

.bg-pewter {
  background-color: #91AA9D !important; }

.bg-moonlight {
  background-color: #3E606F !important; }

.bg-deepocean {
  background-color: #193441 !important; }

.bg-turquoise {
  background-color: #1ABC9C !important; }

.bg-aqua {
  background-color: #16A085 !important; }

.bg-sunflower {
  background-color: #F1C40F !important; }

.bg-orange {
  background-color: #F39C12 !important; }

.bg-sienna {
  background-color: #BF4E19 !important; }

.bg-milanored {
  background-color: #AC1C00 !important; }

.bg-river {
  background-color: #3498DB !important; }

.bg-marina {
  background-color: #2980B9 !important; }

.bg-deco {
  background-color: #C9D787 !important; }

.bg-crete {
  background-color: #7D8A2E !important; }

.bg-guardsman {
  background-color: #D90000 !important; }

.bg-pomegranate {
  background-color: #C0392B !important; }

.bg-finn {
  background-color: #723147 !important; }

.bg-tamarind {
  background-color: #31152B !important; }

/* COLORS */
.black {
  color: #111111; }

.white {
  color: #FFFFFF; }

.offwhite {
  color: #F5F5F5; }

.clouds {
  color: #ECF0F1; }

.silver {
  color: #BDC3C7; }

.concrete {
  color: #95A5A6; }

.asbestos {
  color: #7F8C8d; }

.tan {
  color: #D1DBBD; }

.pewter {
  color: #91AA9D; }

.moonlight {
  color: #3E606F; }

.deepocean {
  color: #193441; }

.turquoise {
  color: #1ABC9C; }

.aqua {
  color: #16A085; }

.sunflower {
  color: #F1C40F; }

.orange {
  color: #F39C12; }

.sienna {
  color: #BF4E19; }

.milanored {
  color: #AC1C00; }

.river {
  color: #3498DB; }

.marina {
  color: #2980B9; }

.deco {
  color: #C9D787; }

.crete {
  color: #7D8A2E; }

.guardsman {
  color: #D90000; }

.pomegranate {
  color: #C0392B; }

.finn {
  color: #723147; }

.tamarind {
  color: #31152B; }

/* PADDING, MARGIN & ALIGNMENT */
.pad5 {
  padding-top: 5px; }

.pad10 {
  padding-top: 10px; }

.pad15 {
  padding-top: 15px; }

.pad25 {
  padding-top: 25px; }

.pad30 {
  padding-top: 30px; }

.pad45 {
  padding-top: 45px; }

.pad60 {
  padding-top: 60px; }

.pad90 {
  padding-top: 90px; }

.min-height-100px {
  min-height: 100px; }

.min-height-200px {
  min-height: 200px; }

.min-height-300px {
  min-height: 300px; }

.min-height-400px {
  min-height: 400px; }

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

.min-height-600px {
  min-height: 600px; }

.min-height-700px {
  min-height: 700px; }

.min-height-800px {
  min-height: 800px; }

.marg-bottom5 {
  margin-bottom: 5px; }

.marg-left5 {
  margin-left: 5px; }

.marg-right5 {
  margin-right: 5px; }

.but_marg {
  margin-left: 3px; }

.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color: #e5e5e5;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

h1, h2, h3 {
  margin-bottom: 20px;
  font-weight: 400; }

h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400; }

h1, .h1 {
  font-size: 44px; }

h2, .h2 {
  font-size: 37px; }

h3, .h3 {
  font-size: 27px; }
  @media only screen and (max-width: 480px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 23px; }
  @media only screen and (max-width: 480px) {
    h4, .h4 {
      font-size: 16px; } }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  color: #515157; }

.lead {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300; }

small, .small {
  font-size: 80%;
  line-height: 2; }

em {
  color: #ff6600; }

/* LINKS */
a {
  color: #da0000; }
  a:hover {
    color: #000000;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* LISTS */
ol {
  position: relative;
  padding-left: 22px; }

ul {
  position: relative;
  padding-left: 22px; }
  ul li {
    font-size: 14px;
    color: #515157;
    margin-bottom: 5px; }

ol li {
  font-size: 14px;
  color: #515157;
  margin-bottom: 5px; }

ul.circle li:before {
  font-family: "fontawesome";
  content: "";
  font-size: 12px;
  color: #16a085;
  padding-top: 2px;
  margin-left: -20px;
  position: absolute; }

/* TITLES */
.underlined-title {
  text-align: center;
  padding-bottom: 30px; }
  .underlined-title h1 {
    color: #32373A;
    margin: 0; }
  .underlined-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #32373A; }
  .underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #da0000; }

/* IMAGES */
/*=================================================================================== */
/*  SOCIAL ICONS */
/*=================================================================================== */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 100; }
  .social li {
    display: inline-block;
    margin-right: 6px; }
    .social li a {
      display: table;
      position: relative; }
      .social li a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 34px;
        height: 34px;
        font-size: 18px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }

.social-light li a i {
  color: #ffffff; }

.social-dark li a i {
  color: #666666; }

.social li a i:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
.social li a:hover i {
  color: #f0f0f0; }
  .social li a:hover i:after {
    height: 100%; }
.social a .fa-facebook:after {
  background: #3b5998; }
.social a .fa-google-plus:after {
  background: #dd4b39; }
.social a .fa-twitter:after {
  background: #00aced; }
.social a .fa-pinterest:after {
  background: #CB2027; }
.social a .fa-behance:after {
  background: #1769FF; }
.social a .fa-dribbble:after {
  background: #EA4C89; }

/* FORM CONTROL */
fieldset {
  border: 2px solid #F7F7F9;
  border-radius: 0px;
  padding: 30px 50px; }
  fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #F7F7F9;
    border-radius: 0px; }

.form-control {
  border: 2px solid #F7F7F9;
  color: #da0000;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear; }

.form-group {
  position: relative;
  margin-bottom: 20px; }
  .form-group.focus .form-control {
    border-color: #da0000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control:focus {
  border-color: #da0000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.form-control[disabled], .form-control[readonly] {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70); }

fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.form-control.form-minimal {
  border-color: transparent; }
  .form-control.form-minimal:hover {
    border-color: #bdc3c7; }
  .form-control.form-minimal:focus {
    border-color: #1abc9c; }

.has-success .help-block, .has-success .control-label {
  color: #2ecc71; }
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success .form-control:-moz-placeholder, .has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1; }
  .has-success .form-control:-ms-input-placeholder, .has-success .form-control::-webkit-input-placeholder, .has-success .form-control.placeholder {
    color: #2ecc71; }
  .has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff; }

.has-warning .help-block, .has-warning .control-label {
  color: #f1c40f; }
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning .form-control:-moz-placeholder, .has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1; }
  .has-warning .form-control:-ms-input-placeholder, .has-warning .form-control::-webkit-input-placeholder, .has-warning .form-control.placeholder {
    color: #f1c40f; }
  .has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff; }

.has-error .help-block, .has-error .control-label {
  color: #e74c3c; }
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error .form-control:-moz-placeholder, .has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1; }
  .has-error .form-control:-ms-input-placeholder, .has-error .form-control::-webkit-input-placeholder, .has-error .form-control.placeholder {
    color: #e74c3c; }
  .has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff; }

/* FORM - INPUT ICON */
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px; }

.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0; }

.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0; }

.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0; }

/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
  margin: 0;
  box-shadow: none; }
  .input-group .input-group-btn .btn:hover {
    background: #1abc9c;
    color: #fff; }

/*  ACCORDION / TOGGLE */
.panel-group {
  margin-bottom: 0; }
  .panel-group + .panel-group {
    margin-top: 20px; }
  .panel-group .panel {
    background: #fff;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none; }
    .panel-group .panel + .panel {
      margin-top: 10px; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: #E6E9ED; }

.panel-body {
  padding: 25px; }

.panel-heading {
  background-color: inherit !important;
  color: inherit !important;
  padding: 0;
  border-color: inherit !important; }

.panel-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }
  .panel-title > a {
    display: block;
    padding: 15px 25px 15px;
    text-decoration: none;
    color: #fff;
    background: #16A085;
    color: #fff; }
    .panel-title > a.collapsed {
      background: #f5f5f5;
      color: #16A085; }
      .panel-title > a.collapsed span {
        color: #16A085; }
    .panel-title > a:hover {
      background: #16A085;
      color: #fff; }
    .panel-title > a span {
      display: block;
      position: relative;
      top: 0;
      color: #fff;
      padding-right: 25px; }

.text-right .panel-title > a span {
  padding-left: 25px;
  padding-right: 0; }

.text-center .panel-title > a span {
  padding-left: 0;
  padding-right: 0; }

.panel-title > a:hover span {
  color: inherit; }

.text-center .panel-title > a:hover span {
  top: 0.5em;
  color: transparent; }

.panel-title > a span:after {
  font-family: "fontawesome";
  content: "";
  position: absolute;
  top: 0;
  right: 0; }

.text-right .panel-title > a span:after {
  left: 0;
  right: auto; }

.text-center .panel-title > a span:after {
  top: -0.75em;
  left: 0;
  opacity: 0; }

.panel-title > a.collapsed span:after {
  content: ""; }

/* TABS */
.nav-tabs {
  margin: 0 auto; }
  .nav-tabs > li {
    z-index: 2;
    float: none;
    display: inline-block; }
    .nav-tabs > li > a {
      padding: 16px 25px 12px;
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      color: #2e3337;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none !important;
      border-bottom: 4px solid transparent !important; }
    .nav-tabs > li.active > a {
      background-color: transparent;
      border-bottom: 4px solid #da0000 !important; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: transparent;
        border-bottom: 4px solid #da0000 !important; }

.nav > li > a:hover, .nav > li > a:focus {
  outline: 0; }

.tab-content {
  padding-left: 0;
  padding-right: 0;
  border: none; }

.tab-pane {
  padding: 50px 0;
  border-bottom: 1px solid #ecf0f1; }

/* PAGINATION */
.pagination li a {
  font-size: 14px;
  color: #16A085;
  background: none;
  margin: 0 3px;
  border: 1px solid #16A085;
  padding: 5px 12px; }
.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0 !important; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #16A085; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1ABC9C;
  border-color: #16A085; }
.pagination > .disabled > span {
  color: #999; }
  .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
    color: #999; }
.pagination > .disabled > a {
  color: #999; }
  .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999; }

.pagination-lg li a {
  padding: 8px 16px;
  font-size: 16px; }

.pagination-sm li a {
  padding: 4px 10px;
  font-size: 12px; }

/* PAGER */
.pager li > a, .pager li > span {
  border: 1px solid #16A085;
  border-radius: 0;
  color: #16A085;
  font-size: 14px;
  min-width: 160px; }
.pager li > a:hover, .pager li > a:focus {
  border: 1px solid #ddd; }
.pager .next > a, .pager .next > span {
  float: right; }
.pager .previous > a, .pager .previous > span {
  float: left; }
.pager .disabled > a {
  color: #999;
  border: 1px solid #ddd; }
  .pager .disabled > a:hover, .pager .disabled > a:focus {
    color: #999;
    border: 1px solid #ddd; }
.pager .disabled > span {
  color: #999;
  border: 1px solid #ddd; }

/* CONTENT BLOCK HOLDERS */
.content-block {
  width: 100%;
  padding: 60px 0 60px 0;
  z-index: 100;
  position: relative;
  background-color: #ffffff; }

.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #ffffff; }

.img-center {
  margin-right: auto;
  margin-left: auto; }

/*PATTERN LIBRARY MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*=================================================================================== */
/*  BUTTONS */
/*=================================================================================== */
.btn {
  color: #ffffff;
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

h1 .btn, h2 .btn, h3 .btn, h4 .btn, p .btn {
  margin-left: 15px; }

/* Button DISABLED */
.disabled a {
  cursor: not-allowed; }

/* Button DEFAULT */
.btn.btn-default {
  background: #2e3337;
  border: solid 1px #2e3337; }
  .btn.btn-default:hover {
    background: #ffffff;
    color: #2e3337; }
.btn.btn-primary {
  background: #da0000;
  border: solid 1px #da0000; }
  .btn.btn-primary:hover {
    background: #ffffff;
    color: #da0000; }
.btn.btn-warning {
  background: #f1c40f; }
  .btn.btn-warning:hover {
    background: #f39c12; }
.btn.btn-danger {
  background: #e74c3c; }
  .btn.btn-danger:hover {
    background: #c0392b; }
.btn.btn-success {
  background: #2ecc71; }
  .btn.btn-success:hover {
    background: #27ae60; }
.btn.btn-dark {
  background: #34495e;
  color: #ffffff; }
  .btn.btn-dark:hover {
    background: #2c3e50; }
.btn.btn-info {
  background: #3498db; }
  .btn.btn-info:hover {
    background: #2980b9; }

/* Button PRIMARY */
/* Button WARNING */
/* Button DANGER */
/* Button SUCCESS */
/* Button DARK */
/* Button INFO */
/* Outline Buttons */
.btn-outline {
  background: transparent !important;
  padding: 10px 20px;
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: solid 1px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }
  .btn-outline:hover {
    text-decoration: none;
    color: #ffffff; }

.btn-default.btn-outline {
  color: #2e3337; }

.btn-primary.btn-outline {
  color: #da0000;
  border-color: #da0000; }

.btn-success.btn-outline {
  color: #85b800;
  border-color: #85b800; }

.btn-info.btn-outline {
  color: #000000;
  border-color: #000000; }

.btn-warning.btn-outline {
  color: #F37B25;
  border-color: #F37B25; }

.btn-caution.btn-outline {
  color: #F37B25; }

.btn-danger.btn-outline {
  color: #fd4239; }

.btn-white.btn-outline {
  color: #ffffff; }

.btn-primary.btn-outline:hover:enabled,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-caution.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-default.btn-outline:hover {
  color: #ffffff; }

.btn-primary.btn-outline:hover:enabled {
  background-color: #da0000 !important;
  color: #ffffff; }

.btn-success.btn-outline:hover {
  background-color: #85b800 !important;
  color: #ffffff; }

.btn-info.btn-outline:hover {
  background-color: #000000 !important;
  color: #ffffff; }

.btn-warning.btn-outline:hover {
  background-color: #F37B25 !important;
  color: #ffffff; }

.btn-caution.btn-outline:hover {
  background-color: #F37B25; }

.btn-danger.btn-outline:hover {
  background-color: #fd4239; }

.btn-default.btn-outline:hover {
  background-color: #2e3337; }

.btn-white.btn-outline:hover {
  background-color: #ffffff;
  color: #F37B25; }

.btn-outline-sm {
  padding: 5px 13px;
  font-size: 13px; }

.btn-outline-lg {
  padding: 14px 26px;
  font-size: 15px; }

.btn-outline-xl {
  padding: 18px 30px;
  font-size: 24px; }

.btn-outline.outline-light, .icon.outline-light {
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff; }

.btn-outline.outline-light:hover, .icon.outline-light:hover {
  color: #2c3e50;
  background: #ffffff; }

.btn-outline.outline-dark, .icon.outline-dark {
  color: #2c3e50;
  background: none;
  border: 2px solid #2c3e50; }

.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
  color: #ffffff;
  background: #2c3e50; }

button:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-xs {
  padding: 5px 10px;
  font-size: 11px; }

.btn-sm {
  padding: 7px 13px;
  font-size: 12px; }

.btn-lg {
  padding: 16px 26px;
  font-size: 16px; }

.btn-xl {
  padding: 18px 30px;
  font-size: 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/*PROMO BLOCK 3 */
.promo-3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .promo-3.desktop-version {
      display: none; } }
  @media only screen and (min-width: 767px) {
    .promo-3.mobile-version {
      display: none; } }
  .promo-3 h1 {
    font-size: 50px;
    color: #da0000;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 75%;
    margin: 0 0 0 auto;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .promo-3 h1 {
        font-size: 40px;
        max-width: 85%; } }
    @media only screen and (max-width: 480px) {
      .promo-3 h1 {
        max-width: 100%;
        font-size: 36px; } }
  .promo-3 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #da0000; }
  .promo-3 h3 {
    color: #da0000;
    font-weight: 400; }
  .promo-3 h4 {
    color: #da0000; }
  .promo-3 h5 {
    color: #da0000; }
  .promo-3 p {
    color: #da0000;
    font-weight: 400;
    max-width: 60%;
    text-align: right;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 768px) {
      .promo-3 p {
        max-width: 65%; } }
    @media only screen and (max-width: 480px) {
      .promo-3 p {
        max-width: 100%; } }
  .promo-3 small {
    color: #32373A; }
  .promo-3 a {
    margin-top: 40px; }
  .promo-3 .text-block {
    margin-top: 0px; }
  .promo-3 .login-form {
    max-width: 300px; }
  .promo-3 .container {
    margin-top: 60px;
    text-align: right; }

/*  PROMO BLOCK 3 MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*CONTENT BLOCK 2-5 */
/*Light */
.content-2-5-light h2 {
  color: #32373A; }

.content-2-5-light h3 {
  color: #32373A; }

.content-2-5-light p {
  color: #32373A; }

/*Dark */
.content-2-5-dark h2 {
  color: #ffffff; }

.content-2-5-dark h3 {
  color: #ffffff; }

.content-2-5-dark p {
  color: #ffffff; }
  .content-2-5-dark p a {
    color: #da0000; }
    .content-2-5-dark p a:hover {
      color: #ffffff; }

/*CONTENT BLOCK 2-5 MEDIA QUERIES */
/*Small Devices, Tablets */
/*Medium Devices, Desktops */
/*Large Devices, Wide Screens */
/*RATES */
.rates-block ul {
  text-align: left;
  margin: 0 20%; }

/* Small Devices, Tablets */
.rates-block ul {
  text-align: left;
  margin: 0 5%; }

/*CONTENT BLOCK 1-5 */
.content-1-5 h1 {
  color: #3498DB; }
.content-1-5 img {
  margin: 30px auto 0 auto; }

.basic-1-5 .table-row {
  border: solid 1px #F7F7F9; }
  .basic-1-5 .table-row ul {
    margin: 15px 0; }
.basic-1-5 .row-light {
  background-color: #F7F7F9; }
.basic-1-5 .heading {
  background-color: #da0000; }
  .basic-1-5 .heading p {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase; }
.basic-1-5 .section {
  border-top: solid 2px #da0000;
  margin-top: 50px; }

/*CONTENT BLOCK 1-5 MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .content-1-5 img {
    margin: 0; } }
/* Large Devices, Wide Screens */
.content-block .search-field {
  display: table;
  margin: 0 auto; }
  .content-block .search-field .form-control {
    width: 300px;
    display: inline-block; }
  .content-block .search-field .btn {
    height: 40px;
    border: solid 2px #da0000;
    display: inline-block; }

/*CONTENT BLOCK 1-6 */
.content-1-6 h2 {
  margin-bottom: 40px !important; }
.content-1-6 .client-row {
  overflow: hidden;
  text-align: center;
  line-height: 0; }
  .content-1-6 .client-row .col-md-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .content-1-6 .client-row img {
    max-width: 140px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: none; }
    .content-1-6 .client-row img:hover {
      opacity: 1; }
  .content-1-6 .client-row .row-wrapper {
    display: inline-block;
    width: 80%; }
  .content-1-6 .client-row:last-child .row-wrapper {
    border-bottom: none; }
.content-1-6 .row-wrapper .col-md-3:last-child {
  border-right: none; }

/*CONTENT BLOCK 1-6 MEDIA QUERIES */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .content-1-6 .client-row .row-wrapper {
    border-bottom: none; }
  .content-1-6 .row-wrapper .col-md-3 {
    border-right: none; } }
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .content-1-6 .client-row .row-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .content-1-6 .row-wrapper .col-md-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2); } }
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 2-5 */
/* Light */
.content-2-5-light h2 {
  color: #333333; }

.content-2-5-light ul {
  text-align: left;
  margin: 0 20%; }

/* Dark */
.content-2-5-dark h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase; }
  .content-2-5-dark h2 a {
    color: #f1c40f; }
    .content-2-5-dark h2 a:hover {
      color: #ffffff; }

/*  CONTENT BLOCK 2-5 MEDIA QUERIES */
/* Small Devices, Tablets */
.content-2-5-light ul {
  text-align: left;
  margin: 0 5%; }

/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 1-2 */
.content-1-2 ul li.lead {
  margin-bottom: 0px; }
.content-1-2 .search-box {
  text-align: center;
  width: 100%; }
  .content-1-2 .search-box .input-group {
    border: solid 1px #2e3337;
    color: #32373A; }
  .content-1-2 .search-box .input-group-addon {
    background-color: #ffffff;
    border: none;
    font-size: 20px;
    color: #da0000; }
  .content-1-2 .search-box input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border: none; }
    .content-1-2 .search-box input.active {
      border: solid 1px #da0000; }
.content-1-2 .search-field {
  display: table;
  margin: 0 auto; }
  .content-1-2 .search-field .form-control {
    width: 300px;
    display: inline-block; }
  .content-1-2 .search-field .btn {
    height: 40px;
    border: solid 2px #da0000;
    display: inline-block; }

/*  Pricing Tables 1 */
.pricing-table-1 .price-block {
  text-align: center;
  color: #ffffff;
  transition: all 0.25s;
  max-width: 400px;
  margin-bottom: 20px; }
.pricing-table-1 h3 {
  text-transform: uppercase;
  padding: 20px 0;
  background: #2e3337;
  margin: 0; }
.pricing-table-1 i {
  padding: 20px 0 0;
  background: #2e3337;
  margin: 0;
  border-radius: 6px 6px 0 0;
  font-size: 50px;
  width: 100%; }
.pricing-table-1 .price {
  display: inline-block;
  background: #2e3337;
  width: 100%; }
.pricing-table-1 .price-figure {
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 14px; }
.pricing-table-1 .price-number {
  font-weight: 600;
  display: block;
  margin-bottom: 0; }
.pricing-table-1 .price-tenure {
  font-size: 11px;
  margin-top: 0; }
.pricing-table-1 .features {
  background: #F7F7F9;
  color: #32373A;
  padding: 0;
  margin: 0; }
  .pricing-table-1 .features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    list-style-type: none; }
.pricing-table-1 .price-footer {
  display: block;
  background: #2e3337;
  border-radius: 0 0 6px 6px;
  margin-top: -5px;
  padding: 10px 0; }
.pricing-table-1 .price-block:hover {
  transform: scale(1.04) translateY(-5px);
  -webkit-transform: scale(1.04) translateY(-5px);
  z-index: 1;
  border-bottom: 0 none; }
  .pricing-table-1 .price-block:hover .price.pastel-blue {
    background: #6082EB; }
  .pricing-table-1 .price-block:hover .price.pastel-green {
    background: #18B29D; }
  .pricing-table-1 .price-block:hover .price.pastel-red {
    background: #FF5E65; }
  .pricing-table-1 .price-block:hover .price.pastel-orange {
    background: #FFB068; }
  .pricing-table-1 .price-block:hover h3 {
    background: #da0000; }
  .pricing-table-1 .price-block:hover i {
    background: #da0000; }
  .pricing-table-1 .price-block:hover .price-footer {
    background: #000000; }

/* Hover Effects */
/* Ribbons */
.ribbon {
  position: absolute;
  top: -4px;
  right: 11px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  z-index: 10; }

.red-hot {
  background: url("../images/ribbons/red-hot.png") 0 0 no-repeat; }

.best-value {
  background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }

.super-cool {
  background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }

.new {
  background: url("../images/ribbons/new.png") 0 0 no-repeat; }

.premium {
  background: url("../images/ribbons/premium.png") 0 0 no-repeat; }

.exclusive {
  background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }

.popular {
  background: url("../images/ribbons/popular.png") 0 0 no-repeat; }

.five-stars {
  background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }

/*  Pricing Tables 1 MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .pricing-table-1 .price-block {
    margin-bottom: 20px; } }
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 1-9 */
.content-1-9 h4 {
  margin-top: 0;
  color: #da0000; }
.content-1-9 .fa {
  font-size: 32px;
  color: #da0000; }
.content-1-9 .info-block {
  min-height: 300px; }
  @media only screen and (max-width: 992px) {
    .content-1-9 .info-block {
      min-height: 220px; } }
  @media only screen and (max-width: 768px) {
    .content-1-9 .info-block {
      min-height: inherit; } }

/*  CONTENT BLOCK 1-9 MEDIA QUERIES */
/* Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 1-9-DOCS */
.content-1-9-docs h4 {
  margin-top: 0; }
.content-1-9-docs .file-list .file-block {
  display: inline-block;
  min-width: 48%;
  float: left;
  margin: 0 1%; }

/*  CONTENT BLOCK 1-9 MEDIA QUERIES */
/* Phones */
@media only screen and (max-width: 480px) {
  .content-1-9-docs .btn-outline {
    font-size: 13px;
    padding: 10px 10px; } }
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .content-1-9-docs .file-list .file-block {
    display: block;
    min-width: 100%;
    text-align: center; }
  .content-1-9-docs .file-list .text-right {
    text-align: center; } }
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 1-4 */
.content-1-4 {
  padding: 0px;
  position: relative; }
  .content-1-4 .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px; }
    .content-1-4 .image-container .background-image-holder {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%; }
  .content-1-4 .content {
    padding-top: 80px;
    padding-bottom: 80px; }
    .content-1-4 .content ul li.lead {
      margin-bottom: 0px; }
    .content-1-4 .content .subtitle p {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300; }
    .content-1-4 .content .subtitle ul li {
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300; }
    .content-1-4 .content .bullet-columns ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 40px;
      column-gap: 40px;
      -moz-column-gap: 40px; }
      .content-1-4 .content .bullet-columns ul li {
        break-inside: avoid-column; }
  .content-1-4 h1 {
    margin-bottom: 32px; }
  .content-1-4 p.lead {
    margin-bottom: 20px; }

/*  CONTENT BLOCK 1-4 MEDIA QUERIES */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .content-1-4 .image-container {
    display: none; } }
/*  CONTENT BLOCK FAQ */
.faq .search-box {
  text-align: center;
  width: 100%;
  margin-bottom: 60px; }
  .faq .search-box .input-group {
    border: solid 1px #2e3337;
    color: #32373A; }
  .faq .search-box .input-group-addon {
    background-color: #ffffff;
    border: none;
    font-size: 20px;
    color: #da0000; }
  .faq .search-box input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border: none; }
    .faq .search-box input.active {
      border: solid 1px #da0000; }
.faq .gutter-sizer {
  width: 4%; }
  @media screen and (max-width: 768px) {
    .faq .gutter-sizer {
      width: 0%; } }
.faq .grid-sizer {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .faq .grid-sizer {
      width: 100%; } }
.faq .grid-item {
  width: 48%;
  border: solid 1px #c7ccd0;
  background: #F7F7F9;
  padding: 0 15px;
  margin-bottom: 4%; }
  @media screen and (max-width: 768px) {
    .faq .grid-item {
      width: 100%; } }
  .faq .grid-item .lead {
    border-bottom: solid 1px #da0000; }

/*  CONTENT BLOCK RESOURCES */
.resources .search-box {
  text-align: center;
  width: 100%;
  margin-bottom: 60px; }
  .resources .search-box .input-group {
    border: solid 1px #2e3337;
    color: #32373A; }
  .resources .search-box .input-group-addon {
    background-color: #ffffff;
    border: none;
    font-size: 20px;
    color: #da0000; }
  .resources .search-box input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border: none; }
    .resources .search-box input.active {
      border: solid 1px #da0000; }
  .resources .search-box .btn-group .btn {
    margin-top: 10px; }
.resources .gutter-sizer {
  width: 4%; }
  @media screen and (max-width: 768px) {
    .resources .gutter-sizer {
      width: 0%; } }
.resources .grid-sizer {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .resources .grid-sizer {
      width: 100%; } }
.resources .grid-item {
  width: 48%;
  border: solid 1px #c7ccd0;
  background: #F7F7F9;
  padding: 0 15px;
  margin-bottom: 4%;
  padding-bottom: 15px; }
  .resources .grid-item .btn {
    margin: 6px 0; }
  @media screen and (max-width: 768px) {
    .resources .grid-item {
      width: 100%; } }
  .resources .grid-item .lead {
    border-bottom: solid 1px #da0000; }

/*  CONTACT 2 */
.contact-2 h2 {
  margin-top: 0; }
.contact-2 .map-img {
  margin: 40px 0; }

#contact span.required {
  font-size: 13px;
  color: #ff0000; }

#message {
  margin-bottom: 20px;
  padding: 0; }

.error_message {
  display: block;
  background: #FBE3E4;
  padding: 10px 0 10px 15px;
  color: #8a1f11;
  border: 2px solid #FBC2C4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

/*  CONTACT 2 MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*  Team 1 */
.team-1 h2 {
  margin-bottom: 50px; }

.team-member {
  max-width: 500px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-top: 0;
  border: 1px solid #f5f5f5;
  border-radius: 4px; }

.team-details {
  padding: 20px; }
  .team-details.header {
    background-color: #da0000;
    text-align: center;
    color: #ffffff; }
  .team-details ul {
    padding-left: 10px;
    list-style: none; }
    .team-details ul li:before {
      font-family: "FontAwesome";
      content: "";
      margin: 0 5px 0 -15px;
      color: #da0000; }

.team-member .member-name {
  margin-top: 20px;
  position: relative; }
  .team-member .member-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0; }
.team-member .position {
  padding: 0;
  display: block; }
.team-member .social-links {
  padding-top: 10px; }
  .team-member .social-links > li a {
    border-color: #ecf0f1;
    border-radius: 3px; }

/*  Team 1 MEDIA QUERIES */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 3-10 */
.content-3-10 {
  padding: 0px;
  position: relative; }
  .content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px; }
    .content-3-10 .image-container .background-image-holder {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%; }
  .content-3-10 .content {
    margin-top: 300px;
    padding: 40px; }
    .content-3-10 .content ul li.lead {
      margin-bottom: 0px; }
  .content-3-10 h3 {
    margin-bottom: 32px; }
  .content-3-10 p {
    margin-bottom: 20px; }

/*  CONTENT BLOCK 3-10 MEDIA QUERIES */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .content-3-10 .image-container {
    height: 100%; }
  .content-3-10 .content {
    margin-top: 0px;
    padding: 80px 5px 80px 35px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .content-3-10 .image-container {
    height: 100%; }
  .content-3-10 .content {
    margin-top: 0px;
    padding: 80px 15px 80px 80px; } }
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 3-11 */
.content-3-11 {
  padding: 0px;
  position: relative; }
  .content-3-11 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
    right: 0px; }
    .content-3-11 .image-container .background-image-holder {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%; }
  .content-3-11 .content {
    margin-top: 300px;
    padding: 40px; }
    .content-3-11 .content ul li.lead {
      margin-bottom: 0px; }
  .content-3-11 h3 {
    margin-bottom: 32px; }
  .content-3-11 p {
    margin-bottom: 20px; }

/*  CONTENT BLOCK 3-11 MEDIA QUERIES */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .content-3-11 .image-container {
    height: 100%; }
  .content-3-11 .content {
    margin-top: 0px;
    padding: 80px 35px 80px 5px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .content-3-11 .image-container {
    height: 100%; }
  .content-3-11 .content {
    margin-top: 0px;
    padding: 80px 80px 80px 15px; } }
/* Large Devices, Wide Screens */
/*  CONTENT BLOCK 1-8 */
/*  CONTENT BLOCK 1-8 MEDIA QUERIES */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .content-1-8 .nav-tabs {
    text-align: left; }
  .content-1-8 .nav-tabs > li {
    min-width: 49%;
    text-align: left; }
  .content-1-8 .nav-tabs > li > a {
    padding: 16px 0px 12px;
    font-size: 13px; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*  FOOTER 1-1 */
.footer-1-1 {
  padding-top: 60px;
  padding-bottom: 20px;
  word-wrap: break-word; }
  .footer-1-1 h3, .footer-1-1 h4, .footer-1-1 .lead, .footer-1-1 li {
    color: #32373A; }
  .footer-1-1 .brand-img {
    width: 200px;
    margin-bottom: 30px; }
  .footer-1-1 h4 {
    margin-bottom: 20px; }
  .footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0; }
    .footer-1-1 ul li {
      border-top: 1px solid #bdc3c7;
      line-height: 19px;
      padding: 6px 0; }
  .footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px; }

/*  FOOTER 1-1 MEDIA QUERIES */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .footer-1-1 h3 {
    font-size: 22px; } }
@media only screen and (max-width: 480px) {
  .footer-1-1 h3 {
    font-size: 16px; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.main-nav .brand-img {
  max-height: 80px; }
.main-nav .nav {
  margin-top: 35px !important; }

.promo-3 h1, .promo-3 p {
  text-align: left !important;
  margin-left: 0;
  text-shadow: 0px 0px 1px #2e3337; }
.promo-3 .container {
  text-align: left !important; }
.promo-3 .btn {
  white-space: normal; }

.bg-gray-dark .footer-1-1 h3, .bg-gray-dark .footer-1-1 h4, .bg-gray-dark .footer-1-1 h5 {
  color: #ffffff; }
  .bg-gray-dark .footer-1-1 h3 a.long-email, .bg-gray-dark .footer-1-1 h4 a.long-email, .bg-gray-dark .footer-1-1 h5 a.long-email {
    font-size: 18px;
    line-height: 24px; }
  .bg-gray-dark .footer-1-1 h3 a:hover, .bg-gray-dark .footer-1-1 h4 a:hover, .bg-gray-dark .footer-1-1 h5 a:hover {
    color: #c7ccd0; }
.bg-gray-dark .footer-1-1 ul a {
  color: #c7ccd0; }
  .bg-gray-dark .footer-1-1 ul a.btn-primary {
    color: #ffffff; }
  .bg-gray-dark .footer-1-1 ul a:hover {
    color: #da0000; }
.bg-gray-dark .footer-1-1 .btn {
  white-space: normal; }

/*# sourceMappingURL=style.css.map */
