/* /*-------GET STARTED BUTTON--------*/
.sidebar-button-block {
    position: fixed;
    right: 0;
    /*left: 50px;*/
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.sidebar-button-block ul {
    width: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -50px;
}
.sidebar-button-block ul li {
    height: 250px;
    width: 50px;
    line-height: 50px;
    position: relative;
    top: 0;
}
.sidebar-button-block ul li a {
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    border: 1px solid white;
    border-bottom: 0;
    display: block;
    background-color: #269789;
    color: #ffffff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    position: relative;
    z-index: 1;
    top: 250px;
}
.sidebar-button-block ul li a:hover {
    background-color: #005650;
}
/*-------END GET STARTED BUTTON--------*/

/*--------SIMPLE LIST ITEMS SAME HEIGHT--------*/
.items_f8c74092b2974a8597c43362818be6e4, .items_aaeb3619306e4a87a392a15f38ac874b, .items_e97e8a55c26f4bfe85530f05a2d1c19d {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
}
/*-----END SIMPLE LIST ITEMS SAME HEIGHT--------*/

/*Hero Banner*/
@media only screen and (max-width: 768px)  {
div.blockWrap_f8c74092b2974a8597c43362818be6e4 {padding-top: 40px;}
}
.blockWrap_f5df39db2823470f90b987a84094b0d3 .blockText p {
    padding-bottom: 8px;
}


.blockWrap_f8c74092b2974a8597c43362818be6e4 {
    padding-top: 40px;}
    
@media only screen and (min-width: 768px)  {
    .blockWrap_f8c74092b2974a8597c43362818be6e4 .items_f8c74092b2974a8597c43362818be6e4 .item{
        padding-left: 2px;
        padding-right: 2px;
}

.block_f8c74092b2974a8597c43362818be6e4 {
    margin-top: -2%

}
}


.block_c43d221bc1e34b11bd753dee57f26e13 .contentTitle {
    display: none;
}