/*! Place your custom styles here */

.cta--horizontal h4, .cta--horizontal .lead {
    position: relative;
    top: 10px;
}
body{
  font-family: 'Montserrat','Helvetica', sans-serif;
color:#000;
    font-weight:200;
}

.btn {
  font-family: 'Montserrat','Helvetica', sans-serif;
}

/*.maintext{
    padding-right:75px;
    
}*/
 p {
    font-size: 1.2em;
}

.redbox{
background: #CE2227;
border-radius:6px;
    padding:30px 30px;
}

.redbox p{
color:#fff;
    font-weight:300;
}
.redbox strong{
color:#fff;

}

.hero-iag-button{
    margin-top:20px;
    font-weight:200;
    color:#000;
    display:block;
    font-size:1.2em;}

a.hero-iag-button{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
 }

a.hero-iag-button:hover{
text-decoration: none;
    color: #15bef0;
}

.hero-button{margin-top:0px !important; min-width:200px;}

h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Montserrat','Helvetica', sans-serif;
    color: #15bef0;
    font-weight:600;
}

.h1, h1{
    margin-bottom: 20px !important;
        font-size: 2em;
    font-weight: 200;
        color: #000;
}

.btn.type--uppercase .btn__text {
    letter-spacing: 0;
    text-transform: none;
    font-size: 1em;
        font-weight: 300;
}

.lead {
    font-family: 'Montserrat','Helvetica', sans-serif;
    font-weight: 200 !important;
    color: #000;
    font-size:1.2em;
    line-height: 1.6em;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary {
    border-top: none;
}

.spacer-sm{
height:20px;
}

.spacer-md{
height:50px;
}

.spacer-lg{
height:20px;
}


.background-image-holder.background--top {
    background-position: 50% 0% !important;
    background-size: cover!important;
    background-attachment: fixed !important;
}

.logo-section{
 padding:50px 50px;
    text-align: center;
    border-radius:6px;
    border:1px solid #f6f6f6;
    box-shadow: 2px 2px 10px #f2f2f2;
}

.logo-section img{
        text-align: center;
    margin:0 auto;
    width:auto;
    
}

.bg--primary div:not([class*='feature']) .btn--primary .btn__text {
    color: #000;
}

p a{text-decoration:none !important;}

@media (min-width: 768px){}
.btn + .btn {
    margin-left: 1em;
}
}

@media (max-width: 990px){
.contactsection{
padding-top: 5.428571em;
    padding-bottom: 3.428571em;
    } 
}

@media (max-width: 767px){
.feature h4{
    max-width: 80%;
    margin:0 auto;
}
.feature h4 + p {
    max-width: 80%;
}
section.space--xxs{
    padding: 3em 2em 4em;
}
    .iag-link{
        margin-top:20px;
    padding:20px 30px;
    }
}