@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body,html {
  max-height: 100%;
}

h2 {
  /*font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
  font-family: 'Open Sans';
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100px;
  line-height: 45px;
  padding-top: 10px;
  margin-bottom: 26px;
  color: rgba(0, 54, 128, 2);
  /*text-shadow: 2px 0 0 #003680, -2px 0 0 #003680, 0 2px 0 #003680, 0 -2px 0 #003680, 1px 1px #003680, -1px -1px 0 #003680, 1px -1px 0 #003680, -1px 1px 0 #003680;*/
}
h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 25px;

}

h4{
    font-weight: normal;
}

p {
  font-family: 'Open Sans';
  font-style: normal;
  font-variant: normal;
  margin: 0px;
}

li {
  font-family: 'Open Sans';
  font-style: normal;
  font-variant: normal;
  margin: 0px;
}

blockquote {
  font-family: 'Open Sans';
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
pre {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}
ol, ul {
  margin-top: 3px
}

label {
      margin-top: 1rem;
}

footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer h2 {
     margin-bottom: 25px;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: inherit;
}
.help-block {
    color: #d9534f;
}

/*
div.desc{
    background-color: #000;
    color: #fff;
    opacity: 0.5;
    width: 100%;
    bottom: 0px;
}
*/
.headline {
  padding-bottom: 1px;
  text-align: center;
}

.plus li {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 46px;

}

.quotes li{
  line-height: 2.5;
}

.foot {
  padding-top: 86px;
}

.foot li {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 84px;
}

.jumbotron {
  background-image: url(../IMG/banner4.jpg);
  -o-background-size: 100% auto;
  -webkit-background-size:100% auto;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin-bottom: 0px;
  padding-top: 149px;
  padding-bottom: 149px;
}
.ico-row {
  margin: auto;
  text-align: center;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

 .icon{
  border-bottom: none;
  padding-bottom: none;
}

.foot div {
  padding-left: 20px;
}

.hidden {
      display: none;
}

.hide {
      display: none;
}


.border {
   border-bottom:  #afafaf 1px solid;
}

.brand{
  max-width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.brand:after {
    bottom: 0.15em;
    color: transparent;
    content: "ˍ";
    display: block;
    font-size: 120px !important;
    height: 1em;
    left: 26%;
    position: absolute;
    text-shadow: 0 0 11px #999;
    width: 1em;
}

.side-logo {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.side-logo:hover {
  transform: scale(1.1);
}

.centered{
text-align: center;
}

.Cbrand {
  max-width: 8%;
  padding: 10px;
  padding-right: 0px;
}

.cube {
  max-width: 20%;
  max-height: 20%;
}
.img-circle {
   border-style: solid;
  border-color: #003680;
  border-width: 3px;
  transition: all .2s ease-in-out;
}
.img-circle:hover { transform: scale(1.3); }

.navbar {
    margin-bottom: 0px;
}

.fa-bars {
    color: #014c8c;
}

.nav-link {
  padding-left: 10px;
}

.active-nav {
  background-color: #e9e9e9;
}

.img-container{
    background-image: linear-gradient(to right,rgba(0, 54, 128, 2) 0,rgba(0,0,0,.0001) 100%);
}
.landing{
    height:100vh;
    background-image: url("../IMG/fegefem1.jpg");
    position: relative;
    opacity: 0.8;
}

.landing:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 54, 128, 2) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 180%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(180%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 54, 128, 2)0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 180%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 54, 128, 2) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 180%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 54, 128, 2) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 180%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 54, 128, 2) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 180%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.right {
  position: absolute;
  right: 0;
  z-index: 1000;
}

/* Creates a vertical nav starting at 768px (sm) */
@media (min-width: 768px) {
   .bootstrap-vertical-nav .navbar .navbar-collapse {
      padding: 0;
      max-height: none;
   }
   .bootstrap-vertical-nav .navbar ul {
      float: none;
   }
   .bootstrap-vertical-nav .navbar ul:not {
      display: block;
   }
   .bootstrap-vertical-nav .navbar li {
      float: none;
      display: block;
   }

   .bootstrap-vertical-nav .navbar-nav .nav-item+.nav-item {
      margin-left: 0;
   }
}

.expand .nav-link{
  padding-top: 0px;
}

/* Put any custom CSS you want for your menu when it is collapsed */
@media (max-width: 768px) {
   .bootstrap-vertical-nav {

   }
}

.breif {
  margin-top: 25px;
  text-align: center;

}

/*.breif p {
  font-size: 20px;
line-height: 30px;
}*/
.row img{
  max-width: 100%;
}

.line-separator{
height:1px;
background:#dfdfdf;
border-bottom:1px solid #dfdfdf;
}

.row {
    margin-top: 30px;
    margin-bottom: 40px;
}
 .fixed {
    position:fixed;
    top:0;
    float:none;
    left: 0%;
    right: 0%;
}

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

.form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-group .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.g-recaptcha {
    padding-top: 16px;
}

#expand {
display:none;
z-index: 1000;
}

#expand .nav-link {
  margin-left: 1rem;
  padding-top: 0px;
  }
/*
 .img-rounded {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   /* -moz-, -o-, -webkit- prefixes omitted for brevity
   transition: border-width 0.1s ease-in-out;
   border: 3px solid #003680;
   max-width: 100%;
    transition:all 0.3s ease;
 }

 .img-rounded:hover {
   border: 0px solid #003680;
   box-shadow:
       1px 1px #003680,
       2px 2px #003680,
       3px 3px #003680;
   -webkit-transform: translateX(-3px);
   transform: translateX(-3px);
}*/
.info-left {
  padding-left: 29px;
}

.info-left h3 {
  margin-top: 32px;
}
.col-md-3 {
  padding-right: 0px;
}

.col-md-9 {
  padding-left: 0px;
}

.col-md-9 div {
    min-width: 360px;
}
.col-md-9 .row {
  margin-top: 0px;
}
.col-md-9 .container {
  padding-left: 0px;
}
.col-md-9 .container h3{
  margin-top: 32px;
}

@media only screen and (max-device-width: 667px) {
  div {
    width:100%;
  }
  .hidden {
    display: inline-block;
  }
  .mobile-text{
      padding-left: 29px;
  }
  #nav {
    display: none;
  }
  .row {
    margin-top: 0px;
    margin-left: 0px;
  }
  .img-container{
    padding-top: 54px
  }
  .jumbotron {
    padding-bottom: 0px;
    padding-top: 130px;
  }
  .hidden-true {
    display: none;
  }
  .col-md-8 p {
    padding-bottem: 20px;
  }
  .col-md-9 {
    padding-right: 0px;
  }
 .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-left {
    padding-right: 20px;
  }
  li {
    padding-bottom: 10px;
    padding-right: 20px;
    padding left: 20px;
  }

  .moda
  .modal-footer {
      padding-top: 0px;
  }

}

.footer {
  color: #b4b4b4;
}
