/* COLOUR - purple */
.strip_purple {
    background-color: #4b3977 !important;
}
.strip_purple h1, 
.strip_purple h2, 
.strip_purple h3, 
.strip_purple h4, 
.strip_purple h5 {
    color: #ffffff !important;
}

.strip_purple h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_purple ul li:before {
    background: #64c690 !important;
}
 
.strip_purple ul li,
.strip_purple ol li, 
.strip_purple p, 
.strip_purple div, 
.strip_purple td, 
.strip_purple th, 
.strip_purple input, 
.strip_purple textarea, 
.strip_purple select, 
.strip_purple label {
    color: #ffffff !important;
}
.strip_purple a { 
    color: #64c690 !important;
}
.strip_purple a:not(.button):hover { 
    color: #64c690 !important;
    opacity: 0.6 !important;
}

.strip.strip_purple p a:not([class]), a[class=""], 
.strip.strip_purple h1 a:not([class]), a[class=""], 
.strip.strip_purple h2 a:not([class]), a[class=""], 
.strip.strip_purple h3 a:not([class]), a[class=""], 
.strip.strip_purple h4 a:not([class]), a[class=""], 
.strip.strip_purple h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #64c690 !important;
}

.strip.strip_purple p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_purple a.external_link_twitter, 
.strip_purple a.external_link_facebook, 
.strip_purple a.external_link_linkedin, 
.strip_purple a.external_link, 
.strip_purple a.document_link, 
.strip_purple a.telephone_link, 
.strip_purple a.email_link {
    color: #FFF !important;
    border-color: #64c690 !important;
    background-color: #64c690 !important;
}

.strip_purple a.external_link_twitter:before, 
.strip_purple a.external_link_facebook:before, 
.strip_purple a.external_link_linkedin:before, 
.strip_purple a.external_link:before, 
.strip_purple a.document_link:before, 
.strip_purple a.telephone_link:before, 
.strip_purple a.email_link:before {
    color: #FFF !important;
}

.strip_purple a.external_link_twitter:after, 
.strip_purple a.external_link_facebook:after, 
.strip_purple a.external_link_linkedin:after, 
.strip_purple a.external_link:after, 
.strip_purple a.document_link:after, 
.strip_purple a.telephone_link:after, 
.strip_purple a.email_link:after {
    color: #64c690 !important;
}

.strip_purple a.external_link_twitter:hover, 
.strip_purple a.external_link_facebook:hover, 
.strip_purple a.external_link_linkedin:hover, 
.strip_purple a.external_link:hover, 
.strip_purple a.document_link:hover, 
.strip_purple a.telephone_link:hover, 
.strip_purple a.email_link:hover {
    color: #64c690 !important;
    border-color: #64c690 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_purple a.external_link_twitter:hover:before, 
.strip_purple a.external_link_facebook:hover:before, 
.strip_purple a.external_link_linkedin:hover:before,
.strip_purple a.external_link:hover:before, 
.strip_purple a.document_link:hover:before, 
.strip_purple a.telephone_link:hover:before, 
.strip_purple a.email_link:hover:before {
    color: #64c690 !important;
}

.strip_purple a.external_link_twitter:hover:after, 
.strip_purple a.external_link_facebook:hover:after, 
.strip_purple a.external_link_linkedin:hover:after,
.strip_purple a.external_link:hover:after, 
.strip_purple a.document_link:hover:after, 
.strip_purple a.telephone_link:hover:after, 
.strip_purple a.email_link:hover:after {
    color: #64c690 !important;
}

.strip_purple .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_purple table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_purple .default_table tr td:first-child,
.strip_purple .default_table tr td,
.strip_purple table.clear_table tr td{
    border-color: #4b3977 !important
}

.strip_purple table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_purple table.clear_table th,
.strip_purple table.clear_table tr td {
    background-color: #4b3977 !important
}

.strip_purple blockquote,
.strip_purple blockquote p {
    color: #64c690 !important
}
.strip_purple blockquote strong {
    color: #ffffff !important;
}
.strip_purple blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - green */
.strip_green {
    background-color: #64c690 !important;
}
.strip_green h1, 
.strip_green h2, 
.strip_green h3, 
.strip_green h4, 
.strip_green h5 {
    color: #ffffff !important;
}

.strip_green h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_green ul li:before {
    background: #4b3977 !important;
}
 
.strip_green ul li,
.strip_green ol li, 
.strip_green p, 
.strip_green div, 
.strip_green td, 
.strip_green th, 
.strip_green input, 
.strip_green textarea, 
.strip_green select, 
.strip_green label {
    color: #ffffff !important;
}
.strip_green a { 
    color: #4b3977 !important;
}
.strip_green a:not(.button):hover { 
    color: #4b3977 !important;
    opacity: 0.6 !important;
}

.strip.strip_green p a:not([class]), a[class=""], 
.strip.strip_green h1 a:not([class]), a[class=""], 
.strip.strip_green h2 a:not([class]), a[class=""], 
.strip.strip_green h3 a:not([class]), a[class=""], 
.strip.strip_green h4 a:not([class]), a[class=""], 
.strip.strip_green h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #4b3977 !important;
}

.strip.strip_green p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_green a.external_link_twitter, 
.strip_green a.external_link_facebook, 
.strip_green a.external_link_linkedin, 
.strip_green a.external_link, 
.strip_green a.document_link, 
.strip_green a.telephone_link, 
.strip_green a.email_link {
    color: #FFF !important;
    border-color: #4b3977 !important;
    background-color: #4b3977 !important;
}

.strip_green a.external_link_twitter:before, 
.strip_green a.external_link_facebook:before, 
.strip_green a.external_link_linkedin:before, 
.strip_green a.external_link:before, 
.strip_green a.document_link:before, 
.strip_green a.telephone_link:before, 
.strip_green a.email_link:before {
    color: #FFF !important;
}

.strip_green a.external_link_twitter:after, 
.strip_green a.external_link_facebook:after, 
.strip_green a.external_link_linkedin:after, 
.strip_green a.external_link:after, 
.strip_green a.document_link:after, 
.strip_green a.telephone_link:after, 
.strip_green a.email_link:after {
    color: #4b3977 !important;
}

.strip_green a.external_link_twitter:hover, 
.strip_green a.external_link_facebook:hover, 
.strip_green a.external_link_linkedin:hover, 
.strip_green a.external_link:hover, 
.strip_green a.document_link:hover, 
.strip_green a.telephone_link:hover, 
.strip_green a.email_link:hover {
    color: #4b3977 !important;
    border-color: #4b3977 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_green a.external_link_twitter:hover:before, 
.strip_green a.external_link_facebook:hover:before, 
.strip_green a.external_link_linkedin:hover:before,
.strip_green a.external_link:hover:before, 
.strip_green a.document_link:hover:before, 
.strip_green a.telephone_link:hover:before, 
.strip_green a.email_link:hover:before {
    color: #4b3977 !important;
}

.strip_green a.external_link_twitter:hover:after, 
.strip_green a.external_link_facebook:hover:after, 
.strip_green a.external_link_linkedin:hover:after,
.strip_green a.external_link:hover:after, 
.strip_green a.document_link:hover:after, 
.strip_green a.telephone_link:hover:after, 
.strip_green a.email_link:hover:after {
    color: #4b3977 !important;
}

.strip_green .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_green table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_green .default_table tr td:first-child,
.strip_green .default_table tr td,
.strip_green table.clear_table tr td{
    border-color: #64c690 !important
}

.strip_green table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_green table.clear_table th,
.strip_green table.clear_table tr td {
    background-color: #64c690 !important
}

.strip_green blockquote,
.strip_green blockquote p {
    color: #4b3977 !important
}
.strip_green blockquote strong {
    color: #ffffff !important;
}
.strip_green blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - white */
.strip_white {
    background-color: #ffffff !important;
}
.strip_white h1, 
.strip_white h2, 
.strip_white h3, 
.strip_white h4, 
.strip_white h5 {
    color: #4b3977 !important;
}

.strip_white h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.strip_white ul li:before {
    background: #4b3977 !important;
}
 
.strip_white ul li,
.strip_white ol li, 
.strip_white p, 
.strip_white div, 
.strip_white td, 
.strip_white th, 
.strip_white input, 
.strip_white textarea, 
.strip_white select, 
.strip_white label {
    color: #2d353a !important;
}
.strip_white a { 
    color: #4b3977 !important;
}
.strip_white a:not(.button):hover { 
    color: #4b3977 !important;
    opacity: 0.6 !important;
}

.strip.strip_white p a:not([class]), a[class=""], 
.strip.strip_white h1 a:not([class]), a[class=""], 
.strip.strip_white h2 a:not([class]), a[class=""], 
.strip.strip_white h3 a:not([class]), a[class=""], 
.strip.strip_white h4 a:not([class]), a[class=""], 
.strip.strip_white h5 a:not([class]), a[class=""] {
    color: #2d353a;
    border-bottom: 2px solid #4b3977 !important;
}

.strip.strip_white p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white h5 a:not([class]):hover, a[class=""]:hover {
    color: #2d353a !important;
    border-color: #2d353a !important;
}

.strip_white a.external_link_twitter, 
.strip_white a.external_link_facebook, 
.strip_white a.external_link_linkedin, 
.strip_white a.external_link, 
.strip_white a.document_link, 
.strip_white a.telephone_link, 
.strip_white a.email_link {
    color: #FFF !important;
    border-color: #4b3977 !important;
    background-color: #4b3977 !important;
}

.strip_white a.external_link_twitter:before, 
.strip_white a.external_link_facebook:before, 
.strip_white a.external_link_linkedin:before, 
.strip_white a.external_link:before, 
.strip_white a.document_link:before, 
.strip_white a.telephone_link:before, 
.strip_white a.email_link:before {
    color: #FFF !important;
}

.strip_white a.external_link_twitter:after, 
.strip_white a.external_link_facebook:after, 
.strip_white a.external_link_linkedin:after, 
.strip_white a.external_link:after, 
.strip_white a.document_link:after, 
.strip_white a.telephone_link:after, 
.strip_white a.email_link:after {
    color: #4b3977 !important;
}

.strip_white a.external_link_twitter:hover, 
.strip_white a.external_link_facebook:hover, 
.strip_white a.external_link_linkedin:hover, 
.strip_white a.external_link:hover, 
.strip_white a.document_link:hover, 
.strip_white a.telephone_link:hover, 
.strip_white a.email_link:hover {
    color: #4b3977 !important;
    border-color: #4b3977 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_white a.external_link_twitter:hover:before, 
.strip_white a.external_link_facebook:hover:before, 
.strip_white a.external_link_linkedin:hover:before,
.strip_white a.external_link:hover:before, 
.strip_white a.document_link:hover:before, 
.strip_white a.telephone_link:hover:before, 
.strip_white a.email_link:hover:before {
    color: #4b3977 !important;
}

.strip_white a.external_link_twitter:hover:after, 
.strip_white a.external_link_facebook:hover:after, 
.strip_white a.external_link_linkedin:hover:after,
.strip_white a.external_link:hover:after, 
.strip_white a.document_link:hover:after, 
.strip_white a.telephone_link:hover:after, 
.strip_white a.email_link:hover:after {
    color: #4b3977 !important;
}

.strip_white .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_white table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_white .default_table tr td:first-child,
.strip_white .default_table tr td,
.strip_white table.clear_table tr td{
    border-color: #ffffff !important
}

.strip_white table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_white table.clear_table th,
.strip_white table.clear_table tr td {
    background-color: #ffffff !important
}

.strip_white blockquote,
.strip_white blockquote p {
    color: #4b3977 !important
}
.strip_white blockquote strong {
    color: #2d353a !important;
}
.strip_white blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - grey */
.strip_grey {
    background-color: #f2f3f5 !important;
}
.strip_grey h1, 
.strip_grey h2, 
.strip_grey h3, 
.strip_grey h4, 
.strip_grey h5 {
    color: #64c690 !important;
}

.strip_grey h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.strip_grey ul li:before {
    background: #64c690 !important;
}
 
.strip_grey ul li,
.strip_grey ol li, 
.strip_grey p, 
.strip_grey div, 
.strip_grey td, 
.strip_grey th, 
.strip_grey input, 
.strip_grey textarea, 
.strip_grey select, 
.strip_grey label {
    color: #2d353a !important;
}
.strip_grey a { 
    color: #64c690 !important;
}
.strip_grey a:not(.button):hover { 
    color: #64c690 !important;
    opacity: 0.6 !important;
}

.strip.strip_grey p a:not([class]), a[class=""], 
.strip.strip_grey h1 a:not([class]), a[class=""], 
.strip.strip_grey h2 a:not([class]), a[class=""], 
.strip.strip_grey h3 a:not([class]), a[class=""], 
.strip.strip_grey h4 a:not([class]), a[class=""], 
.strip.strip_grey h5 a:not([class]), a[class=""] {
    color: #2d353a;
    border-bottom: 2px solid #64c690 !important;
}

.strip.strip_grey p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_grey h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_grey h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_grey h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_grey h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_grey h5 a:not([class]):hover, a[class=""]:hover {
    color: #2d353a !important;
    border-color: #2d353a !important;
}

.strip_grey a.external_link_twitter, 
.strip_grey a.external_link_facebook, 
.strip_grey a.external_link_linkedin, 
.strip_grey a.external_link, 
.strip_grey a.document_link, 
.strip_grey a.telephone_link, 
.strip_grey a.email_link {
    color: #FFF !important;
    border-color: #64c690 !important;
    background-color: #64c690 !important;
}

.strip_grey a.external_link_twitter:before, 
.strip_grey a.external_link_facebook:before, 
.strip_grey a.external_link_linkedin:before, 
.strip_grey a.external_link:before, 
.strip_grey a.document_link:before, 
.strip_grey a.telephone_link:before, 
.strip_grey a.email_link:before {
    color: #FFF !important;
}

.strip_grey a.external_link_twitter:after, 
.strip_grey a.external_link_facebook:after, 
.strip_grey a.external_link_linkedin:after, 
.strip_grey a.external_link:after, 
.strip_grey a.document_link:after, 
.strip_grey a.telephone_link:after, 
.strip_grey a.email_link:after {
    color: #64c690 !important;
}

.strip_grey a.external_link_twitter:hover, 
.strip_grey a.external_link_facebook:hover, 
.strip_grey a.external_link_linkedin:hover, 
.strip_grey a.external_link:hover, 
.strip_grey a.document_link:hover, 
.strip_grey a.telephone_link:hover, 
.strip_grey a.email_link:hover {
    color: #64c690 !important;
    border-color: #64c690 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_grey a.external_link_twitter:hover:before, 
.strip_grey a.external_link_facebook:hover:before, 
.strip_grey a.external_link_linkedin:hover:before,
.strip_grey a.external_link:hover:before, 
.strip_grey a.document_link:hover:before, 
.strip_grey a.telephone_link:hover:before, 
.strip_grey a.email_link:hover:before {
    color: #64c690 !important;
}

.strip_grey a.external_link_twitter:hover:after, 
.strip_grey a.external_link_facebook:hover:after, 
.strip_grey a.external_link_linkedin:hover:after,
.strip_grey a.external_link:hover:after, 
.strip_grey a.document_link:hover:after, 
.strip_grey a.telephone_link:hover:after, 
.strip_grey a.email_link:hover:after {
    color: #64c690 !important;
}

.strip_grey .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_grey table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_grey .default_table tr td:first-child,
.strip_grey .default_table tr td,
.strip_grey table.clear_table tr td{
    border-color: #f2f3f5 !important
}

.strip_grey table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_grey table.clear_table th,
.strip_grey table.clear_table tr td {
    background-color: #f2f3f5 !important
}

.strip_grey blockquote,
.strip_grey blockquote p {
    color: #64c690 !important
}
.strip_grey blockquote strong {
    color: #2d353a !important;
}
.strip_grey blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - purple2 */
.strip_purple2 {
    background-color: #3d2d65 !important;
}
.strip_purple2 h1, 
.strip_purple2 h2, 
.strip_purple2 h3, 
.strip_purple2 h4, 
.strip_purple2 h5 {
    color: #ffffff !important;
}

.strip_purple2 h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_purple2 ul li:before {
    background: #64c690 !important;
}
 
.strip_purple2 ul li,
.strip_purple2 ol li, 
.strip_purple2 p, 
.strip_purple2 div, 
.strip_purple2 td, 
.strip_purple2 th, 
.strip_purple2 input, 
.strip_purple2 textarea, 
.strip_purple2 select, 
.strip_purple2 label {
    color: #ffffff !important;
}
.strip_purple2 a { 
    color: #64c690 !important;
}
.strip_purple2 a:not(.button):hover { 
    color: #64c690 !important;
    opacity: 0.6 !important;
}

.strip.strip_purple2 p a:not([class]), a[class=""], 
.strip.strip_purple2 h1 a:not([class]), a[class=""], 
.strip.strip_purple2 h2 a:not([class]), a[class=""], 
.strip.strip_purple2 h3 a:not([class]), a[class=""], 
.strip.strip_purple2 h4 a:not([class]), a[class=""], 
.strip.strip_purple2 h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #64c690 !important;
}

.strip.strip_purple2 p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple2 h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple2 h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple2 h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple2 h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple2 h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_purple2 a.external_link_twitter, 
.strip_purple2 a.external_link_facebook, 
.strip_purple2 a.external_link_linkedin, 
.strip_purple2 a.external_link, 
.strip_purple2 a.document_link, 
.strip_purple2 a.telephone_link, 
.strip_purple2 a.email_link {
    color: #FFF !important;
    border-color: #64c690 !important;
    background-color: #64c690 !important;
}

.strip_purple2 a.external_link_twitter:before, 
.strip_purple2 a.external_link_facebook:before, 
.strip_purple2 a.external_link_linkedin:before, 
.strip_purple2 a.external_link:before, 
.strip_purple2 a.document_link:before, 
.strip_purple2 a.telephone_link:before, 
.strip_purple2 a.email_link:before {
    color: #FFF !important;
}

.strip_purple2 a.external_link_twitter:after, 
.strip_purple2 a.external_link_facebook:after, 
.strip_purple2 a.external_link_linkedin:after, 
.strip_purple2 a.external_link:after, 
.strip_purple2 a.document_link:after, 
.strip_purple2 a.telephone_link:after, 
.strip_purple2 a.email_link:after {
    color: #64c690 !important;
}

.strip_purple2 a.external_link_twitter:hover, 
.strip_purple2 a.external_link_facebook:hover, 
.strip_purple2 a.external_link_linkedin:hover, 
.strip_purple2 a.external_link:hover, 
.strip_purple2 a.document_link:hover, 
.strip_purple2 a.telephone_link:hover, 
.strip_purple2 a.email_link:hover {
    color: #64c690 !important;
    border-color: #64c690 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_purple2 a.external_link_twitter:hover:before, 
.strip_purple2 a.external_link_facebook:hover:before, 
.strip_purple2 a.external_link_linkedin:hover:before,
.strip_purple2 a.external_link:hover:before, 
.strip_purple2 a.document_link:hover:before, 
.strip_purple2 a.telephone_link:hover:before, 
.strip_purple2 a.email_link:hover:before {
    color: #64c690 !important;
}

.strip_purple2 a.external_link_twitter:hover:after, 
.strip_purple2 a.external_link_facebook:hover:after, 
.strip_purple2 a.external_link_linkedin:hover:after,
.strip_purple2 a.external_link:hover:after, 
.strip_purple2 a.document_link:hover:after, 
.strip_purple2 a.telephone_link:hover:after, 
.strip_purple2 a.email_link:hover:after {
    color: #64c690 !important;
}

.strip_purple2 .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_purple2 table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_purple2 .default_table tr td:first-child,
.strip_purple2 .default_table tr td,
.strip_purple2 table.clear_table tr td{
    border-color: #3d2d65 !important
}

.strip_purple2 table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_purple2 table.clear_table th,
.strip_purple2 table.clear_table tr td {
    background-color: #3d2d65 !important
}

.strip_purple2 blockquote,
.strip_purple2 blockquote p {
    color: #64c690 !important
}
.strip_purple2 blockquote strong {
    color: #ffffff !important;
}
.strip_purple2 blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - purple3 */
.strip_purple3 {
    background-color: #302252 !important;
}
.strip_purple3 h1, 
.strip_purple3 h2, 
.strip_purple3 h3, 
.strip_purple3 h4, 
.strip_purple3 h5 {
    color: #ffffff !important;
}

.strip_purple3 h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_purple3 ul li:before {
    background: #64c690 !important;
}
 
.strip_purple3 ul li,
.strip_purple3 ol li, 
.strip_purple3 p, 
.strip_purple3 div, 
.strip_purple3 td, 
.strip_purple3 th, 
.strip_purple3 input, 
.strip_purple3 textarea, 
.strip_purple3 select, 
.strip_purple3 label {
    color: #ffffff !important;
}
.strip_purple3 a { 
    color: #64c690 !important;
}
.strip_purple3 a:not(.button):hover { 
    color: #64c690 !important;
    opacity: 0.6 !important;
}

.strip.strip_purple3 p a:not([class]), a[class=""], 
.strip.strip_purple3 h1 a:not([class]), a[class=""], 
.strip.strip_purple3 h2 a:not([class]), a[class=""], 
.strip.strip_purple3 h3 a:not([class]), a[class=""], 
.strip.strip_purple3 h4 a:not([class]), a[class=""], 
.strip.strip_purple3 h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #64c690 !important;
}

.strip.strip_purple3 p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple3 h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple3 h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple3 h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple3 h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_purple3 h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_purple3 a.external_link_twitter, 
.strip_purple3 a.external_link_facebook, 
.strip_purple3 a.external_link_linkedin, 
.strip_purple3 a.external_link, 
.strip_purple3 a.document_link, 
.strip_purple3 a.telephone_link, 
.strip_purple3 a.email_link {
    color: #FFF !important;
    border-color: #64c690 !important;
    background-color: #64c690 !important;
}

.strip_purple3 a.external_link_twitter:before, 
.strip_purple3 a.external_link_facebook:before, 
.strip_purple3 a.external_link_linkedin:before, 
.strip_purple3 a.external_link:before, 
.strip_purple3 a.document_link:before, 
.strip_purple3 a.telephone_link:before, 
.strip_purple3 a.email_link:before {
    color: #FFF !important;
}

.strip_purple3 a.external_link_twitter:after, 
.strip_purple3 a.external_link_facebook:after, 
.strip_purple3 a.external_link_linkedin:after, 
.strip_purple3 a.external_link:after, 
.strip_purple3 a.document_link:after, 
.strip_purple3 a.telephone_link:after, 
.strip_purple3 a.email_link:after {
    color: #64c690 !important;
}

.strip_purple3 a.external_link_twitter:hover, 
.strip_purple3 a.external_link_facebook:hover, 
.strip_purple3 a.external_link_linkedin:hover, 
.strip_purple3 a.external_link:hover, 
.strip_purple3 a.document_link:hover, 
.strip_purple3 a.telephone_link:hover, 
.strip_purple3 a.email_link:hover {
    color: #64c690 !important;
    border-color: #64c690 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_purple3 a.external_link_twitter:hover:before, 
.strip_purple3 a.external_link_facebook:hover:before, 
.strip_purple3 a.external_link_linkedin:hover:before,
.strip_purple3 a.external_link:hover:before, 
.strip_purple3 a.document_link:hover:before, 
.strip_purple3 a.telephone_link:hover:before, 
.strip_purple3 a.email_link:hover:before {
    color: #64c690 !important;
}

.strip_purple3 a.external_link_twitter:hover:after, 
.strip_purple3 a.external_link_facebook:hover:after, 
.strip_purple3 a.external_link_linkedin:hover:after,
.strip_purple3 a.external_link:hover:after, 
.strip_purple3 a.document_link:hover:after, 
.strip_purple3 a.telephone_link:hover:after, 
.strip_purple3 a.email_link:hover:after {
    color: #64c690 !important;
}

.strip_purple3 .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_purple3 table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_purple3 .default_table tr td:first-child,
.strip_purple3 .default_table tr td,
.strip_purple3 table.clear_table tr td{
    border-color: #302252 !important
}

.strip_purple3 table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_purple3 table.clear_table th,
.strip_purple3 table.clear_table tr td {
    background-color: #302252 !important
}

.strip_purple3 blockquote,
.strip_purple3 blockquote p {
    color: #64c690 !important
}
.strip_purple3 blockquote strong {
    color: #ffffff !important;
}
.strip_purple3 blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - green2 */
.strip_green2 {
    background-color: #5ab382 !important;
}
.strip_green2 h1, 
.strip_green2 h2, 
.strip_green2 h3, 
.strip_green2 h4, 
.strip_green2 h5 {
    color: #ffffff !important;
}

.strip_green2 h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_green2 ul li:before {
    background: #4b3977 !important;
}
 
.strip_green2 ul li,
.strip_green2 ol li, 
.strip_green2 p, 
.strip_green2 div, 
.strip_green2 td, 
.strip_green2 th, 
.strip_green2 input, 
.strip_green2 textarea, 
.strip_green2 select, 
.strip_green2 label {
    color: #ffffff !important;
}
.strip_green2 a { 
    color: #4b3977 !important;
}
.strip_green2 a:not(.button):hover { 
    color: #4b3977 !important;
    opacity: 0.6 !important;
}

.strip.strip_green2 p a:not([class]), a[class=""], 
.strip.strip_green2 h1 a:not([class]), a[class=""], 
.strip.strip_green2 h2 a:not([class]), a[class=""], 
.strip.strip_green2 h3 a:not([class]), a[class=""], 
.strip.strip_green2 h4 a:not([class]), a[class=""], 
.strip.strip_green2 h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #4b3977 !important;
}

.strip.strip_green2 p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green2 h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green2 h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green2 h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green2 h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green2 h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_green2 a.external_link_twitter, 
.strip_green2 a.external_link_facebook, 
.strip_green2 a.external_link_linkedin, 
.strip_green2 a.external_link, 
.strip_green2 a.document_link, 
.strip_green2 a.telephone_link, 
.strip_green2 a.email_link {
    color: #FFF !important;
    border-color: #4b3977 !important;
    background-color: #4b3977 !important;
}

.strip_green2 a.external_link_twitter:before, 
.strip_green2 a.external_link_facebook:before, 
.strip_green2 a.external_link_linkedin:before, 
.strip_green2 a.external_link:before, 
.strip_green2 a.document_link:before, 
.strip_green2 a.telephone_link:before, 
.strip_green2 a.email_link:before {
    color: #FFF !important;
}

.strip_green2 a.external_link_twitter:after, 
.strip_green2 a.external_link_facebook:after, 
.strip_green2 a.external_link_linkedin:after, 
.strip_green2 a.external_link:after, 
.strip_green2 a.document_link:after, 
.strip_green2 a.telephone_link:after, 
.strip_green2 a.email_link:after {
    color: #4b3977 !important;
}

.strip_green2 a.external_link_twitter:hover, 
.strip_green2 a.external_link_facebook:hover, 
.strip_green2 a.external_link_linkedin:hover, 
.strip_green2 a.external_link:hover, 
.strip_green2 a.document_link:hover, 
.strip_green2 a.telephone_link:hover, 
.strip_green2 a.email_link:hover {
    color: #4b3977 !important;
    border-color: #4b3977 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_green2 a.external_link_twitter:hover:before, 
.strip_green2 a.external_link_facebook:hover:before, 
.strip_green2 a.external_link_linkedin:hover:before,
.strip_green2 a.external_link:hover:before, 
.strip_green2 a.document_link:hover:before, 
.strip_green2 a.telephone_link:hover:before, 
.strip_green2 a.email_link:hover:before {
    color: #4b3977 !important;
}

.strip_green2 a.external_link_twitter:hover:after, 
.strip_green2 a.external_link_facebook:hover:after, 
.strip_green2 a.external_link_linkedin:hover:after,
.strip_green2 a.external_link:hover:after, 
.strip_green2 a.document_link:hover:after, 
.strip_green2 a.telephone_link:hover:after, 
.strip_green2 a.email_link:hover:after {
    color: #4b3977 !important;
}

.strip_green2 .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_green2 table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_green2 .default_table tr td:first-child,
.strip_green2 .default_table tr td,
.strip_green2 table.clear_table tr td{
    border-color: #5ab382 !important
}

.strip_green2 table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_green2 table.clear_table th,
.strip_green2 table.clear_table tr td {
    background-color: #5ab382 !important
}

.strip_green2 blockquote,
.strip_green2 blockquote p {
    color: #4b3977 !important
}
.strip_green2 blockquote strong {
    color: #ffffff !important;
}
.strip_green2 blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - green3 */
.strip_green3 {
    background-color: #509e73 !important;
}
.strip_green3 h1, 
.strip_green3 h2, 
.strip_green3 h3, 
.strip_green3 h4, 
.strip_green3 h5 {
    color: #ffffff !important;
}

.strip_green3 h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.strip_green3 ul li:before {
    background: #4b3977 !important;
}
 
.strip_green3 ul li,
.strip_green3 ol li, 
.strip_green3 p, 
.strip_green3 div, 
.strip_green3 td, 
.strip_green3 th, 
.strip_green3 input, 
.strip_green3 textarea, 
.strip_green3 select, 
.strip_green3 label {
    color: #ffffff !important;
}
.strip_green3 a { 
    color: #4b3977 !important;
}
.strip_green3 a:not(.button):hover { 
    color: #4b3977 !important;
    opacity: 0.6 !important;
}

.strip.strip_green3 p a:not([class]), a[class=""], 
.strip.strip_green3 h1 a:not([class]), a[class=""], 
.strip.strip_green3 h2 a:not([class]), a[class=""], 
.strip.strip_green3 h3 a:not([class]), a[class=""], 
.strip.strip_green3 h4 a:not([class]), a[class=""], 
.strip.strip_green3 h5 a:not([class]), a[class=""] {
    color: #ffffff;
    border-bottom: 2px solid #4b3977 !important;
}

.strip.strip_green3 p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green3 h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green3 h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green3 h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green3 h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_green3 h5 a:not([class]):hover, a[class=""]:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.strip_green3 a.external_link_twitter, 
.strip_green3 a.external_link_facebook, 
.strip_green3 a.external_link_linkedin, 
.strip_green3 a.external_link, 
.strip_green3 a.document_link, 
.strip_green3 a.telephone_link, 
.strip_green3 a.email_link {
    color: #FFF !important;
    border-color: #4b3977 !important;
    background-color: #4b3977 !important;
}

.strip_green3 a.external_link_twitter:before, 
.strip_green3 a.external_link_facebook:before, 
.strip_green3 a.external_link_linkedin:before, 
.strip_green3 a.external_link:before, 
.strip_green3 a.document_link:before, 
.strip_green3 a.telephone_link:before, 
.strip_green3 a.email_link:before {
    color: #FFF !important;
}

.strip_green3 a.external_link_twitter:after, 
.strip_green3 a.external_link_facebook:after, 
.strip_green3 a.external_link_linkedin:after, 
.strip_green3 a.external_link:after, 
.strip_green3 a.document_link:after, 
.strip_green3 a.telephone_link:after, 
.strip_green3 a.email_link:after {
    color: #4b3977 !important;
}

.strip_green3 a.external_link_twitter:hover, 
.strip_green3 a.external_link_facebook:hover, 
.strip_green3 a.external_link_linkedin:hover, 
.strip_green3 a.external_link:hover, 
.strip_green3 a.document_link:hover, 
.strip_green3 a.telephone_link:hover, 
.strip_green3 a.email_link:hover {
    color: #4b3977 !important;
    border-color: #4b3977 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_green3 a.external_link_twitter:hover:before, 
.strip_green3 a.external_link_facebook:hover:before, 
.strip_green3 a.external_link_linkedin:hover:before,
.strip_green3 a.external_link:hover:before, 
.strip_green3 a.document_link:hover:before, 
.strip_green3 a.telephone_link:hover:before, 
.strip_green3 a.email_link:hover:before {
    color: #4b3977 !important;
}

.strip_green3 a.external_link_twitter:hover:after, 
.strip_green3 a.external_link_facebook:hover:after, 
.strip_green3 a.external_link_linkedin:hover:after,
.strip_green3 a.external_link:hover:after, 
.strip_green3 a.document_link:hover:after, 
.strip_green3 a.telephone_link:hover:after, 
.strip_green3 a.email_link:hover:after {
    color: #4b3977 !important;
}

.strip_green3 .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_green3 table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_green3 .default_table tr td:first-child,
.strip_green3 .default_table tr td,
.strip_green3 table.clear_table tr td{
    border-color: #509e73 !important
}

.strip_green3 table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_green3 table.clear_table th,
.strip_green3 table.clear_table tr td {
    background-color: #509e73 !important
}

.strip_green3 blockquote,
.strip_green3 blockquote p {
    color: #4b3977 !important
}
.strip_green3 blockquote strong {
    color: #ffffff !important;
}
.strip_green3 blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

/* COLOUR - white_green */
.strip_white_green {
    background-color: #ffffff !important;
}
.strip_white_green h1, 
.strip_white_green h2, 
.strip_white_green h3, 
.strip_white_green h4, 
.strip_white_green h5 {
    color: #64c690 !important;
}

.strip_white_green h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.strip_white_green ul li:before {
    background: #64c690 !important;
}
 
.strip_white_green ul li,
.strip_white_green ol li, 
.strip_white_green p, 
.strip_white_green div, 
.strip_white_green td, 
.strip_white_green th, 
.strip_white_green input, 
.strip_white_green textarea, 
.strip_white_green select, 
.strip_white_green label {
    color: #2d353a !important;
}
.strip_white_green a { 
    color: #64c690 !important;
}
.strip_white_green a:not(.button):hover { 
    color: #64c690 !important;
    opacity: 0.6 !important;
}

.strip.strip_white_green p a:not([class]), a[class=""], 
.strip.strip_white_green h1 a:not([class]), a[class=""], 
.strip.strip_white_green h2 a:not([class]), a[class=""], 
.strip.strip_white_green h3 a:not([class]), a[class=""], 
.strip.strip_white_green h4 a:not([class]), a[class=""], 
.strip.strip_white_green h5 a:not([class]), a[class=""] {
    color: #2d353a;
    border-bottom: 2px solid #64c690 !important;
}

.strip.strip_white_green p a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white_green h1 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white_green h2 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white_green h3 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white_green h4 a:not([class]):hover, a[class=""]:hover, 
.strip.strip_white_green h5 a:not([class]):hover, a[class=""]:hover {
    color: #2d353a !important;
    border-color: #2d353a !important;
}

.strip_white_green a.external_link_twitter, 
.strip_white_green a.external_link_facebook, 
.strip_white_green a.external_link_linkedin, 
.strip_white_green a.external_link, 
.strip_white_green a.document_link, 
.strip_white_green a.telephone_link, 
.strip_white_green a.email_link {
    color: #FFF !important;
    border-color: #64c690 !important;
    background-color: #64c690 !important;
}

.strip_white_green a.external_link_twitter:before, 
.strip_white_green a.external_link_facebook:before, 
.strip_white_green a.external_link_linkedin:before, 
.strip_white_green a.external_link:before, 
.strip_white_green a.document_link:before, 
.strip_white_green a.telephone_link:before, 
.strip_white_green a.email_link:before {
    color: #FFF !important;
}

.strip_white_green a.external_link_twitter:after, 
.strip_white_green a.external_link_facebook:after, 
.strip_white_green a.external_link_linkedin:after, 
.strip_white_green a.external_link:after, 
.strip_white_green a.document_link:after, 
.strip_white_green a.telephone_link:after, 
.strip_white_green a.email_link:after {
    color: #64c690 !important;
}

.strip_white_green a.external_link_twitter:hover, 
.strip_white_green a.external_link_facebook:hover, 
.strip_white_green a.external_link_linkedin:hover, 
.strip_white_green a.external_link:hover, 
.strip_white_green a.document_link:hover, 
.strip_white_green a.telephone_link:hover, 
.strip_white_green a.email_link:hover {
    color: #64c690 !important;
    border-color: #64c690 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.strip_white_green a.external_link_twitter:hover:before, 
.strip_white_green a.external_link_facebook:hover:before, 
.strip_white_green a.external_link_linkedin:hover:before,
.strip_white_green a.external_link:hover:before, 
.strip_white_green a.document_link:hover:before, 
.strip_white_green a.telephone_link:hover:before, 
.strip_white_green a.email_link:hover:before {
    color: #64c690 !important;
}

.strip_white_green a.external_link_twitter:hover:after, 
.strip_white_green a.external_link_facebook:hover:after, 
.strip_white_green a.external_link_linkedin:hover:after,
.strip_white_green a.external_link:hover:after, 
.strip_white_green a.document_link:hover:after, 
.strip_white_green a.telephone_link:hover:after, 
.strip_white_green a.email_link:hover:after {
    color: #64c690 !important;
}

.strip_white_green .default_table th {
    background: rgba(0,0,0,0.2);
}

.strip_white_green table th.reversed_header {
    background: rgba(255,255,255,0.4);
}

.strip_white_green .default_table tr td:first-child,
.strip_white_green .default_table tr td,
.strip_white_green table.clear_table tr td{
    border-color: #ffffff !important
}

.strip_white_green table.clear_table th {
    border-color: rgba(255,255,255,0.4) !important;
}

.strip_white_green table.clear_table th,
.strip_white_green table.clear_table tr td {
    background-color: #ffffff !important
}

.strip_white_green blockquote,
.strip_white_green blockquote p {
    color: #64c690 !important
}
.strip_white_green blockquote strong {
    color: #2d353a !important;
}
.strip_white_green blockquote::before {
    color: rgba(0,0,0,0.3) !important;
}

