/*Overrides*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #454545;
}

.site-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.light-text {
  color: #fff;
}

.centered, footer .col-md-3 {
  text-align: center;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.row-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gray-bg {
  background-color: #eeeeee;
}

.container {
  position:relative;
}

.header-bg {
  background-color: #31739c;
}

.front .navbar {
  background:#fff;
  padding: 28px 0;
}

#logo.navbar-brand {
  height: 100%;
}

#myra-nav {
  padding-top: 15px;
}

#myra-nav a {
    font-size: 18px;
}

.navbar {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-header {
  float: none;
}

.nav-collapse.collapse {
  overflow: hidden !important;
}

/*.navbar .nav>li>a {
  padding:0 0 0 35px;
}*/

.navbar-inner {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.list-group-item {
  border: none;
}

.hero-unit {
  padding-top: 0;
  background: #f6f6f6 url(../images/hero.jpg) repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 0;
}

.container .hero-text {
  padding: 200px 0;
}

.container.features {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-text h1 {
  font-size: 51px;
  color: #fff;
  font-weight: 100;
  line-height: 1em;
}

.hero-text p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 1em !important;
}

.custom-blue-btn, .custom-orange-btn {
  padding: 18px 0;
  font-weight: 300;
  font-size: 24px;
  min-width: 256px;
  border: none;
  margin: 5px;
}

.custom-blue-btn {
  background-color: #2f719b;
  color: #fff;
}

.custom-blue-btn:hover {
  background-color: #1D4F6F;
  transition: 0.2s all ease;
}

.custom-orange-btn {
  background-color: #e58e24;
  color: #fff;
}

.custom-orange-btn:hover {
  background-color: #B36E1B;
  transition: 0.2s all ease;
}

.contDetails .custom-orange-btn {
    padding: 18px 0;
    min-width: 150px;
    margin: 0;
} /*for contact page submit button*/

#emailField.col-md-6, #phoneField.col-md-6, #phoneField.col-md-6 .col-xs-3, #phoneField.col-md-6 .col-xs-4 {
    padding: 0;
}

#phoneField .col-xs-3::after {
  content: "-";
  position:absolute;
  right: 5px;
  color: #fff;
  border: 0px solid;
  top: 5px;
}

#phoneField .col-xs-4 {
  width:25%;
}

#phoneField .col-xs-3, .phone-number .col-xs-4 {
  padding-left:0;
}

#phoneField .form-control {
    width: 124px;
}

.form-control {
/*    padding: 20px;*/
    font-size: 16px;
    border-radius: 0;
} /*bootstrap form override in contact page*/

input.user {
    background-color: #31739c;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-style: italic;
    min-width: 242px;
}

input.submit {
    background: #fff;
    color: #2F719B;
    padding: 3px 20px;
    border: 2px solid #2F719B;
    margin-left: 5px;
    font-weight: normal;
    transition: 0.2s all ease;
}

input.submit:hover {
  background: #2F719B;
  color: #fff;
}

.feature h3 i, .feature-list li i {
  color: #2f719b;
  font-size: 1.333em;
}

/*.feature-list li i {
  font-size: 18px;
}*/

.feature h3 {
  font-size: 16px;
  font-weight: 700;
}

.feature p {
  font-weight: 300;
}

.feature a {
  font-weight: 600;
  text-decoration: underline;
}

.prodfeat-list li i, .benefit-list li i  {
  color: #e58e24;
  font-size: 1.333em;
}

.prodfeat-list .fa:before, .benefit-list .fa:before {
    vertical-align: text-top;
    font-size: 1em;
}

.feature .fa:before {
  vertical-align: middle;
  font-size: 1.333em;
}

#offer  {
  margin-left: 27px;
}

#offer .fa-li {
  top: 4px;
}

#offer li {
  padding-bottom: 20px;
}

footer {
  background: #232323;
  padding: 35px 0;
  border-top: none;.
}

footer img {
  max-height: 58px;
  margin: 10px 0 5px 0;
}

footer strong {
  color: #fff;
}

footer a {
  color: #9099a3;
  text-decoration: none;
}

#copyright span, .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav > li > a{
  color: #2F719B;
}

.login {
/*  line-height: 1em;
  position:absolute;
  right:0;*/
  padding-left: 35px;
  padding-top: 10px;

}

.login form {
  margin: 0;
}

.sm-btn {
  background: #fff;
  color: #2F719B;
  padding: 2px 20px;
  border: 2px solid #2F719B;
}

.sm-btn:hover {
  background: #2F719B;
  color: #fff;
}

.login .user {
  background: #2F719B;
  border: 3px solid #2F719B;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1,
.col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2,
.col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .pad-sm-bot {
  padding-bottom: 20px;
}

.pad-md-bot {
  padding-bottom: 40px;
}

@media (max-width: 979px) {
  .front .navbar {
    padding: 0px;
    min-height: 110px;
  }
  .login {
    margin-top: -22px;
  }
}

@media (max-width: 767px) {
  footer .span4, footer .span3, footer .span2 {
    padding: 20px;
  }
}

@media (max-width: 768px) and (min-width: 240px) {	
  .main{
    margin-bottom: 0 !important;
  }
  .navbar {
    margin-top: 0;
    padding-top:0;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .container {
    width: 648px;
  }
}

@media (min-width: 992px) {
  #phoneField {
    padding-left: 15px !important;
  }
}

#basicInfo table {
	width: 100%;
}

#basicInfo a{
	color: white;
}
