/* GLOBAL STYLES
   -------------------------------------------------- */
/* Padding below the footer and lighter body text */

::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
   
}

:-ms-input-placeholder {  
   color: red;  
}

input, select, textarea{
    color: #3981bf;
}

textarea:focus, input:focus {
    color: #3981bf;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    /* color: #3981bf; */
    color: #204d74;
    background-color: #f3f2f1;
}

abbr[title], abbr[data-original-title] {
    border-bottom: None;
}

a {
    color: #336205;
}
a:hover {
    color: #1b3249;
}


textarea:focus, input:focus {
    color: #3981bf;
}

.textinput {
    color: #3981bf;
}


input:not([type]), input[type="text"]
{
    color:#3981bf;
}

input:not([type]), input[type="email"]
{
    color:#3981bf;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
}

.menu-container {
    padding-bottom: 30px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 22px;
}

.content-container {
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}

.container-narrow {
    margin: 0 auto;
    max-width: 960px;
}

.article {
    font-size:14px;
    line-height: 20px;
}

.wrapper {
    min-height: 100px;
    max-height: 200px;
    overflow-x: hidden;
    margin: 0 auto;
    margin-left:0px;
}
.wrapperiac{
    min-height: 100px;
    max-height: 150px;
    overflow-x: hidden;
    margin: 0 auto;
    margin-left:0px;
}
.wrapperterms{
    min-height: 100px;
    max-height: 800px;
    max-width: 640px;
    overflow-x: hidden;
    margin: 0 auto;
    margin-left:0px;
}
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 50%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1.75rem;
  border-bottom: 1px solid #f1f2f3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1.75rem;
    margin: -1.75rem -1.75rem -1.75rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.9; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.75rem; }

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1.75rem;
  border-top: 1px solid #f1f2f3; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

div.navbar-collapse.in.collapse {
  overflow: visible;
  height: auto;
}

div.navbar-collapse.in.collapse {
  overflow: visible;
  height: auto;
}

table {
    max-width: 790px; 
}

div.ui-datepicker{
 font-size:12px;
}


hr { border: 0; border-top: 2px solid #eee; clear: both; height: 0; margin: 1.250em 0; }
hr.clear { border: none; }

/* CUSTOMIZE THE NAVBAR
   -------------------------------------------------- */

/* Navbar links: increase padding for taller navbar */
.navbar-default .navbar-nav>li>a {
       color: #FFFEE1;
}

.navbar-default .navbar-brand {
    color: #FFFEE1;
}

.navbar-brand {
    color: #FFFEE1;
}

.navbar-nav > li > a {
    padding: 10px 10px;
    color: #FFFEE1;
}

.center { float: none; margin-left: auto; margin-right: auto; }
.errorlist
{
    color: #B94A48;
}


/* CUSTOMIZE THE CAROUSEL
   -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 10px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    top: 40%;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 500px;
}
.carousel img {
    position: absolute;

    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 200px;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0,0,0,.4);
}
.carousel-caption .btn .btn-default {
    margin-top: 10px;
}

@media print {
      a[href]:after {
        content: "" !important;
      }
    }

@media (max-width: 767px) {

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {

    }
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 10px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn .btn-default{
        font-size: 18px;
    }

}

@media print {
    a[href]:after {
        content: "" !important;
    }
}

