﻿/*#Footer content#*/
.why-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
}

.why-flex-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*padding: 1em 1em 1em 1em;*/
    text-align: center;
    width: 300px;
    margin: 10px;
}

.footerRow {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white !important;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 0;
    border-top: 2px solid #696969;
}

.subscribeBlog {
    display: table;
    width: 100%;
    background-color: rgba(237,236,236,1) !important;
}

.footerContent {
    max-width: 1024px;
    margin: 0px auto;
    padding-top: 20px;
}

.footLink {
    display: block;
    color: #696969 !important;
    font-family: Open sans;
    font-weight: 300;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
}

.footLink:hover {
    font-weight: 300;
    text-decoration: underline !important;
}

.cta {
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
    padding: 10px 30px 10px 30px;
    position: relative !important;
    float: none !important;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    background-color: transparent;
    border: 1px solid gray;
    border-color: gray gray gray;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.cta:hover {
    transform: scale(1.05);
}

.cta:active {
    transform: scale(0.95);
    box-shadow: 0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
}

.greenBtn {
    background-color: #72db74;
    background-color: #56cb57;
}

.large {
    max-width: 500px;
    width: 70%;
}

.lightShadow {
    -webkit-box-shadow: -2px 2px 6px 2px #9f9d9e;
    -moz-box-shadow: -2px 2px 6px 2px #9f9d9e;
    box-shadow: -2px 2px 6px 2px #9f9d9e;
}

.cta-text {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16pt;
    color: white !important;
    line-height: 16px;
    font-weight: normal;
    font-family: "Open Sans";
    margin-top: 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-left: 0px;
    display: inline-block;
    opacity: 1;
}

.icon {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

span, tbody, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    cellpadding: 0px;
    cellspacing: 0px;
    border: 0px;
}

table {
    display: table;
    border-collapse : separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

img {
    vertical-align: middle
}

#FollowUs {
    width: 110px;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

#tdFollowUs {
    display: table-cell;
    width: 84px;
}

@media (min-width: 601px) and (max-width: 768px) {

    #tdFollowUs {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    #tdFollowUs {
        display: none;
    }
}

@media (min-width: 876px) {
    .safari600 {
        width: 600px;
    }
}

@media (min-width: 50px) and (max-width: 875px) {
    .safari600 {
        width: 90% !important;
    }
}

a.greenBtn,
a.greenBtn *,
a.greenBtn *::before,
a.greenBtn *::after {
    box-sizing: content-box;
}
