﻿/* ---------- */
/*  Serve Box */
/* ---------- */
@import url('Responsive/Responsive.css');

.ServeBox-Container {
    display: block;
    margin: 1em auto;
    width: 100%;
    height: auto;
}

.ServeBoxContent-Container {
    margin: 0 auto;
    display: block;
    float: left;
}

.ServeBox {
    text-align: center;
    padding: 1em;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid transparent;
    float: left;
    transition: border ease-in 200ms;
    -moz-transition: border ease-in 200ms;
    -webkit-transition: border ease-in 200ms;
    -o-transition: border ease-in 200ms;
    -ms-transition: border ease-in 200ms;
}

.ServeBox-Description {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ServeBox-Description-Link {
    width: 100%;
    height: auto;
    text-overflow: ellipsis;
    display: block;
}

.ServeBox:hover {
    border: 2px solid transparent;
    box-shadow: 0px 0px 5px transparent;
}

    .ServeBox:hover .ServeBox-Icon {
        border: 2px solid #EF8A1E;
    }

.ServeBox-Icon-Container {
    height: 100px;
    width: 100px;
    margin: auto;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #EF8A1E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 1em;
}

.ServeBox-Icon {
    background-color: #EF8A1E;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-top: .25em;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.ServeBox-Font-Icon {
    color: #fff;
    font-size: 5em;
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}


/* ALTERNATES */
.ServeBox-Alternate.ServeBox-Container {
    display: block;
    margin: 1em auto;
    width: 100%;
    height: auto;
}

.ServeBox-Alternate .ServeBoxContent-Container {
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
    padding: .5em !important;
}

.ServeBox-Alternate .ServeBox {
    text-align: center;
    padding: 1em;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-color: #eee;
    margin-bottom: .25em;
    margin-top: .25em;
    float: left;
}

.ServeBox-Alternate .ServeBox-Description {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 100px;
    padding-bottom: 1em;
}

.ServeBox-Alternate .ServeBox-Description-Link {
    width: 100%;
    height: auto;
    text-overflow: ellipsis;
    display: block;
}

.ServeBox-Alternate .ServeBox:hover {
    border: 2px solid transparent;
    box-shadow: 0px 0px 5px transparent;
}

    .ServeBox-Alternate .ServeBox:hover .ServeBox-Icon {
        border: 2px solid transparent;
    }

        .ServeBox-Alternate .ServeBox:hover .ServeBox-Icon .ServeBox-Font-Icon {
            color: #2D3E5B;
        }

.ServeBox-Alternate .ServeBox-Icon-Container {
    height: 100px;
    width: 100px;
    margin: auto;
    box-sizing: border-box;
    background-color: transparent;
    border: 3px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1em;
}

.ServeBox-Alternate .ServeBox-Icon {
    background-color: transparent;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-top: .75em;
    display: inline-block;
    border: 2px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*filter: alpha(opacity=30);
  opacity: 0.5;*/
}

.ServeBox-Alternate .ServeBox-Font-Icon {
    color: #555;
    font-size: 5em;
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}



.ServeBox-Alternate .ServeBox-Icon-Container > h3 {
    color: #1888C9 !important;
}


/* SERVEBOX-BLOCK */

.ServeBox-Block-Container {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
    background-color: #2D3E5B;
    color: #fff;
}

    .ServeBox-Block-Container.Alternate {
        background-color: #000;
        background-size: cover;
    }

.ServerBox-Block-Container-Image {
    background: url(http://www.naturalhairmag.com/wp-content/uploads/2014/06/Burns-and-whitaker-Professional-Liability-insurance2.jpeg) no-repeat 0 0;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.15);
    opacity: .150;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.ServerBox-Block-Header {
    text-align: center;
    padding: 1em;
    padding-top: 3em;
    margin: 0;
}

    .ServerBox-Block-Header h3 {
        color: #fff;
    }

.ServerBox-Block-Content {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}

.ServeBox-Block {
    float: left;
    min-height: 150px;
}

    .ServeBox-Block:nth-child(odd) {
        padding-left: 15%;
    }

    .ServeBox-Block:nth-child(even) {
        padding-right: 15%;
    }

.ServeBox-Block-Container.Alternate .ServeBox-Block:nth-child(even) {
    border-left: 1px solid #777;
}


.ServeBox-Block-Left {
    padding: 0;
}

.ServeBox-Block-Icon-Container {
    text-align: center;
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ServeBox-Block-Icon {
    text-align: center;
    border: 1px solid #1888C9;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.ServeBox-Block-Font-Icon {
    font-size: 4em;
    margin-top: .05em;
}

.ServeBox-Block-Right {
    padding: 0;
    padding-left: 1em;
}

.ServeBox-Block-Description {
    font-size: .9em;
}


.ServeBox-Block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: .5em;
}

.ServeBox-Block-Description-Link {
    padding-top: 1em;
}

    .ServeBox-Block-Description-Link a {
    }

.ServeBox-Block-Container.Alternate .ServeBox-Block-Description-Link a {
}

.serviceBox .btn {
    padding: 10px;
}

/*  Alternative Second Serve Boxes - Originally created for SIOP    */
.Servebox-SIOP {
    height: auto;
    display: block;
}

.serviceBox {
    background: #fdfdfd;
    text-align: center;
    padding: 0 0 25px;
    box-shadow: 0 2px 5px 0 #888282;
    border-top: 10px solid #1888C9;
    margin-top: 55px;
    margin-left: 1em;
    min-height: 610px;
}

    .serviceBox .service-icon {
        width: 130px;
        height: 130px;
        line-height: 144px;
        border-radius: 50%;
        background: #fff;
        border: 10px solid #1888C9;
        margin: -65px auto 0;
        position: relative;
    }

    .serviceBox img {
        margin-top: -4.1em;
    }

    .serviceBox .service-icon i {
        color: #555;
        font-size: 55px;
    }

    .serviceBox .service-content {
        padding: 0 25px;
    }

        .serviceBox .service-content h3 {
            color: #000;
            font: bold 24px/40px 'Montserrat';
            text-transform: uppercase;
            text-align: left;
            margin: 30px 0 10px;
        }

        .serviceBox .service-content p {
            font-size: 0.750em;
            color: #000;
            margin: 0 0 20px;
        }

    .serviceBox .read {
        padding: 30px 0;
    }

/*====== Sample Page Extra HTML - Originally create for IGLTA ======*/
.Box-Item-H-Wrapper {
    height: 200px;
    display: inline-block;
    margin-bottom: 1em !important;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Box-Item-H-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.Box-Item-H-Image {
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.Box-Item-V-Wrapper {
    display: inline-block;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Box-Item-V-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 206px;
    max-height: 206px;
}

.Box-Item-V-Image {
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.Box-Item-Article-Wrapper {
    display: inline-block;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: .25em;
}

.Box-Item-Article-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
}

.Box-Item-Article-Image {
    height: 244px;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.Video-Box-L-Wrapper {
    background-image: linear-gradient(100deg, #112B77, #1888C9);
    padding: 1.9em;
    align-content: center;
}

.Video-Box-L-Data {
    display: grid;
}

.Video-Box-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 1em;
}

.Video-Box-L-Data-Text {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.Video-Box-L-Buttons {
    padding-top: 2em;
}

.LightBox-Button {
    width: 1em;
    min-width: 182px;
    height: 54px;
    border-radius: 28px;
    color: #b93fe9;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Picture-Box-L-Wrapper {
    min-height: 433px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(http://media.lonelyplanet.com/lpi/6914/6914-4/681x454.jpg);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Picture-Box-L-Data {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-bottom: 1.2em;
}

.Picture-Box-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: .25em;
}

.Picture-Box-L-Data-Text {
    font-family: "Open Sans";
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.Picture-Box-Data-Item-L-Wrapper {
    min-height: 433px;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Picture-Box-Data-Item-L-Data {
    display: grid;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
}

.Picture-Box-Data-Item-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    padding-bottom: .25em;
    padding-top: 4em;
}

.Picture-Box-Data-Item-L-Data-Action {
    text-align: center;
    padding-bottom: 4em;
}

.Picture-Box-Data-Item-Button {
    min-width: 150px;
    height: 54px;
    border-radius: 28px;
    background-color: #1888C9;
    float: none;
}

.Picture-Box-Data-Item-L-Data-Text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #231f20;
    text-transform: uppercase;
}

.Picture-Box-Data-Item-L-Data-Icons {
    text-align: center;
    padding-bottom: 4em;
}

.Light-Box-Content {
    min-height: 458px;
    background-image: linear-gradient(125deg, #1888C9, #E0EAF0);
}

    .Light-Box-Content h3 {
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
        min-height: 80px;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #fff;
    }

.Light-Box-Content-Item-Wrapper {
    min-height: 250px;
    text-align: center;
    color: #ffffff;
    display: inline-grid;
    align-content: space-evenly;
}

.Light-Box-Content-Item-Data-Action {
}

    .Light-Box-Content-Item-Data-Action input {
        float: initial !important;
    }

.LightBox-Button {
    width: 1em;
    min-width: 182px;
    height: 54px;
    border-radius: 28px;
    color: #1888C9;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 990px) {
    .serviceBox {
        margin-top: 80px;
    }
}
