.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #ffffff;
}

.homepage-template.home .page-content{
    padding:0px;
}

.flexbox-list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-webkit-flexbox;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.flexbox-list:before,
.flexbox-listw:after,
.flexbox-list *:before,
.flexbox-listw *:after {
   content: normal; 
}

.custom-image {
    margin-bottom: 18px;
}

.gridContainer {
    margin-right: auto!important;
    margin-left: auto!important;
}

[data-reiki-hidden] {
    display: none!important;
}

a.blue_border_button:hover {
    background-color: transparent;
    color: #2186C4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.blue_border_button.white {
    background-color: #ffffff;
}

a.primary_button {
    padding: 10px 28px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 16px;
    line-height: 157%;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s linear 0s;
    outline: none;
    margin-bottom: 10px;
    max-width: 80%;
    letter-spacing: 2px;
    margin: 10px;
}

a.primary_button:hover,
a.primary_button:visited {
    color: #ffffff;
}

a.primary_button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

a.secondary_button {
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 16px;
    line-height: 157%;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s linear 0s;
    outline: none;
    margin-bottom: 10px;
    max-width: 80%;
    letter-spacing: 2px;
    margin: 10px;
}

a.secondary_button:hover,
a.secondary_button:visited {
    color: #ffffff;
    text-decoration: none;
}

a.secondary_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


a.white_button {
    border: 0px solid;
    border-color: #FFFFFF;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 27px 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s linear 0s;
    border-width: 2px;
    letter-spacing: 1px;
}

a.white_button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
}

a.white_button:active {
    -moz-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}


.header-homepage {
    background-color: #ffffff;
}

.header_description {
    padding-top: 5%;
    padding-bottom: 5%;
    min-height: auto;
}

div#fancybox-overlay {
    display: none;
}

.spacer {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding: 0px 5%;
    white-space: nowrap;
}

.spacer span {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center;
    width: auto;
    max-width: 20%;
    overflow: hidden;
    white-space: nowrap;
}

.spacer span:before {
    content: "-----";
    line-height: 100%;
    letter-spacing: -0.2em;
    vertical-align: middle;
    text-align: center;
    font-family: Courier New, Courier, monospace;
    display: inline-block;
    width: 100%;
    margin-left: -0.2em;
    white-space: initial;
    overflow: hidden;
    max-height: 1em;
    max-width: 100%;
}

.spacer span.before {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -0.2em;
}

.spacer span.after {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -0.2em;
}

.spacer i.fa {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.spacer i.fa:before{
    vertical-align:middle;
}


.cp-icon{
      display: block;
      margin-bottom: 14px;
}

.fa6 {
  
    font-size: 1em;
}

.fa5 {
    
    font-size: 2em;
}

.fa4 {
  
    font-size: 3em;
}

.fa3 {
    
    font-size: 4em;
}

.fa2 {
   
    font-size: 5em;
}

.fa1 {
  
    font-size: 6em;
}

@media only screen and (min-width: 768px) {
 
    .header-buttons-wrapper {
        margin-left: 5%;
    }
    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        min-height: auto;
        width: 60%;
    }
  
    a.blue_border_button {
        margin-left: 0px;
    }
    a.primary_button {
        margin: 0px 10px 10px 0px;
    }
    a.secondary_button {
        margin: 0px 10px 10px 0px;
    }
    .spacer span:before {
        content: "---------";
    }

  
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .cp1cols-tablet {
        width: 8.33333%!important;
        flex-basis: 8.33333%!important;
        float: left;
    }
    .cp2cols-tablet {
        width: 16.66666%!important;
        flex-basis: 16.66666%!important;
        float: left;
    }
    .cp3cols-tablet {
        width: 25%!important;
        flex-basis: 25%!important;
        float: left;
    }
    .cp4cols-tablet {
        width: 33.33333%!important;
        flex-basis: 33.33333%!important;
        float: left;
    }
    .cp6cols-tablet {
        width: 50%!important;
        flex-basis: 50%!important;
        float: left;
    }
    .cp12cols-tablet {
        width: 100%!important;
        flex-basis: 100%!important;
        float: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header-homepage {
        min-height: auto;
    }
  
    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }
    a.blue_border_button {
        margin-left: 0px;
    }
  
    .cp1cols {
        width: 8.33333%!important;
        flex-basis: 8.33333%!important;
        float: left;
    }
    .cp2cols {
        width: 16.66666%!important;
        flex-basis: 16.66666%!important;
        float: left;
    }
    .cp3cols {
        width: 25%!important;
        flex-basis: 25%!important;
        float: left;
    }
    .cp4cols {
        width: 33.33333%!important;
        flex-basis: 33.33333%!important;
        float: left;
    }
    .cp6cols {
        width: 50%!important;
        flex-basis: 50%!important;
        float: left;
    }
    .cp12cols {
        width: 100%!important;
        flex-basis: 100%!important;
        float: none;
    }
    div .cp1cols:nth-of-type(12n+1) {
        clear: left;
    }
    div .cp2cols:nth-of-type(6n+1) {
        clear: left;
    }
    div .cp3cols:nth-of-type(4n+1) {
        clear: left;
    }
    div .cp4cols:nth-of-type(3n+1) {
        clear: left;
    }
    div .cp6cols:nth-of-type(2n+1) {
        clear: left;
    }
    .header-buttons-wrapper {
        margin-left: 5%;
    }
    .spacer span:before {
        content: "--------------";
    }
}


p {
    margin: 00px 0px 20px 0px;
}