/* Light */

.main-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}


/* Semi-bold */

.sub-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}


/* Regular */

p,
.body-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}


/* Bold */

b,
.emphasis-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

a.btn-outline:hover {
  color: #0cb4ce !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

a {
  cursor: pointer;
}

.left-space-small
 {
  margin-left: 15px;
}

.section-text {
  padding-top: 30px;
  padding-bottom: 15px;
}

.section-text-left {
  padding-right: 70px !important;
}

.section-image-right {
  padding-left: 0px !important;
}

.section-text-right {
  padding-left: 20px !important;
}

.section-image-left {
  padding-right: 0px !important;
}

.btn-accent-dark:hover {
  font-weight: 600;
  background-color: #ffffff;
  border-color: #1a1e50;
  color: #1a1e50;
}

.divider-wrapper {
    margin-bottom: 50px;
}

.owl-carousel{
  min-height:220px;
}

.hide { display:none }

/* contains the content */
.featherlight .featherlight-inner {
    /* make sure its visible */
    display: block !important;
    text-align: center;

}
.featherlight-content{
  width: 50%;
  min-width:400px;
}
#contactUsModal{
text-align: left;
}
#contactUsModal .emphasis-text{
  margin: 20px 0;
}

#contactUsModal input{
  border: 1px solid #eaeaea;
}
#contactUsModal input:focus{
  border: 1px solid #1080d0;
}
#contactUsModal textarea{
  border: 1px solid #eaeaea;
}
#contactUsModal textarea:focus{
  border: 1px solid #1080d0;
}
#contactUsModal .divider-wrapper{
  margin-bottom:10px;
}

/* Desktop size */
@media (min-width: 960px) {
  .limit-width {
    max-width: 1200px;
    margin: auto;
  }
  .link-nav {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 10em;
    display: inline-block;
    font-size: 12px;
    padding: 20px 30px;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    text-transform: uppercase;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-left: 15px;
  }
  
  .link-nav-blue {
    background-color: #1080d0;
    border-color: #ffffff;
    color: #ffffff;
  }
  .link-nav-blue:hover,
  .link-nav-blue a:hover {
    background-color: #1a1e50;
    border-color: #1a1e50;
    color: #ffffff;
  }
  .link-nav-white {
    background-color: #ffffff;
    //border-color: #ffffff;
    border-color: #1080d0;
    color: #1080d0;
  }
  .link-nav-white:hover {
    background-color: #1080d0;
    border-color: #1080d0;
    color: #ffffff;
  }
  .navbar-nav-first {
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Tablet size */
@media (max-width: 959px) {
  .section-right {
    padding-left: 72px !important;
    padding-right: 60px !important;
  }
  .link-nav {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 12px;
    height: 20px;
    line-height: normal;
    padding: 15px 0px 30px 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-text-stroke: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: none;
  }
  .link-nav:hover {
    background-color: #ffffff;
    color: #1a1e50;
  }
}

/* Mobile size */
@media (max-width: 569px) {
  .section-right {
    padding-left: 36px !important;
    padding-right: 72px !important;
  }
}

.testimonial-sub {
  font-size: 16px !important;
}

.style-accent-dark-bg {
  background-color: #1a1e50;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.5em !important;
    height: 1.5em !important;
    line-height: 1.5em !important;
    vertical-align: middle;
    border: 2px solid #c0c0c0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    -o-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -webkit-border-radius: 2.5em;
    -ms-border-radius: 2.5em;
    border-radius: 2.5em;
}

.fa-li {
    top: 0.34285714em !important;
  }


