/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px; }
#cms #center_column h1 {
  margin-bottom: 25px; }
#cms #center_column h3 {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0 0 17px 0; }
#cms #center_column p {
  line-height: 18px;
}
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #4f5a63; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px Arial, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #4f5a63;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }
#testimonials_partner {
    margin:0 auto;
    max-width: 80%;
}
    #testimonials_partner blockquote {
        padding: 0;
        margin: 0;
        border:none;
        font-style:italic;
    }
    #testimonials_partner blockquote:not(:last-child) {
        margin-bottom: 20px;
    }
        #cms #center_column #testimonials_partner blockquote p {
            font-size: 1em;
            font-weight: 400;
            text-align: left;
            line-height: 1.2em;
            position:relative;
        }

        #cms #center_column #testimonials_partner blockquote p::first-letter{
            padding-left:15px;
        }
            #testimonials_partner blockquote p:before,
            #testimonials_partner blockquote p:after {
                font-family: serif;
                font-size: 2em;
                line-height: 0;
                position: absolute;
            }
            #testimonials_partner blockquote p:before {
                content:'"';
                top:10px;
            }
            #testimonials_partner blockquote p:after {
                content:'"';
                bottom:10px;
            }
    #testimonials_partner blockquote footer{
        text-align:right;
        font-size: 1.1em;
        font-weight: 700;
    }
        #testimonials_partner blockquote footer cite{
            font-style:italic;
        }
.partners_logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 1rem;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    align-content: space-evenly;
}
.partners_logo.tech {
    grid-template-columns: repeat(2, 1fr);
}

.partners_logo:before {
    display:none;
}
    .partners_logo .for_img{
        flex: 0 1 30%;
        text-align: center;
    }
    .partners_logo img{
        margin: 0;
        max-width: 100%;
    }
/**
    MOBILE
 */
@media only screen and (max-width: 992px) {
    .intro .join_partnership {
        position: relative;
        margin: 20px auto 0 auto;
    }

    #presentation .row{
        padding:0 15px;
    }

    .partners_logo{
        display: flex;
        flex-direction:column;
        justify-content: normal;
        row-gap: 20px;
        padding: 0 4rem;
    }
        .partners_logo .for_img{
            flex: 0;
            text-align: center;
        }

        .partners_logo img{
            align-self: center;
        }

        
    #numbers{
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    h2:before, .like_h2:before, h2:after, .like_h2:after{
        display: none;
    }
}
/*# sourceMappingURL=cms.css.map */
