﻿@charset "utf-8";
/* CSS Document */


body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 150%;
}


.headline {
    color: #4f545c;
    font-size: 2.5rem;
    font-family: OpenSans-Light, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    line-height: 120%;

}

.intro-copy-headline {
    font-size: 2.5rem;
    font-family: OpenSans-Regular, Arial, sans-serif;
    color: #ffffff;
    line-height: 120%;
    margin-bottom: 40px;

}

.intro-copy{
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
}
.review {
    font-size: 1.2rem;
    line-height: 110%;
    color: #4a4a4a;
    display: inline-block;
    font-family: OpenSans-Regular, Arial, sans-serif;
}
.reviewInfo {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 120%;
    display: inline-block;
}

.faq {
    font-family: OpenSans-Light, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 18px;
    color: #222222;
    line-height: 110%;
    padding-bottom: 0.25rem;

}
.faq-answer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 130%;
    margin-bottom: 1.5rem;

}

.callout.alert-border {
    border: #c6531a 2px solid;
}

.heading-title.heading-arrow-top, .heading-title.heading-arrow-bottom {
    color: #fff;
    background-color: #324d7a;
}
.heading-title.heading-arrow-bottom:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #324d7a;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

/* Nav */
.navbar {
    padding-top: 0px;
    background: #ffffff;
    border-bottom: rgba(0,0,0,0.1) 1px solid
}

.navbar-style {
    padding: 0px 0px;
    background: #ffffff;
}
.nav-item {
    font-size: 0.875rem;
}

.navLogin-link {
    font-weight: bold;
    color: #fff;
    padding: 8px;
    padding: 0.5rem;
    display: inline-block;
    background: #c6531a;

}
a.navLogin-link {
    font-weight: bold;
    color: #fff;
}

/* Links */
a:visited {
    color: #ffffff !important;
}

a:hover{
    text-decoration: underline;
}


.navBrowse-link {
    font-weight: bold;
    color: #fff;
    padding: 16px;
    padding: 1rem;
    width: 100%;
    display: inline-block;
    background: #c6531a;
    text-align: center;

}

a.navBrowse-link {
    font-weight: bold;
    color: #fff;
    font-size: 0.875rem;
    line-height:120%;
}


.collapse:not(.show) {
    display: block;
}

.float-right-top {
    position: absolute;
    right: 0;
    top: 0;
}

footer {
    background-color: #dfdfdf;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    font-size: 0.75rem;
}
section {
    border-bottom: 0px;
}
/* MODAL ---------------------------------------------------------------------------------------------------------------------------------*/


.modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}


#main-layout {
    margin-top: 80px;
}

/* Iphone 6,7,8 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
{

}

@media screen and (max-width: 575px)
{

    .navLogin-link {
        width: 100%;
        text-align: center;
    }


    float-sm-left	{ float: left !important; }

    #hamburger {
        display: none;
    }

    section {
        padding: 50px 0px;
    }


}