 body {
    font-family: 'Montserrat', sans-serif;
}
 .container-fluid {
    max-width: 800px;
    background: linear-gradient(90deg, #365558 50%, #687f82 50%);
    padding-right: 26px;
    padding-left: 26px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 37px;
    padding-bottom: 26px;
    margin-top: 60px;
}
.inner-container{
    background-color: #FFFFFF;
}
a, a:focus{
    outline: 0;
}
header img{
    top: 10px;
    position: absolute;
    left: calc(50% - 86.5px);
}
header{
    margin-bottom: 25px;
    padding: 0 20px;
}
h1 {
    color: #5caa81;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 46px;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center;
    line-height: 46px;
    letter-spacing: 1px;
}
h1 span{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
}
 h2 {
    font-family: 'Montserrat', sans-serif;
    color: #5caa81;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
}
header p{
    font-family: 'Montserrat', sans-serif;
    color: #7c8583;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.row .col-md-4{
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}
.inner-container .content .row:nth-child(odd){
    background-color: #eaf4f5;
}
.inner-container .content .row{
    margin: 0;
    padding: 20px 10px;
    padding-bottom: 40px;
}
.image-container{
    min-height: 138px;
}
.bottom > img {
    vertical-align: bottom;
    padding-top: 40px;
}
.content .row.last{
    position: relative;
    padding-bottom: 75px !important;
}
.title img{
    vertical-align: text-bottom;
}
.inner-container .content .row:nth-child(even) .image-container{
    min-height: 144px;
}
.popover.bottom>.arrow{
    border-bottom-color: transparent;
}
.title{
    font-family: 'Montserrat', sans-serif;
    color: #365558;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
}
div.triangle{
    width: 115px;
    height: 115px;
    background: lightgrey;
    position: relative;
    overflow: hidden; 
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-top-left-radius: 10px;
}
div.triangle-inner{
    width: 150%;
    height: 150%;
    position: absolute;
    left: -50%;
    top: 0;
    transform-origin: right top;
    transform: rotate(-45deg);
    background: #687f82;
}
.popover.right>.arrow{
    border-color: transparent; 
}
.row.last .title{
    text-align: left;
    padding-left: 20px;
}
.popover h1{
    color: #cf4c53;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: initial;
    text-align: left;
    padding:0;
    margin:0;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.popover{
    border: none;
    border-radius: 0;
}
.popover-content div{
    background-image: url('../img/close.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: 7px;
}
.popover-content {
    padding: 0 17px 14px;
}
.btn-info{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    border: none;
    background-image: url('../img/close.png');
    background-repeat: no-repeat;
}
    
.btn, .btn:hover, .btn:focus, .btn:active, .btn:link{
    border: 0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: transparent;
    background: none;
    margin: 0;
    padding: 0;
    outline: 0;
    outline: none;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover{
    color: transparent;
    outline: 0;
    outline: none;
    background-color: transparent;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
    color: transparent;
    outline: 0;
    outline: none;
    background-color: transparent;
}
span.hifen{
    display: none;
}
@media (min-width: 640px){
    .col-sm-4 {
        width: 33.33333333%;
    }
}
 @media only screen and (max-width: 640px) {
    .image-container{
        float: left;
        width: 50%;
    }
    body{
        padding: 4px;
    }
    .popover h1{
        font-size: 16px;    
    }
    .title{
        text-align: left;
        padding-top: 27px;
        font-size: 16px;
    }
    h1{
        font-size: 40px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    h2{
        font-size: 18px;
    }
    header{
        background-color: #eaf4f5;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    header p{
        font-size: 14px;
    }
    h1 span {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 20px;
        display: block;
        line-height: 21px;
    }
    .container-fluid {
        padding-right: 13px;
        padding-left: 13px;
        padding-top: 14px;
        padding-bottom: 26px;
        margin-top: 44px;
    }
    header img{
        width: 110px;
        top: 6px;
        left: calc(50% - 55px);
    }
    .inner-container .content .row{
        padding: 0px;
    }
   .inner-container .content .row:nth-child(even) .col-xs-12:nth-child(odd) {
        background-color: #eaf4f5;
    }
    .col-sm-4{
        padding: 10px 0;
    }
    .inner-container .content .row .col-xs-12:nth-child(odd) {
        background-color: #FFFFFF;
    }
    .last-col {
        display: none !important;
    }
    div.triangle {
        width: 68px;
        height: 68px;
    }
}
@media only screen and (max-width: 410px) {
    span.hifen{
        display: initial;
    }
    .image-container {
        width: 53%;
    }
 }
