/*defaults*/

/* these font families are loaded via the /_assets/fonts folder
font-family: 'azo_sansbold', sans-serif;  - HEADINGS
font-family: 'azo_sansregular', sans-serif; - BODY/NAV/ETC

If you update the fonts be sure to do a search and replace in this css file as well.
*/

@import url('../fonts/fonts.css');
* {
    margin: 0 auto;
    outline: none;
    list-style: none;
}

body,
p {
    font-family: 'azo_sansregular';
    color: #7e7673;
    font-size: 18px;
    line-height: 21.03px;
}
 
h1,
h2,
h3,
h4,
h5,
h6,
.system-message h1,
.system-error-message h1,
strong,
b {
    color: #6e6460;
    margin-bottom: 1.25rem;
}

span.error:empty,
small.error:empty {
    display: none;
}

.system-message,
.system-error-message {
    background: none;
    border: none;
    color: #6e6460;
    margin: 0;
    padding: 0;
}

p.lead {
    font-size: 17.94px;
    color: #4e4c4c;
    line-height: 28.03px;
    font-family: 'azo_sanslight';
    margin-bottom: 20px;
}

.system-message h1,
.system-error-message h1 {
    font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

h1 {
    font-size: 47.21px;
    font-family: 'azo_sansblack';
}

h2 {
    font-size: 32px;
    font-family: 'azo_sansblack';
}

h3 {
    font-size: 27px;
    font-family: 'azo_sansbold';
    margin-bottom: 16px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 15.96px;
    font-family: 'azo_sanslight';
}

figure {
    margin: 0 auto;
}

a,
a:visited,
.breadcrumbs a {
    color: #662d91;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited {
    color: #6e6460;
}

a:hover,
a:focus,
.breadcrumbs a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus {
    color: #080808;
}

a img {
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

a img:hover {
    opacity: 1;
}

input[type="submit"] {
    font-family: 'azo_sansregular';
    background: #662d91;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 0px;
    line-height: 20px;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 12px;
    line-height: 22px;
    height: 40px;
}

textarea {
    height: 115px
}

.randw-form-fields-payment {
  font-size: 13.72px;
  font-family: 'azo_sansregular';
  color: #8b8b8b;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 12px 12px 0;
  line-height: 22px;
  height: 40px;
  margin-bottom: 16px;
}

.display-block {
  display: block;
}

.display-in-block {
    display: inline-block;
}

section {
    padding: 0;
}

.row {
    max-width: 1174px;
}

.row-margin-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-margin-10 .columns {
    padding: 0 10px;
}

.row-margin-6 {
    margin-left: -6px;
    margin-right: -6px;
}

.row-margin-6 .columns {
    padding: 0 6px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-b30 {
    margin-bottom: 30px;
}

a#catshopbuy {
    font-family: azo_sansbold, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    background: #662d91;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

a#catshopbuy:hover {
    background: #662d91;
    color: #fff;
    transition-duration: .5s;
}

a#catshopclear {
    font-family: azo_sansbold, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    background: #b5b5b5;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    text-shadow: none;
    padding: 1em;
}

a#catshopclear:hover {
    background: #646464;
    color: #fff;
    transition-duration: .5s;
}

.opt-discount input[type="submit"] {
    margin-top: 10px;
}

.product-remove a:link,
.product-remove a:visited {
    font-size: 20px;
    color: #606060;
    line-height: 20px;
    transition-duration: .5s;
}

.product-remove a:hover {
    color: #900;
}

.product-image img,
.product-title {
    margin-bottom: 20px;
}

label {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
}

textarea {
    border-radius: 3px;
    padding: 10px 13px;
    3e3939
}

ul li {
    font-size: 14px;
    margin-bottom: 0;
    list-style: none;
}

.service-list h6 a:hover,
ul.blog_tag li a:hover,
.contentinfo p a:hover {
    color: #662d91;
}


/*buttons*/

.button {
    font-size: 20px;
    background-color: #662d91;
    color: #fff;
    font-family: 'azo_sansbold';
    line-height: 22px;
    padding: 10px 20px;
}

.button,

/*button*/

,
input[type="submit"],
a#catshopbuy:link,
a#catshopbuy:visited {
    font-family: azo_sansbold, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    background: #1abc9c;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}

.button.secondary,
button.secondary {
    background: #777777;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #6bb6c2;
    color: #6bb6c2;
}

.button:hover,
.button.secondary:hover,
button.secondary:hover,
button:focus,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #662d91;
    color: #fff;
    transition-duration: .5s;
}

.button:visited {
    color: #fff;
}

a.button-border {
    font-size: 20px;
    color: #fff;
    font-family: 'azo_sansbold';
    border: 3px solid #fff;
    padding: 5px 24px;
    line-height: 27px;
    display: inline-block;
}

a.button-border:hover {
    background: #fff;
    color: #464747;
}

.button.large {
    font-size: 24.65px;
    padding: 13px 30px;
    line-height: 27px;
}


/*header*/

.top-bar,
.top-bar ul,
.top-bar.expanded .title-area {
    background-color: #3b3b3b;
}

.utility-nav {
    background: url(/_assets/css/images/ultility-nav.png);
    margin: 0;
    padding: 5px 0 0;
}

.utility-nav ul,
.utility-nav ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.utility-nav li {
    float: left;
}

.utility-nav li span {
    margin-right: 5px;
    color: #1abc9c;
}

.utility-nav li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-family: 'azo_sansregular';
    top: -2px;
    padding: 5px;
}

.utility-nav li:hover {
    background: #1abc9c;
}

.utility-nav li:hover>a,
.utility-nav li:hover>a span {
    color: #fff;
}

aside .is-drilldown li.selected {
    background: #ECECEC;
}

aside li.selected>a.selected {
    color: #080808;
}

aside li.is-selected>a {
    color: #080808;
}

.top-bar .menu a {
    color: #fff;
    font-family: 'azo_sansregular';
    font-weight: 600;
    text-transform: uppercase;
}

.top-bar .menu a:hover {
    color: #5A5A5A;
}

.top-bar .menu .selected>a {
    background: #565656;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    border-color: transparent #fff transparent transparent;
}

.is-accordion-submenu-parent>a:after {
    border-color: #662d91 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.is-drilldown-submenu-parent>a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #662d91;
}

.js-drilldown-back>a:before {
    border-color: rgba(0, 0, 0, 0) #662d91 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.show-for-small-only .is-accordion-submenu-parent>a:after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.show-for-small-only .is-drilldown-submenu-parent>a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

.show-for-small-only .js-drilldown-back>a:before {
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.top-bar-left .show-for-small-only a {
    color: #fff;
}


/*This section prevents the mobile menu bar from flashing when the page loads*/


/*This is directly from the Foundation documentation*/

.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }
    .no-js .title-bar {
        display: none;
    }
}


/* End of section to prevent mobile menu bar flashing*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #be1e2d;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/_assets/img/RWWebsiteLogo_Final.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: -115px 0 0 -110px;
    z-index: 9999;
}

button.menu-icon {
    background: none;
}

.shopping-cart {
    color: #FFFFFF;
    font-size: 13px;
    font-family: azo_sansbold, sans-serif;
}

#catCartSummary table tbody,
#catCartSummary table tfoot,
#catCartSummary table thead {
    border: none;
    background: none;
}

a.cartSummaryLink {
    color: #1abc9c;
}

.utility-nav .uty0,
.utility-nav .uty1 {
    display: none;
}

table.cartSummaryTable {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 0 0 20px;
}

td.cartSummaryItem {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
}


/*alert boxes*/

.alert-box {
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: .8125rem;
    transition: opacity 300ms ease-out;
    background-color: #008cba;
    color: #fff;
    border-color: #0078a0;
    border-style: solid;
    border-width: 1px;
    padding: .875rem 1.5rem .875rem .875rem;
}

.alert-box .close {
    font-size: 1.375rem;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -.6875rem;
    right: .25rem;
    color: #333;
    opacity: 0.3;
    padding: 9px 6px 4px;
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box.round {
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #43ac6a;
    color: #fff;
    border-color: #3a945b;
}

.alert-box.alert {
    background-color: #f04124;
    color: #fff;
    border-color: #de2d0f;
}

.alert-box.secondary {
    background-color: #e7e7e7;
    color: #4f4f4f;
    border-color: #c7c7c7;
}

.alert-box.warning {
    background-color: #f08a24;
    color: #fff;
    border-color: #de770f;
}

.alert-box.info {
    background-color: #a0d3e8;
    color: #4f4f4f;
    border-color: #74bfdd;
}

.alert-box.alert-close {
    opacity: 0;
}


/*search*/

.search-container {
    display: none;
    background: url(images/ultility-nav.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 30px 0 0;
}

.search-icon span {
    color: #FFFFFF;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: -3px;
    padding: 5px;
}

.search-container input[type="text"] {
    height: auto;
    padding: 14px 15px;
}


/*slider*/

.slick-slider {
    overflow: hidden;
    margin: 0;
}

.slick-slide img {
    width: auto;
}

.slide-description {
    position: absolute;
    width: 100%;
    margin-top: 330px;
    z-index: 1;
}

.slick-dots {
    bottom: 0;
}

.slick-dots li button:before {
    color: #98918d;
    opacity: 1;
    font-size: 13px;
}

.slick-dots li.slick-active button:before {
    color: #1abc9c;
}

.hero-slider .slick-dots {
    bottom: 145px;
    z-index: 1;
    text-align: left;
    margin: 0 0 0 25%;
}

.hero-slider .slick-dots li button:before {
    content: none;
}

.hero-slider .slick-dots li {
    width: auto;
    margin: 0 5px 0 0;
}

.hero-slider .slick-dots li button {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    padding: 0;
}

.hero-slider .slick-dots li.slick-active button {
    background: none repeat scroll 0 0 #52cab3;
    height: 15px;
    top: -10px;
}

.slide-description span {
    color: #18987f;
    font-size: 46px;
    float: left;
    margin: 0 15px 30px 0;
}

.slide-description h1 {
    color: #fff;
    font-weight: 100;
}

.slide-description h2 {
    color: #fff;
    font-weight: 100;
}

.slide-description-contents {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.slide-description h1.brown,
.slide-description h2.brown {
    color: #6e6460;
}

.slide-description h1 {
    font-size: 100px;
    line-height: 134px;
    margin-bottom: 30px;
}

.slide-description h2 {
    font-family: azo_sansbold, sans-serif;
    float: left;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

.slide-description h2 em {
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.home-slider {
    position: relative;
}

i.fa.prev-btn {
    color: #Fff;
    font-size: 50px;
    line-height: 50px;
    z-index: 50;
    position: absolute;
    top: 45%;
    left: 20px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

i.fa.next-btn {
    color: #Fff;
    font-size: 50px;
    line-height: 50px;
    z-index: 50;
    position: absolute;
    top: 45%;
    right: 20px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

i.fa.prev-btn:hover,
i.fa.next-btn:hover {
    opacity: 1;
}


/*section main*/

section.main {
    padding: 20px 0 50px;
}

.feature-image {
    border-radius: 90em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 189px;
    margin-bottom: 30px;
}


/*events section*/

section.events {
    background: url(images/events-bg.jpg) repeat-x top;
    padding: 50px 0;
}

.event-item {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #662d91;
    margin-bottom: 30px;
    padding: 20px 30px;
}

.event-date {
    background: #662d91;
    width: 75px;
    height: 75px;
    border-radius: 90em;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: azo_sansbold, sans-serif;
    text-transform: uppercase;
    padding-top: 14px;
    margin: 0 auto 20px;
}

.event-date span {
    display: block;
    line-height: 1.2;
}

.event-date span.month {
    font-size: 16px;
}

.event-item h3 {
    text-align: center;
    font-weight: 100;
}

.event-item-detail {
    background: url(/_assets/img/dashed-bg.jpg) repeat-x bottom;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.event-item-detail h3 {
    margin-bottom: 5px;
}

.event-details {
    line-height: 18px;
    color: #99918e;
    font-size: 13px;
    font-family: azo_sansbold, sans-serif;
    margin-bottom: 10px;
}

.dash {
    width: 30px;
    height: 1px;
    background: #6bb6c2;
    margin: 20px auto;
}

.event-item p {
    font-size: 13px;
}

.event-item-detail .button {
    float: right;
}


/*announcements*/

.news-item {
    margin-bottom: 30px;
}

.news-item h3 {
    margin-bottom: 5px;
}

.news-details {
    line-height: 18px;
    color: #99918e;
    font-size: 13px;
    font-family: azo_sansbold, sans-serif;
    margin-bottom: 10px;
}


/*faq*/

.faq-question a {
    color: #17aac0;
    font-family: azo_sansbold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-details {
    padding-top: 30px;
    background: url(/_assets/img/dashed-bg.jpg) repeat-x bottom;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.faq-details a {
    font-family: azo_sansbold, serif;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #17aac0;
}

.faq-icon {
    background: none repeat scroll 0 0 #662d91;
    border-radius: 90em;
    color: #fff;
    display: block;
    float: left;
    font-family: azo_sansbold, sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 15px 17px 0;
}

.faq-icon.answer {
    background: #17aac0;
}

.accordion-title {
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 1.5rem;
    color: #662d91;
}


/*page-title*/

section.page-title {
    overflow: hidden;
    position: relative;
}

section.page-title img {
    width: 100%;
}

.row.page-headline {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.row.page-headline h1 {
    color: #fff;
    margin-top: 190px;
}


/*breadcrumps-container*/

.breadcrumps-container {
    padding: 30px 0 20px;
}


/*about*/

section.main span.fa-heart {
    display: block;
    color: #c87492;
    font-size: 46px;
    width: 46px;
    margin: 0 auto 30px;
}

p.literature-container span.icon,
p.literature-container span.name {
    font-family: azo_sansbold, sans-serif;
    margin: 0 3px 0 0;
}

p.literature-container img {
    vertical-align: middle;
}

.double-dash {
    height: 3px;
    background: url(/_assets/img/dashed-bg.jpg) repeat-x top;
    margin: 30px 0;
}


/*section map*/

section.map,
section.map .flex-video,
section.map .flex-video iframe {
    height: 350px;
    overflow: hidden;
}


/*store / products*/

.product-thumbs {
    padding: 10px;
}

.product-thumb {
    margin-bottom: 20px;
}


/*misc*/

.blogpost-result-item.item.panel-body {
    padding-top: 30px;
    font-size: .8rem;
}

.cb-Tags {
    margin-bottom: 5px;
}

.cb-Image img {
    width: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.select2-container .select2-search--inline {
    border-bottom: none;
}

.page-nav span#pagination {
    display: inline-block;
}

p.page-nav {
    text-align: center;
}

.page-nav a {
    margin: 0 9px;
    display: inline-block;
    color: #1abc9c;
}

.pagination-content {
    width: 100%;
    float: left;
    text-align: center;
}

.pagination {
    width: 100%;
    float: left;
}

.sgpagination-wrap {
  width: 100%;
  float: left;
}

.sgpagination {
  display: flex;
  justify-content: space-evenly;
}

.sgpagination .fa-ellipsis-h {
  display: none;
}

.sgpagination li {
  border: 3px solid #3f3f3f;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sgpagination li.active {
  border: 3px solid #662d91;
}

.sgpagination li a {
  font-size: 16px;
  font-weight: 600;
  color: #3f3f3f;
  padding: 3px 10px;
  font-family: 'azo_sansregular';
}

.sgpagination li.active a {
  color: #662d91;
}

.pagination li {
    border: 2px solid #3f3f3f;
    width: auto;
    height: 35px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    font-size: 16px;
    color: #3f3f3f;
    padding: 3px 10px;
    font-family: 'azo_sansregular';
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: .5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .5rem;
}

.pagination .current {
    font-size: 16px;
    color: #fff;
    font-family: 'azo_sansregular';
    background: #662d91;
    border-color: #662d91;
}

.photo-item {
    position: relative;
}

p.photo-caption {
    position: absolute;
    bottom: 5px;
    left: 4px;
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 8px);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}


/*************media queries**************/

@media only screen and (min-width: 0) and (max-width: 640px) {
    .top-bar-section ul {
        margin-top: 48px;
    }
    .slide-description {
        margin-top: 10px;
    }
    .slide-description-contents {
        border-radius: 5px;
        padding: 5px;
    }
    .slide-description h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .slide-description h2 {
        display: none;
    }
    .slide-description span {
        display: none;
    }
    i.fa.prev-btn,
    i.fa.next-btn {
        opacity: 0;
    }
    .hero-slider .slick-dots {
        bottom: 0;
        text-align: center;
        margin: 0;
    }
    .community-search-wrap {
        background: none;
        padding: 20px 0 60px;
    }
    .search-ellipse {
        border-radius: 0;
        display: block;
        float: none;
        width: 100%;
        background: none;
        box-shadow: none;
        height: auto;
        text-align: left;
        padding: 0;
    }
    .search-ellipse h2 {
        text-align: left;
    }
    .search-ellipse h2,
    .search-ellipse h6 {
        color: #6e6460;
        display: inline;
        margin: auto;
    }
    section.main {
        padding: 20px 0;
    }
    .social-icons {
        float: none;
    }
    .row.page-headline h1 {
        font-size: 1.75rem;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .slide-description {
        margin-top: 10px;
    }
    .slide-description h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .slide-description h2 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .slide-description span {
        font-size: 26px;
        margin: 0 15px 10px 0;
    }
    .row.page-headline h1 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .top-bar .name {
        margin-top: -5px;
        max-width: 126px;
    }
    .top-bar-section ul li>a {
        font-size: 13px;
    }
    .side-search h2 {
        font-size: 38px;
    }
    .side-search h6 {
        font-size: 9px;
    }
    .search-filters a {
        margin-left: 10px;
    }
    .slide-description {
        margin-top: 10px;
    }
    .slide-description-contents {
        border-radius: 10px;
        padding: 10px;
    }
    .slide-description h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .slide-description h2 {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 0;
    }
    .slide-description span {
        font-size: 26px;
        margin: 0 15px 30px 0;
    }
    .hero-slider .slick-dots {
        bottom: 0;
        text-align: center;
        margin: 0;
    }
    .row.page-headline h1 {
        margin-top: 30px;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .top-bar .name {
        margin-top: -18px;
        max-width: 199px;
    }
    .top-bar-section ul li>a {
        font-size: 14px;
    }
    .slide-description {
        margin-top: 10px;
    }
    .slide-description h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .hero-slider .slick-dots {
        bottom: 0;
        text-align: center;
        margin: 0;
    }
    .row.page-headline h1 {
        margin-top: 70px;
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .slide-description {
        margin-top: 50px;
    }
    .hero-slider .slick-dots {
        bottom: 0;
        text-align: center;
        margin: 0;
    }
    .row.page-headline h1 {
        margin-top: 130px;
    }
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    z-index: 1045;
    margin: 0 auto;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    padding: 0 0 18px 10px;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    top: 50%;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    margin: -55px 0 0;
    padding: 0;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /* Remove all paddings around the image on small screen  */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        top: auto;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile img.mfp-img,
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-ie7 .mfp-img,
.mfp-ie7 .mfp-container {
    padding: 0;
}


/* Slick Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*-ms-touch-action: none; touch-action: none;*/
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: white url('images/ajax-loader.gif') center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Slick Slider  Icons */

@font-face {
    font-family: "slick";
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Slick Slider  Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: "\2192";
}


/* Slick Slider Dots */

.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
}


/* ResponsiveGallery Slider */

.responsiveGallery-container {
    width: 100%;
    position: relative;
    height: 350px;
}

.responsiveGallery-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 38px;
    height: 38px;
}

.responsiveGallery-btn_prev,
.responsiveGallery-btn_next {
    background: url(../img/slider-arrow.png);
    width: 20px;
    height: 57px;
    margin-top: -27px;
}

.responsiveGallery-btn_prev {
    left: -5px;
    background-position: -3px 0px;
}

.responsiveGallery-btn_next {
    right: -18px;
    background-position: 23px 0px;
}

.responsiveGallery-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 26%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.responsiveGallery-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: transparent;
    display: block;
    width: 33.33%;
    opacity: 0;
    visibility: hidden;
}

@media (max-width:1000px) {
    .responsiveGallery-item {
        width: 33.33%;
    }
    .responsiveGallery-wrapper {
        padding-top: 25%;
    }
}

@media (max-width:560px) {
    .responsiveGallery-wrapper {
        width: 80%;
        padding-top: 35%;
    }
    .responsiveGallery-item {
        width: 100%;
    }
}

ul.list-style {
    margin: 0 0 1rem 1rem;
}

ul.list-style li {
    line-height: 25px;
    position: relative;
    padding-left: 18px;
}

ul.list-style li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5e5e5e;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 9px;
}

.responsivGallery-link {
    display: block;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.responsivGallery-pic {
    width: 100%;
    height: auto;
    opacity: 1;
}

.responsiveGallery-item .active {
    opacity: 1;
}

.w-responsivGallery-info {
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
    color: #fff;
}

.responsivGallery-name {
    font-size: 1.25em;
}

.responsivGallery-position {
    padding-top: 4%;
    font-size: .875em;
    line-height: 1.3;
}


/*THE FOLLOWING CSS IS USED FOR THE KITCHEN SINK PAGE AND CAN BE DELETED IF YOU ARE NOT USING THAT PAGE*/

.docs-code.kitchen-sink {
    border: 1px solid #cacaca;
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.docs-code-copy {
    position: absolute;
    top: 0;
    right: 0;
    background: #2199e8;
    color: #FFF;
    font-size: .8rem;
    z-index: 1;
    padding: .75rem 1rem;
}

.docs-code,
pre {
    position: relative;
}

.docs-code.kitchen-sink code {
    border: 0;
}

.docs-code code,
pre code {
    display: block;
    overflow-x: auto;
    background: #f9f9f9;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0!important;
    margin-right: 0!important;
}

.row.display .columns:nth-child(2),
.row.display .columns.small-centered,
.row.display .columns.large-centered {
    background: #e1e1e1;
}

.docs-component .thumbnail {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.docs-toc .active {
    background: #662d91;
    color: #FFF;
}


/*END KITCHEN SINK DOCS*/

.intro-overlay,
.vertical_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-caption,
.rw-testimonials-detail,
.award-caption,
.tb-vertical {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header {
    width: 100%;
    float: left;
    padding: 18px 10px;
    position: fixed;
    z-index: 99;
    top: 0px;
}

.nav-icon {
    width: 49px;
    height: 46px;
    float: left;
    position: relative;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    z-index: 2100;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.nav-icon span {
    width: 39px;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    left: 15px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.nav-icon span:nth-child(1) {
    top: 10px;
}

.nav-icon span:nth-child(2) {
    top: 18px;
}

.nav-icon span:nth-child(3) {
    top: 26px;
}

.nav-icon span:nth-child(4) {
    top: 34px;
}

.is-off-canvas-open .nav-icon span:nth-child(1) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.is-off-canvas-open .nav-icon span:nth-child(2),
.is-off-canvas-open .nav-icon span:nth-child(4) {
    top: 16px;
    width: 0;
    left: 50%;
}

.is-off-canvas-open .nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.is-off-canvas-open .nav-icon span:nth-child(1),
.is-off-canvas-open .nav-icon span:nth-child(3) {
    top: 22px
}

.logo {
    width: auto;
    float: left;
    margin-left: 26px;
}

ul.utility_menu {
    width: auto;
    float: right;
    margin: 0px;
}

ul.utility_menu li {
    float: left;
    position: relative;
}

ul.utility_menu li a {
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    padding: 0 4px;
    font-family: 'azo_sansregular';
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

ul.utility_menu li button {
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    padding: 0 4px;
    font-family: 'azo_sansregular';
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

ul.utility_menu li a:visited {
    color: #fff;
}
/*
ul.utility_menu li:before {
    content: '/';
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 8px;
}
*/
ul.utility_menu li.search-icon {
    width: 45px;
    height: 43px;
    float: right;
    background: rgba(176, 167, 163, 0.35);
    padding: 5px;
    text-align: center;
    margin-left: 17px;
    padding: 0px;
}

ul.utility_menu li.search-icon a {
    font-size: 17px;
    color: #fff !important;
    display: inline-block;
    line-height: 40px;
}

ul.utility_menu li:first-child:before,
ul.utility_menu li.cart-icon:before,
ul.utility_menu li.search-icon:before {
    display: none;
}

ul.utility_menu li.cart-icon a {
    font-size: 16px;
    line-height: 31px;
    color: #fff !important;
    background: #662d91;
    height: 43px;
    display: inline-block;
    padding: 7px 24px;
    font-weight: 500;
    margin-left: 10px;
}

ul.utility_menu li.cart-icon a em {
    font-size: 22px;
    color: #fff;
    vertical-align: -2px;
    margin-right: 11px;
}

.home-page ul.utility_menu li a,
.home-page ul.utility_menu li:before {
    color: #ffffff;
}

.home-page .scroll_active ul.utility_menu li a,
.home-page .scroll_active ul.utility_menu li:before {
    color: #fff;
}

.home-page ul.utility_menu li a:hover,
ul.utility_menu li a:hover {
    color: #ffffff;
}

.search-box {
    width: 100%;
    max-width: 800px;
    top: 345px !important;
    padding: 50px 30px 50px;
    height: auto;
    min-height: inherit;
}

.reveal-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
}

.search-box input[type="text"] {
    width: 80%;
    float: left;
    margin: 0;
}

.search-box input[type="submit"] {
    width: 20%;
    float: left;
    margin-bottom: 0px
}

.navbar {
    width: 100%;
    z-index: 9980;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    float: left;
}

.navbar.scroll_active {
    background: rgba(190, 30, 45, 0.8);
}

.navbar-header {
    width: 100%;
    float: left;
}

.navbar>.container,
.navbar>.container-fluid {
    z-index: 9980;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    height: 60px;
    line-height: 60px;
    margin-left: 0px;
    font-weight: 400;
    padding: 0;
    font-size: 1.5em;
}

.navbar>.container .navbar-expand-toggle,
.navbar>.container-fluid .navbar-expand-toggle {
    background-color: transparent;
    border: 0px;
    float: left;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
}

.navbar>.container .navbar-expand-toggle .icon,
.navbar>.container-fluid .navbar-expand-toggle .icon {
    font-size: 1.4em;
}

.visible-xs {
    display: none!important;
}

.app-container {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

.app-container .content-container {
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}

.app-container .content-container .side-menu {
    overflow-y: auto;
    z-index: 100000;
    position: fixed;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    left: -250px
}

.app-container .content-container .side-menu .navbar-header {
    width: 100%;
    border-bottom: 0px solid #e7e7e7;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand {
    display: inline-block;
    line-height: 60px;
    padding: 20px;
    width: 100%;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.navbar-brand .title img {
    max-width: 185px;
}

.app-container .content-container .side-menu .navbar {
    border: none;
    padding-left: 0px;
    position: relative;
    padding-bottom: 100px;
    min-height: 100%;
}

.app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
    display: inline-block;
}

.app-container .content-container .side-body.padding-top {
    padding-top: 0px;
}

.app-container.expanded .content-container .navbar-top {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.app-container.expanded .content-container .side-menu {
    width: 250px;
    background: #be1e2d;
    left: 0px;
}

.app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 8px 5px;
}

.app-container.expanded .content-container .side-menu .navbar-nav li a .title {
    display: inline-block;
}

.app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
    display: block;
}

.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 1em;
}

.app-container .side-body {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.app-container.expanded .side-body {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.side-menu-container {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}

.off-canvas-wrapper-inner {
    display: inline-block;
}

@media (min-width:1025px) {
    .sidebar-inverse::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }
    .sidebar-inverse::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    .sidebar-inverse::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
}


/* =====//   Sidebar Nav   \\===== */

.off-canvas.position-left {
    height: 100%;
}

.off-canvas {
    background: #1b1e24;
    z-index: 9;
}

.sidebar {
    width: 100%;
    float: left;
}

.sidebar>ul.dropdown {
    border-bottom: 1px solid #37414b;
    border-top: 1px solid #1f262d;
}

.sidebar ul.dropdown {
    width: 100%;
    float: left;
}

.sidebar ul.dropdown li {
    width: 100%;
    float: left;
    border-top: 1px solid #37414b;
    border-bottom: 1px solid #1f262d;
}

.sidebar ul.dropdown li a {
    font-size: 14px;
    color: #fff;
    font-family: 'azo_sanslight';
    text-transform: capitalize;
    padding: 10px 15px;
    display: block;
    line-height: 20px;
}

.sidebar ul.dropdown li ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 6px 0px;
    background: #1e242b;
}

.sidebar ul.dropdown li ul li {
    border-width: 0px;
}

.sidebar ul.dropdown li ul li a {
    font-size: 13px;
    padding: 6px 15px 6px 25px
}

.sidebar ul.dropdown li ul li ul li a {
    padding: 6px 15px 6px 30px
}

.is-accordion-submenu-parent>a:after {
    border-color: rgb(1, 200, 230) transparent transparent;
}

.sidebar .is-accordion-submenu-parent>a:after {
    border-color: rgb(255, 255, 255) transparent transparent;
}

.sidebar ul.menu li:hover>a,
.sidebar ul.menu li.selected>a {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.sidebar ul.menu li:hover>a {
    color: #fff;
    background: #151515;
    padding-right: 15px;
}

.sidebar ul.menu li.selected>a {
    color: #fff;
    background: #662d91;
    padding-right: 15px;
}

.sidebar-footer {
    width: 100%;
    float: left;
    padding: 25px 16px 25px 16px;
    position: absolute;
    bottom: 0px;
}

ul.social {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
}

ul.social li {
    display: inline-block;
    padding: 0 6px;
}

ul.social li a {
    font-size: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.intro-slider {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0px
}

.home-slider {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.intro-overlay {
    width: 100%;
    padding-top: 41px;
}

.site-intro {
    width: 416px;
    height: 416px;
    border-radius: 50%;
    background: #464747;
    border: 15px solid rgba(255, 255, 255, 0.44);
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: block;
}

.home-caption {
    width: 100%;
    float: left;
    padding: 35px 15px;
    text-align: center;
}

.home-caption h1 {
    font-size: 39px;
    color: #fff;
    font-family: 'azo_sanslight';
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 34px;
}

.home-caption h1 span {
    color: #662d91;
    display: inline-block;
    font-family: 'azo_sansblack';
}

.home-caption p {
    font-size: 14px;
    color: #fff;
    font-family: 'azo_sanslight';
    margin-bottom: 2px;
}

.home-caption h2 {
    font-size: 32px;
    color: #fff;
    font-family: 'azo_sansblack';
    font-weight: normal;
    margin-bottom: 22px;
    line-height: 37px;
    text-transform: uppercase;
}

.home-caption .button {
    width: 153px;
    margin-bottom: 0px;
}

.rwprogramandaboutus {
    width: 100%;
    float: left;
    padding: 0px 0 21px 0;
    ;
    background: url(../img/feature-bg.jpg) no-repeat top center;
    text-align: center;
}

.rwprogramandaboutus p {
    color: #662d91;
}

.hb-title {
    font-family: 'azo_sanslight';
    text-transform: uppercase;
    color: #fff;
    line-height: 37.44px;
}

.hb-title span {
    font-family: 'azo_sansblack';
}

.lightblue-text {
    color: #662d91;
}

.white-text {
    color: #fff;
}

.lightgrey-text {
    color: #4e4c4c;
}

h1.hb-title {
    font-size: 52px;
    margin-bottom: 20px;
}

h2.hb-title {
    font-size: 41px;
    margin-bottom: 20px;
}

h3.hb-title {
    font-size: 36px;
    margin-bottom: 20px;
}

h4.hb-title {
    font-size: 28px;
    margin-bottom: 12px;
}

h4.hb-title span {
    font-size: 35.5px;
}

.service-view {
    width: 100%;
    float: left;
    padding: 14px 0 42px 0;
}

.service-view ul {
    width: 100%;
    float: left;
    margin: 0px
}

.service-view ul li {
    width: 20%;
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
}

.hexagon-box {
    width: 80px;
    height: 92px;
    display: inline-block;
    background: url(../img/Hexagon-bg.png) no-repeat top left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 6px;
}

.hexagon-box img {
    z-index: 9;
}


/*.service-view ul li:hover .hexagon-box{background-position:bottom left;}*/

.hexagon-box:after {
    content: '';
    width: 80px;
    height: 92px;
    background: url(../img/Hexagon-bg1.png) no-repeat top left;
    transition: all 0.5s ease;
    position: absolute;
    top: 100%;
    left: 0px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hexagon-box:hover:after {
    top: 0px;
}

.service-list h6 {
    color: #fff;
    margin-bottom: 12px;
}

.service-list h6 a {
    color: #fff;
}

.projects-gallery {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 18px 20px 0 10px;
}

.black-wrapper {
    width: 100%;
    float: left;
    background: #0d0c0c;
    text-align: center;
    padding: 36px 0;
}

.black-wrapper p {
    font-size: 16px;
    color: #fff;
    font-family: 'azo_sanslight';
    line-height: 23px;
    max-width: 820px;
    display: inline-block;
}

.home-testimonial {
    width: 100%;
    float: left;
    background: url(../img/testimonial-bg.jpg) no-repeat bottom center;
    padding: 29px 0 8px 0;
    position: relative;
    overflow: hidden;
}

.home-testimonial:after {
    content: '';
    width: 100%;
    float: left;
    height: 100%;
    background: rgba(0, 107, 120, 0.91);
    position: absolute;
    top: 0px;
    left: 0px;
}

.testi_block {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    border-right: 1px solid #e6e7e9;
}

.testi_block figure {
    width: auto;
    float: left;
    border-radius: 50%;
}

.testi_block figure img {
    width: auto;
    display: block;
    border-radius: 50%;
}

.testi_block h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testi_name {
    width: auto;
    float: left;
    padding: 24px 0 0 20px;
}

.testi_block span {
    font-size: 22px;
    color: #fff;
    font-family: 'azo_sansitalic';
    display: block;
}

.testi_desc {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 6px;
}

blockquote {
    border: 0px;
    padding: 27px 0 0 15px;
    position: relative;
}

blockquote:before {
    content: url(../img/icons/blockquote-icon.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

blockquote,
blockquote p {
    font-size: 16px;
    color: #fff;
    font-family: 'azo_sanslight';
    line-height: 23px;
}

.white-wrapper {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 82px 0;
}

.service-tabs {
    width: 100%;
    float: left;
}

ul.service_list {
    width: 100%;
    float: left;
    margin: 0px;
    border: 0px;
}

ul.service_list li.tabs-title {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

ul.service_list li.tabs-title a {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    background: none;
    border: none;
    float: left
}

.service_list figure {
    width: 100%;
    float: left;
    position: relative;
}

.service_list figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 21px;
    text-align: left;
}

.service_list figure h6 {
    font-size: 14px;
    color: #fff;
    line-height: 41px;
    padding: 0 12px;
    margin-bottom: 0px;
    position: relative;
    font-family: 'azo_sansbold';
    background: #662d91;
    display: inline-block;
    width: 170px;
    max-width: 100%;
}

.service_list figure h6:after {
    content: '';
    width: 20px;
    height: 41px;
    border-bottom: 41px solid #662d91;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0px;
}

ul.service_list li:nth-child(n+4) {
    margin-bottom: 0px;
}

.service-content {
    width: 100%;
    float: left;
    background: #662d91;
    padding: 60px 0px 39px 0px;
}

.service-content .tabs-content {
    background: none;
    border: 0px;
    text-align: left;
    max-width: 420px;
    float: right;
}

.service-content h2,
.service-content span {
    font-family: 'azo_sanslight';
    color: #fff;
    margin-bottom: 0px;
    line-height: 50px;
    text-transform: uppercase;
}

.service-content span {
    font-size: 53px;
    font-family: 'azo_sansblack';
    display: block;
    margin-bottom: 18px;
}

.service-content p {
    font-size: 17.94px;
    color: #fff;
    line-height: 28.03px;
    font-family: 'azo_sanslight';
    margin-bottom: 22px;
}

.rw-testimonials {
    width: 100%;
    float: left;
    background-image: url(/_assets/img/instructor/rw-instructor-mobile-bg.jpg);
    background-position: top;
    background-size: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.rw-testimonials-layer {
    width: 42.5%;
    float: right;
    min-height: 640px;
    background: linear-gradient(to bottom, rgba(0, 148, 68, 0.8), rgba(0, 148, 68, 1), rgba(0, 148, 68, 1), rgba(0, 148, 68, 1), rgba(0, 148, 68, 1), rgba(0, 148, 68, 1));
    position: relative;
}

.rw-testimonials-layer:after {
    content: '';
    border-bottom: 640px solid rgba(17, 17, 17, 0.84);
    border-left: 240px solid transparent;
    position: absolute;
    left: -240px;
    top: 0px;
}

.rw-testimonials-layer:before,
.rw-testimonials-line {
    background: #662d91;
    position: absolute;
    z-index: 1;
    left: -121px;
    float: left;
    -webkit-transform: rotate(20.5deg);
    -ms-transform: rotate(20.5deg);
    -moz-transform: rotate(20.5deg);
    -o-transform: rotate(20.5deg);
    transform: rotate(20.5deg);
}

.rw-testimonials-layer:before {
    content: '';
    height: 686px;
    width: 4px;
    top: -23px;
}

.rw-testimonials-line {
    height: 414px;
    width: 6px;
    top: 97px;
}

.ellipse-circle {
    width: 142px;
    height: 142px;
    float: left;
    border-radius: 50%;
    border: 15px solid rgba(255, 255, 255, 0.45);
    position: absolute;
    top: 50%;
    left: -190px;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ellipse-circle figure {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: #662d91;
}

.ellipse-circle figure img {
    width: 50px;
}

ul.liststyle-plus {
    width: auto;
    float: left;
    margin: 0px;
    padding-left: 40px;
}

ul.liststyle-plus li {
    font-size: 17.94px;
    line-height: 22px;
    padding: 10px 0 10px 20px;
    color: #fff;
    font-family: 'azo_sanslight';
    position: relative
}

ul.liststyle-plus li:before {
    content: '+';
    font-size: 18px;
    color: #662d91;
    font-family: 'azo_sansbold';
    line-height: 10px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -5px;
}

.rw-testimonials-detail {
    width: 100%;
    float: left;
    max-width: 515px;
    padding: 20px 15px;
}

.rw-testimonials-detail p.lead {
    color: #fff;
}

.gallery_album {
    width: 100%;
    float: left;
    max-height: 947px;
    overflow: hidden;
    position: relative;
}

.album-for {
    width: 100%;
    float: left;
}

.success-caption {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.projects-title {
    width: 100%;
    display: inline-block;
    max-width: 794px;
    background: rgba(17, 17, 17, 0.92);
    padding: 28px 15px 0 15px;
    position: relative;
    margin-bottom: 100px;
}

.projects-title .hb-title span {
    font-size: 35px;
    display: block;
    margin-top: 3px;
}

.projects-title p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
}

.projects-title:after {
    content: '';
    width: 100%;
    height: 90px;
    border-left: 397px solid transparent;
    border-right: 397px solid transparent;
    border-top: 90px solid rgba(17, 17, 17, 0.92);
    position: absolute;
    bottom: -90px;
    left: 0px;
}

.projects-award {
    width: 416px;
    height: 416px;
    border-radius: 50%;
    border: 15px solid rgba(255, 255, 255, 0.44);
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: block;
}

.award-intro {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    background: #662d91;
    border-radius: 50%;
}

.award-caption {
    width: 100%;
    float: left;
    padding: 35px 15px;
    text-align: center;
}

.award-caption h3 {
    font-size: 28.26px;
    color: #fff;
    font-family: 'azo_sanslight';
    font-weight: normal;
    margin-bottom: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

.award-caption h4 {
    font-size: 24.5px;
    color: #fff;
    font-family: 'azo_sansblack';
    font-weight: normal;
    margin-bottom: 22px;
    line-height: 37px;
    text-transform: uppercase;
}

.award-caption figure {
    width: 100%;
    float: left;
    margin-top: 16px;
}

.album-nav {
    width: 100%;
    float: none;
    display: inline-block;
    max-width: 840px;
    margin-top: 40px;
}

.album-nav li {
    padding: 0 13px;
    cursor: pointer;
}

.album-nav li figure {
    width: 100%;
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.44);
}

.album-nav li.slick-current figure {
    border-color: #662d91;
}

.ourclient-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 22px 0px;
    position: relative;
    text-align: center;
}

.client-logo-slider {
    width: 100%;
    float: left;
}

.ourclient-content {
    width: 100%;
    display: inline-block;
    max-width: 840px;
    margin: 0 auto;
    padding: 15px 0;
}

.client-logo {
    width: 100%;
    float: left;
    cursor: pointer;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}

.client-logo:hover img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
    -0-filter: grayscale(0%);
}

.ourclient-section:after {
    content: '';
    width: 560px;
    height: 90px;
    border-left: 280px solid transparent;
    border-right: 280px solid transparent;
    border-top: 64px solid #fff;
    position: absolute;
    bottom: -90px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.signup-section {
    width: 100%;
    float: left;
    background: url(../img/signup-bg.jpg) no-repeat top center;
    padding-top: 223px;
    text-align: center;
}

.signup-rectangle {
    width: 100%;
    display: inline-block;
    max-width: 794px;
    background: #454444;
    padding: 0px 15px 28px 15px;
    position: relative;
}

.signup-rectangle:after {
    content: '';
    width: 100%;
    height: 90px;
    border-left: 397px solid transparent;
    border-right: 397px solid transparent;
    border-bottom: 90px solid #454444;
    position: absolute;
    top: -90px;
    left: 0px;
}

.signup-emailicon {
    position: absolute;
    width: auto;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: -142px;
    z-index: 22;
}

.signup-rectangle h5 {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -12px;
    font-family: 'azo_sanslight';
    z-index: 2;
    position: relative;
}

.signup-rectangle h5 span {
    font-size: 24.5px;
    color: #662d91;
    font-family: 'azo_sansblack';
    display: block;
}

.signup-rectangle .button {
    font-size: 24.65px;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px 25px;
    line-height: 26px;
}

footer {
    width: 100%;
    float: left;
}

.footer-info {
    width: 100%;
    float: left;
    background: #242424;
    text-align: center;
    padding: 41px 0 32px 0;
}

.footer-logo {
    width: auto;
    display: inline-block;
}

.footer-info h2 {
    font-size: 30.43px;
    color: #662d91;
    margin: 9px 0 11px 0;
}

.footer-info h2 a {
    color: #662d91;
}

.footer-info h2 a:hover {
    color: #fff;
}

.footer-info .button {
    font-size: 16.28px;
    text-transform: uppercase;
    padding: 6px 14px;
    margin-bottom: 0px;
}

.copyright {
    width: 100%;
    float: left;
    padding: 24px 0 16px 0;
    background: #3b3b3b;
}

.copyright p {
    width: auto;
    float: left;
    margin-right: 10px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'azo_sanslight';
    line-height: 34px;
}

ul.footer-social {
    width: auto;
    float: right;
    margin: 0px;
}

ul.footer-social li {
    display: inline-block;
    line-height: 14px;
    margin: 0 20px;
}

ul.footer-social li a {
    font-size: 32px;
    color: #818181;
    line-height: 14px;
    display: inline-block;
}

ul.footer-social li a:hover {
    color: #662d91;
}


/* =====//   INNER PAGE   \\===== */

.banner {
    width: 100%;
    float: left;
    max-height: 380px;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}

.banner img {
    width: 100%;
    display: inline-block;
}

.banner-caption {
    width: 460px;
    height: auto;
    border-radius: 230px 230px 0 0;
    border: 15px solid rgba(255, 255, 255, 0.44);
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: -15px;
    left: 0px;
    right: 0px;
}

.banner-block {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    background: #662d91;
    border-radius: 230px 230px 0 0;
    text-align: center;
    padding: 82px 40px 40px 40px;
}

.banner-title {
    color: #fff;
    font-family: 'azo_sanslight';
    font-weight: normal;
    line-height: 42px;
}

.banner-title span {
    font-family: 'azo_sansblack';
    font-weight: normal;
    display: block;
    margin-top: 15px;
}

h1.banner-title {
    font-size: 44px;
    margin-bottom: 0px;
}

.inner_container {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
    background-image: url(/instances/1863/assets/images/rw-musical-notes-pg-bg.jpg);
    background-position: center;
    background-repeat: repeat;
}
.full_height {
    padding: 0 !important;
}
.rw-announcement {
    padding: 0;
    margin: 0;
}

.rw-announcement-content {
    background-color: #00aeef;
    padding: 10px 15px;
    text-align: center;
}

.rw-announcement-content p {
    margin: 0;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    color: #fcdf07;
    font-weight: 600;
}

.rw-announcement-content p a {
    text-decoration: underline;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    display: block;
    padding: 5px 0;
    background: #662d91;
    max-width: 200px;
    border-radius: 15px;
    margin-top: 5px;
}

.rw-announcement-content p a:visited,
.rw-announcement-content p a:focus,
.rw-announcement-content p a:hover,
.rw-announcement-content p a:target {
    color: #fff;
}

@media (min-width:568px) {
    .rw-announcement-content {
        padding: 14px 15px;
    }
    .rw-announcement-content p {
        font-size: 28px;
    }
    .rw-announcement-content p a {
        display: inline;
        padding: 0px 15px;
        font-size: 26px;
    }
}


/* =====//   Design Process   \\===== */

.design_process {
    width: 100%;
    float: left;
    padding: 43px 0 0 0;
    background: #fff;
    position: relative;
}

.design_process>.row {
    max-width: 875px;
}

.design_process .hb-title {
    text-align: center;
}

.design_process .hb-title span {
    font-size: 35px;
    display: block;
}

.design_process p.lead {
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 750px;
    line-height: 21.03px;
}

ul.web-content {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    position: relative;
    padding-top: 136px;
    margin: 32px 0;
}

ul.web-content:before {
    content: '';
    width: 12px;
    height: 136px;
    display: inline-block;
    background: url(../img/icons/vector-bullet-icon.png) top left repeat-y;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -6px;
}

ul.web-content:after {
    content: '';
    width: 42px;
    height: 40px;
    display: inline-block;
    background: url(../img/arrow-bottom.png) top left no-repeat;
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -21px;
}

ul.web-content li {
    width: 100%;
    float: left
}

.web_list {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 66px 0;
}

.web_list:after {
    content: '';
    width: 12px;
    height: 100%;
    position: absolute;
    background: rgba(229, 224, 222, 1);
    top: 0px;
    left: 50%;
    margin-left: -6px;
}

ul.web-content li:first-child .web_list:after {
    border-radius: 10px 10px 0px 0px;
}

.web_icon {
    width: 50%;
    float: left;
    padding-right: 64px;
    position: relative;
    text-align: right
}

.web_desc {
    width: 50%;
    float: right;
    padding-left: 64px;
}

.web_icon:after {
    content: '';
    width: 36px;
    height: 36px;
    border: 5px solid #fff;
    background: #bebbba;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 36px;
    right: -18px;
    z-index: 1;
}

.web_icon figure {
    width: 108px;
    height: 108px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 12px solid #662d91;
    position: relative;
    padding: 8px;
}

.web_icon figure img {
    width: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.web_desc h2 {
    font-size: 36.41px;
    color: #101010;
    line-height: 36px;
    margin: 3px 0 12px 0px;
    font-family: 'azo_sansblack';
}

.web_desc h2 span {
    color: #662d91;
    margin-right: 6px;
}

.web_desc p {
    line-height: 17px;
    color: rgba(91, 91, 91, 0.64);
    font-size: 12px;
}

ul.web-content li:nth-child(even) .web_icon {
    float: right;
    padding-right: 0px;
    padding-left: 64px;
    text-align: left;
}

ul.web-content li:nth-child(even) .web_desc {
    float: left;
    padding-left: 0px;
    padding-right: 64px;
}

ul.web-content li:nth-child(even) .web_icon:after {
    left: -18px;
}

ul.web-content li .web_list:hover .web_icon figure {
    background: #662d91;
    border-color: #d9d9d9;
}

ul.web-content li .web_list:hover .web_icon:after {
    background: #662d91;
}

.webvector-layer {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-top: 57px;
}

.webvector-layer img {
    width: auto;
    max-width: 100%;
}

.builder_content {
    width: 100%;
    float: left;
    background: url(../img/builder-bg.jpg) no-repeat center;
    overflow: hidden;
}

.bd-con-layer {
    width: 42.5%;
    float: right;
    min-height: 640px;
    background: rgba(1, 200, 230, 0.90);
    position: relative
}

.bd-con-layer:after {
    content: '';
    border-bottom: 640px solid rgba(1, 200, 230, 0.90);
    border-left: 240px solid transparent;
    position: absolute;
    left: -240px;
    top: 0px;
}

.bd-con-layer:before,
.bd-line {
    position: absolute;
    z-index: 1;
    left: -121px;
    float: left;
    -webkit-transform: rotate(20.5deg)-ms-transform: rotate(20.5deg);
    -moz-transform: rotate(20.5deg);
    -o-transform: rotate(20.5deg);
    transform: rotate(20.5deg);
}

.bd-con-layer:before {
    content: '';
    height: 686px;
    width: 4px;
    top: -23px;
    background: #05333a;
}

.bd-line {
    height: 414px;
    width: 6px;
    top: 97px;
    background: #07879a;
}

.bd-con-detail {
    width: 100%;
    float: left;
    max-width: 515px;
    padding: 20px 15px;
}

.bd-con-detail h1 {
    font-size: 39px;
    color: #fff;
    font-family: 'azo_sanslight';
    text-transform: uppercase;
    line-height: 51px;
}

.bd-con-detail h1 span {
    font-size: 49px;
    color: #fff;
    font-family: 'azo_sansblack';
    display: block;
}

.bd-con-detail p {
    font-size: 15px;
    line-height: 21.95px;
    color: rgba(255, 255, 255, 0.64);
}

.ourteam-section {
    width: 100%;
    float: left;
    padding: 40px 0 42px 0;
    background: #fff;
}

.team-content {
    width: 100%;
    float: left;
    background: #662d91;
    padding: 36px 15px 23px 28px;
}

.team-title {
    width: 100%;
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 27px 0;
    margin-bottom: 2px;
}

.team-title h2 {
    font-size: 34.92px;
    color: #fff;
    line-height: 31.52px;
    margin: 0px;
    font-family: 'azo_sanslight';
}

.team-title h2 span {
    font-size: 21.94px;
    line-height: 25.84px;
    color: #fff;
    display: block;
    font-family: 'azo_sansbold';
}

.team-desc {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 25px;
}

.team-desc:after {
    content: '';
    width: 92px;
    height: 4px;
    background: #fff;
    float: left;
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.team-content p {
    color: #fff;
    line-height: 20.01px;
}

ul.team-socialicon {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 14px 0 18px 0;
}

ul.team-socialicon li {
    display: block;
    padding: 4px 0;
}

ul.team-socialicon li a {
    font-size: 12px;
    color: rgba(2555, 255, 255, 0.75);
    line-height: 18px;
    font-family: 'azo_sansregular';
    display: inline-block;
}

ul.team-socialicon li a:hover {
    color: #fff;
}

ul.team-socialicon li a em {
    width: 20px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    line-height: 18px;
    vertical-align: -2px;
    color: #fff;
}

.team-view {
    width: 100%;
    float: left;
}

.team_list {
    width: 100%;
    float: left;
    margin-bottom: 26px;
}

.team_list figure {
    width: 100%;
    float: left;
    position: relative;
}

.team_list figure img {
    width: 100%;
    max-width: 100%
}

.team_list figcaption {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.team_list figure h6 {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 10px 16px;
    line-height: 21px;
    background: rgba(1, 200, 230, 0.81);
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: 'azo_sansblack';
}

.team_list figure h6 a {
    color: #1f1d1d;
}

.team-content .tabs-content {
    background: transparent;
    border: 0px;
}

.team-content .tabs-panel {
    padding: 0px;
}

ul.team_list {
    margin: 0 auto;
    border: 0px;
}

ul.team_list li.tabs-title {
    width: 33.33333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 28px;
}

ul.team_list li.tabs-title a {
    padding: 0px;
    display: block;
    background: transparent;
    border: none;
}

ul.team_list li:nth-child(n+4) {
    margin-bottom: 0px;
}


/* =====//   Pricing Table 	 \\===== */

.price-wrapper {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
}

.price-content {
    background: url(../img/signup-bg.jpg) no-repeat top center;
    height: 385px;
    width: 100%;
    position: absolute;
    top: 0px;
    float: left;
}

.price-table {
    width: 100%;
    float: left;
    padding: 44px 0;
    position: relative;
    z-index: 2;
}

.pricing-grids {
    width: 100%;
    float: left;
    padding-right: 30px;
}

.pricing-header,
.pricing-title {
    background: #bebcbc;
}

.pricing-header {
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;
}

.pricing-header h4,
.pricing-title h4 {
    font-family: 'azo_sansbold';
    margin: 0px;
    line-height: 30px;
    color: #fff;
}

.pricing-header h4 a {
    color: #fff;
}

.pricing-value {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #484747;
    font-family: 'azo_sansbold';
    padding: 8px 10px;
    line-height: 48px;
    background: #eaeaea;
    text-align: center;
}

.pricing-title {
    width: 100%;
    float: left;
    height: 150px;
    padding: 43px 30px 20px 30px;
    position: relative;
}

.pricing-title h4 {
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 2px;
}

.pricing-title span {
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    font-family: 'azo_sansbold';
    display: block;
}

.pricing-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -25px;
    border-top: 75px solid transparent;
    border-left: 26px solid #bebcbc;
    border-bottom: 75px solid transparent;
}

.pricing-body {
    width: 100%;
    float: left;
    padding: 21px 32px;
    background: #eaeaea;
}

.pricing-body h5 {
    font-size: 17px;
    color: #3f3f3f;
    line-height: 21px;
    font-family: 'azo_sansregular';
    margin-bottom: 12px;
}

ul.pricing-features {
    width: 100%;
    float: left;
    margin: 0px;
}

ul.pricing-features li {
    display: block;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20.35px;
    color: #3f3f3f;
    text-overflow: ellipsis;
    position: relative;
}

ul.pricing-features li strong {
    font-family: 'azo_sansbold';
    color: #3f3f3f;
    margin: 0px;
}

ul.pricing-features li em {
    font-size: 33px;
    color: #3f3f3f;
    position: absolute;
    left: -16px;
    font-family: 'azo_sansblack';
    font-style: normal;
    top: 10px;
    line-height: 33px;
}

.second-plan .pricing-header,
.second-plan .pricing-title {
    background: #e37600;
}

.second-plan .pricing-title:after {
    border-left-color: #e37600
}

.second-plan .pricing-value,
.second-plan ul.pricing-features li em {
    color: #e37600;
}

.third-plan .pricing-header,
.third-plan .pricing-title {
    background: #662d91;
}

.third-plan .pricing-title:after {
    border-left-color: #662d91;
}

.third-plan .pricing-value,
.third-plan ul.pricing-features li em {
    color: #662d91;
}


/* =====//		Testimonial		 \\===== */

.testimonial-body {
    width: 100%;
    float: right;
    max-width: 450px;
    padding: 30px 32px 0 0;
}

.testimonial-body h3 {
    font-size: 26px;
    color: rgba(19, 19, 19, 0.64);
    line-height: 33.67px;
    margin-bottom: 22px;
}

.testimonial-body p {
    font-size: 20px;
    color: rgba(19, 19, 19, 0.64);
    font-family: 'azo_sansregular';
    line-height: 29.95px;
}

.testimonial-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    width: auto;
    margin: 0;
    left: 30px;
}

.testimonial-slider .slick-dots li button {
    background: #662d91;
    height: 15px;
    width: 15px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #662d91;
}

.testimonial-slider .slick-dots li.slick-active button {
    background: #fff;
}

.testimonial-view {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 46px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
}

.testimonial-list {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.testimonial-list figure {
    width: 100%;
    float: left;
    padding-left: 18px;
    position: relative;
}

.testimonial-list figure img {
    width: 100%;
    border: 1px solid #cccccc;
}

.testimonial-list figure h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'azo_sansbold';
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    background: #662d91;
    padding: 11px 25px;
}

.testimonial-desc {
    width: 100%;
    float: left;
    position: relative;
    padding: 38px 0px 0 38px
}

.testimonial-desc:before {
    content: '“';
    display: inline-block;
    font-size: 58px;
    color: rgba(29, 29, 29, 0.64);
    font-family: 'azo_sansregular';
    position: absolute;
    top: 32px;
    left: 0px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.testimonial-desc p {
    font-size: 17px;
    color: rgba(29, 29, 29, 0.64);
    line-height: 29.95px;
    font-family: 'azo_sansregular';
    margin-bottom: 14px;
}

.testimonial-desc span {
    font-size: 18px;
    color: rgba(29, 29, 29, 0.64);
    font-family: 'azo_sansregular';
    display: block;
}


/* =====//		Project Planning Process		 \\===== */

.process_wrapper {
    width: 100%;
    float: left;
    padding-top: 69px;
    background: #fff;
}

.process_wrapper .hb-title span {
    display: block;
    font-size: 35px;
}

.process_wrapper p.lead {
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-family: 'azo_sanslight';
    max-width: 765px;
    text-align: center;
    margin: 0 auto;
}

.process_control {
    width: 100%;
    float: left;
}

.process_control h2 {
    font-size: 42px;
    color: #101010;
}

ul.process-view {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 60px 0 0px 0;
}

ul.process-view li {
    width: auto;
    display: block;
    margin: 0px;
    position: relative;
}

ul.process-view li figure {
    position: absolute;
    height: 100%
}

ul.process-view li .border-line {
    border-style: solid;
    border-color: #a09f9f;
}

ul.process-view li h5 {
    font-size: 22px;
    color: #101010;
    margin-bottom: 6px;
    font-family: 'azo_sansbold';
}

ul.process-view li p {
    font-size: 13px;
    color: rgba(91, 91, 91, 0.64);
    line-height: 19.01px;
    margin-bottom: 0px;
    font-family: 'azo_sansregular';
}

.process-one {
    width: 60%;
    float: left;
    position: relative;
    padding: 65px 0 0 123px;
}

.process-one figure {
    top: 0px;
    left: 0px;
}

.process-one p {
    max-width: 355px;
}

.start-border,
.finish-border {
    width: 82px;
    height: 82px;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    left: -17px;
    top: -17px;
    border-radius: 50%;
}

.start-border {
    border-color: #01adc7;
}

.finish-border {
    border-color: #a09f9f;
}

.pro_line {
    width: 100%;
    float: left;
    position: relative;
}

.ellipse_shape {
    width: 60px;
    height: 60px;
    border: 6px solid #a09f9f;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

.ellipse_shape span {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
}

.ellipse_shape:after {
    content: '';
    width: 6px;
    height: 74px;
    position: absolute;
    left: 21px;
    background: #a09f9f;
    bottom: 53px;
}

.ellipse_shape:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    background: #ccc;
    top: -98px;
    border-radius: 50%;
}

.process-one .ellipse_shape {
    bottom: -77px;
    left: 20px;
    border-color: #01adc7;
}

.process-one .ellipse_shape span,
.process-one .ellipse_shape:before,
.process-two .ellipse_shape span,
.process-two .ellipse_shape:before {
    background: #8ce6f4;
}

.process-one:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -54px;
    left: 46px;
    background: #662d91;
    z-index: 1;
}

.process-one .ellipse_shape:after,
.process-two .ellipse_shape:after {
    background: #662d91
}

.process-two {
    width: 40%;
    float: left;
    position: relative;
    padding: 65px 0 0 115px;
}

.process-two figure {
    top: 0px;
    left: 0px;
}

.process-two p {
    max-width: 275px;
}

.process-two .ellipse_shape {
    bottom: -57px;
    left: 0px;
    border-color: #662d91;
}

.process-three {
    width: 50%;
    float: left;
    position: absolute;
    padding: 65px 60px 12px 0px;
    left: -50px;
    bottom: 33px;
    max-width: 315px;
}

.process-three figure {
    top: 0px;
    right: 0px;
}

.process-three .ellipse_shape {
    bottom: -57px;
    right: -2px;
}

.process-four,
.process-five {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-four {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 85px;
    right: 25px;
    max-width: 500px;
    ;
    z-index: 1;
}

.process-four figure {
    top: 0px;
    left: 0px;
}

.process-four p {
    max-width: 250px;
}

.process-four .ellipse_shape {
    top: 50%;
    right: -49px;
    margin-top: -30px;
}

.process-four .ellipse_shape:after {
    width: 74px;
    height: 6px;
    left: inherit;
    right: 54px;
    top: 50%;
    margin-top: -3px;
}

.process-four .ellipse_shape:before {
    left: -99px;
    top: 14px;
}

.process-five {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 35px;
    left: 0px;
    max-width: 310px;
    z-index: 1;
}

.process-five figure {
    top: 0px;
    left: 0px;
}

.process-five .ellipse_shape {
    top: 50%;
    left: -177px;
    margin-top: -30px;
}

.process-five .ellipse_shape:after {
    width: 74px;
    height: 6px;
    left: 54px;
    top: 50%;
    margin-top: -3px;
}

.process-five .ellipse_shape:before {
    top: 50%;
    left: 127px;
    margin-top: -10px;
}

ul.process-view li.first_line .border-line {
    padding: 0px;
    border-width: 0px;
    min-height: 210px;
}

ul.process-view li.second_line {
    padding: 0px 150px 0 150px;
}

ul.process-view li.second_line .border-line {
    border-width: 10px 0px 10px 0;
    min-height: 335px;
    margin-top: -10px;
}

ul.process-view li.third_line {
    padding: 0 0 0 150px;
    top: -10px;
}

ul.process-view li.third_line .border-line {
    padding: 50px 0;
    border-width: 0;
    min-height: 265px;
    ;
    position: relative;
}

ul.process-view li.first_line:after {
    content: '';
    width: 125px;
    height: 10px;
    background: #a09f9f;
    position: absolute;
    left: 35px;
    bottom: 0px;
}

ul.process-view li.second_line:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 100%;
    border: 10px solid #a09f9f;
    border-left: 0px;
    border-radius: 0px 160px 160px 0px;
}

ul.process-view li.third_line:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    height: 50%;
    border: 10px solid #a09f9f;
    border-right: 0px;
    border-radius: 160px 0px 0px 0px;
    border-bottom: 0px;
}

.planning-build {
    width: 100%;
    float: left;
    background: url(../img/planning-bg.jpg) no-repeat top center;
    position: relative;
    overflow: hidden;
}

.planning-layer {
    width: 42.5%;
    float: left;
    min-height: 485px;
    background: rgba(55, 55, 55, 0.92);
    position: relative;
}

.planning-layer:after {
    content: '';
    border-top: 485px solid rgba(55, 55, 55, 0.92);
    border-right: 149px solid transparent;
    position: absolute;
    right: -149px;
    top: 0px;
}

.planning-layer:before,
.planning-line {
    background: #662d91;
    position: absolute;
    z-index: 1;
    right: -82px;
    float: left;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

.planning-layer:before {
    content: '';
    height: 509px;
    width: 8px;
    top: -12px;
}

.planning-line {
    height: 215px;
    width: 16px;
    top: 138px;
    right: -105px;
}

.planning-detail {
    width: 100%;
    float: right;
    max-width: 552px;
    padding: 20px 15px;
    left: inherit;
    right: 0px;
}

.planning-detail h2 {
    font-size: 33.32px;
    color: #fff;
    font-family: 'azo_sanslight';
    text-transform: uppercase;
    line-height: 44px;
}

.planning-detail h2 span {
    font-size: 41.87px;
    color: #662d91;
    font-family: 'azo_sansblack';
    display: block;
}

.planning-detail p {
    color: #fff;
    font-size: 15px;
    font-family: 'azo_sanslight';
    line-height: 21.03px;
}

.start-plannnig {
    width: 100%;
    float: left;
    background: #e6e6e6;
    position: relative;
}

.bg-sph {
    width: 100%;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.24;
}

.start-plan-content {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 604px;
    position: relative;
    z-index: 2;
    padding-top: 46px;
}

.start-plan-content h2 {
    font-size: 33.32px;
    color: #282828;
    font-family: 'azo_sanslight';
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 16px;
}

.start-plan-content h2 span {
    font-size: 41.87px;
    color: #662d91;
    font-family: 'azo_sansblack';
    display: block;
}

.start-plan-content p {
    font-size: 15px;
    color: #242424;
    line-height: 21.03px;
    margin-bottom: 22px;
}

.start-plan-content .button {
    margin-bottom: 30px;
}


/* =====//		Request for Consultation		 \\===== */

.consultation-form {
    width: 100%;
    float: left;
    text-align: center;
}

.consultation-form p {
    color: #4d4b4b;
    margin: 0 auto;
    display: block;
    max-width: 850px;
    text-align: center;
}

.form_box {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 28px 36px;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 52px;
}

.form_box form {
    width: 100%;
    display: block;
    text-align: left;
}

.form_box h6 {
    font-size: 17px;
    color: #662d91;
    font-family: 'azo_sansblack';
    margin-bottom: 17px;
}

.form_box form .text_field {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #4d4b4b;
    font-family: 'azo_sanslight';
    margin-bottom: 18px;
    border: 1px solid #ccc;
    height: 46px;
    padding: 10px 22px;
}

.form_box form .select_field {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #4d4b4b;
    font-family: 'azo_sanslight';
    margin-bottom: 18px;
    border: 1px solid #ccc;
    height: 46px;
    padding: 0px 0px 0px 22px;
    background-image: url(../img/select_arrow.png);
    background-position: right top;
    background-size: 46px;
}

.form_box form textarea.text_field {
    height: 165px;
}

.form_box form input[type="submit"] {
    font-size: 27.44px;
    font-family: 'azo_sansbold';
    padding: 18px 20px;
    line-height: 23px;
    width: 242px;
}


/* =====//		Who We Work With		 \\===== */

.company-work {
    width: 100%;
    float: left;
    padding: 69px 0;
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #fcfcfc 20%, #fafafa 20%, #fafafa 27%, #f8f8f8 28%, #f8f8f8 33%, #f6f6f6 33%, #f6f6f6 39%, #f4f4f4 39%, #f4f4f4 45%, #f2f2f2 45%, #f2f2f2 52%, #f0f0f0 52%, #ececec 69%, #eaeaea 70%, #e4e4e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #fcfcfc 20%, #fafafa 20%, #fafafa 27%, #f8f8f8 28%, #f8f8f8 33%, #f6f6f6 33%, #f6f6f6 39%, #f4f4f4 39%, #f4f4f4 45%, #f2f2f2 45%, #f2f2f2 52%, #f0f0f0 52%, #ececec 69%, #eaeaea 70%, #e4e4e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #fcfcfc 20%, #fafafa 20%, #fafafa 27%, #f8f8f8 28%, #f8f8f8 33%, #f6f6f6 33%, #f6f6f6 39%, #f4f4f4 39%, #f4f4f4 45%, #f2f2f2 45%, #f2f2f2 52%, #f0f0f0 52%, #ececec 69%, #eaeaea 70%, #e4e4e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e4e4e4', GradientType=0);
    /* IE6-9 */
}

.company-work h2.hb-title {
    text-transform: inherit;
    text-align: center;
    font-family: 'azo_sansregular';
    margin-bottom: 15px;
}

.company-work p {
    font-size: 19px;
    color: #7d7c7c;
    line-height: 31.05px;
    text-align: center;
    font-family: 'azo_sansregular';
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 975px;
    margin-bottom: 14px;
}

.companies-logo {
    width: 100%;
    float: left;
}

.companies-logo ul {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 0px;
}

.companies-logo ul li {
    width: 20%;
    float: left;
    padding: 15px;
    text-align: center;
}

.vprojects-list {
    width: 100%;
    float: left;
}

.vprojects-list figure {
    width: 100%;
    float: left;
    padding: 4px 2px 0px 2px;
    margin: 0px;
}

.vprojects-list figure img {
    width: auto;
    max-width: 100%;
    display: block;
}

.vprojects-list .pull-left:nth-child(-n+2) figure {
    padding-top: 0px;
}

.vprojects-list .pull-left:nth-child(2n+1) figure {
    padding-left: 0px;
}

.vprojects-list .pull-left:nth-child(2n+2) figure {
    padding-right: 0px;
}

.company-projects>.pull-left {
    position: relative;
}

.company-projects {
    background: #fff;
    width: 100%;
    float: left;
}

.vprojects-detail {
    width: 100%;
    float: right;
    max-width: 620px;
    left: inherit;
    right: 50px;
    padding: 25px 15px;
}

.vprojects-logo {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.vprojects-detail p {
    font-size: 19px;
    line-height: 31.3px;
    color: #7d7c7c;
}

.vprojects-slid {
    width: 100%;
    float: left;
    min-height: 350px;
}

.slick-slide .vprojects-slid img {
    display: inline-block;
}


/* =====//		Blog		 \\===== */

.content-area {
    width: 100%;
    float: left;
}

.content_title {
    width: 100%;
    float: left;
    border-bottom: 2px solid #662d91;
}

.content_title h2 {
    font-size: 31.34px;
    color: #575555;
    font-family: 'azo_sansregular';
    letter-spacing: 0px;
}

.content_title h2 span {
    color: #662d91;
    font-family: 'azo_sansbold';
}

.blog_view {
    width: 100%;
    float: left;
    padding: 35px 0px 0px 0px;
}

.blog-list {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 45px;
}

.blog-list figure {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.blog-list figure figcaption {
    width: 100%;
    float: left;
    background: rgba(102, 45, 145, 1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 13px 35px;
    border-radius: 0px 0px 4px 4px;
}

.blog-list h2 {
    color: #fff;
    font-family: 'azo_sansregular';
    margin-bottom: 0px;
}

.blog-list h2 a {
    color: #fff;
}

.blog-list h2 span {
    color: #fff;
    font-family: 'azo_sansbold';
}

.blog-list-detail {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.blog-list-detail figure {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.blog-list-detail figure figcaption {
    width: 100%;
    float: left;
    background: rgba(102, 45, 145, 1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 13px 35px;
    border-radius: 0px 0px 4px 4px;
}

.blog-list-detail h2 {
    color: #fff;
    font-family: 'azo_sansregular';
    margin-bottom: 0px;
}

.blog-list-detail h2 a {
    color: #fff;
}

.blog-list-detail h2 span {
    color: #fff;
    font-family: 'azo_sansbold';
}

ul.blog_tag {
    width: 100%;
    float: left;
    margin: 8px 0px 4px 0px;
}

ul.blog_tag li {
    display: inline-block;
    margin: 0px;
    font-size: 12.14px;
    color: #fff;
    font-family: 'azo_sansbold';
    line-height: 15px;
    margin-right: 24px;
}

ul.blog_tag li .fa-calendar-alt, ul.blog_tag li .fa-calendar {
  margin-right: 7px;
}

ul.blog_tag li em {
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
    vertical-align: -1px;
}

ul.blog_tag li a {
    color: #fff;
}

ul.blog_tag li span {
    position: relative;
    display: inline-block;
    color: #fff;
}

ul.blog_tag li span:before {
    content: ',';
    margin: 0 4px;
}

ul.blog_tag li span:nth-child(2):before {
    display: none;
}

.blog-list figure img {
    width: 100%;
}

.blog-list-details figure img {
    width: 100%;
}

.comment-post form input[type="submit"] {
    margin-top: 20px;
}

.blog-desc {
    width: 100%;
    float: left;
    padding: 25px 5px 0 5px;
}

.blog-list p {
    font-size: 14.17px;
    color: #363636;
    line-height: 21.25px;
    font-family: 'azo_sansregular';
}

.blog-list a.button {
    font-size: 14.45px;
    line-height: 25px;
    margin: 18px 0 0 0;
    border-radius: 4px;
    padding: 7px 35px 7px 40px;
}

.blog-list a.button img {
    display: inline-block;
    vertical-align: -2px;
    width: auto;
    margin-left: 12px;
}

.blog-list ul.inner-ul {
    padding: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    border-radius: 15px;
    max-width: 400px;
}

.blog-list-detail p {
    font-size: 14.17px;
    color: #363636;
    line-height: 21.25px;
    font-family: 'azo_sansregular';
}

.blog-list-detail a.button {
    font-size: 14.45px;
    line-height: 25px;
    margin: 18px 0 0 0;
    border-radius: 4px;
    padding: 7px 35px 7px 40px;
}

.blog-list-detail a.button img {
    display: inline-block;
    vertical-align: -2px;
    width: auto;
    margin-left: 12px;
}

.blog-list-detail ul.inner-ul {
    padding: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    border-radius: 15px;
    max-width: 400px;
}

.side_panel {
    width: 100%;
    float: right;
    max-width: 320px;
}

.sidepanel-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.sidepanel-box h5 {
    font-size: 20.73px;
    font-family: 'azo_sansregular';
    color: #fff;
    margin: 0px;
    background: #662d91;
    padding: 14px 15px;
    text-align: center;
    line-height: 25px;
}

.sidepanel-box #searchForm {
    padding-top: 10px;
}

.sidebar_menu {
    width: 100%;
    float: left;
}

.sidebar_menu ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0;
}

.sidebar_menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 5px 12px 5px 30px;
}

.sidebar_menu ul li a {
    font-size: 17.43px;
    color: #626263;
    line-height: 19.63px;
    font-family: 'azo_sansregular';
    padding: 5px 0;
    display: block;
    text-align: left;
}

.sidebar_menu ul li:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 18px;
    line-height: 20px;
}

.sidebar_menu ul li:hover a {
    color: #019ab1;
}

.sidebar_menu.faq_nav li {
    border: none;
}

.sidebar_menu.faq_nav li a {
    font-family: 'azo_sansmedium';
    color: #662d91;
}

.sidebar_menu.faq_nav li:hover a {
    color: #626263;
}

.faq_nav {
    border-bottom: 2px solid #e5e5e5;
}

.newsletter-form {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 17px 16px;
    text-align: center;
}

.newsletter-form p {
    font-size: 12px;
    color: #363636;
    line-height: 17px;
    margin-bottom: 22px;
    text-align: left
}

.newsletter-form input[type=text] {
    border-radius: 4px;
    margin-bottom: 20px;
}

.newsletter-form .button {
    font-size: 20.1px;
    font-family: 'azo_sansmedium';
    border-radius: 4px;
    padding: 8px 20px;
    margin: 8px 0 10px 0
}

.comment-post {
    width: 100%;
    float: left;
}

.comment-post h3,
.comment_listview h3 {
    font-family: 'azo_sansregular';
    color: #3e3939;
}

.comment-post label {
    margin-bottom: 6px;
}

.comment-post input[type=text] {
    margin-bottom: 20px;
}

.comment-post textarea {
    height: 145px;
    margin-bottom: 30px;
}

.comment_listview {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    border-bottom: 2px solid #d5d5d5;
}

.comment_listview ul {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 25px;
    margin: 0px;
}

.comment_listview ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
}

.comment-item {
    width: 100%;
    height: auto;
    float: left;
}

.comment-image {
    width: 75px;
    height: 75px;
    float: left;
}

.comment-image figure {
    padding: 0px;
    width: auto;
    display: inline-block;
}

.comment-image figure img {
    width: 100%;
    display: inline-block;
}

.comment_listview .comment-list {
    width: auto;
    height: auto;
    padding: 0 0 0 90px;
    border: none;
    background: none;
    margin: 0px;
    float: none;
}

.comment-content {
    width: 100%;
    float: left;
    border-left: 2px solid #666;
    padding-left: 15px;
}

.comment_listview .comment-title {
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0 4px 0;
    margin: 0 0 12px 0;
}

.comment_listview .comment-title li {
    width: auto;
    float: left;
    padding: 0px !important;
    margin: 0px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #3e3939;
    font-family: 'azo_sansregular';
}

.comment-title li em {
    margin-right: 8px;
    color: #2e3234;
    vertical-align: 0px;
}

.comment-content p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 21.03px;
}

.comment-post,
.comment-post form {
    width: 100%;
    float: left;
}

.comment-post .item {
    width: 100%;
    float: left;
    padding: 0px !important;
    margin-bottom: 18px;
}

.comment-post .item input[type="text"] {
    margin-bottom: 0px;
    max-width: 375px;
}

.comment-post .item textarea {
    min-height: 125px
}


/* =====//		Contact Us		 \\===== */

.contact-map {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    background: #662d91;
}

#googleMap {
    height: 100%;
    width: 100%;
    float: left;
}

.contact-form-content {
    width: 100%;
    float: left;
    padding: 65px 0;
}

.contact-form-content h3 {
    font-family: 'azo_sansregular';
    font-size: 41.72px;
    text-transform: capitalize;
    color: #464646;
}

.contact-form-content h3 span {
    color: #662d91;
    display: inline-block;
    font-family: 'azo_sansbold';
}

.contact-form-content label {
    text-transform: capitalize;
}

.contact-form-content .button {
    font-family: 'azo_sansbold';
    padding: 13px 20px;
    font-size: 22.08px;
    width: 180px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.contact-form-content form {
    width: 100%;
    float: left;
    max-width: 450px;
}

.get-in-touch .heading {
    background: #2b2a2a;
    text-align: center;
    padding: 35px 0;
    margin: 0;
    color: #fff;
}

.get-in-touch-content {
    background: #444;
    padding: 28px 30px 60px;
}

.get-in-touch-content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 33px;
}

.get-in-touch-content ul li {
    display: inline-block;
    float: left;
}

.contentinfo h6 {
    font-size: 20px;
    color: #fff;
    font-family: 'azo_sansregular';
    margin-bottom: 10px;
}

.contentinfo h6 img {
    margin-right: 4px;
    vertical-align: -5px;
}

.contentinfo p,
.contentinfo p a {
    font-size: 14px;
    font-family: 'azo_sanslight';
    color: #fff;
    margin-bottom: 16px;
}

.contentinfo p.address {
    max-width: 150px;
}

.contentinfo p.lead,
.contentinfo p.lead a {
    font-size: 17px;
}

.contentinfo .columns {
    margin-bottom: 17px;
}


/* =====//		Gallery		 \\===== */

.gallery-wrapper {
    width: 100%;
    float: left;
    max-height: 947px;
    overflow: hidden;
    position: relative;
}

.gallery-for {
    width: 100%;
    float: left;
}

.gallery-for li img.blur-img {
    filter: blur(10px) brightness(0.85);
    -webkit-filter: blur(10px) brightness(0.85);
    -moz-filter: blur(10px) brightness(0.85);
    -o-filter: blur(10px) brightness(0.85);
    -ms-filter: blur(10px) brightness(0.85);
}

.gallery-thumbnail {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 999;
    bottom: 2px;
    left: 0px;
}

.gallery-row {
    margin-left: -8px;
    margin-right: -8px;
}

.gallery-nav {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.gallery-nav li {
    padding: 0 8px;
    cursor: pointer;
}

.gallery-nav li figure {
    width: 100%;
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.44);
    max-height: 135px;
    overflow: hidden;
}

.gallery-nav li.slick-current figure {
    border-color: #662d91;
}

.gallery-caption {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.gallery-title.projects-title p {
    margin-bottom: 18px;
}

.gallery-title.projects-title p.hideshow {
    text-align: center;
    position: absolute;
    bottom: -65px;
    z-index: 1;
    left: 42%;
}

.gallery-title.projects-title p.hideshow a,
.gallery-title.projects-title p.hideshow a:visited {
    color: #662d91;
}

.gallery-title.projects-title p.hideshow a:hover {
    color: #fff;
}

.projects-title:after {
    content: '';
    width: 100%;
    height: 90px;
    border-left: 397px solid transparent;
    border-right: 397px solid transparent;
    border-top: 90px solid rgba(17, 17, 17, 0.92);
    position: absolute;
    bottom: -90px;
    left: 0px;
}

.gallery-content {
    width: 100%;
    float: left;
    position: absolute;
    top: 326px;
}

.gallery-content .tabs-content {
    border: 0px;
    width: 100%;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.gallery-content .tab-content {
    padding: 0px;
    display: block;
    position: absolute;
    top: 35px;
    left: 0px;
}

.gallery-box {
    max-width: 515px;
}

.gallery-after,
.gallery-before {
    width: 100%;
    float: left;
    margin: 0 10px;
    position: relative;
}

.gallery-after {
    background: #1a1a1a;
}

.gallery-before {
    background: #1a1a1a;
}

.gallery-after img {
    opacity: 0.4;
}

.gallery-before img {
    opacity: 0.4;
}

.tab-content.active .gallery-after img,
.tab-content.active .gallery-before img {
    opacity: 1;
}

.gtab-title {
    width: auto;
    float: left;
    position: absolute;
    top: 32px;
    z-index: 1;
    left: -10px;
}

.gtab-title h3 {
    width: 180px;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: 'azo_sansblack';
    line-height: 30px;
    background: #662d91;
    position: relative;
    padding: 12px 20px;
    margin-bottom: 0px;
}

.gtab-title h3:after {
    content: '';
    width: 20px;
    height: 41px;
    border-bottom: 54px solid #662d91;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0px;
}

.gallery-content .tab-content.active {
    z-index: 2;
    top: 0px;
    left: inherit;
    right: 0px
}

.gallery-content .tab-content.active .gallery-box {
    max-width: 625px;
}

.gallery_tabs {
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 0px;
}

.gallery_tabs li {
    width: 170px;
    margin: 0 6px;
    float: left;
    cursor: pointer;
}

.gallery_tabs li {
    font-size: 15px;
    font-family: 'azo_sansmedium';
    padding: 12px 20px;
    line-height: 22px;
    background: #662d91;
    color: #fff;
    border: 1px solid #662d91;
}

.gallery_tabs li.active {
    border-color: #fff;
    background: #201e1c;
}

.gallery-wrapper .desktop-img {
    display: block;
}

.gallery-wrapper .ipad-img {
    display: none;
}


/* =====//		tabs		 \\===== */

.tabs {
    background: none;
    border: none;
}

.tabs li.tabs-title {}

.tabs li.tabs-title a {
    font-size: 15px;
    font-family: 'azo_sansmedium';
    padding: 12px 20px;
    line-height: 22px;
    background: #662d91;
    color: #fff;
    border: 1px solid #662d91;
}

.tabs li.tabs-title.is-active a {
    border-color: #fff;
    background: #201e1c;
}

.faq-question {
    width: 100%;
    float: left;
}


/* =================================
=====//		Media Qurey		 \\=====
==================================*/

@media (max-width:1280px) {
    .award-caption h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .award-caption h4 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 22px;
    }
    .projects-award {
        width: 300px;
        height: 300px;
    }
    .award-caption figure img {
        width: 35px;
    }
    .album-nav {
        max-width: 520px;
        margin-top: 20px;
    }
    .vprojects-logo {
        margin-bottom: 26px;
    }
    .gallery-content .tabs-content {
        max-width: 785px;
    }
    .gallery-box {
        max-width: 400px;
    }
    .gallery-content .tab-≤content.active .gallery-box {
        max-width: 500px;
    }
    .projects-title .hb-title span {
        display: inline-block;
        font-size: 28px;
        margin: 0px;
    }
}

@media (max-width:1199px) {
    .site-intro {
        width: 360px;
        height: 130px;
    }
    .home-caption h1,
    h1.banner-title {
        font-size: 35px;
        line-height: 40px;
    }
    .home-caption h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .service_list figure h6 {
        font-size: 13px;
    }
    .banner-title span {
        margin-top: 0px;
    }
    .banner-block {
        padding: 52px 45px 40px 45px;
    }
    .banner-caption {
        width: 360px;
    }
    .process_control {
        padding: 0 35px;
    }
    .process-three {
        left: 0px;
    }
    .start-plan-content img {
        max-width: 350px;
    }
    .vprojects-slid {
        min-height: inherit;
        padding-bottom: 20px;
    }
    .vprojects-detail {
        right: 0px;
    }
    .vprojects-detail p {
        font-size: 16px;
        line-height: 23px;
    }
    .blog-list figure figcaption {
        padding: 13px 20px;
    }
    .projects-title:after {
        border-top-width: 45px;
    }
    .gallery-content {
        top: 235px;
    }
    .gallery-title.projects-title p.hideshow {
        bottom: -50px;
        left: 42%;
    }
}

@media (max-width:1024px) {
    .rwprogramandaboutus {
        padding-top: 0px;
    }
    .white-wrapper {
        padding: 55px 0;
    }
    h1.hb-title {
        font-size: 42px;
    }
    h2.hb-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    h3.hb-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .service-tabs,
    .team-view {
        padding-top: 30px;
    }
    .service-content .tabs-content {
        max-width: 100%;
    }
    .rw-testimonials-detail h1,
    .start-plan-content h2,
    .bd-con-detail h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .rw-testimonials-detail h1 span,
    .start-plan-content h2 span,
    .bd-con-detail h1 span {
        font-size: 36px;
        line-height: 38px;
    }
    .rw-testimonials-layer {
        min-height: 1720px;
    }
    .rw-testimonials-line {
        height: 415px;
        top: 50px;
        left: -104px;
    }
    .pricing-grids {
        margin-bottom: 20px;
    }
    .testimonial-body h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .companies-logo ul li {
        width: 25%;
    }
    .gallery-content .tabs-content {
        max-width: 725px;
    }
    .gallery-box {
        max-width: 350px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 450px;
    }
}

@media (max-width:991px) {
    .responsiveGallery-container {
        height: inherit;
        padding-bottom: 38px;
    }
    .testi_block h3,
    .blog-list h2 {
        font-size: 24px;
    }
    .testi_block span {
        font-size: 18px;
    }
    .projects-title {
        max-width: 738px;
        padding-top: 15px;
        margin-bottom: 60px;
    }
    .projects-title:after {
        height: 45px;
        border-top-width: 45px;
        border-right-width: 369px;
        border-left-width: 369px;
        position: absolute;
        bottom: -45px;
        left: 0px;
    }
    .projects-title h4.hb-title,
    .start-plan-content h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .projects-title .hb-title span,
    .start-plan-content h2 span {
        font-size: 28px;
    }
    .ourclient-section {
        padding: 5px 0;
    }
    .signup-rectangle {
        max-width: 738px;
    }
    .signup-rectangle:after {
        height: 55px;
        border-right-width: 369px;
        border-left-width: 369px;
        border-bottom-width: 55px;
        top: -55px;
    }
    .signup-emailicon {
        top: -92px;
    }
    .signup-emailicon img {
        max-width: 75px;
    }
    ul.footer-social li {
        margin: 0 8px;
    }
    ul.footer-social li a {
        font-size: 20px;
        line-height: 34px;
    }
    .copyright {
        padding: 16px 0
    }
    .copyright p {
        font-size: 16px;
    }
    .banner {
        max-height: 280px;
    }
    ul.process-view {
        max-width: 700px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .process-four .ellipse_shape:after {
        right: 48px;
        width: 40px;
    }
    .process-four .ellipse_shape:before {
        left: -59px;
    }
    .process-two {
        padding-left: 60px;
    }
    ul.process-view li.first_line .border-line {
        min-height: 229px;
    }
    .process-four {
        padding: 0px 40px 0px 80px;
    }
    .process-three {
        max-width: 285px;
        padding: 55px 60px 12px 0px;
    }
    .planning-detail h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .planning-detail h2 span {
        font-size: 34px;
    }
    ul.blog_tag li {
        margin-right: 16px;
    }
    .gallery-wrapper .desktop-img {
        display: none;
    }
    .gallery-wrapper .ipad-img {
        display: block;
    }
}

@media (max-width:867px) {
    .testi_block {
        text-align: center;
    }
    .testi_block figure {
        float: none;
        display: inline-block;
    }
    .testi_name {
        width: 100%;
    }
    .projects-award {
        width: 235px;
        height: 235px;
        border-width: 10px;
    }
    .planning-layer {
        width: 50%;
    }
    .bd-con-layer {
        min-height: 520px;
    }
    .bd-line {
        height: 320px;
        top: 90px;
        left: -100px;
    }
    .get-in-touch-content {
        padding: 28px 16px;
    }
    .sidebar_menu ul li a {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    header {
        padding: 15px 5px;
    }
    .site-intro {
        width: 310px;
        height: 130px;
        border-width: 10px;
    }
    .home-caption h1,
    h1.banner-title {
        font-size: 26px;
        line-height: 30px;
    }
    .home-caption h2 {
        font-size: 16px;
        line-height: 21px;
    }
    .nav-icon {
        width: 34px;
    }
    .nav-icon span {
        width: 100%
    }
    ul.utility_menu li a {
        font-size: 14px;
        font-family: 'azo_sansmedium';
    }
    ul.utility_menu li:before {
        font-size: 12px;
        margin: 0 2px;
    }
    .logo {
        margin-left: 18px;
    }
    .rw-testimonials-layer {
        width: 340px;
    }
    .projects-title {
        max-width: 610px;
    }
    .projects-title:after {
        height: 45px;
        border-top-width: 45px;
        border-right-width: 305px;
        border-left-width: 305px;
    }
    .projects-award {
        width: 300px;
        height: 145px;
        border-width: 10px;
        border-radius: 43px;
    }
    .award-intro {
        border-radius: 33px;
    }
    .projects-title p {
        font-size: 12px;
        line-height: 14px;
    }
    h1.hb-title {
        font-size: 36px;
    }
    h2.hb-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    h3.hb-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .white-wrapper {
        padding: 35px 0 15px 0;
    }
    .signup-rectangle {
        max-width: 610px;
        padding-bottom: 15px;
    }
    .signup-rectangle:after {
        border-right-width: 305px;
        border-left-width: 305px
    }
    .signup-rectangle h5 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .signup-rectangle h5 span {
        font-size: 18px;
    }
    .signup-rectangle .button,
    .start-plan-content .button {
        font-size: 16px;
        padding: 6px 20px
    }
    .process_control {
        padding: 0px;
    }
    ul.process-view,
    ul.process-view li,
    ul.process-view li.first_line .border-line {
        width: 100%;
        float: left;
        max-width: 100%;
    }
    .process_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.process-view li {
        border-left: 6px solid #a09f9f;
        padding-left: 85px !important;
        padding-right: 0px !important;
    }
    ul.process-view li.second_line:after,
    ul.process-view li.third_line:after,
    ul.process-view li.first_line:after {
        display: none;
    }
    ul.process-view li.third_line .border-line,
    ul.process-view li.second_line .border-line {
        border-width: 0px;
    }
    .pro_line:before {
        display: none;
    }
    .process-one,
    .process_wrapper,
    .process-two,
    .process-three,
    .process-four,
    .process-five {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .process-one,
    .process-two,
    .process-three,
    .process-four,
    .process-five {
        width: 100%;
    }
    .process-one p,
    ul.process-view li p {
        max-width: 100%;
    }
    .ellipse_shape,
    .process-one .ellipse_shape,
    .process-two .ellipse_shape,
    .process-four .ellipse_shape,
    .process-five .ellipse_shape {
        width: 40px;
        height: 40px;
        border-width: 4px;
        left: -108px;
        bottom: 0px;
        top: 9px;
        right: inherit;
        margin-top: 0px;
    }
    .start-border,
    .finish-border {
        width: 60px;
        height: 60px;
        left: -14px;
        top: -14px;
    }
    .ellipse_shape span {
        width: 16px;
        height: 16px;
        left: 8px;
        top: 8px;
    }
    .ellipse_shape:after,
    .process-four .ellipse_shape:after,
    .process-five .ellipse_shape:after {
        width: 35px;
        height: 4px;
        bottom: 14px;
        left: 35px;
        top: initial;
        margin: 0px;
    }
    .ellipse_shape:before,
    .process-four .ellipse_shape:before,
    .process-four .ellipse_shape:before,
    .process-five .ellipse_shape:before {
        width: 16px;
        height: 16px;
        left: 70px;
        top: 8px;
        margin: 0px;
    }
    .process-three,
    .process-four,
    .process-five,
    .process-one,
    .process-two {
        padding-left: 85px;
    }
    .process-three,
    .process-four,
    .process-five {
        position: relative;
        max-width: 100%;
        padding-right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .process-three figure {
        top: 0px;
        left: 0px;
        right: inherit;
    }
    ul.process-view li.second_line {
        width: 100%;
        float: left;
    }
    ul.process-view li.first_line .border-line,
    ul.process-view li.second_line .border-line,
    ul.process-view li.third_line .border-line {
        min-height: inherit
    }
    .process-five figure img {
        max-width: 60px;
    }
    .process-one figure img {
        max-width: 75px;
    }
    .process-seven {
        padding: 0px 0 0 85px;
        ;
    }
    ul.process-view li.first_line .process-one:after {
        width: 6px;
        height: 100%;
        left: -91px;
        top: 9px;
    }
    ul.process-view {
        padding-bottom: 0px;
    }
    ul.process-view li.third_line .border-line {
        padding: 0px;
    }
    .planning-detail h2 {
        text-transform: capitalize;
    }
    ul.web-content:before,
    .web_list:after,
    .web_icon:after,
    ul.web-content:after {
        display: none;
    }
    .web_icon {
        margin-bottom: 26px;
    }
    .web_list {
        padding: 10px 0;
    }
    .web_icon,
    .web_desc {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    ul.web-content li:nth-child(even) .web_icon,
    ul.web-content li:nth-child(even) .web_desc {
        padding: 0 20px;
        text-align: center;
    }
    ul.web-content {
        padding-top: 0px;
    }
    .webvector-layer {
        margin-top: 15px;
    }
    .webvector-layer img {
        max-width: 385px;
    }
    .bd-con-layer {
        width: 60%;
    }
    .companies-logo ul li {
        width: 33.33333%;
    }
    .contact-form-content>.row .small-12.columns,
    .inner_container .left_panel,
    .inner_container .right_panel {
        width: 100%;
    }
    .right_panel .side_panel {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .blog-list {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .blog-list a.button {
        margin-top: 0px;
    }
    .gtab-title h3 {
        width: 135px;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .gtab-title h3:after {
        border-bottom-width: 40px;
        height: 40px;
    }
    .gallery-content .tabs-content {
        max-width: 610px;
    }
    .gallery-box {
        max-width: 300px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 400px;
    }
    .logo img {
        max-width: 215px;
    }
}

@media (max-width:639px) {
    header {
        background: rgba(190, 30, 45, 0.8)
    }
    .intro-slider,
    .banner {
        margin-top: 0px;
    }
    .intro-overlay {
        padding-top: 0px;
    }
    ul.utility_menu li a,
    ul.utility_menu li:before,
    .home-page ul.utility_menu li a,
    .home-page ul.utility_menu li:before {
        color: #fff;
    }
    .logo {
        padding-top: 6px
    }
    .logo img {
        max-width: 175px;
    }
    .sidebar ul.dropdown li a {
        padding: 6px 14px;
    }
    .sidebar-footer {
        padding: 24px 20px;
    }
    ul.utility_menu li.cart-icon a {
        font-size: 16px;
        padding: 7px 15px;
    }
    .service-view ul li.medium-4 {
        width: 33.33333%;
    }
    .service-view ul li.medium-6,
    ul.service_list li.tabs-title {
        width: 50%;
    }
    ul.service_list li:nth-child(4n) {
        margin-bottom: 30px;
    }
    .service-content {
        padding: 24px 0 16px 0;
    }
    .service-content h2 {
        font-size: 24px;
        line-height: 28px
    }
    .service-content span {
        font-size: 30px;
        line-height: 36px;
    }
    .projects-title {
        max-width: 540px;
        margin-bottom: 50px;
    }
    .projects-title:after {
        height: 35px;
        border-top-width: 35px;
        border-right-width: 270px;
        border-left-width: 270px;
        position: absolute;
        bottom: -35px;
        left: 0px;
    }
    .projects-title .hb-title span {
        font-size: 20px;
        display: inline-block;
    }
    ul.service_list li.tabs-title,
    ul.team_list li.tabs-title {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .testi_block {
        border: none;
    }
    .signup-rectangle {
        max-width: 540px;
    }
    .signup-rectangle:after {
        border-right-width: 270px;
        border-left-width: 270px
    }
    .ourclient-section:after {
        width: 540px;
        height: 55px;
        border-left-width: 270px;
        border-right-width: 270px;
        border-top-width: 55px;
        bottom: -55px;
        margin: 0 auto;
    }
    .signup-section {
        padding-top: 170px;
    }
    .planning-layer {
        width: 300px;
    }
    .testimonial-body {
        padding: 30px 20px 15px 0;
        max-width: 100%;
    }
    .testimonial-desc:before {
        top: 25px;
    }
    .testimonial-list figure {
        padding-left: 0px;
    }
    .team-content {
        padding: 10px 10px 10px 20px;
    }
    .vprojects-detail {
        position: static;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .gallery-content .tabs-content {
        max-width: 490px;
    }
    .gallery-box {
        max-width: 200px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 300px;
    }
    .app-container .content-container .side-body.padding-top {
        padding-top: 76px;
    }
    .gallery-title.projects-title p.hideshow {
        bottom: -40px;
        left: 40%;
    }
}

@media (max-width:567px) {
    ul.utility_menu li.search-icon {
        margin-left: 10px;
    }
    ul.utility_menu li.cart-icon a em {
        margin: 0px;
        line-height: 30px;
    }
    .home-caption .button {
        font-size: 16px;
        width: auto;
        padding: 6px 15px;
    }
    .site-intro {
        width: 275px;
        height: 130px;
    }
    .home-caption h2,
    .service-list h6 {
        font-size: 14px;
    }
    .builder_content {
        padding-top: 125px;
    }
    .rw-testimonials {
        padding-top: 300px;
    }
    .rw-testimonials-layer,
    .bd-con-layer {
        width: 100%;
    }
    .rw-testimonials-layer:before,
    .rw-testimonials-line,
    .bd-con-layer:before,
    .bd-line {
        left: 0px;
        right: 0px;
        margin: 0 auto;
        -webkit-transform: rotate(0deg)-ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .rw-testimonials-layer:before,
    .bd-con-layer:before {
        width: 80%;
        height: 6px;
        top: -6px;
    }
    .rw-testimonials-line,
    .bd-line {
        width: 50%;
        height: 8px;
        top: -12px;
    }
    .ellipse-circle {
        left: 50%;
        top: -7px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    ul.liststyle-plus {
        padding-left: 0px;
    }
    ul.liststyle-plus li {
        padding: 5px 0 5px 20px
    }
    .rw-testimonials-detail h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .rw-testimonials-detail h1 span {
        font-size: 28px;
        line-height: 30px;
    }
    .projects-title,
    .signup-rectangle {
        max-width: 460px;
    }
    .projects-title:after,
    .signup-rectangle:after {
        border-right-width: 230px;
        border-left-width: 230px;
    }
    .album-nav {
        max-width: 350px;
    }
    .gallery_album ul.album-for li img {
        width: 100%;
        max-width: inherit;
        height: 340px;
    }
    .copyright p {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 19px;
    }
    ul.footer-social {
        width: 100%;
        text-align: center;
    }
    .ourclient-section:after {
        width: 460px;
        border-left-width: 230px;
        border-right-width: 230px;
    }
    .form_box form input[type="submit"] {
        font-size: 16px;
        padding: 10px 15px
    }
    .companies-logo ul li {
        width: 50%;
    }
    .contact-map {
        height: 230px;
    }
    .get-in-touch .heading,
    .contact-form-content h3 {
        font-size: 28px;
        padding: 16px 0;
        margin-bottom: 0px
    }
    .contact-form-content,
    .inner_container {
        padding: 35px 0;
    }
    .full_height {
        padding: 0 !important;
    }
    .blog-list figure {
        max-height: inherit;
    }
    .blog-list figure figcaption {
        position: static;
    }
    .blog-list h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .blog-list-detail figure {
        max-height: inherit;
    }
    .blog-list-detail figure figcaption {
        position: static;
    }
    .blog-list-detail h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .gallery-content .tabs-content {
        max-width: 370px;
    }
    .gallery-box {
        max-width: 150px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 250px;
    }
    .gallery-content {
        top: 210px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 15px;
    }
    .gtab-title h3 {
        width: auto;
        font-size: 14px;
        padding: 4px 12px;
        line-height: 21px;
        font-family: 'azo_sansregular';
    }
    .gtab-title h3:after {
        border-bottom-width: 29px;
        height: 29px;
    }
}

@media (max-width:479px) {
    header {
        text-align: center;
        padding: 10px 0px;
    }
    .logo {
        margin: 0px;
        float: none;
        display: inline-block
    }
    ul.utility_menu li.cart-icon {
        float: right;
    }
    ul.utility_menu li a {
        line-height: 35px;
    }
    ul.utility_menu {
        width: 100%;
        padding-top: 15px;
    }
    ul.utility_menu li.search-icon {
        width: 35px;
        height: 35px;
    }
    ul.utility_menu li.cart-icon a {
        width: 35px;
        height: 35px;
        padding: 4px 0px 0 0;
        text-align: center;
    }
    ul.utility_menu li.cart-icon a em {
        font-size: 17px;
        line-height: 15px;
    }
    ul.utility_menu li.search-icon a {
        line-height: 35px;
    }
    .search-box {
        top: 225px !important;
    }
    .search-box input[type="submit"] {
        width: 25%;
        padding: 10px 5px;
    }
    .search-box input[type="text"] {
        width: 75%;
    }
    .service-view {
        padding: 15px 0;
    }
    .service-view ul li.medium-4,
    .service-view ul li.medium-6,
    ul.team_list li.tabs-title {
        width: 50%;
    }
    .service-view ul li {
        margin-bottom: 20px;
    }
    .service-view ul li:nth-child(5n+5) {
        width: 100%;
    }
    .projects-title h4.hb-title,
    .projects-title h4.hb-title span,
    .contentinfo h6 {
        font-size: 18px;
    }
    .projects-title {
        max-width: 300px;
        padding: 12px 8px 0 8px;
    }
    .projects-title:after,
    .signup-rectangle:after {
        border-right-width: 150px;
        border-left-width: 150px;
    }
    .service_list figure h6 {
        font-size: 12px;
        line-height: 32px;
    }
    .service_list figure h6:after {
        height: 32px;
        border-bottom-width: 32px;
    }
    .signup-rectangle {
        max-width: 300px;
    }
    .ourclient-section:after {
        width: 300px;
        border-left-width: 150px;
        border-right-width: 150px;
    }
    .banner-caption {
        width: 300px;
        height: auto;
        border-width: 10px;
    }
    .team-title {
        padding: 20px 0 10px 0;
    }
    .form_box {
        padding: 28px 28px;
    }
    .form_box h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .form_box h6.margin-t30 {
        margin-top: 12px;
    }
    .form_box form .text_field {
        height: 36px;
        line-height: 20px;
        padding: 8px 12px;
        margin-bottom: 12px;
    }
    .form_box form .select_field {
        height: 36px;
        background-size: 36px;
        margin-bottom: 12px;
    }
    .form_box form textarea.text_field {
        height: 105px;
    }
    .gallery_tabs li {
        width: 130px;
        padding: 6px 15px;
    }
    .gallery-content {
        top: 185px;
    }
    .app-container .content-container .side-body.padding-top {
        padding-top: 0px;
    }
    .gallery-title.projects-title p.hideshow {
        bottom: -40px;
        left: 35%;
    }
}

@media (max-width:413px) {
    .gallery-title.projects-title p {
        display: none;
    }
    .gallery-content .tabs-content {
        max-width: 340px;
    }
    .gallery-box {
        max-width: 150px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 250px;
    }
    .gallery-content {
        top: 135px;
    }
}

@media (max-width:374px) {
    .service_list figure h6 {
        font-size: 11px;
        padding: 0 0 0 10px
    }
    .form_box {
        padding: 22px 18px;
    }
    .contentinfo .small-6.column {
        width: 100%;
        text-align: center;
    }
    .contentinfo p.address {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .gtab-title h3 {
        font-size: 10px;
    }
    .gallery-content .tab-content {
        top: 12px;
    }
    .gallery-content .tabs-content {
        max-width: 300px;
    }
    .gallery-box {
        max-width: 175px;
    }
    .gallery-content .tab-content.active .gallery-box {
        max-width: 200px;
    }
}


/* VETTE CUSTOM STYLES */


/*
-o-
-ms-
-moz-
-webkit-
*/


/* Universal */

.white-txt {
    color: #fff;
}

.black-txt {
    color: #f000ff;
}

.orange-txt {
    color: #ea651a;
}

.lightblue-txt {
    color: #00aeef;
}

.green-txt {
    color: #009444;
}

.orange-txt {
    color: #ea651a;
}

.lightpurple-txt {
    color: #b765a8;
}

.red-txt {
    color: #be1e2d;
}

.darkpurple-txt {
    color: #662d91;
}

.yellow-txt {
    color: #fcdf07;
}

.darkblue-txt {
    background-color: #2b3990;
}

.darkgrey-txt {
    color: #6e6460;
}

.red-txt-link {
    color: #be1e2d;
}

.red-txt-link:hover {
    color: #be1e2d;
    text-decoration: underline;
}

.red-txt-link:visited {
    color: #be1e2d;
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #f000ff;
}

.orange-bg {
    background-color: #ea651a;
}

.darkblue-bg {
    background-color: #2b3990
}

.lightblue-bg {
    background-color: #00aeef;
}

.green-bg {
    background-color: #009444;
}

.orange-bg {
    background-color: #ea651a;
}

.lightpurple-bg {
    background-color: #b765a8;
}

.red-bg {
    background-color: #be1e2d;
}

.darkpurple-bg {
    background-color: #662d91;
}

.yellow-bg {
    background-color: #fcdf07;
}

.darkgrey-bg {
    background-color: #6e6460;
}

.musical-bg {
    background-image: url(/_assets/img/rw-inner-background/rw-musical-notes-pg-bg.jpg);
    background-position: center;
    background-repeat: repeat;
}

.rw-list {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 800px;
    width: 100%;
    padding: 15px 15px 5px;
}

.rw-list ul {
    list-style: disc;
    text-align: left;
}

.rw-list ul li {
    font-size: 14.17px;
    color: #363636;
    line-height: 21.25px;
    font-family: 'azo_sansregular';
    list-style: disc;
    list-style-position: outside;
}

.rw-bold-and-italicized {
    font-style: italic;
    font-weight: 600;
    padding-right: 5px;
}

.rw-standard-btn {
    clear: both;
    text-align: center;
}

.rw-standard-btn a {
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-standard-btn button {
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-standard-btn a:hover,
.rw-standard-btn a:focus,
.rw-standard-btn a:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.rw-standard-btn button:hover,
.rw-standard-btn button:focus,
.rw-standard-btn button:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.rw-standard-btn a:visited {
    color: #662d91;
}

.rw-standard-btn button:visited {
    color: #662d91;
}

.rw-standard-btn-purple a {
    color: #fff;
    background: #662d91;
}

.rw-standard-btn-purple button {
  color: #fff;
  background: #662d91;
}

.rw-standard-btn-purple a:visited {
    color: #fff;
    background: #662d91;
}

.rw-standard-btn-red a {
    color: #fff;
    background: #be1e2d;
}

.rw-standard-btn-red a:visited {
    color: #fff;
    background: #be1e2d;
}

.rw-standard-btn-purple button {
  color: #fff;
  background: #662d91;
}

.rw-standard-btn-lightblue a {
    color: #fff;
    background: #be1e2d;
}

.rw-standard-btn-lightblue a:visited {
    color: #fff;
    background: #be1e2d;
}

.rw-standard-btn-lightblue button {
  color: #fff;
  background: #662d91;
}

.rw-standard-btn-orange a {
    color: #fff;
    background: #ea651a;
}

.rw-standard-btn-orange a:visited {
    color: #fff;
    background: #ea651a;
}

.rw-standard-btn-orange button {
  color: #fff;
  background: #662d91;
}

.rw-standard-btn-wide a {
  max-width: none;
  display: inline-block;
}

.bluepencil-btn {
    background-image: url(/_assets/img/custom-icons/small_blue_pencil.png);
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    height: 40px;
    width: 200px;
    padding-top: 10px;
    padding-right: 40px;
    display: block;
}

.greenpencil-btn {
    background-image: url(/_assets/img/custom-icons/small_green_pencil.png);
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    height: 40px;
    width: 200px;
    padding-top: 10px;
    padding-right: 40px;
    display: block;
}

.redpencil-btn {
    background-image: url(/_assets/img/custom-icons/small_red_pencil.png);
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    height: 40px;
    width: 200px;
    padding-top: 10px;
    padding-right: 40px;
    display: block;
}

.purplepencil-btn {
    background-image: url(/_assets/img/custom-icons/small_purple_pencil.png);
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    height: 40px;
    width: 200px;
    padding-top: 10px;
    padding-right: 40px;
    display: block;
}

.bluepencil-btn:link,
.greenpencil-btn:link,
.redpencil-btn:link,
.purplepencil-btn:link,
.bluepencil-btn:visited,
.greenpencil-btn:visited,
.redpencil-btn:visited,
.purplepencil-btn:visited,
.bluepencil-btn:focus,
.greenpencil-btn:focus,
.redpencil-btn:focus,
.purplepencil-btn:focus,
.bluepencil-btn:hover,
.greenpencil-btn:hover,
.redpencil-btn:hover,
.purplepencil-btn:hover {
    color: #fff;
}

.purplepencil-btn-padleft {
    background-image: url(/_assets/img/custom-icons/small_purple_pencil.png);
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    height: 40px;
    width: 200px;
    padding-top: 10px;
    padding-left: 40px;
    display: block;
}

.blue-btn-with-pencil {
    color: #fff !important;
    font-family: 'Architects Daughter', cursive;
    display: block;
    padding: 10px 10px;
    background: #2b3990;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.blue-btn-with-pencil img {
    display: inline-block;
    width: 50%;
    padding: 10px 10px 10px 0;
    margin-bottom: 0 !important;
}

.blue-btn-with-pencil span {
    font-size: 18px;
}

.blue-btn-with-pencil:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.blue-btn-with-pencil-multi {
    color: #fff !important;
    font-family: 'Architects Daughter', cursive;
    display: block;
    padding: 10px 10px;
    background: #2b3990;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.blue-btn-with-pencil-multi img {
    display: inline-block;
    width: 50%;
    padding: 10px 10px 10px 0;
    margin-bottom: 0 !important;
    vertical-align: -8px;
}

.blue-btn-with-pencil-multi span {
    font-size: 18px;
    display: inline-block;
    width: 45%;
    text-align: center;
}

.blue-btn-with-pencil-multi:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.darkpurple-btn-with-pencil {
    color: #fff !important;
    font-family: 'Architects Daughter', cursive;
    display: block;
    padding: 10px 10px;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.darkpurple-btn-with-pencil img {
    display: inline-block;
    width: 50%;
    padding: 10px 10px 10px 0;
    margin-bottom: 0 !important;
}

.darkpurple-btn-with-pencil span {
    font-size: 18px;
}

.darkpurple-btn-with-pencil:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.txt-white-link {
    color: #fff !important;
    text-decoration: underline;
}

.section-header {
    text-align: center;
}

.section-header h2 {
    font-family: 'Architects Daughter', cursive;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    color: #be1e2d;
}

.homepage-section-header {
    font-family: 'Architects Daughter', cursive;
    font-size: 32px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.section-header {
    font-family: 'Architects Daughter', cursive;
    font-size: 32px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}


input[type="submit"] {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-newsletter-submit {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}


/*
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
*/

.button:hover,
.button.secondary:hover,
button.secondary:hover,
button:focus,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #662d91;
    color: #fff;
    transition-duration: .5s;
}

marquee.announcements {
    border: none;
    padding: 10px 0;
    margin: 0;
    color: #fff;
    background: #be1e2d;
    margin-bottom: -4px;
}

marquee.announcements p {
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
}

.vette-design {
    padding-bottom: 3px;
    padding-top: 3px;
}

.vette-design a.vette-link {
    color: #fff;
}

.vette-design a.vette-link:hover,
.vette-design a.vette-link:active,
.vette-design a.vette-link:focus {
    color: #fff;
}

.vette-design a.vette-link:visited {
    color: #fff;
}

.vette-design a.vette-link h2.vette-title {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-family: 'azo_sansregular';
}

.vette-design a.vette-link h2.vette-title:hover,
.vette-design a.vette-link h2.vette-title:active,
.vette-design a.vette-link h2.vette-title:focus {
    color: #fff;
}

.vette-design a.vette-link h2.vette-title:visited {
    color: #fff;
}


/* Navigation */

.rw-nav-header {
    font-family: 'Architects Daughter', cursive;
    font-size: 26px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 0;
}

.sidebar>ul.dropdown {
    border: none;
}

.sidebar ul.dropdown li {
    height: 44px;
    text-align: center;
    margin-bottom: 5px
}

.sidebar ul.dropdown li a {
    padding: 13px 10px;
}

.sidebar ul.menu li.selected>a {
    background: transparent;
}

.sidebar ul.dropdown li {
    border: none;
}

.sidebar ul.dropdown li:nth-child(2) {
    height: 70px
}

.sidebar ul.dropdown li:nth-child(7n+1) {
    background-color: #00aeef;
}

.sidebar ul.dropdown li:nth-child(7n+2) {
    background-color: #662d91;
}

.sidebar ul.dropdown li:nth-child(7n+3) {
    background-color: #ea651a;
}

.sidebar ul.dropdown li:nth-child(7n+4) {
    background-color: #fcdf07;
}

.sidebar ul.dropdown li:nth-child(7n+5) {
    background-color: #009444;
}

.sidebar ul.dropdown li:nth-child(7n+6) {
    background-color: #2b3990;
}

.sidebar ul.dropdown li:nth-child(7n+7) {
    background-color: #b765a8;
}

.sidebar ul.dropdown li a {
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
}

.sidebar ul.dropdown li a:hover {
    background-color: transparent;
    color: #fff;
}

ul.utility_menu {
    width: 100%;
    padding-top: 15px;
}

ul.utility_menu li.cart-icon {
    float: right;
}

ul.utility_menu li.cart-icon a {
    width: 50px;
    padding: 4px 0 0 0;
}

ul.utility_menu .cart-icon a #catCartSummary {
    display: inline-block;
    margin-left: 7px;
}

ul.utility_menu .cart-icon a .fa-shopping-cart {
    margin-right: 7px;
}

/* Navigation - END */


/* Home Page */


/* Home Page - Slider */

.home-slider .mobile-img {
    display: block;
    max-width: inherit;
    width: 100%;
}

.home-slider .ipad-img {
    display: none;
}

.home-slider .desktop-img {
    display: none;
}


/* Home Page - Caption */

.intro-overlay {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    bottom: 0;
}

.intro-overlay .row {
    max-width: none;
}

.site-intro {
    background: rgba(190, 30, 45, 0.8);
    border: none;
    border-radius: 0;
    width: 100%;
}

.home-caption {
    position: relative;
    padding: 0 15px;
}

.home-caption .slidertitle {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
}

.home-caption .slidertitle span {
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    font-weight: bold;
    transform: skew(-20deg, 0deg);
    color: #fcdf07;
    margin-bottom: 0;
}

.rwimgheader {}

.rwimgheader-content {
    min-height: 600px;
}

.rwimgheader-img {
    background-image: url(https://uploads.prod01.oregon.platform-os.com/instances/1863/assets/images/headers/rw-desktop-img-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;    
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.rwimgheader-caption {
    width: 95%;
    background: rgba(190, 30, 45, 0.8);
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    max-width: 900px;
}

.rwimgheader-caption-content {
    width: 100%;
    text-align: center;
}

.rwimgheader-caption-content .rw-standard-btn {
    margin-bottom: 5px;
}

.rwimgheader-caption-content .rw-standard-btn a {
    max-width: 155px;
}

.rwimgheader-caption-content h2 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
}

.rwimgheader-caption-content h2 span {
    font-family: 'Architects Daughter', cursive;
    background-size: 200px 40px;
    font-weight: bold;
    transform: skew(-20deg, 0deg);
    color: #fcdf07;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .rwimgheader-caption {
        width: 85%;
    }
    .rwimgheader-caption {
        padding: 10px 15px;
    }
    .rwimgheader-caption-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rwimgheader-caption-content .rw-standard-btn {
        margin-bottom: 0;
        margin-right: 5px;
    }
    .rwimgheader-caption-content h2 {
        font-size: 34px;
    }
}


/* Home Page - About US - The Program */

section.rwprogramandaboutus {
    background-repeat: repeat;
    background-image: url('https://uploads.prod01.oregon.platform-os.com/instances/1863/assets/images/home/yellow-background.jpg');
    padding-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
}

section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer {
    display: none;
}

section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer {
    display: none;
}

section.rwprogramandaboutus .rwhome-pencils-top {
    margin-bottom: 30px;
}

section.rwprogramandaboutus .rwhome-pencils-btm {
    margin-top: 60px
}

section.rwprogramandaboutus .rwaboutus {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

section.rwprogramandaboutus .rwaboutus strong {
    color: #b765a8;
    font-style: italic;
}

section.rwprogramandaboutus .rwprogram {
    padding-left: 15px;
    padding-right: 15px;
}

section.rwprogramandaboutus .rwprogram-interneteplorer {
    display: none;
}

.hexwrap {
    width: 100%;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 860px;
    margin: 0 auto;
}

.hexblock {
    width: 100%;
}

.hex-shape {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.hexagon1 {
    width: 100px;
    height: 55px;
    background: #00aeef;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.hexagon1:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #00aeef;
}

.hexagon1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #00aeef;
}

.hexagon2 {
    width: 100px;
    height: 55px;
    background: #009444;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.hexagon2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #009444;
}

.hexagon2:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #009444;
}

.hexagon3 {
    width: 100px;
    height: 55px;
    background: #ea651a;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.hexagon3:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ea651a;
}

.hexagon3:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ea651a;
}

.hexagon4 {
    width: 100px;
    height: 55px;
    background: #b765a8;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.hexagon4:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #b765a8;
}

.hexagon4:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #b765a8;
}

.hextxt {
    clear: both;
    max-width: 260px;
    margin: 0 auto;
    border-radius: 15px;
}

.hextitle {
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Architects Daughter', cursive;
}

.hex-shape .hexagon1 img {
    height: 54px;
}

.hex-shape .hexagon2 {
    font-size: 54px;
    color: #fff
}

.hex-shape .hexagon3 {
    font-size: 54px;
    color: #fff
}


/* Home - Meet The Crew */

.rwmeet-the-crew .get-write-btn-wrap {
    margin-bottom: 20px;
}

.rwmeet-the-crew .get-write-btn-wrap .getwritevidbtn {
    opacity: .6;
}

.rwmeet-the-crew .get-write-btn-wrap .getwritevidbtn:hover {
    opacity: 1;
}

.rwmeet-the-crew {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #662d91;
    padding: 40px 15px;
    background-image: url(/_assets/img/school-icons.png);
    background-repeat: repeat;
    background-size: auto;
    background-blend-mode: soft-light;
}


/*
.rwmeet-the-crew .border {
	width: 100%;
	border: 5px solid #662d91;
	padding: 20px 15px;
}
*/

.get-write-crew-member-box {
    min-height: 260px;
    margin-bottom: 20px;
}

.get-write-crew-member-box img {
    max-height: 100px;
    margin-bottom: 10px
}

.get-write-crew-member-box h2 {
    font-family: 'Architects Daughter', cursive;
    color: #fff;
}

.get-write-crew-member-box h2 span {
    font-size: 16px;
}

.rwmeet-the-crew
/* Home - Get Write Crew Video */

.rwmeet-get-write-video {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
    background-image: url(/_assets/img/get-write-video/rw-video-img-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*

.rwmeet-get-write-video img {
	opacity: .6;
}

.rwmeet-get-write-video img:hover {
	opacity: 1;
}
*/


/* Home - Download App */

.rwapp-download {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
}


/* Home - Instructors */

.rw-testimonials-detail h1 {
    color: #fff;
}

.rw-testimonials .rw-testimonials-detail a:link,
.rw-testimonials .rw-testimonials-detail a:visited {
    color: #fff;
}


/* Home - recent gallery */

.gallery_album {
    display: none;
}

.projects-title {
    background: rgba(183, 101, 168, 0.92);
}

.projects-title:after {
    border-top-color: rgba(183, 101, 168, 0.92);
}

.album-nav {
    margin: 0;
    bottom: -120px;
}

.album-nav li.slick-current figure {
    border-color: #b765a8;
}

.mobile-gallery-album {
    background: #b7658a;
}

.mobile-gallery-album .rw-standard-btn {
    padding: 15px;
}

.mobile-gallery-title {
    padding: 10px 0;
}

.mobile-gallery-title h2 {
    margin: 0;
    text-align: center;
}

.see-full-gallery {
    background: #b7658a;
    padding: 10px 0;
}

.see-full-gallery-link {
    display: block;
    margin: 0 auto;
    background: #b7658a;
    text-align: center;
    color: #fff;
}

.see-full-gallery-link-desktop {
    text-align: center;
    color: #fff;
}

.see-full-gallery-link-desktop:focus,
.see-full-gallery-link-desktop:active,
.see-full-gallery-link-desktop:hover,
.see-full-gallery-link-desktop:visited {
    color: #fff;
}


/* Home - blog */

.rwblog {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
}

.rwblog .rwblog-blog-list-wrap .blog-list:last-child {
    border-bottom: none;
}

.rwblog .rwblog-blog-list-wrap .blog-list .blog-desc {
    color: #fff;
}

.rwblog .rwblog-blog-list-wrap .blog-list .blog-desc .rw-blog-readmore a {
    color: #662d91;
}

.rwblog .rwblog-blog-list-wrap .blog-list .blog-desc .read-more-btn {
    margin-top: 30px;
}

.rwblog .rwblog-blog-list-wrap .button img {
    display: none;
}


/* Home - instructional */

.rwinstructional {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 15px;
}


/*
.rwinstructional .border {
	width: 100%;
	border: 5px solid #ea651a;
	padding: 20px 15px;
}
*/

.rwinstructional .featured-instructional-video {
    border-bottom: 1px solid #fff;
    padding: 0 5px 20px 5px;
    width: 100%;
}

.rwinstructional .featured-instructional-video .featured-video-inner-wrap {
    position: relative;
}

.rwinstructional .featured-instructional-video .featured-video-inner-wrap .feature-playbtn-wrap {
    position: absolute;
    background-color: #be1e2d;
    color: #fff;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    padding: 13px 13px 13px 16px;
}

.rwinstructional .featured-instructional-video .featured-video-inner-wrap .instructional-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.rwinstructional .featured-instructional-video .featured-video-inner-wrap .instructional-gradient h3.features-video-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rwinstructional .other-instructional-videos {
    padding: 20px 5px 0 5px;
    width: 100%;
}

.rwinstructional .other-instructional-videos .other-videos {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
}

.rwinstructional .other-instructional-videos .other-videos-video {
    margin-bottom: 20px;
}

.rwinstructional .other-instructional-videos .other-videos-video a {
    display: block;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap {
    float: left;
    width: 40%;
    margin: 0;
    position: relative;
    min-height: 90px;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap .other-playbtn-wrap {
    position: absolute;
    background-color: #be1e2d;
    color: #fff;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    padding: 3px 10px;
    font-size: 10px;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap1 {
    background-image: url(/instances/1863/assets/images/subscription/V-v-W-w-screenshot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap2 {
    background-image: url(/instances/1863/assets/images/subscription/T-I-screenshot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap3 {
    background-image: url(/instances/1863/assets/images/subscription/C-c-O-o-screenshot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap {
    float: right;
    width: 60%;
    margin: 0;
    text-align: left;
    padding: 0 0 5px 10px;
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap h4 {
    margin: 0;
    color: #fff;
    background-color: #be1e2d;
    padding: 3px 0 3px 7px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap p {
    color: #fff;
    padding: 3px 0 1px 7px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.rwinstructional .other-instructional-videos .other-videos-view-more a {
    display: block;
    background-color: #be1e2d;
    padding: 10px;
    border-radius: 15px;
}

.rwinstructional .other-instructional-videos .other-videos-view-more a h4 {
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}


/* Home - purchase */

.rwpurchasebook {
    width: 100%;
    float: left;
    padding: 40px 15px;
    text-align: center;
}

.rwpurchasebook p.buy-now {
    margin-bottom: 30px;
    line-height: 28px;
}

.rwpurchasebook p.buy-now strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.rwpurchasebook .txt-1 {
    margin-bottom: 30px;
    line-height: 28px;
}

.rwpurchasebook .txt-1 strong {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.rwpurchasebook .rwbook-cover {
    margin-bottom: 30px;
}

.rwpurchasebook-2 {
  background-image: url(/instances/1863/assets/images/purchase-program/purchase-program-bg-min.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rwpurchasebook-2-content {
    background-color: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100%;
}
.rwpurchasebook-2-content-block {
    padding: 40px 15px;
    text-align: center;
}
.rwpurchasebook-2-content-block-text .rw-standard-btn-purple a {
background: rgba(102,45,145,0.7);
}
.rwpurchasebook-2-content-block-text .rwpurchasebook-2-content-block-text-space {
    height: 350px;
    }
@media screen and (min-width: 1024px) {
  .rwpurchasebook-2 {
    background-size: 0 -170px;
  }
}
/* Home - testimonials */

.rw-testimonials .rw-testimonials-detail {
    text-align: center;
    top: 52%;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.rw-testimonials .rw-testimonials-detail h2 {}

.rw-testimonials .rw-testimonials-detail p {
    color: #fff;
}

.rw-testimonials .rw-testimonials-detail p strong {
    color: #fff;
}

.rw-testimonials .rw-testimonials-detail p.rw-whyrw {
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
}

.rw-testimonials .rw-testimonials-detail p.rw-whyrw strong {
    font-style: normal;
}

.rw-testimonials .rw-testimonials-detail .testimonials-wrap {
    background-color: #662d91;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
}

.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-title,
.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-block p {
    font-size: 16px;
    margin-top: 10px;
}

.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-title,
.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-1,
.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-2 {
    border-bottom: 1px solid #fff
}

.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-title h3 {
    font-family: 'Architects Daughter', cursive;
    font-size: 28px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}

.rw-testimonials .rw-testimonials-detail .testimonials-wrap .testimonial-block .testimonial-user {
    font-family: 'Architects Daughter', cursive;
    font-size: 28px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    margin-top: 10px;
}


/* Home - testimonials - END */


/* Home - testimonials revamped */

.rw-testimonials-revamped {
    width: 100%;
    float: left;
    text-align: center;
    background: url(/instances/1863/assets/images/home/rw-instructor-standard-bg.jpg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: top left;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap {}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
    background-color: #009444;
    padding: 15px;
    margin-top: 350px;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail {}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail h2 {}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail p {
    color: #fff;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap {
    margin-bottom: 15px;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap .testimonial-block {
    background-color: #662d91;
    border-radius: 15px;
    overflow: hidden;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap .testimonial-block .testimonial {}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap .testimonial-block .testimonial p {
    color: #fff;
    padding: 15px 10px;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap .testimonial-block .testimonial .testimonial-quotefrom {
    padding: 10px;
    background-color: #fff;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-testimonial-wrap .testimonial-block .testimonial .testimonial-quotefrom p {
    margin-bottom: 0;
    padding: 0;
    color: #662d91;
    font-weight: 600;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-standard-btn {
    margin-bottom: 15px
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-whyrw {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-whyrw p {
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
}

.rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block .rw-testimonials-revamped-detail .rw-testimonials-revamped-whyrw p strong {
    font-style: normal;
    color: #fff;
}


/* Home - testimonials revamped - END*/


/* Home - newsletter */

.rwnewsletter {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
}

.rwnewsletter .rwnewsletter-submit-btn {
    margin-top: 20px;
}

.rwnewsletter .robocaptcha {
    display: flex;
    justify-content: center;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rwnewsletter .rwnewsletter-wrap .rwnewsletter-input-field textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}


/* Home - footer */

.rwfooter {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0;
}

.rwfooter-column-outerwrap {
    background-color: hsl(311, 36.3%, 58.7%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.footer-section-header {
    font-family: 'Architects Daughter', cursive;
    font-size: 30px;
    border-bottom: 2px dashed #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
}

.rwfooter .rwfooter-address-column,
.rwfooter .rwfooter-links-column {
    margin-bottom: 30px;
}

.rwfooter .rwfooter-social-column {
    margin-bottom: 0px;
}

.rwfooter .rwfooter-address-column p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.rwfooter .rwfooter-address-column hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* use for responsive desktop to display inline */

.rwfooter .rwfooter-address-column .fa-contact-icon,
.rwfooter .rwfooter-address-column .contact-text {}

.rwfooter .rwfooter-address-column .fa-contact-icon,
.rwfooter .rwfooter-address-column .contact-text,
.rwfooter .rwfooter-address-column .contact-text a {
    color: #fff;
    font-size: 20px;
}

.rwfooter .rwfooter-address-column .fa-contact-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.rwfooter .rwfooter-links-column .rwfooter-links-wrap .rwfooter-links-ul {
    margin: 0;
}

.rwfooter .rwfooter-links-column .rwfooter-links-wrap .rwfooter-links-ul li a {
    color: #fff;
    font-size: 20px;
}

.rwfooter .rwfooter-social-column .rwfooter-social-wrap .rwfooter-social-ul {
    text-align: left;
    margin: 0 auto;
    display: block;
    width: -o-fit-content;
    width: -ms-fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.rwfooter .rwfooter-social-column .rwfooter-social-wrap .rwfooter-social-ul .rwfooter-social-li a {
    color: #fff;
    font-size: 20px;
}

.rwfooter .rwfooter-social-column .rwfooter-social-wrap .rwfooter-social-ul .rwfooter-social-li .fa-social-icon,
.rwfooter .rwfooter-social-column .rwfooter-social-wrap .rwfooter-social-ul .rwfooter-social-li .social-title {
    display: inline-block;
}

.rwsubfooter {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}


/* Inner Page Universal */

.inner-pg-title {
    text-align: center;
    margin-bottom: 20px;
}

.inner-pg-title .inner-pg-title-innerwrap {
    border-top: 2px solid #006838;
    border-bottom: 2px solid #ed1c24;
    height: 40px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.inner-pg-title .inner-pg-title-innerwrap .inner-pg-title-dottedline {
    height: 50%;
    border-bottom: 2px dashed #ffde17;
}

.inner-pg-title .inner-pg-title-innerwrap h1 {
    font-size: 24px;
    color: #be1e2d;
    font-family: 'Architects Daughter', cursive;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -4%;
    margin-bottom: 0;
    width: 100%;
}

.inner-pg-title-desktop {
    display: none;
}

.inner-pg-title-mobile {
    margin-bottom: 5px;
}

.inner-pg-description {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.inner-pg-description hr {}

.inner-pg-description-box {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #662d91;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
}

.inner-pg-description-box p {
    color: #fff;
    margin: 0;
}


/* About Us Page */

.rw-about-us-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-about-us-page .the-program {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.rw-about-us-page .the-program .rw-program-block {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 800px;
    width: 100%;
}

.rw-about-us-page .the-program .rw-program-block .rw-program-block-top {
    color: #fff;
    text-align: center;
    padding: 15px;
}

.rw-about-us-page .the-program .rw-program-block1 .rw-program-block-top {
    background-color: #be1e2d;
}

.rw-about-us-page .the-program .rw-program-block2 .rw-program-block-top {
    background-color: #00aeef;
}

.rw-about-us-page .the-program .rw-program-block3 .rw-program-block-top {
    background-color: #662d91;
}

.rw-about-us-page .the-program .rw-program-block4 .rw-program-block-top {
    background-color: #ea651a;
}

.rw-about-us-page .the-program .rw-program-block5 .rw-program-block-top {
    background-color: #009444;
}

.rw-about-us-page .the-program .rw-program-block .rw-program-block-btm {
    padding: 15px;
    text-align: center;
}

.rw-about-us-page .the-program .rw-program-block .rw-program-block-btm ul li {
    font-size: 18px;
}


/* About Us Page - END */


/* Meet The Crew Page */

.rw-meet-the-crew-page {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap {}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 500px;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:first-child .character-inner-wrap {
    background-color: #be1e2d;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(2) .character-inner-wrap {
    background-color: #b765a8;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(3) .character-inner-wrap {
    background-color: #00aeef;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(4) .character-inner-wrap {
    background-color: #ea651a;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap .character-name {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap .character-fig {}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap .character-fig .character-image {}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap .character-fig .character-bio-wrap .character-instrument {
    font-family: 'Architects Daughter', cursive;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff
}

.rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-fig .character-bio-wrap .character-description {
    color: #fff;
    padding: 10px 15px 5px;
}


/* Meet The Crew Page - END */


/* Testimonials Page */

.rw-testimonials-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-testimonials-page .rw-testimonials-chat-wrap {}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block {
    position: relative;
    border-radius: 15px;
    margin-bottom: 25px;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #662d91;
    border-left: 0;
    margin-top: -15px;
    margin-left: -15px;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(even):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #b765a8;
    border-right: 0;
    margin-top: -15px;
    margin-right: -15px;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block .testimonial {
    border-radius: 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(odd) .testimonial {
    background: #662d91;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(even) .testimonial {
    background: #b765a8;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block .testimonial .testimonial-quote {
    padding: 15px 10px;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block .testimonial .testimonial-quote p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block .testimonial .testimonial-quotefrom {
    padding: 0 10px 15px 10px;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block .testimonial .testimonial-quotefrom p {
    margin: 0;
    padding: 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    font-weight: 600;
}

.testimonials-page-form {
    width: 100%;
    float: left;
    padding: 30px 10px;
    text-align: center;
}

.testimonials-page-form .submit-testimonial-header h2 {
    font-family: 'Architects Daughter', cursive;
    font-size: 32px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    color: #fff;
}

.testimonials-page-form .rw-testimonials-form-wrap {}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap {}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .gcaptcha {
    margin-bottom: 15px;
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .gcaptcha label {
    color: #fff;
    margin-bottom: 5px;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .input-item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}


/* Testimonials Page - END */


/* RW Samples Page */

.rw-samples-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-samples-page .sample-pages {}

.rw-samples-page .sample-pages .rw-sample-pages-wrap {
    margin-bottom: 15px;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-top {
    color: #fff;
    text-align: center;
    padding: 15px;
    background-color: #2b3990;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-top p {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left {
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #00aeef;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left h4 {
    margin-top: 15px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left p {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left a {
    width: 100%;
    display: block;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left a .rw-sample-pages-page-left-img {
    padding: 10px;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left a .rw-sample-pages-page-left-title {
    text-align: center;
    background-color: #b765a8;
    padding: 15px;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-left a .rw-sample-pages-page-left-title h4 {
    margin: 0;
    color: #fff;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right {
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #00aeef;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right h4 {
    margin-top: 15px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right p {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right a {
    width: 100%;
    display: block;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right .rw-sample-pages-page-right-img {
    padding: 10px
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right .rw-sample-pages-page-right-title {
    text-align: center;
    background-color: #b765a8;
    padding: 15px;
}

.rw-samples-page .sample-pages .rw-sample-pages-wrap .rw-sample-pages-btm .rw-sample-pages-page-right .rw-sample-pages-page-right-title h4 {
    margin: 0;
    color: #fff;
}


/* RW Samples Page - END */


/* RW Program Page */


/*
-o-
-ms-
-moz-
-webkit-
*/

.rw-program-page {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-program-page .the-program {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.rw-program-page .the-program .rw-program-block {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 800px;
    width: 100%;
}

.rw-program-page .the-program .rw-program-block .rw-program-block-top {
    color: #fff;
    text-align: center;
    padding: 15px;
}

.rw-program-page .the-program .rw-program-block2 .rw-program-block-top {
    background-color: #00aeef;
}

.rw-program-page .the-program .rw-program-block .rw-program-block-btm {
    padding: 15px;
    text-align: center;
}

.rw-program-page .rw-preassessment-form-wrap {}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input-gcaptcha {
    margin-bottom: .8rem;
    text-align: center;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input-gcaptcha .g-recaptcha {
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input select {
    color: #7e7673;
    font-size: 15px;
}


/* RW Program Page - END */


/* Pre-Assessment Download Page */

.pre-assessment-download-page {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


/* Pre-Assessment Download Page - END */


/* Gallery Page */

.rw-gallery-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-gallery-page .gallery-page-gallery-wrap .fotorama {
    overflow: visible;
}

.rw-gallery-page .gallery-page-gallery-wrap .fotorama .fotorama__wrap {
    margin: 0 auto;
    background-color: #b765a8;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}


/* Gallery Page - END */


/* Blog Page */

.rw-blog-page {
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.rw-blog-page .rw-blog-outer-wrap .left_panel {
    position: relative;
}

.rw-blog-page .rw-blog-outer-wrap .left_panel .blog-list .blog-desc .rw-blog-readmore a {
    color: #662d91;
}

.rw-blog-page .rw-blog-outer-wrap .right_panel .rw-featured-post-box h5 {
    border-radius: 15px;
}


/* Blog Page - END */


/* Video Sub Page Page */

.video-sub-page {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.video-sub-page p {
    line-height: 26px;
}

.video-sub-page #videosubscribelink {
    position: relative;
    top: -150px;
}

.video-sub-page .rw-video-sub-preview {
    margin-bottom: 50px;
}

.video-sub-page .get-write-btn-wrap {
    margin-bottom: 40px
}

.video-sub-page .get-write-btn-wrap a {
    display: block;
}

.video-sub-page .get-write-btn-wrap a img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block {
    max-width: 325px;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    padding: 10px;
    max-width: 320px;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block:first-child .rw-classroom-video-block-inner-wrap {
    background-color: #00aeef;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block:nth-child(2) .rw-classroom-video-block-inner-wrap {
    background-color: #ea651a;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block:nth-child(3) .rw-classroom-video-block-inner-wrap {
    background-color: #be1e2d;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block:last-child .rw-classroom-video-block-inner-wrap {
    background-color: #662d91;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap .rw-classroom-video-block-name {}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap .rw-classroom-video-block-name h3 {
    color: #fff;
}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap a.rw-classroom-video-block-link {}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap a.rw-classroom-video-block-link .rw-classroom-video-block-img {}

.video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap a.rw-classroom-video-block-link .rw-classroom-video-block-img img {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

.video-sub-page .rw-video-sub-form-wrap {}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap {
    max-width: 375px;
    margin: 0 auto
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item {
    width: 100%;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .subscription-radio {}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap {
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    font-size: 20px;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .cardexpiry label,
.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .cardtype label {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    display: block;
    margin-bottom: 0;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item select {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 12px;
    line-height: 22px;
    height: 40px;
    width: 100%;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap input[type=radio] {
    margin-right: 10px;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.video-sub-page .rw-video-sub-form-wrap .rw-video-sub-form-inner-wrap .item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}


/*  FORM UPDATE 2019 VER1 - now dual plans including books and page sheets and accordion style  */

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap {
    border-radius: 15px;
    overflow: hidden;
    max-width: 475px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login {
    text-align: center;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login a {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .lost-password a {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    padding: 5px;
    border-radius: 15px;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up {
    text-align: center;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up a {
    background-color: #ea651a;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap {
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap input[type=radio] {
    margin-right: 10px;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .cardexpiry label,
.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .cardtype label {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    display: block;
    margin-bottom: 0;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item select {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 12px;
    line-height: 22px;
    height: 40px;
    width: 100%;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-video-sub-form-wrap .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}


/*  END  */


/*  FORM UPDATE 2019 VER2 - now dual plans including books and page sheets and accordion style  */

.rw-package-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rw-package-blocks {
    border-radius: 15px;
    overflow: hidden;
    max-width: 320px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.rw-package-wrap .rw-package-blocks:nth-of-type(4) {
    display: none;
}

.rw-package-blocks-content-title {
    text-align: center;
    padding: 15px;
    margin: 0;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rw-package-blocks:first-of-type .rw-package-blocks-content-title {
    background-color: #00aeef;
}

.rw-package-blocks:nth-of-type(2) .rw-package-blocks-content-title {
    background-color: #ea651a;
}

.rw-package-blocks:nth-of-type(3) .rw-package-blocks-content-title {
    background-color: #be1e2d;
}

.rw-package-blocks:last-of-type .rw-package-blocks-content-title {
    background-color: #009444;
}

.rw-package-blocks-content-title h2 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
}

.rw-package-blocks-content-text {
    padding: 10px 15px 0 15px;
    text-align: left;
    min-height: 170px;
    box-sizing: border-box;
    background-color: #fff;
}

.rw-package-blocks-content-text>p {
    font-weight: 600;
    margin-bottom: 5px;
}

.rw-package-blocks-content-text-list ul {
    box-sizing: border-box;
    margin-bottom: 0;
}

.rw-package-blocks-content-text-list ul li {
    list-style-type: disc;
}

.rw-sub-pckg-price {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
}

.rw-package-blocks:first-of-type .rw-sub-pckg-price {
    background-color: #00aeef;
}

.rw-package-blocks:nth-of-type(2) .rw-sub-pckg-price {
    background-color: #ea651a;
}

.rw-package-blocks:nth-of-type(3) .rw-sub-pckg-price {
    background-color: #be1e2d;
}

.rw-package-blocks:last-of-type .rw-sub-pckg-price {
    background-color: #009444;
}

.rw-sub-pckg-price h4 {
    margin: 0;
    color: #fff;
}

a.rw-package-blocks-content-pop-up-btn {
    width: 100%;
    display: block;
    margin: 0;
    background-color: #662d91;
    padding: 10px 0;
}

a.rw-package-blocks-content-pop-up-btn:visited, a.rw-package-blocks-content-pop-up-btn:focus, a.rw-package-blocks-content-pop-up-btn:target {
    background-color: #662d91;
}
.rw-package-blocks-content-pop-up-btn p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-family: 'azo_sansbold';
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {

  .rw-package-blocks {
      max-width: 410px;
  }

  .rw-package-blocks-content-text {
    min-height: 120px;
  }

}

.reveal-overlay {
  z-index: 9999;
  padding-top: 30px;
}

.reveal {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

/*  END  */


/* Video Sub Page - END */


/* Contact Us Page */

.rw-contact-us-page {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


/* Preserved - Unused*/

.rw-contact-us-page .rw-contact-us-flex-wrap {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.rw-contact-us-page .rw-contact-us-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 60px;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #7e7673;
    font-size: 15px;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input-gcaptcha {
    margin-bottom: .8rem;
}

.rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input-gcaptcha .g-recaptcha {
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.rw-starburst-content {
    background-image: url(/_assets/img/red-blue-starburstp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rw-starburst-content h3 {
    padding: 40px 0 44px;
    color: #fcdf07;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, .7);
    margin-bottom: 0;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}


/* Contact Us Page - END */


/* Store Page */

.rw-store-page {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.empty0 {
    display: none;
}

.notEmpty1 {
    display: none;
}

.rw-store-page .rw-store-product-wrap {}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 568px;
    background-color: #b765a8;
}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-title {}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-title h3 {
    color: #fff;
    margin: 0;
}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-title h3 a {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    display: block;
}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-image {
    padding-left: 5px;
    padding-right: 5px;
}

.rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-price {
    color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 100;
    font-size: 20px;
}

.rw-store-product-detail-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap {
    width: 100%;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-left {
    width: 100%;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-left .image-large {
    margin-bottom: 30px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right {
    width: 100%;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 568px;
    background-color: #b765a8;
    padding: 15px;
    color: #fff;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-title h1 {
    font-size: 36px;
    line-height: 1.35em;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-description p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-ul {}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-ul .rw-store-product-detail-price {
    color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 100;
    font-size: 20px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-ul .rw-store-product-detail-price strong {
    color: #fff;
    font-weight: 100;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-ul .rw-store-product-detail-instock {
    color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 100;
    font-size: 20px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-ul .rw-store-product-detail-instock strong {
    color: #fff;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-add-cart input[type="submit"] {
    margin: 0 auto;
    margin-bottom: 10px;
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-buy-now input[type="submit"] {
    margin: 0 auto;
    margin-bottom: 10px;
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-add-cart button {
    margin: 0 auto;
    margin-bottom: 10px;
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    width: 100%;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-buy-now button {
    margin: 0 auto;
    margin-bottom: 10px;
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    width: 100%;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    margin-top: 40px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-list .rw-store-product-wrap {
    width: 100%;
    max-width: 330px;
}


/*
@media (min-width:640px) {

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-list .rw-store-product-wrap {
  width: 33.33333%;
}

}

@media (min-width:1024px) {

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-list .rw-store-product-wrap {
  width: 33.33333%;
}

}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-detail-related-inner-wrap .rw-store-product-detail-related-title {
	text-align: center;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-detail-related-inner-wrap .rw-store-product-detail-related-title h3 {
	color: #be1e2d;
    font-family: 'Architects Daughter', cursive;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-detail-related-inner-wrap .rw-store-product-detail-related-product {
	display: inline-block;
    width: 49.3%;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 15px;
}

.rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-related .rw-store-product-detail-related-inner-wrap .rw-store-product-detail-related-product .image{
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

.rw-store-product-detail-view-cart {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.rw-store-product-detail-view-cart a {
    color: #fff;
}

.rw-store-product-detail-view-cart a:visited,
.rw-store-product-detail-view-cart a:hover,
.rw-store-product-detail-view-cart a:focus,
.rw-store-product-detail-view-cart a:active {
    color: #fff;
}

.rw-sg-attributes {
    display: flex;
}

.rw-sg-attributes-wrap {
    width: 50%;
    text-align: center;
    padding: 5px;
}

.productAttributesContainer {
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    margin: 20px 0;
    padding: 15px 0;
}

#cart-footer .columns .opt-discount input[type="submit"] {
    max-width: 200px;
}

#cart-footer .columns .opt-btns a#catshopbuy {
    border-radius: 15px;
    max-width: 320px;
}

#cart-footer .columns .opt-btns a#catshopclear {
    border-radius: 15px;
}

.store-videosubcta-wrap {
    margin-bottom: 30px;
}

.shopping-cart-page {}

.shopping-cart-page h2.shopping-cart-review-caption {}

.shopping-cart-page .shopping-cart-wrap {}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 375px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description {
    display: inline-block;
    width: 70%;
    padding: 0 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top {
    width: 100% !important;
    text-align: center;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top a {
    font-size: 14px;
    color: #fff;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top a :visited {
    font-size: 14px;
    color: #fff;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top a:hover,
.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top a:focus,
.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-title-top a:active {
    font-size: 14px;
    color: #fff;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-image {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 5px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-image a {}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-image a img {
    max-width: none;
    width: 100%;
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-options {
    width: 100% !important;
    text-align: center;
    padding: 5px 0;
    min-height: 60px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-options h6.product-options-selected-title {
    width: 100% !important;
    text-align: center;
    margin-bottom: 2px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .product-options .product-options-description {
    width: 100% !important;
    text-align: center;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info {
    width: 30%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-pricicing-inner-wrap {
    padding: 10px 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info hr {
    width: 100%;
    margin: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-pricicing-inner-wrap .cart-cell {
    width: 100% !important;
    text-align: center !important;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-pricicing-inner-wrap .number-price .productitemcell {
    border-bottom: none;
    line-height: normal;
    overflow: visible;
    height: auto;
    padding: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-pricicing-inner-wrap .number-qty {
    padding: 0 15px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-pricicing-inner-wrap .cart-title {
    font-weight: 600;
    color: #662d91;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-pricicing-info .shopping-cart-products-quantity .number-qty [type=text] {
    margin: 0 auto;
    text-align: center;
    border-top: none;
    border-bottom: none;
    height: 22px;
    padding: 0;
    margin-top: 6px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .shopping-cart-products-remove-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .shopping-cart-products-remove-wrap button {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 10px;
    max-width: 160px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background-color: #662d91;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap .shopping-cart-products-description .shopping-cart-products-remove-wrap button h3 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap {
    max-width: 320px;
    float: right;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap .shopping-cart-gift-card-code input[type="submit"] {
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap {
    max-width: 320px;
    float: right;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0 0 10px 20px;
    margin-bottom: 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap {}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-title label {
    font-family: 'azo_sansregular';
    color: #7e7673;
    font-size: 18px;
}

.rw-cart-discount-code .rw-cart-discount-code-content {}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input {}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content {}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content .rw-cart-discount-code-input-field input {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 12px;
    line-height: 22px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content .rw-cart-discount-code-input-buttons {}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content .rw-cart-discount-code-input-buttons .rw-cart-discount-code-input-buttons-wraps {
    margin-top: 10px;
}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content .rw-cart-discount-code-input-buttons .rw-cart-discount-code-input-buttons-wraps button {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 10px;
    max-width: 160px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background-color: #662d91;
}

.rw-cart-discount-code .rw-cart-discount-code-content .rw-cart-discount-code-input .rw-cart-discount-code-input-content .rw-cart-discount-code-input-buttons .rw-cart-discount-code-input-buttons-wraps h3 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-totals-wrap {
    max-width: 320px;
    float: right;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0 0 10px 20px;
    margin-bottom: 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap {
    max-width: 320px;
    float: right;
    width: 100%;
    padding: 0 0 10px 0px;
    margin-bottom: 10px;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap a {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    padding: 10px 10px;
    max-width: 160px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background-color: #662d91;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap a h3 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap button {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    padding: 10px 10px;
    max-width: 160px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background-color: #662d91;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap button h3 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.shopping-cart-page .shopping-cart-wrap .shopping-cart-check-clear-btns-wrap .store-bulkorder-wrap:before,
.store-bulkorder-wrap:after {
    clear: both;
}

.store-bulkorder-wrap {
    padding: 0 15px;
    text-align: center;
}

.store-bulkorder-wrap p {
    color: #be1e2d;
}


/* Store Page - END */


/* Secure-Zone SIGN-IN */

.rw-secure-login-page {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-secure-login-page .rw-secure-login-page-content {}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap {
    border-radius: 15px;
    overflow: hidden;
    max-width: 475px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto 30px;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-login-page-form-header {
    background-color: #00aeef;
    text-align: center;
    padding: 1.25rem 1rem;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-login-page-form-header h2 {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form {
    padding: 1rem;
    text-align: center;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .lost-password a {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    padding: 5px;
    border-radius: 15px;
    font-size: 14px;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-secure-page .rw-secure-page-accordion-wrap {
    border-radius: 15px;
    overflow: hidden;
    max-width: 475px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login {
    text-align: center;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login a {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .lost-password a {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
    padding: 5px;
    border-radius: 15px;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up {
    text-align: center;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up a {
    background-color: #ea651a;
    text-align: center;
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-weight: 600;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap {
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .subscription-radio .subscription-radio-inner-wrap input[type=radio] {
    margin-right: 10px;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .cardexpiry label,
.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .cardtype label {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    display: block;
    margin-bottom: 0;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item select {
    font-size: 13.72px;
    font-family: 'azo_sansregular';
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 12px;
    line-height: 22px;
    height: 40px;
    width: 100%;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-login .accordion-content .rw-secure-page-login-form .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-secure-page .rw-secure-page-accordion-wrap ul.accordion li.rw-secure-page-sign-up .accordion-content .rw-video-sub-form-inner-wrap .item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}


/* Secure-Zone SIGN-IN - END */

.rw-classroom-page {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-classroom-page {}

.rw-classroom-page .rw-classroom-video-wrap {}

.rw-classroom-page .get-write-btn-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.rw-classroom-page .get-write-btn-wrap a {
    display: block;
}

.rw-classroom-page .get-write-btn-wrap a img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    background-color: #b765a8;
    padding: 10px;
    max-width: 320px;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block:nth-child(5n+1) {
    background-color: #00aeef;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block:nth-child(5n+2) {
    background-color: #ea651a;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block:nth-child(5n+3) {
    background-color: #be1e2d;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block:nth-child(5n+4) {
    background-color: #662d91;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block:nth-child(5n+5) {
    background-color: #009444;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-name {
    text-align: center;
    min-height: 85px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-name h3 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-link {}

.rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-img img {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}


/* Secure Zone - END*/


/* Media Queries */


/* Small only - max-639*/

@media screen and (max-width: 39.9375em) {}

@media screen and (min-width: 375px) {
    .rw-testimonials-layer {
        min-height: 1450px;
    }
    figure.bigcountry-fig p.description {
        bottom: 4em;
    }
    figure.jazzyfaith-fig p.description {
        bottom: 5em;
    }
    figure.hiphop-fig p.description {
        bottom: 4em;
    }
    figure.morock-fig p.description {
        bottom: 3.5em;
    }
    .rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap {
        max-width: 375px;
        margin: 0 auto;
    }
    .rw-contact-us-page .rw-contact-us-wrap .contact-us-input-wrap .contact-us-input-gcaptcha .g-recaptcha {
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        display: inline-block;
    }
    .rw-program-page .rw-preassessment-form-wrap .rw-preassessment-input-wrap .rw-preassessment-form-input-gcaptcha .g-recaptcha {
        display: inline-block;
    }
}

@media screen and (min-width: 425px) {
    .rw-testimonials-layer {
        min-height: 1400px;
    }
    .inner-pg-title .inner-pg-title-innerwrap {
        height: 48px;
    }
    .inner-pg-title .inner-pg-title-innerwrap h1 {
        font-size: 30px;
    }
    figure.bigcountry-fig p.description {
        bottom: 5em;
    }
    figure.hiphop-fig p.description {
        bottom: 5em;
    }
    figure.morock-fig p.description {
        bottom: 4em;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap {
        min-height: 100px;
    }
    .rw-store-product-detail-inner-wrap {
        max-width: 425px;
        margin: 0 auto;
    }
    .rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons {
        max-width: none;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-add-cart {
        margin-right: 5px;
    }
    .rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right .rw-store-product-detail-right-inner-wrap .rw-store-product-detail-cartbuttons .rw-store-product-detail-buy-now {}
}


/* min-475px */

@media screen and (min-width: 26.563em) {
    .get-write-crew-member-box img {
        max-height: 180px;
    }
    .rw-testimonials-layer {
        min-height: 1300px;
    }
}

@media screen and (min-width: 480px) {
    ul.utility_menu li.cart-icon a {
        padding: 6px 0px 0 7px;
    }
}

@media screen and (min-width: 530px) {
    .rw-testimonials-layer {
        min-height: 1200px;
    }
}


/* min-568px */

@media screen and (min-width: 35.500em) {
    ul.utility_menu {
        width: auto;
        float: right;
        margin: 0px;
        padding-top: 0;
    }
    ul.utility_menu li {
        float: left;
        position: relative;
    }
    .inner-pg-title .inner-pg-title-innerwrap {
        height: 62px;
    }
    .inner-pg-title .inner-pg-title-innerwrap h1 {
        font-size: 40px;
    }
    .get-write-crew-member-box img {
        max-height: 200px;
    }
    .testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .firstname {
        display: inline-block;
        width: 32.80679%;
    }
    .testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .lastname {
        display: inline-block;
        width: 32.80679%;
    }
    .testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .email {
        display: inline-block;
        width: 32.80679%;
    }
    .testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .company {
        display: inline-block;
        width: 49.6%;
    }
    .testimonials-page-form .rw-testimonials-form-wrap .rw-testimonials-form-inner-wrap .input-wrap .position {
        display: inline-block;
        width: 49.6%;
    }
    /*
	.rw-testimonials{
		background:url(/_assets/img/instructor/rw-instructor-standard-bg.jpg);
		background-position: -550px;
		background-size: 2700px;
		background-repeat: no-repeat;
	}

	.rw-testimonials-layer {
		min-height: 1600px;
	}

	.rw-testimonials .rw-testimonials-detail {
		top: 50%;
	}

	.rw-testimonials-layer:before {
		height: 1650px;
    		top: -15px;
	}

	.rw-testimonials-layer:after {
		border-bottom: 1600px solid rgba(17, 17, 17, 0.84);
		border-left: 230px solid transparent;
		left: -230px;
	}
*/
    .ellipse-circle {
        left: -184px;
    }
    .rw-testimonials-layer:before,
    .rw-testimonials-line {
        left: -120px;
        -webkit-transform: rotate(8.2deg);
        -ms-transform: rotate(8.2deg);
        -moz-transform: rotate(8.2deg);
        -o-transform: rotate(8.2deg);
        transform: rotate(8.2deg);
    }
    .rw-testimonials-line {
        top: 600px;
        left: -124px;
    }
    .blog-list figure figcaption {
        background: rgba(102, 45, 145, 0.7);
    }
    .blog-list-detail figure figcaption {
        background: rgba(102, 45, 145, 0.7);
    }
    .gallery_album {
        display: block;
    }
    .mobile-gallery-album {
        display: none;
    }
    .see-full-gallery {
        display: none;
    }
    .rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block {
        max-width: 90%;
    }
    .rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(odd) {
        float: left;
    }
    .rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block:nth-child(even) {
        float: right;
    }
    .rw-store-page .rw-store-product-wrap {
        width: 50%;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* Medium and up 640px*/

@media screen and (min-width: 40em) {
    .inner-pg-title .inner-pg-title-innerwrap {
        height: 66px;
    }
    .inner-pg-title .inner-pg-title-innerwrap h1 {
        font-size: 44px;
    }
    .homepage-section-header {
        font-size: 40px;
    }
    .section-header {
        font-size: 40px;
    }
    .rwpartners-content-title h2 {
        font-size: 40px;
    }
    .rw-testimonials-sg-title h2 {
        font-size: 40px;
    }
    .home-slider .mobile-img {
        display: none;
    }
    .home-slider .ipad-img {
        display: block;
        max-width: inherit;
        width: 100%;
    }
    .rwmeet-get-write-video {
        background-image: url(/_assets/img/get-write-video/rw-video-img-tablet.jpg)
    }
    /* Instructional videos */
    .rwinstructional .other-instructional-videos .other-videos {
        width: 25%;
        padding: 5px;
    }
    .rwinstructional .other-instructional-videos .other-videos-video {
        margin-bottom: 0px;
        border: none;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap {
        width: 100%;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap {
        width: 100%;
        padding: 0;
    }
    .rwinstructional .other-instructional-videos .other-videos-view-more {
        display: table;
        min-height: 144px;
    }
    .rwinstructional .other-instructional-videos .other-videos-view-more a {
        min-height: 144px;
        display: table-cell;
        vertical-align: middle;
    }
    /* revamped testimonials section */
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
        margin-top: 500px;
    }
    /* revamped testimonials section - END */
    /*
	.rw-testimonials-layer {
		min-height: 1600px;
		background: rgba(0,148,68,0.7)
	}

	.rw-testimonials-detail h1 {
		font-size: 38px;
    	line-height: 40px;
	}
*/
    .album-nav {
        bottom: -160px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -o-align-items: normal;
        -ms-align-items: normal;
        -moz-align-items: normal;
        -webkit-align-items: normal;
        align-items: normal;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap {
        width: 50%;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:first-child {
        padding-right: 5px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(2) {
        padding-left: 5px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(3) {
        padding-right: 5px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap:nth-child(4) {
        padding-left: 5px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap {
        min-height: 480px;
    }
    .video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-sub-page .rw-video-sub-preview .rw-video-sub-preview-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-inner-wrap .rw-classroom-video-block-name h3 {
        font-size: 22px;
    }
    .rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block {
        width: 48%;
        margin: 1%;
    }
    .rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block .rw-classroom-video-block-name h3 {
        font-size: 22px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap {
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-products-wrap .shopping-cart-products-individual-wrap {
        max-width: 300px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap {
        max-width: none;
        float: none;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -o-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap .shopping-cart-discount-code input#DiscountCode,
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap .shopping-cart-discount-code input#GiftVoucher {
        width: 100%;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap {
        max-width: none;
        float: none;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -o-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap p {
        width: 100%;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap .shippingCountryDiv select.shippingDropDown {
        margin-top: 5px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap .shippingDiv select.shippingDropDown {
        margin-top: 5px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap .shippingStateDiv select.shippingDropDown {
        margin-top: 5px;
    }
}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}


/* 768px and up */

@media screen and (min-width: 48em) {
    .inner-pg-title .inner-pg-title-innerwrap {
        height: 70px;
    }
    .inner-pg-title .inner-pg-title-innerwrap h1 {
        font-size: 48px;
    }
    .inner-pg-title-mobile {
        display: none;
    }
    .inner-pg-title-desktop {
        display: block;
    }
    .hexwrap {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    /* revamped testimonials section */
    .rw-testimonials-revamped {
        background-size: 212%;
        background-position: 24% top;
    }
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
        margin-top: 0;
        margin-left: 50%;
    }
    /* revamped testimonials section - END */
    /*
	.rw-testimonials-layer {
		min-height: 1600px;
	}

	.rw-testimonials {
		background-position: -230px;
	}
*/
    .rwblog .rwblog-blog-list-wrap .blog-list {
        border-bottom: none;
        width: 50%;
        padding: 0 15px;
    }
    .rwblog .rwblog-blog-list-wrap .blog-list h2 {
        font-size: 20px;
    }
    .rwblog .rwblog-blog-list-wrap .blog-list figure a {
        display: block;
        overflow: hidden;
        max-height: 340px;
    }
    .album-nav {
        bottom: -210px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters {
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap {
        max-width: 434px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap {
        min-height: 500px;
    }
    .rw-blog-page .rw-blog-outer-wrap .right_panel {
        padding-top: 35px
    }
    .rw-store-product-detail-inner-wrap {
        max-width: none;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-title h3 {
        min-height: 100px;
        display: table;
        width: 100%;
    }
    .rw-store-page .rw-store-product-wrap .rw-store-product-inner-wrap .rw-store-product-title h3 a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-left {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .rw-store-product-detail-wrap .rw-store-product-detail-inner-wrap .rw-store-product-detail-right {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 894px) {
    /* revamped testimonials section */
    .rw-testimonials-revamped {
        background-size: 170%;
    }
    /* revamped testimonials section - END */
    /*
	.rw-testimonials-layer {
		min-height: 1400px;
	}

	.rw-testimonials {
		background-size: 2300px;
	}

	.rw-testimonials-line {
		top: 500px;
		left: -109px;
	}
*/
}


/* Large and up 900px*/

@media screen and (min-width: 56.250em) {
    .rwinstructional .featured-instructional-video {
        width: 60%;
        border-bottom: none;
        float: left;
    }
    .rwinstructional .featured-instructional-video .featured-video-inner-wrap {
        background-image: url(/instances/1863/assets/images/home/feat-1-desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 394px;
    }
    .rwinstructional .featured-instructional-video .featured-video-inner-wrap img {
        display: none;
    }
    .rwinstructional .other-instructional-videos {
        width: 40%;
        float: left;
        padding: 0;
    }
    .rwinstructional .other-instructional-videos .other-videos {
        width: 100%;
        min-height: 105px;
        padding: 0 0 0 10px;
        margin-bottom: 10px;
    }
    .rwinstructional .other-instructional-videos .other-videos-view-more {
        min-height: 41px;
        max-height: 41px;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-img-wrap {
        width: 40%;
        min-height: 105px;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap {
        width: 60%;
    }
    .rwinstructional .other-instructional-videos .other-videos-video .instructional-text-wrap h4 {
        font-size: 20px;
    }
    /*
	.rw-testimonials-layer {
		min-height: 1000px;
	}

	.rw-testimonials-line {
		top: 300px;
		left: -114px;
	}
*/
}


/* Large and up 1024px*/

@media screen and (min-width: 64em) {
    .home-slider .ipad-img {
        display: none;
    }
    .home-slider .desktop-img {
        display: block;
        max-width: inherit;
        width: 100%;
    }
    .site-intro {
        height: 60px;
    }
    .home-caption .slidertitle {
        margin-bottom: 0;
        font-size: 34px;
    }
    .home-caption .slidertitle span {
        margin-bottom: 0;
    }
    .hexwrap {
        margin-top: 30px;
    }
    .rwmeet-get-write-video {
        background-image: url(/_assets/img/get-write-video/rw-video-img-desktop.jpg)
    }
    /* revamped testimonials section */
    .rw-testimonials-revamped {
        background-size: 136%;
    }
    /* revamped testimonials section - END */
    /*
	.rw-testimonials-layer {
    	min-height: 1400px;
	}

	.rw-testimonials-line {
		top: 500px;
		left: -108px;
	}
*/
    .album-nav {
        bottom: -350px;
    }
    .rwfooter .rwfooter-address-column,
    .rwfooter .rwfooter-links-column {
        margin-bottom: 0px;
    }
    .rwfooter-column-outerwrap {
        min-height: 420px;
    }
    .rw-store-page .rw-store-product-wrap {
        width: 33.3333%;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    .rw-classroom-page .rw-classroom-video-wrap .rw-classroom-video-inner-wrap .rw-classroom-video-block {
        width: 31%;
        margin: 1%;
    }
}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media screen and (min-width: 1125px) {
    /*
	.rw-testimonials {
		background-position: -200px;
		background-size: 1950px;
	}

	.rw-testimonials-layer {
		min-height: 1200px;
	}

	.rw-testimonials-line {
		top: 400px;
		left: -95px;
	}
*/
}

@media screen and (min-width: 1280px) {
    /* revamped testimonials section */
    .rw-testimonials-revamped {
        background-size: cover;
        background-position: 0 top;
    }
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
        margin-left: 60%;
    }
    /* revamped testimonials section - END */
}


/* X-Large and up 1440px*/

@media screen and (min-width: 90em) {
    .home-slider .ipad-img {
        display: none;
    }
    .home-slider .desktop-img {
        display: block;
        max-width: inherit;
        width: 100%;
    }
    .rwmeet-get-write-video {
        background-image: url(/_assets/img/get-write-video/rw-video-img-desktopxl.jpg)
    }
    /* revamped testimonials section */
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
        margin-left: 65%;
    }
    /* revamped testimonials section - END */
}

@media screen and (min-width: 1920px) {
    /* revamped testimonials section */
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap {
        max-width: 1174px;
        margin: 0 auto;
    }
    .rw-testimonials-revamped .rw-testimonials-revamped-wrap .rw-testimonials-revamped-block {
        margin-left: 60%;
    }
    /* revamped testimonials section - END */
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .rwfooter .rwfooter-social-column .rwfooter-social-wrap .rwfooter-social-ul {
        width: 115px;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer {
        margin-bottom: 30px;
        display: block;
    }
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer {
        margin-top: 60px;
        display: block;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .tablet,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .tablet {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .desktop,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .desktop {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .desktopxl,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .desktopxl {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-modernbrowsers {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-btm-modernbrowsers {
        display: none;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap {
        width: 100%;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap {
        max-width: 600px;
    }
}

@media all and (min-width: 616px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .mobile,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .mobile {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .tablet,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .tablet {
        display: block;
    }
}

@media all and (min-width: 640px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .rwinstructional .other-instructional-videos .other-videos-view-more a {
        min-height: 120px;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap {
        width: 50%;
    }
    .rw-meet-the-crew-page .rw-meet-the-crew-characters .character-wrap .character-inner-wrap {
        max-width: 500px;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap .shopping-cart-discount-code {
        margin: 0 auto;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-discounts-gift-wrap .shopping-cart-gift-card-code {
        margin: 0 auto;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap .shippingCountryDiv {
        margin: 0 auto;
    }
    .shopping-cart-page .shopping-cart-wrap .shopping-cart-shipping-wrap .shippingDiv {
        margin: 0 auto;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    section.rwprogramandaboutus .rwprogram-modernbrowsers {
        display: none;
    }
    section.rwprogramandaboutus .rwprogram-interneteplorer {
        display: block;
    }
    .hexblock {
        width: 33.33333%;
    }
}

@media all and (min-width: 900px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .rwinstructional .other-instructional-videos .other-videos-view-more a {
        min-height: 50px;
    }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .tablet,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .tablet {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .desktop,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .desktop {
        display: block;
    }
}

@media all and (min-width: 1440px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .desktop,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .desktop {
        display: none;
    }
    section.rwprogramandaboutus .rwhome-pencils-top-interneteplorer .desktopxl,
    section.rwprogramandaboutus .rwhome-pencils-btm-interneteplorer .desktopxl {
        display: block;
    }
}


/* writing standards */

.rw-writing-stnd-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-writing-stnd-list-wrap {}

.rw-writing-stnd-map-wrap {
    display: none;
}

.rw-writing-stnd-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.rw-writing-stnd-list-item {
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 10px;
    background: #fff;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    min-width: 300px;
}

.rw-writing-stnd-list-item h4 {
    margin: 0;
    padding: 0;
}

.rw-writing-stnd-list-item a {
    color: #662d91;
    font-family: 'Architects Daughter', cursive;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 2px 10px;
    background-color: #2199e8;
}

@media screen and (min-width: 1024px) {
    .rw-writing-stnd-list-wrap {
        display: none;
    }
    .rw-writing-stnd-map-wrap {
        display: block;
    }
}


/* writing standards - end */

.rw-payment-page {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.rw-payment-page .form-wrap .form-input-wrap {
    max-width: 375px;
    margin: 0 auto;
}

.rw-payment-page .form-wrap .form-input-wrap .form-inner-section {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.rw-payment-page .form-wrap .form-input-wrap .form-customer-information {
    margin-top: 40px;
}

.rw-payment-page .form-wrap .form-input-wrap .form-billing-information .form-item select {
    color: #7e7673;
}

.rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-expiry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-expiry label {
    width: 100%;
}

.rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-expiry select {
    width: 50%;
    color: #7e7673;
}

.rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-cdtype select {
    width: 50%;
    color: #7e7673;
}

.rw-payment-page .form-wrap .form-input-wrap .form-input-amount input {
    max-width: 250px;
    margin: 0 auto 20px;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item input:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .form-wrap .form-input-wrap .form-item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7673;
    opacity: 1;
}

.rw-payment-page .rw-payment-page-results {
    margin-top: 50px;
}

.rw-payment-page-confirm .rw-standard-btn a:first-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .rw-payment-page .form-wrap .form-input-wrap {
        max-width: 768px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-customer-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-customer-information .form-item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-customer-information .form-item input {
        min-width: 250px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-billing-information .form-item select {
        min-width: 250px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-inner-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-inner-section .form-subtitle-wrap {
        width: 100%;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-inner-section .form-item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-inner-section .form-item input {
        min-width: 250px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-inner-section .form-input-expiry {
        width: 100%;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-expiry select {
        max-width: 250px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-cdtype {
        width: 100%;
    }
    .rw-payment-page .form-wrap .form-input-wrap .form-creditcard-information .form-input-cdtype select {
        max-width: 250px;
    }
}

.rw-thankyou-page:after,
.rw-thankyou-page:before {
    clear: both;
}

.rw-thankyou-page {
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.rw-thankyou-page .rw-recommended .rw-recommended-wrap {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    
}

.rw-thankyou-page .rw-recommended .rw-recommended-wrap .rw-recommended-block {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    min-width: 290px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    margin-bottom: 5px;
}

.rw-thankyou-page .rw-recommended .rw-recommended-wrap .rw-recommended-block:first-child {
    background-color: #662d91;
}

.rw-thankyou-page .rw-recommended .rw-recommended-wrap .rw-recommended-block:nth-child(2) {
    background-color: #00aeef;
}

.rw-thankyou-page .rw-recommended .rw-recommended-wrap .rw-recommended-block:nth-child(3) {
    background-color: #ea651a;
}

@media screen and (min-width: 768px) {
    .rw-thankyou-page .rw-recommended .rw-recommended-wrap {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rw-thankyou-page .rw-recommended .rw-recommended-wrap .rw-recommended-block {
        margin-bottom: 15px;
    }
}

.rwty-ctarecommended .rwty-ctarecommended-content {
  display: -o-flex;
  /* Opera */
  display: -ms-flex;
  /* IE - Edge */
  display: -moz-flex;
  /* Firefox */
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  background: #fff;
  padding: 50px 0;
  background-image: url(/instances/1863/assets/images/rw-musical-notes-pg-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  max-width: 1154px;
    margin: 0 auto;
}
  
.rwty-ctarecommended .rwty-ctarecommended-content .rwty-ctarecommended-content-btn .rw-recommended-block {
    color: #fff;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #fff;
    min-width: 290px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    margin-bottom: 5px;
    text-align: center;
}

.rwty-ctarecommended .rwty-ctarecommended-content .rwty-ctarecommended-content-btn:nth-child(1) .rw-recommended-block {
    background-color: #662d91;
}

.rwty-ctarecommended .rwty-ctarecommended-content .rwty-ctarecommended-content-btn:nth-child(2) .rw-recommended-block {
    background-color: #00aeef;
}

.rwty-ctarecommended .rwty-ctarecommended-content .rwty-ctarecommended-content-btn:nth-child(3) .rw-recommended-block {
    background-color: #ea651a;
}

@media screen and (min-width: 768px) {
    .rwty-ctarecommended .rwty-ctarecommended-content {
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.rw-book-inquiry-page:after,
.rw-book-inquiry-page:before {
    clear: both;
}

.rw-book-inquiry-page {
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.rw-book-inquiry-page .rw-book-inquiry-form-wrap {
    max-width: 375px;
    margin: 0 auto;
}

.rw-book-inquiry-page .rw-book-inquiry-form-wrap .form-input-wrap .form-input-captcha {
    margin-bottom: 15px;
    text-align: center;
}

.rw-book-inquiry-page .rw-book-inquiry-form-wrap .form-input-wrap .form-input-captcha .g-recaptcha {
    display: inline-block;
}

.rwhowitworks-content {
    width: 100%;
    text-align: center;
    background-color: #662d91;
    padding: 40px 15px;
    background-image: url(/instances/1863/assets/images/school-icons.png);
    background-repeat: repeat;
    background-size: auto;
    background-blend-mode: soft-light;
}

.rwhowitworks-intro {
    max-width: 1174px;
    margin: 0 auto 60px;
}

.rwhowitworks-intro h2 {
    font-family: 'Architects Daughter', cursive;
    font-size: 32px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
}

.rwhowitworks-intro p {
    color: #fff;
}

.rwhowitworks-meethecrew {
    margin-bottom: 60px;
}

.rwhowitworks-meethecrew-content {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 15px;
}

.rwhowitworks-meethecrew-title h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-meethecrew-crew-imgs {
    display: flex;
    flex-wrap: wrap;
}

.rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap {
    width: 50%;
    padding: 0 0 20px 0;
}

.rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap img {
    max-height: 100px;
}

.rwhowitworks-meethecrew-crew-links .rw-standard-btn {
    margin-bottom: 20px;
}

.rwhowitworks-workbook {
    margin-bottom: 60px;
}

.rwhowitworks-workbook-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-workbook-text {
    margin-bottom: 20px;
}

.rwhowitworks-workbook-text h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-workbook-text p {
    color: #fff;
}

.rwhowitworks-workbook-text a {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-workbook-text a:focus,
.rwhowitworks-workbook-text a:hover,
.rwhowitworks-workbook-text a:visited {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-workbook-img {
    text-align: center;
}

.rwhowitworks-workbook-img img {
    max-width: 500px;
    width: 100%;
    display: inline;
}

.rwhowitworks-stepstosuccess {
    margin-bottom: 60px;
}

.rwhowitworks-stepstosuccess-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-stepstosuccess-text {
    margin-bottom: 20px;
}

.rwhowitworks-stepstosuccess-text h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-stepstosuccess-text p {
    color: #fff;
}

.rwhowitworks-stepstosuccess-text a {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-stepstosuccess-text a:focus,
.rwhowitworks-stepstosuccess-text a:hover,
.rwhowitworks-stepstosuccess-text a:visited {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-stepstosuccess-img {
    text-align: center;
}

.rwhowitworks-stepstosuccess-img img {
    max-width: 500px;
    width: 100%;
    display: inline;
}

.rwhowitworks-preassessment {
    margin-bottom: 60px;
}

.rwhowitworks-preassessment-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-preassessment-text {
    margin-bottom: 20px;
}

.rwhowitworks-preassessment-text h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-preassessment-text p {
    color: #fff;
}

.rwhowitworks-preassessment-text a {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-preassessment-text a:focus,
.rwhowitworks-preassessment-text a:hover,
.rwhowitworks-preassessment-text a:visited {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-preassessment-img {
    text-align: center;
}

.rwhowitworks-preassessment-img img {
    max-width: 500px;
    width: 100%;
    display: inline;
}

.rwhowitworks-samples {
    margin-bottom: 60px;
}

.rwhowitworks-samples-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-samples-text {
    margin-bottom: 20px;
}

.rwhowitworks-samples-text h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-samples-text p {
    color: #fff;
}

.rwhowitworks-samples-text a {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-samples-text a:focus,
.rwhowitworks-samples-text a:hover,
.rwhowitworks-samples-text a:visited {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-samples-img {
    text-align: center;
}

.rwhowitworks-samples-img img {
    max-width: 500px;
    width: 100%;
    display: inline;
}

.rwhowitworks-videos {
    margin-bottom: 60px;
}

.rwhowitworks-videos-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-videos-title {
    margin-bottom: 20px;
    max-width: 990px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.rwhowitworks-videos-title h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-videos-title p {
    color: #fff;
}

.rwhowitworks-videos-samples-block {
    max-width: 300px;
    margin: 0 auto 15px;
}

.rwhowitworks-videos-samples-link {
    display: block;
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-position-y: -18px;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.rwhowitworks-videos-samples-block:nth-child(1) .rwhowitworks-videos-samples-link {
    background-image: url(/instances/1863/assets/images/subscription/V-v-W-w-screenshot.jpg);
}

.rwhowitworks-videos-samples-block:nth-child(2) .rwhowitworks-videos-samples-link {
    background-image: url(/instances/1863/assets/images/subscription/T-I-screenshot.jpg);
}

.rwhowitworks-videos-samples-block:nth-child(3) .rwhowitworks-videos-samples-link {
    background-image: url(/instances/1863/assets/images/subscription/C-c-O-o-screenshot.jpg);
    margin-bottom: 20px;
}

.rwhowitworks-videos-samples-thank-you-pg .rwhowitworks-videos-samples-block:nth-child(1) .rwhowitworks-videos-samples-link {
  background-image: url(/instances/1863/assets/images/subscription/S-s-screenshot.jpg);
}

.rwhowitworks-videos-samples-thank-you-pg .rwhowitworks-videos-samples-block:nth-child(2) .rwhowitworks-videos-samples-link {
  background-image: url(/instances/1863/assets/images/the-solution.jpg?updated=1638813896138);
}

.rwhowitworks-videos-samples-block .rwhowitworks-videos-samples-title h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'azo_sansregular';
}

.rwhowitworks-videos-samples-thank-you-pg .rwhowitworks-videos-samples-block .rwhowitworks-videos-samples-title h3 {
    color:  #662d91;
}

.rwhowitworks-videos-samples-block-content {
    display: flex;
}

.whowitworks-videos-samples-block-img {
    padding: 20px 0 0 20px;
}

.whowitworks-videos-samples-block-play-icon {
    background-color: #be1e2d;
    color: #fff;
    border-radius: 50%;
    padding: 13px 13px 13px 16px;
}

.rwhowitworks-postassessment {
    margin-bottom: 60px;
}

.rwhowitworks-postassessment-content {
    max-width: 1174px;
    margin: 0 auto;
}

.rwhowitworks-postassessment-text {
    margin-bottom: 20px;
}

.rwhowitworks-postassessment-text h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
}

.rwhowitworks-postassessment-text p {
    color: #fff;
}

.rwhowitworks-postassessment-text a {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-postassessment-text a:focus,
.rwhowitworks-postassessment-text a:hover,
.rwhowitworks-postassessment-text a:visited {
    color: #fff;
    text-decoration: underline;
}

.rwhowitworks-postassessment-img {
    text-align: center;
}

.rwhowitworks-postassessment-img img {
    max-width: 500px;
    width: 100%;
    display: inline;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation: fade 8s linear forwards;
    animation: fade 8s linear forwards;
}

@-webkit-keyframes fade {
    0%,100% {opacity: 0;}
    30%, 80% {opacity: 1;}
}

@keyframes fade {
    0%,100% {opacity: 0;}
    30%, 80% {opacity: 1;}
}

@media only screen and (min-width: 375px) {
    .rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap img {
        max-height: 160px;
    }
}

@media only screen and (min-width: 500px) {
    .rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap img {
        max-height: 200px;
    }
}

@media only screen and (min-width: 640px) {

    .rwhowitworks-videos-samples {
        display: flex;
        justify-content: center;
    }

    .rwhowitworks-videos-samples-block {
      margin: 0;
      width: 100%;
      padding: 0 10px;
    }

    a.rwhowitworks-videos-samples-link {
      background-position-y: 0;
    }
    
    .rwhowitworks-videos-samples-block:nth-child(3) .rwhowitworks-videos-samples-link {
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 768px) {
    .rwhowitworks-meethecrew-title h3 {
        font-size: 32px;
    }
    .rwhowitworks-meethecrew-crew-imgs {
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap {
        width: auto;
        padding: 0;
    }
    .rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap img {
        max-height: 140px;
    }
    .rwhowitworks-meethecrew-crew-links {
        display: flex;
        justify-content: center;
    }
    .rwhowitworks-meethecrew-crew-links .rw-standard-btn:nth-child(1) {
        margin-right: 10px;
    }
    .rwhowitworks-meethecrew-crew-links .rw-standard-btn:nth-child(2) {
        margin-left: 10px;
    }
    .rwhowitworks-meethecrew-crew-links .rw-standard-btn a {
        width: 325px;
    }
    .rwhowitworks-workbook-text h3 {
        font-size: 32px;
    }
    .rwhowitworks-workbook-content {
        display: flex;
        flex-direction: row-reverse;
        max-width: 990px;
        margin: 0 auto;
    }
    .rwhowitworks-workbook-text {
        width: 50%;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }
    .rwhowitworks-workbook-img {
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: right;
    }
    .rwhowitworks-workbook-img img {
        max-width: 450px;
    }
    .rwhowitworks-stepstosuccess-text h3 {
        font-size: 32px;
    }
    .rwhowitworks-stepstosuccess-content {
        display: flex;
        max-width: 990px;
        margin: 0 auto;
    }
    .rwhowitworks-stepstosuccess-text {
        width: 50%;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }
    .rwhowitworks-stepstosuccess-img {
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: right;
    }
    .rwhowitworks-stepstosuccess-img img {
        max-width: 450px;
    }
    .rwhowitworks-preassessment-text h3 {
        font-size: 32px;
    }
    .rwhowitworks-preassessment-content {
        display: flex;
        flex-direction: row-reverse;
        max-width: 990px;
        margin: 0 auto;
    }
    .rwhowitworks-preassessment-text {
        width: 50%;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }
    .rwhowitworks-preassessment-img {
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: right;
    }
    .rwhowitworks-preassessment-img img {
        max-width: 450px;
    }
    .rwhowitworks-samples-text h3 {
        font-size: 32px;
    }
    .rwhowitworks-samples-content {
        display: flex;
        max-width: 990px;
        margin: 0 auto;
    }
    .rwhowitworks-samples-text {
        width: 50%;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }
    .rwhowitworks-samples-img {
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: right;
    }
    .rwhowitworks-samples-img img {
        max-width: 450px;
    }
    .rwhowitworks-videos-title h3 {
        font-size: 32px;
    }
    .rwhowitworks-postassessment-text h3 {
        font-size: 32px;
    }
    .rwhowitworks-postassessment-content {
        display: flex;
        flex-direction: row-reverse;
    }
    .rwhowitworks-postassessment-text {
        width: 50%;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }
    .rwhowitworks-postassessment-img {
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: right;
    }
    .rwhowitworks-postassessment-img img {
        max-width: 450px;
    }
    
}

@media only screen and (min-width: 1024px) {
    .rwhowitworks-meethecrew-crew-imgs .rwhowitworks-meethecrew-crew-imgs-wrap img {
        max-height: 200px;
    }
}

.rwpartners-content {
  text-align: center;
  background-color: #ea651a;
  padding: 40px 15px;
}

.rwpartners-content-title {
  max-width: 1174px;
  margin: 0 auto;
}

.rwpartners-content-title h2 {
  font-family: 'Architects Daughter', cursive;
  font-size: 32px;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
  letter-spacing: 1px;
  color: #fff;
}

.rwpartners-blocks {
  max-width: 1174px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rwpartners-block {
  padding: 0px 10px 20px;
}

.rwpartners-block-link {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 20px;
  height: 150px;
  width: 250px;
}

.rwpartners-block-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.rwpartners-block-content-img {
    
}

.rwpartners-block-content-img img {
    max-height: 130px;
}

.rw-sgtestimonials-content {
  background-color: #00aeef;
  padding: 40px 15px;
}

.rw-testimonials-sg-title {
  max-width: 1174px;
  margin: 0 auto;
  text-align: center;
}

.rw-testimonials-sg-title h2 {
  font-family: 'Architects Daughter', cursive;
  font-size: 32px;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
  letter-spacing: 1px;
  color: #fff;
}

.rw-sgtestimonials-block {
  max-width: 1174px;
  margin: 0 auto;
}

.rw-sgtestimonials-block-img {
  margin-bottom: 20px;
}

.rw-sgtestimonials-block-img-content {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}

.rw-sgtestimonials-block-text {
  background-color: #662d91;
  padding: 15px 10px;
  border-radius: 15px;
  position: relative;
  margin: 0 0 20px 0;
}

.rw-sgtestimonials-block-text:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #662d91;
  border-top: 0;
  margin-top: -15px;
  margin-left: -15px;
}

.rw-sgtestimonials-block-quote {
  padding: 0 5px;
}

.rw-sgtestimonials-block-quote p {
  color: #fff;
  margin: 0;
}

.rw-sgtestimonials-block-quote-person {
  padding: 0 5px;
}

.rw-sgtestimonials-block-quote-person p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.rw-testimonials-page .rw-testimonials-chat-wrap .testimonials-chat-block {
    position: relative;
    border-radius: 15px;
    margin-bottom: 25px;
}

@media screen and (min-width: 40em) {
    .rwpartners-content-title h2 {
        font-size: 40px;
    }
    .rw-testimonials-sg-title h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {

  .rw-sgtestimonials-block  {
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
  }

  .rw-sgtestimonials-block-img {
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .rw-sgtestimonials-block-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #662d91;
    border-left: 0;
    margin-top: -15px;
    margin-left: -15px;
  }

  .rw-sgtestimonials-block-text {
    margin: 0;
  }

}

.rwnewsletter-wrap {
    padding-top: 30px;
}

.reveal .rwnewsletter-wrap .robocaptcha .g-recaptcha {
  transform:scale(0.95);
  -webkit-transform:scale(0.95);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

@media only screen and (max-width: 374px) {

  .reveal .rwnewsletter-wrap .robocaptcha .g-recaptcha {
    transform:scale(0.85);
    -webkit-transform:scale(0.85);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

}

.rw-checkout-content {
  max-width: 900px;
  margin: 0 auto;
}

.rw-form-fields {
  margin-bottom: 10px;
}

.rw-form-fields input[type=text], .rw-form-fields input[type=email]{
  max-width: 300px;
  margin: 0 auto;
}

.rw-checkout-payment-form-fields-group1 {
}

.rw-checkout-payment-form-fields-group2 {
  margin-bottom: 20px;
}

.rw-checkout-payment-form-fields-group3 {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rw-checkout-payment-form-fields-group3 h3 {
  margin: 0 10px 0 0;
  color: #662d91;
  font-family: 'Architects Daughter', cursive;
  font-size: 34px;
  font-weight: 600;
  line-height: 28px;
}

.rw-checkout-payment-form-fields-group3 input[type=text] {
  max-width: 100px;
  margin: 0;
  text-align: center;
}

.rw-checkout-payment-form-amount {
  margin: 0 0 10px;
}

.rw-checkout-payment-form-amount-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 13.72px;
  font-family: 'azo_sansregular';
  color: #8b8b8b;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 12px;
  line-height: 22px;
  height: 40px;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  max-width: 300px;
  margin: 0 auto;
}

/* Set the Form as position relative so the absolute positioned spinner centres inside it */
  form.form {
    position: relative;
  }
  /* Optional - blur the submitting Form */
  /* Ignored by IE 11 */
  form.form.form_submitting {
    filter: blur(1px);
  }
  /* Centre the Spinner Container */
  .form_submitting #loadingSpinnerContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Hide the Spinner by default */
  #loadingSpinner {
    opacity: 0%;
    display: none;
  }
  /* While submitting, show the loading Spinner and run animation*/
  .form_submitting #loadingSpinner {
    opacity: 100%;
    display: block;
    width: 120px;
    height: 120px;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-duration: 3s;
  }
  /* Define Animation */
  @keyframes spin {
    from {
      transform: rotate(1deg);
    }
    80% {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.randw-subscription-item {
  padding: 0 15px;
}

.randw-subscription-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.randw-subscription-item-description {
  max-width: 400px;
  width: 100%;
}

.randw-subscription-item-description-content {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
}

.randw-subscription-item-description-content h2 {
  letter-spacing: 1px;
  color: #662d91;
  font-family: 'Architects Daughter', cursive;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 26px;
}

.randw-subscription-item-description-content .randw-subscription-item-description-content-price {
  margin-bottom: 10px;
}

.randw-subscription-item-description-content .randw-subscription-item-description-content-price h3 {
  display: inline;
}

.randw-subscription-item-description-content-output .rw-package-blocks-content-text {
  min-height: auto;
  text-align: center;
  padding: 0;
}

.randw-subscription-item-description-content-output .rw-package-blocks-content-text p {
  font-size: 16px;
  font-weight: 400;
}

.randw-subscription-item-description-content-output .rw-package-blocks-content-text .rw-package-blocks-content-text-list ul {
  margin: 0;
  border-radius: 15px;
  padding: 5px;
  background-color: #662d91;
  color: #fff;
}

.randw-subscription-item-description-content-output .rw-package-blocks-content-text .rw-package-blocks-content-text-list ul li {
  list-style: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.randw-subscription-item-description-content-output .rw-package-blocks-content-text .rw-package-blocks-content-text-list ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.randw-subscription-item-form {
  max-width: 400px;
  width: 100%;
}

.randw-subscription-item-form-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: #fff;
}

.randw-subscription-item-form-content p {
  border-radius: 15px;
  padding: 15px;
  background-color: #00aeef;
  color: #fff;
  font-size: 18px;
  font-family: 'azo_sansbold';
  text-align: center;
}

.randw-form-fields-group {
  margin-bottom: 10px;
}

.randw-form-fields-group-content {
  background: aliceblue;
  padding: 10px 10px 0;
  border-radius: 15px;
  text-align: center;
}

.randw-form-fields-group-content .randw-form-fields-group-title p {
  font-size: 16px;
  padding: 5px;
}

.randw-videosubscription-form .randw-videosubscription-form-content .randw-form-fields-captcha {
  text-align: center;
  margin-bottom: 8px;
}

.randw-videosubscription-form .randw-videosubscription-form-content .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(0.86);
    -ms-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
}

@media only screen and (min-width: 375px) {

  .randw-videosubscription-form .randw-videosubscription-form-content .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@media only screen and (min-width: 768px) {

  .randw-subscription-item-content {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }

}

.rw-sec-accts-subsciptions {
}

.rw-sec-accts-subsciptions-content {
  max-width: 1024px;
  margin: 0 auto;
}

.rw-sec-accts-subsciptions-title {
  text-align: center;
}

.rw-sec-accts-subsciptions-title h3 {
}

.rw-sec-accts-subsciptions-history {
}

.rw-sec-accts-subsciptions-history-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rw-sec-accts-subsciptions-block {
  max-width: 400px;
  width: 100%;
  padding: 0 15px 15px 15px;
}

.rw-sec-accts-subsciptions-block-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  text-align: center;
}

.rw-sec-accts-subsciptions-block-title {
  padding: 10px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+1) .rw-sec-accts-subsciptions-block-title {
    background-color: #00aeef;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+2) .rw-sec-accts-subsciptions-block-title {
    background-color: #ea651a;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+3) .rw-sec-accts-subsciptions-block-title {
    background-color: #be1e2d;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+4) .rw-sec-accts-subsciptions-block-title {
    background-color: #662d91;
}

.rw-sec-accts-subsciptions-block-title h4 {
  color: #fff;
  margin: 0;
  font-family: 'azo_sansregular';
}

.rw-sec-accts-subsciptions-block-status {
  margin-bottom: 5px;
  margin-top: 5px;
}

.rw-sec-accts-subsciptions-block-status p {
  margin: 0;
}

.rw-sec-accts-subsciptions-block-price {
  margin-bottom: 5px;
}

.rw-sec-accts-subsciptions-block-price p {
  margin: 0;
}

.rw-sec-accts-subsciptions-block-sku {
  margin-bottom: 5px;
}

.rw-sec-accts-subsciptions-block-sku p {
  margin: 0;
}

.rw-sec-accts-subsciptions-block-date {
  margin-bottom: 5px;
}

.rw-sec-accts-subsciptions-block-date p {
  margin: 0;
}

.rw-sec-accts-subsciptions-block-update {
  margin-bottom: 5px;
}

.rw-sec-accts-subsciptions-block-update p {
  margin: 0;
}

.rw-sec-accts-subsciptions-block-cancel {
  padding: 5px;
  color: #fff;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+1) .rw-sec-accts-subsciptions-block-cancel {
    background-color: #00aeef;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+2) .rw-sec-accts-subsciptions-block-cancel {
    background-color: #ea651a;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+3) .rw-sec-accts-subsciptions-block-cancel {
    background-color: #be1e2d;
}

.rw-sec-accts-subsciptions-block:nth-child(4n+4) .rw-sec-accts-subsciptions-block-cancel {
    background-color: #662d91;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: #fff;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-wrap {
  width: 100%;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha  {
  text-align: center;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha {
  margin-bottom: 8px;
}

.randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
  display: inline-block;
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (min-width: 375px) {

  .randw-contactus-form .randw-contactus-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.randw-bookorder-form .randw-bookorder-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
  display: inline-block;
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (min-width: 375px) {

  .randw-bookorder-form .rrandw-bookorder-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .submit button{
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .submit button:hover,
.rw-secure-login-page .rw-secure-login-page-content .rw-secure-login-page-form-wrap .rw-secure-page-login-form .submit button:focus {
    background: #662d91;
    color: #fff;
    transition-duration: .5s;
}

.randw-manualpymnt-form .randw-manualpymnt-form-content .randw-form-content {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: #fff;
}

.randw-manualpymnt-form .randw-manualpymnt-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
  display: inline-block;
  -o-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -webkit-transform: scale(0.86);
  transform: scale(0.86);
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (min-width: 375px) {

  .randw-manualpymnt-form .randw-manualpymnt-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.randw-preassessment-form .randw-preassessment-form-content .randw-form-content {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.randw-preassessment-form .randw-preassessment-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha {
  text-align: center;
}

.randw-preassessment-form .randw-preassessment-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
  display: inline-block;
  -o-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -webkit-transform: scale(0.86);
  transform: scale(0.86);
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
}

@media only screen and (min-width: 375px) {

  .randw-preassessment-form .randw-preassessment-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.randw-checkout-form .randw-checkout-form-content .randw-form-content {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.randw-checkout-form .randw-checkout-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha {
  text-align: center;
}

.randw-checkout-form .randw-checkout-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
  display: inline-block;
  -o-transform: scale(0.89);
  -ms-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -webkit-transform: scale(0.89);
  transform: scale(0.89);
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
}

@media only screen and (min-width: 375px) {

  .randw-checkout-form .randw-checkout-form-content .randw-form-content .randw-form-content-fields .randw-form-fields-captcha .g-recaptcha {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.rw-401-page .rw-401-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.rw-pass-recover-page .rw-pass-recover-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.rw-pass-reset-page .rw-pass-reset-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.rwcomingsoon {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
}
.rwcomingsoon-content {
    
}
.rwcomingsoon-content .small-12 {
    
}
.rwcomingsoon-content .small-12 h2 {
    
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app {
    
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-title {
    
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-title h3 {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-mobile-app-content {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-mobile-app-content .rwcomingsoon-mobile-app-block {
    padding: 5px;
}
.rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-mobile-app-content .rwcomingsoon-mobile-app-block img {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .rwcomingsoon-content .small-12 .rwcomingsoon-content-block {
    flex-direction: row;
  }
  .rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app {
    padding-right: 10px;
  }
  .rwcomingsoon-content .small-12 .rwcomingsoon-content-block .rwcomingsoon-mobile-app .rwcomingsoon-mobile-app-content {
    flex-wrap: nowrap;
  }
}

.rw-classroom-navigation-content {
    padding: 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 400px;
    margin: 0 auto;
}

.rw-classroom-navigation-content .rw-standard-btn:first-of-type {
    margin-bottom: 10px;
}

::-webkit-input-placeholder { /* Edge */
  color: #7e7673 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7e7673 !important;
}

::placeholder {
  color: #7e7673 !important;
}

.pass-recovery-wrap {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
    padding: 15px;
    background-color: #fff;
}

.pass-recovery-wrap .form input[type=email] {
    
}

.pass-recovery-wrap .form [type=submit] {
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.pass-reset-wrap {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
    padding: 15px;
    background-color: #fff;
}

.pass-reset-wrap .form input[type=email] {
    
}

.pass-reset-wrap .form [type=submit] {
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    background: #662d91;
    max-width: 325px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}


/* References Page */

.rw-references-page {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.rw-references-page .listed-references {
    display: -o-flex;
    /* Opera */
    display: -ms-flex;
    /* IE - Edge */
    display: -moz-flex;
    /* Firefox */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.rw-references-page .listed-references .rw-references-block {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    max-width: 800px;
    width: 100%;
}

.rw-references-page .listed-references .rw-references-block .rw-references-block-top {
    color: #fff;
    text-align: center;
    padding: 15px;
}

.rw-references-page .listed-references .rw-references-block1 .rw-references-block-top {
    background-color: #be1e2d;
}

.rw-references-page .listed-references .rw-references-block2 .rw-references-block-top {
    background-color: #00aeef;
}

.rw-references-page .listed-references .rw-references-block .rw-references-block-btm {
    padding: 15px;
    text-align: left;
}

.rw-references-page .listed-references .rw-references-block .rw-references-block-btm ul li {
    font-size: 18px;
}


/* References Page - END */


/* Meet Nikki Page */

.rw-meet-nikki-page {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.rw-meet-nikki-bio {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.rw-meet-nikki-bio-inner {
    display: flex;
    flex-direction: column;
}

.rw-meet-nikki-bio-img {
    width: 100%;
}

.rw-meet-nikki-bio-img-inner {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);    
    border-radius: 15px;
    background-color: #00aeef;
    padding: 10px;
}

.rw-meet-nikki-bio-img-inner img {
    border-radius: 15px;
}

.rw-meet-nikki-bio-txt {
    width: 100%;
}

.rw-meet-nikki-bio-txt-inner p {
    color: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);    
    border-radius: 15px;
    padding: 10px;
}

.rw-meet-nikki-bio-txt-inner p:nth-child(1){
    background-color: #662d91;
}

.rw-meet-nikki-bio-txt-inner p:nth-child(2){
    background-color: #ea651a;
}

.rw-meet-nikki-bio-txt-inner p:nth-child(3){
    background-color: #be1e2d;
}

.rw-meet-nikki-bio-txt-inner p:nth-child(4){
    background-color: #009444;
}

.rw-meet-nikki-bio-link-top {
    display: none;
}

@media only screen and (min-width: 768px) {

    .rw-meet-nikki-bio-inner {
        flex-direction: row;
        align-items: flex-start;
    }

    .rw-meet-nikki-bio-img {
        width: 30%;
        padding-right: 10px;
    }
    
    .rw-meet-nikki-bio-img-inner {
        padding: 10px;
        margin-bottom: 10px;
    }

    .rw-meet-nikki-bio-txt {
        width: 70%;
        padding-left: 10px;
    }

    .rw-meet-nikki-bio-link-bottom {
        display: none;
    }

    .rw-meet-nikki-bio-link-top {
        display: block;
    }

}

.rwmobileapp {
    width: 100%;
    float: left;
    text-align: center;
    padding: 36px 0;
}

.rwmobileapp-content .small-12 .rwmobileapp-content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rwmobileapp-content .small-12 .rwmobileapp-content-block .rwmobileapp-app-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rwmobileapp-app-links-img a {
    display: inline-block;
    margin-bottom: 10px;
}

.rwmobileapp-app-links-img a img {
    width: 250px;
    max-height: 70px;
}

@media only screen and (min-width: 425px) {

    .rwmobileapp-content .small-12 .rwmobileapp-content-block .rwmobileapp-app-links {
        flex-direction: row;
    }

    .rwmobileapp-app-links-img a {
        width: 100%;
        max-width: 200px;
    }

    .rwmobileapp-app-links-img a img {
        height: 60px;
    }

}

@media only screen and (min-width: 768px) {

  .rwmobileapp-content .small-12 .rwmobileapp-content-block {
    flex-direction: row;
  }

}

/* Georgia Landing Page */

.rw-ga-landing-page {
    width: 100%;
}

.rw-ga-landing-container {

}

.rw-ga-landing-about-bg {
    background: url(https://uploads.prod01.oregon.platform-os.com/instances/1863/assets/images/georgia/rw-ga-about-bg.jpg?updated=1728486199234);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -400px 0px;
    padding: 30px 0px 140px 30px;
    display: flex;
    justify-content: flex-end;
}

.rw-ga-landing-about-txt {
    background-color: rgba(190, 30, 45, 0.8);
    padding: 30px 30px 130px 30px;
    border-radius: 10px 0px 0px 10px;
}

.rw-ga-landing-about-title h2{
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-about-body p {
    color: #fff;
}

.rw-ga-landing-about-ribbons {
    display: flex;
    position: absolute;
}

.rw-ga-landing-about-ribbons-container img {
    height: 220px;
}

.rw-ga-landing-the-program-top {
    padding: 50px 30px;
}

.rw-ga-landing-the-program-top-txt {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 30px;
}

.rw-ga-landing-the-program-top-txt p {
    color: #fff
}

.rw-ga-landing-the-program-top-trio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-the-program-top-trio-blocks {
    margin-bottom: 10px;
    padding: 0 10px;
}

.rw-ga-landing-the-program-top-trio-blocks-container {
    background-color: #2b3990;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 260px;
}

.rw-ga-landing-the-program-top-trio-blocks-container p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.rw-ga-landing-the-program-banner {
    padding: 20px;
    text-align: center;
}

.rw-ga-landing-the-program-banner h2{
    color: #fff;
    margin: 0;
}

.rw-ga-landing-the-program-btm {
    padding: 30px;
}

.rw-ga-landing-the-program-btm-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 968px;
    margin: 0 auto 30px;
}

.rw-ga-landing-the-program-btm-6-blocks {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    max-width: 260px;
}

.rw-ga-landing-the-program-btm-6-blocks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
}

.rw-ga-landing-the-program-btm-6-blocks-txt {
    text-align: center;
}

.rw-ga-landing-the-program-btm-6-blocks-txt h3 {
    color: #fff;
}

.rw-ga-landing-the-program-btm-6-blocks-img img {
    width: 100%;
    max-height: 270px;
}

.rw-ga-landing-more-than-container {
    padding: 30px 0;
    width: 100%;
}

.rw-ga-landing-more-than-txt-title {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.rw-ga-landing-more-than-txt-title h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-more-than-txt-body {
    padding: 0 30px;
    width: 100%;
    max-width: 968px;
    text-align: center;
    margin: 0 auto
}

.rw-ga-landing-more-than-txt-body p {
    color: #fff;
}

.rw-ga-landing-more-than-img-stand {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
    align-items: center;
}

.rw-ga-landing-more-than-img {
    width: 100%;
    max-width: 400px;
    margin: 0 0 20px 0;
}

.rw-ga-landing-more-than-img-container {
  
}

.rw-ga-landing-more-than-img-container img {
  
}

.rw-ga-landing-more-than-stand {
    width: 100%;
    max-width: 460px;
}

.rw-ga-landing-more-than-stand-container {
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.rw-ga-landing-more-than-stand-header {
    text-align: center;
}

.rw-ga-landing-more-than-stand-header h3 {
    color: #fff;
}

.rw-ga-landing-more-than-stand-qrcode {
    margin: 0 0 10px 0;
}

.rw-ga-landing-more-than-stand-qrcode img {
    max-width: 200px;
}

.rw-ga-landing-more-than-stand-link {
  
}

.rw-ga-landing-more-than-stand-link-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}

.rw-ga-landing-more-than-stand-link-btn span {
  color: #fff;
}

@media only screen and (min-width: 500px) {
  
  .rw-ga-landing-more-than-stand-qrcode {
      margin: 0 0 0 0;
  }

  .rw-ga-landing-more-than-stand {
      padding: 0 15px;
  }

  .rw-ga-landing-more-than-stand-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .rw-ga-landing-more-than-stand-header {
      width: 100%;
  }
  
  .rw-ga-landing-more-than-stand-qrcode {
      width: 50%;
  }
  
  .rw-ga-landing-more-than-stand-link {
      width: 50%;
  }
  
  .rw-ga-landing-more-than-stand-link-btn {
      height: 200px;
      width: 200px;
      display: flex;
      align-items: center;
      padding: 15px;
  }
  
}

.rw-ga-landing-products-container {
    padding: 30px 0 0 0;
    margin: 0;
}

.rw-ga-landing-products-title {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.rw-ga-landing-products-title h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-products-sec1 {
    padding: 0 30px 20px 30px;
}

.rw-ga-landing-products-sec1-title {
    text-align: center;
}

.rw-ga-landing-products-sec1-title h3 {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rw-ga-landing-products-sec1-content-txt {
    text-align: center;
}

.rw-ga-landing-products-sec1-content-txt p {
    color: #fff;
}

.rw-ga-landing-products-sec1-content-img img {
    width: 100%;
    max-width: 400px;
}

.rw-ga-landing-products-sec2 {
    padding: 0 30px 20px 30px;
}

.rw-ga-landing-products-sec2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-products-sec2-blocks {
    width: 100%;
    max-width: 400px;
}

.rw-ga-landing-products-sec2-blocks-top-container {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    max-width: 90%;
    padding: 10px;
    margin: 0 auto 15px;
}

.rw-ga-landing-products-sec2-blocks-top-container p {
    color: #000;
    margin: 0;
}

.rw-ga-landing-products-sec2-blocks-btm-container {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin: 0 auto 15px;
}

.rw-ga-landing-products-sec2-blocks-btm-title {
    margin: 15px;
}

.rw-ga-landing-products-sec2-blocks-btm-title p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-products-sec3 {
    padding: 0 30px 20px 30px;
}

.rw-ga-landing-products-sec3-title {
    text-align: center;
}

.rw-ga-landing-products-sec3-title h3 {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rw-ga-landing-products-sec3-content-txt {
    text-align: center;
}

.rw-ga-landing-products-sec3-content-txt p {
    color: #fff;
}

.rw-ga-landing-products-sec3-content-img img {
    width: 100%;
    max-width: 400px;
}


.rw-ga-landing-products-sec4 {
    padding: 0 30px 20px 30px;
}

.rw-ga-landing-products-sec4-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rw-ga-landing-products-sec4-txt {
    width: 100%;
    max-width: 400px;
}

.rw-ga-landing-products-sec4-txt p {
    color: #fff;
}

.rw-ga-landing-products-sec4-txt ul li {
    color: #fff;
    list-style: circle;
}


.rw-ga-landing-products-sec4-imgs  {
    padding: 5px;
}

.rw-ga-landing-products-sec4-imgs img {
    width: 100%;
    max-width: 400px;
    margin: 0;
}

.rw-ga-landing-products-sec5 {
    padding: 30px 30px 20px 30px;
}

.rw-ga-landing-products-sec5-container {
    max-width: 968px;
    margin: 0 auto;
}

.rw-ga-landing-products-sec5-title h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;

}

.rw-ga-landing-products-sec5-desc p {
    color: #fff;
}

.rw-ga-landing-products-sec5-trio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-products-sec5-trio-blocks {
    width: 100%;
    max-width: 300px;
    padding: 0 10px 20px;
}

.rw-ga-landing-products-sec5-trio-blocks-1 {

}

.rw-ga-landing-products-sec5-trio-blocks-1 img {
    width: 100%;
}

.rw-ga-landing-products-sec5-trio-blocks-2-container {
    display: flex;
}

.rw-ga-landing-products-sec5-trio-blocks-2-img {
    width: 25%;
    padding-right: 10px;
}

.rw-ga-landing-products-sec5-trio-blocks-2-txt {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-left: 10px;
}

.rw-ga-landing-products-sec5-trio-blocks-2-txt p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-products-sec5-trio-blocks-3-starburst {
    width: 260px; /* adjust to control the size */
    aspect-ratio: 1;
    clip-path: polygon(100% 50%,78.98% 57.76%,93.3% 75%,71.21% 71.21%,75% 93.3%,57.76% 78.98%,50% 100%,42.24% 78.98%,25% 93.3%,28.79% 71.21%,6.7% 75%,21.02% 57.76%,0% 50%,21.02% 42.24%,6.7% 25%,28.79% 28.79%,25% 6.7%,42.24% 21.02%,50% 0%,57.76% 21.02%,75% 6.7%,71.21% 28.79%,93.3% 25%,78.98% 42.24%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rw-ga-landing-products-sec5-trio-blocks-3-starburst p {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec6 {
    padding: 30px 15px 20px 15px;
}

.rw-ga-landing-products-sec6-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-products-sec6-txt{
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec6-txt-title {
  text-align: center;
}

.rw-ga-landing-products-sec6-txt-title h3 {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec6-txt-body {
    text-align: center;
}

.rw-ga-landing-products-sec6-txt-body p {
    color: #fff;
}

.rw-ga-landing-products-sec6-txt-bgtxt-container {
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
}

.rw-ga-landing-products-sec6-txt-bgtxt-container p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-products-sec6-img {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec7 {
    padding: 30px 15px 20px 15px;
}

.rw-ga-landing-products-sec7-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-products-sec7-txt {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec7-txt-title {
    text-align: center;
}

.rw-ga-landing-products-sec7-txt-title h3 {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec7-txt-body {
    text-align: center;
}

.rw-ga-landing-products-sec7-txt-body p {
    color: #fff;
}

.rw-ga-landing-products-sec7-img {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec8 {
    padding: 30px 15px 20px 15px;
}

.rw-ga-landing-products-sec8-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-products-sec8-img {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec8-img-title{
    text-align: center;
}

.rw-ga-landing-products-sec8-img-title h3 {
    color: #fff;
    text-transform: uppercase;
}

.rw-ga-landing-products-sec8-img-img {
    margin-bottom: 20px;
}

.rw-ga-landing-products-sec8-txt {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}

.rw-ga-landing-products-sec8-txt p {
    color: #fff;
}

.rw-ga-landing-products-sec8-txt ul li {
    color: #fff;
    list-style: circle;
}

.rw-ga-landing-pricing {

}

.rw-ga-landing-pricing-container {

}

.rw-ga-landing-pricing-title {
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
}

.rw-ga-landing-pricing-title h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-pricing-table-identity {
    padding: 0;
    margin: 30px 0 20px;
    text-align: center;
}

.rw-ga-landing-pricing-table-identity h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-pricing-table {
    padding: 0 15px;
}

.rw-ga-landing-pricing-table-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rw-ga-landing-pricing-table-pall {
    text-align: center;
    background-color: #fff;
    max-width: 345px;
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #000;
}

.rw-ga-landing-pricing-table-pall-container {

}

.rw-ga-landing-pricing-table-pall-title {
    text-align: center;
    border-top: 1px solid #000;
}

.rw-ga-landing-pricing-table-pall-title h3 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing {
    display: flex;
    flex-direction: row;
}

.rw-ga-landing-pricing-table-pall-pricing-title {
    width: 70%;
}

.rw-ga-landing-pricing-table-pall-pricing-title-all {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 10px;
}

.rw-ga-landing-pricing-table-pall-pricing-title-1 {
    background-color: #2b3990;
}

.rw-ga-landing-pricing-table-pall-pricing-title-1 p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing-title-2 {
    background-color: #2b3990;
}

.rw-ga-landing-pricing-table-pall-pricing-title-2 p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing-title-3 {
    background-color: #2b3990;
    border-bottom: none;
}

.rw-ga-landing-pricing-table-pall-pricing-title-3 p {
    color: #fff;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing-value {
    width: 30%;
}

.rw-ga-landing-pricing-table-pall-pricing-value-all {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #000;
}

.rw-ga-landing-pricing-table-pall-pricing-value-1 {
    border-top: 1px solid #000;
}

.rw-ga-landing-pricing-table-pall-pricing-value-1 p {
    color: #000;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing-value-2 {

}

.rw-ga-landing-pricing-table-pall-pricing-value-2 p {
    color: #000;
    margin: 0;
}

.rw-ga-landing-pricing-table-pall-pricing-value-3 {
    border-bottom: none;
}

.rw-ga-landing-pricing-table-pall-pricing-value-3 p {
    color: #000;
    margin: 0;
}

.rw-ga-landing-pricing-table-p1 {
  
}

.rw-ga-landing-pricing-table-p7 .rw-ga-landing-pricing-table-pall-title {
    text-align: left;
    padding: 0 0 0 5px;
}

.rw-ga-landing-pricing-table-p7 .rw-ga-landing-pricing-table-pall-title ul li{
    list-style: circle;
}

.rw-ga-landing-pricing-table-disclaimer {
    max-width: 968px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.rw-ga-landing-pricing-table-disclaimer p {
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
}

.rw-ga-landing-pricing-table-discounts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rw-ga-landing-pricing-table-discounts-starbursts {
    width: 200px; /* adjust to control the size */
    aspect-ratio: 1;
    clip-path: polygon(100% 50%,96.74% 54.91%,98.91% 60.4%,94.7% 64.52%,95.68% 70.34%,90.7% 73.5%,90.45% 79.39%,84.93% 81.45%,83.46% 87.16%,77.63% 88.02%,75% 93.3%,69.12% 92.94%,65.45% 97.55%,59.77% 95.97%,55.23% 99.73%,50% 97%,44.77% 99.73%,40.23% 95.97%,34.55% 97.55%,30.88% 92.94%,25% 93.3%,22.37% 88.02%,16.54% 87.16%,15.07% 81.45%,9.55% 79.39%,9.3% 73.5%,4.32% 70.34%,5.3% 64.52%,1.09% 60.4%,3.26% 54.91%,0% 50%,3.26% 45.09%,1.09% 39.6%,5.3% 35.48%,4.32% 29.66%,9.3% 26.5%,9.55% 20.61%,15.07% 18.55%,16.54% 12.84%,22.37% 11.98%,25% 6.7%,30.88% 7.06%,34.55% 2.45%,40.23% 4.03%,44.77% 0.27%,50% 3%,55.23% 0.27%,59.77% 4.03%,65.45% 2.45%,69.12% 7.06%,75% 6.7%,77.63% 11.98%,83.46% 12.84%,84.93% 18.55%,90.45% 20.61%,90.7% 26.5%,95.68% 29.66%,94.7% 35.48%,98.91% 39.6%,96.74% 45.09%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rw-ga-landing-pricing-table-discounts-starbursts p {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 80%;
    margin: 0;
}

.rw-ga-landing-pricing-table-disclaimer-2 {
    max-width: 968px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.rw-ga-landing-pricing-table-disclaimer-2 p {
    color: #000;
}

@media only screen and (min-width: 768px) {
  .rw-ga-landing-pricing-table-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }
}


@media only screen and (min-width: 1024px) {
  
    .rw-ga-landing-pricing-table-container {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    
    .rw-ga-landing-pricing-table-pall {
      max-width: 968px;
      margin: 0 auto;
    }
    
    .rw-ga-landing-pricing-table-pall-container {
      display: flex;
    }
    
    .rw-ga-landing-pricing-table-pall-title {
      width: 25%;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing {
      flex-direction: column;
      width: 75%;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-title {
      width: 100%;
      display: flex;
    }
    
    .rw-ga-landing-pricing-table-pall-title {
      border-top: none;
      border-right: 1px solid #000;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .rw-ga-landing-pricing-table-pall-title h3 {
      font-size: 20px;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-title-all {
      width: 33.333333%;
      border-bottom: none;
      text-align: center;
      justify-content: center;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-value {
      width: 100%;
      display: flex;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-value-all {
      width: 33.333333%;
      border-bottom: none;
      border-right: 1px solid #000;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-value-3 {
      border-right: none;
    }
    
    .rw-ga-landing-pricing-table-pall-pricing-value-1 {
      border-top: none;
    }
    
    .rw-ga-landing-pricing-table-p7 .rw-ga-landing-pricing-table-pall-pricing-value .rw-ga-landing-pricing-table-pall-pricing-value-all {
          height: 150px;
    }
    
    .rw-ga-landing-pricing-table-p7 .rw-ga-landing-pricing-table-pall-container .rw-ga-landing-pricing-table-pall-title {
      display: block;
    }
  
}

.rw-ga-landing-contact-us {
    padding: 30px 0;
}

.rw-ga-landing-contact-us-title {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.rw-ga-landing-contact-us-title h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.rw-ga-landing-contact-us-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding: 30px 15px 20px 15px;
      width: 100%;
    max-width: 968px;
    margin: 0 auto;
}

.rw-ga-landing-contact-us-links-container {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 400px;
    padding: 20px 15px;
}

.rw-ga-landing-contact-us-links-container a {
    color: #fff;
}

.rw-ga-landing-contact-us-links-container a:visited, .rw-ga-landing-contact-us-links-container a:focus, .rw-ga-landing-contact-us-links-container a:hover {
    color: #fff;
}

.rw-ga-landing-contact-us-qr-container {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 300px;
    padding: 20px 15px;
}

@media only screen and (min-width: 425px) {

    .rw-ga-landing-about-bg {
        background-position: center;
    }

}

@media only screen and (min-width: 648px) {

    .rw-ga-landing-about-txt {
        max-width: 60%;
    }

    .rw-ga-landing-products-sec2-blocks {
        padding: 0 20px;
    }

    .rw-ga-landing-products-sec4-container {
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
        margin: 0 auto
    }

    .rw-ga-landing-products-sec4-txt {
        width: 50%;
    }

    .rw-ga-landing-products-sec4-imgs {
        width: 50%;
    }

    .rw-ga-landing-products-sec4-imgs-all img {
        max-width: 132px;
    }

}

@media only screen and (min-width: 768px) {

    .rw-ga-landing-products-sec1-title {
        text-align: left;
        max-width: 800px;
        margin: 0 auto
    }

    .rw-ga-landing-products-sec1-content {
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
        margin: 0 auto
    }

    .rw-ga-landing-products-sec1-content-txt {
        width: 50%;
        text-align: left;
        padding-right: 20px;
    }

    .rw-ga-landing-products-sec1-content-img {
        width: 50%;
        padding-left: 20px;
    }

    .rw-ga-landing-products-sec1-content-img img {
        margin: 0;
    }

    .rw-ga-landing-products-sec3-title {
        text-align: left;
        max-width: 800px;
        margin: 0 auto
    }

    .rw-ga-landing-products-sec3-content {
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
        margin: 0 auto
    }

    .rw-ga-landing-products-sec3-content-txt {
        width: 50%;
        text-align: left;
        padding-right: 20px;
    }

    .rw-ga-landing-products-sec3-content-img {
        width: 50%;
        padding-left: 20px;
    }

    .rw-ga-landing-products-sec3-content-img img {
        margin: 0;
    }
    
    .rw-ga-landing-products-sec4-imgs-container {
        justify-content: flex-end;
    }
    
    .rw-ga-landing-products-sec4-txt {
        width: 50%;
    }

    .rw-ga-landing-products-sec4-imgs {
        width: 50%;
    }

    .rw-ga-landing-products-sec4-imgs-all img {
        max-width: 200px;
    }
}


@media only screen and (min-width: 820px) {
  
  .rw-ga-landing-products-sec6-txt-title {
    text-align: left;
  }
  
  .rw-ga-landing-products-sec6-txt-body {
    text-align: left;
  }
  
  .rw-ga-landing-products-sec7-txt-title {
    text-align: left;
  }
  
  .rw-ga-landing-products-sec7-txt-body {
    text-align: left;
  }
  
}

@media only screen and (min-width: 968px) {

    .rw-ga-landing-products-sec5-trio {
        align-items: center;
    }


}