/*  

Fairmort Colours
-----------------

Midnight Blue: #00002F;
Navy Blue: #0D2E6F;
Dark Blue: #23498B;
Cyan: #13B3FF;


*/



body
{
    line-height: 2.0em;
    font-family: 'nerislight' , Arial, sans-serif;
    color: #00002F;
}
h1
{
    font-family: 'nerissemibold' , Arial, sans-serif;
}
h2
{
      font-size: 1.4em;
    font-family: 'nerissemibold' , Arial, sans-serif;
    color: #00002F;
}
h3
{
    font-size: 1.4em;
    font-family: 'nerissemibold' , Arial, sans-serif;
    color: #13B3FF;
}
h4
{
    font-family: 'nerissemibold' , Arial, sans-serif;
    color: #00002F;
    font-size: 15px;
}

a
{
    color: #00002F;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    width: 100%;
    height: 400px;
}
.navbar-default
{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar-nav
{
    font-weight: bold;
}

.borderTop
{
    border-top: 2px solid #00002F;
    width: 100%;
}
.borderBottom
{
    border-bottom: 2px solid #00002F;
    width: 100%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    width: 100%;
    height: 400px;
}

.navbar-nav
{
    color: #00022b;
}
.carousel
{
    margin-bottom: 30px;
}

.staticBanner
{
    width: 100%;
    height: 400px;
}

.overlay
{
    float: right;
}

.btn-primary
{
    background-color: #13B3FF;
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
}

footer
{
    margin-top: 20px;
    font-size: 0.9em;
    color: #737373;
}

.backgroundBanner
{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1000px;
    height: 450px;
}

.row-flex, .row-flex > div[class*='col-']
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap
{
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-']
{
    margin: -.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div
{
    width: 100%;
}


.flex-col
{
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow
{
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.fairmortCyan
{
    color: #13B3FF;
}

@media screen and (min-width: 1000px)
{
    .align, .align > div[class*='col-']
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }


}

.btn
{
    position: absolute;
    bottom: 10px;
}

div[class*='col-'] p:last-of-type
{
    padding-bottom: 50px;
}

.infoBox
{
    background-color: #80deff;
    color: #00002F;
    padding: 5px 15px;
    margin-top: 10px;
}

.infoBox h4
{
    color: #00002f;
    font-family: "nerissemibold" ,Arial,sans-serif;
    font-size: 1.1em;
}

.infoBox .btn-primary
{
    background-color: #00002F;
}

.infoBox > .btn {
    position: relative;
    bottom: 0px;
}

.FairmortTable {
    width: 800px;
}
.FairmortTable td, th {
    padding: 10px;
}

.FairmortTable td 
{
    font-size: 0.8em;
    
}

.FairmortTable th {
    border-bottom: 1px solid #00002F;
}

.productList {
    margin-left: 10px;
    padding-left: 0px;
}

.productList li {
     background-image: url('Images/Icons/smallBullet.png');
    background-repeat:no-repeat;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-left: 0px;
    list-style: none;

}

   .smallProductLogo
        {
            padding-top: 15px;
            padding-bottom: 8px;
        }
        


.ClientQuote {
      background-image: url('Images/Icons/quote.png') ;
    background-position: left center;
    background-repeat:no-repeat;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 10px;

}