/* MAIN ACTION BUTTONS *************/

.rwd_product_button_box {
    float: left;
    width: 163px;
    height: 72px;
    margin-bottom: 50px;
    padding: 1px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.rwd_product_button_box.dark {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#414042));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #000000, #414042);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #000000, #414042);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #000000, #414042);
    /* IE10 */
    background: -o-linear-gradient(top, #000000, #414042);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #000000, #414042);
    /* W3C */
}
.rwd_product_button_box.light {
    background: -webkit-gradient(linear, left top, left bottom, from(#2d8dae), to(#00aaf0));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #2d8dae, #00aaf0);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #2d8dae, #00aaf0);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2d8dae, #00aaf0);
    /* IE10 */
    background: -o-linear-gradient(top, #2d8dae, #00aaf0);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2d8dae, #00aaf0);
    /* W3C */
}
.rwd_product_button_box:hover.dark {
    background: rgba(255,204,0);
    box-shadow: 0px 0px 5px rgba(255,204,0,1);
}
.rwd_product_button_box:hover.light {
    background: rgba(0,0,0);
    box-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.rwd_product_button_box_outer {
    width: 157px;
    height: 68px;
    padding: 3px 3px 0px 3px;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.rwd_product_button_box_outer.dark {
    background-image: url(http://coastwidedriving.com.au/images/rwd_button_bg_dark.png);
    /* fallback */
    background-image: url(../images/rwd_button_bg_dark.png), -webkit-gradient(linear, left top, left bottom, from(#414042), to(#000000));
    /* Saf4+, Chrome */
    background-image: url(../images/rwd_button_bg_dark.png), -webkit-linear-gradient(top, #414042, #000000);
    /* Chrome 10+, Saf5.1+ */
    background-image: url(../images/rwd_button_bg_dark.png), -moz-linear-gradient(top, #414042, #000000);
    /* FF3.6+ */
    background-image: url(../images/rwd_button_bg_dark.png), -ms-linear-gradient(top, #414042, #000000);
    /* IE10 */
    background-image: url(../images/rwd_button_bg_dark.png), -o-linear-gradient(top, #414042, #000000);
    /* Opera 11.10+ */
    background-image: url(../images/rwd_button_bg_dark.png), linear-gradient(to bottom, #414042, #000000);
    /* W3C */
    color: #ffffff;
}
.rwd_product_button_box_outer.light {
    background-image: url(../images/rwd_button_bg_light.png);
    /* fallback */
    background-image: url(../images/rwd_button_bg_light.png), -webkit-gradient(linear, left top, left bottom, from(#ffe680), to(#ffcc00));
    /* Saf4+, Chrome */
    background-image: url(../images/rwd_button_bg_light.png), -webkit-linear-gradient(top, #ffe680, #ffcc00);
    /* Chrome 10+, Saf5.1+ */
    background-image: url(../images/rwd_button_bg_light.png), -moz-linear-gradient(top, #ffe680, #ffcc00);
    /* FF3.6+ */
    background-image: url(../images/rwd_button_bg_light.png), -ms-linear-gradient(top, #ffe680, #ffcc00);
    /* IE10 */
    background-image: url(../images/rwd_button_bg_light.png), -o-linear-gradient(top, #ffe680, #ffcc00);
    /* Opera 11.10+ */
    background-image: url(../images/rwd_button_bg_light.png), linear-gradient(to bottom, #ffe680, #ffcc00);
    /* W3C */
    color: #000000;
}

.rwd_product_button_inner_border {
    width: 155px;
    height: 33px;
    padding: 1px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.rwd_product_button_inner_border.dark {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe680), to(#ffe580 24%), to(#ffd426 65%), to(#ffcc00));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* IE10 */
    background: -o-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* W3C */
}
.rwd_product_button_inner_border.light {
    background: #000000;
}

.rwd_product_button_inner {
    position: relative;
    width: 155px;
    height: 33px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    z-index: 0;
}
.rwd_product_button_inner.dark {
    background: rgba(0,0,0,1);
    background-repeat: repeat-x;
    background-image: url(../images/rwd_button_bg_inner.png);
    /* fallback */
    background-image: url(../images/rwd_button_bg_inner.png), -webkit-gradient(linear, left top, left bottom, from(#ffe680), #ffe580 24%, #ffd426 65%, to(#ffcc00));
    /* Saf4+, Chrome */
    background-image: url(../images/rwd_button_bg_inner.png), -webkit-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* Chrome 10+, Saf5.1+ */
    background-image: url(../images/rwd_button_bg_inner.png), -moz-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* FF3.6+ */
    background-image: url(../images/rwd_button_bg_inner.png), -ms-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* IE10 */
    background-image: url(../images/rwd_button_bg_inner.png), -o-linear-gradient(top, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* Opera 11.10+ */
    background-image: url(../images/rwd_button_bg_inner.png), linear-gradient(to bottom, #ffe680, #ffe580 24%, #ffd426 65%, #ffcc00);
    /* W3C */
}
.rwd_product_button_inner.light {
    background: #000000 url(../images/rwd_button_bg_inner.png) top left;
}

.rwd_product_button_inner1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 155px;
    height: 33px;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    z-index: 300;
}

.rwd_product_button_inner2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 155px;
    height: 33px;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    z-index: 200;
}

.rwd_product_button_inner3 {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 155px;
    height: 33px;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
}

.rwd_product_button_inner1.dark {
    color: #000000;
}
.rwd_product_button_inner1.light {
    color: #ffcc00;
}

/* submenu buttons */

.rwd_black_button {
    display: inline-block;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: auto !important;
    height: auto !important;
    margin: 5px 10px 5px 0px !important;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(66,66,66,1)), to(rgba(0,0,0,1)));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, rgba(66,66,66,1), rgba(0,0,0,1));
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, rgba(66,66,66,1), rgba(0,0,0,1));
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(66,66,66,1), rgba(0,0,0,1));
    /* IE10 */
    background: -o-linear-gradient(top, rgba(66,66,66,1), rgba(0,0,0,1));
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(66,66,66,1), rgba(0,0,0,1));
    /* W3C */
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.rwd_black_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe580), to(#ffcc00));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #ffe580, #ffcc00);
    /* Chrome 0.750+, Saf5.0.75+ */
    background: -moz-linear-gradient(top, #ffe580, #ffcc00);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffe580, #ffcc00);
    /* IE0.750 */
    background: -o-linear-gradient(top, #ffe580, #ffcc00);
    /* Opera 0.750.75.0.750+ */
    background: linear-gradient(to bottom, #ffe580, #ffcc00);
    /* W3C */
    color: #000000;
}

.rwd_black_button.header {
    float: right;
    width: 230px !important;
    margin-right: 0px !important;
    font: 700 24px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.rwd_yellow_button {
    display: inline-block;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: auto !important;
    height: auto !important;
    margin: 5px 10px 5px 0px !important;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe580), to(#ffcc00));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #ffe580, #ffcc00);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #ffe580, #ffcc00);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffe580, #ffcc00);
    /* IE10 */
    background: -o-linear-gradient(top, #ffe580, #ffcc00);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ffe580, #ffcc00);
    /* W3C */
    text-align: center;
    white-space: nowrap;
    color: #000000;
    cursor: pointer;
}
.rwd_yellow_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe580), to(#ffcc00));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #ffe580, #ffcc00);
    /* Chrome 0.750+, Saf5.0.75+ */
    background: -moz-linear-gradient(top, #ffe580, #ffcc00);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffe580, #ffcc00);
    /* IE0.750 */
    background: -o-linear-gradient(top, #ffe580, #ffcc00);
    /* Opera 0.750.75.0.750+ */
    background: linear-gradient(to bottom, #ffe580, #ffcc00);
    /* W3C */
    color: #ffcc00;
}

.rightway-sign {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
    background: url("../../IMAGES/GENERAL%20IMAGES/rwd_icon_bg.png") no-repeat !important;
    color: #000!important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.rightway-sign:hover {
    background: url("../../IMAGES/GENERAL%20IMAGES/rwd_icon_bg_hover.png") no-repeat !important;
    color: rgba(255,204,0, 0.35) !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

#page-header-bg h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    
}

.selfietitle {
    color:#000000;
    font-size:36px;
    font-weight:bold;
    text-transform: uppercase;
}

h1.header-phone {
    text-align: right;
}

.rwd_black_button.header {
    margin: 0px 0px 10px 0px !important;
}

header#top .col img#mobile-logo, header#top #logo img {
    margin-top: 0px !important;
    height: 70px !important;
}

body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section {
    margin-top: -10px !important;
    
}

#RWD {
    padding: 5px 0px 0px 0px;
}

#RWD ul.RWDlist {
    -webkit-padding-start: 0px;
}

ul.ulsocial {
    margin-top: 3px !important;
    
}

[class^="icon-"], [class*=" icon-"] {
    /*display: inline;
    */
    display: auto!important
}

#post-area {
    padding-right: 0px;
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    .span_6 {
        width: 49.0% !important;
    }
}

@media only screen and (max-width: 1000px) {
    #header-outer {
        height: 100px !important;
    }
    
    header#top #toggle-nav {
        width: auto;
        top: 62px;
    }
    
    header#top #toggle-nav:hover {
        color: #ffffff;
    }
    h1.header-phone {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 10px;
    }
    h1.header-phone [class^="icon-"].icon-default-style {
        line-height: 21px!important;
        height: 21px;
        width: 21px;
        font-size: 21px!important;
        margin-top: 5px;
    }
    
    h1.header-phone a {
        font-size: 21px;
    }
    
    header#top .col img#mobile-logo, header#top #logo img {
        margin-top: 8px !important;
        height: 60px !important;
    }
    
    body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section {
        margin-top: 10px !important;
        
    }
    
    .rwd_black_button.header {
        position: absolute;
        top: 28px;
        right: 0px;
        width: 135px !important;
        margin: 5px 0px 5px 0px !important;
        font: 700 14px 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 690px) {
    #header-outer {
        height: 100px !important;
    }
    
    h1.header-phone {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 10px;
    }
    
    header#top .col {
        width: 50%;
        
    }
    
    header#top .col img#mobile-logo, header#top #logo img {
        margin-top: 8px !important;
        height: 50px !important;
    }
    
    body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section {
        margin-top: 35px !important;
        
    }
}

@media only screen and (max-width: 478px) {
    header#top .col img#mobile-logo, header#top #logo img {
        margin-top: 18px !important;
        height: 35px !important;
    }
}


.post-list, .blog-post {
    width: 100% !important;
    
}

.blog-post .post-body img, .blog-detail .post-body img {
    float: left;
    width: 30%;
    margin-right: 20px;
    
}

.post-list #catblogoutput .blog-post {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    -o-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.dark a {
    color: #404040;
    text-decoration: underline;
}

.dark a:hover {
    color: #000000;
    text-decoration: none;
}

.announcement-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 1px #808080;
    font-size: 12px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}

.announcement-list .fulltext {
    display: none;
    
}
.announcement-list .fulltext.no1 {
    display: block;
}
.announcement-list .summarytext {
    display: block;
}
.announcement-list .summarytext.no1 {
    display: none;
}

.announcement-list h2 a {
    font-size: 24px;
}

.announcement-list span.date {
    font-size: 14px !important;
    
}

.announcement-list div,.announcement-list div p {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-weight: normal;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.iframe-wrapper, .iframe-wrapper.plan {
    -webkit-overflow-scrolling: touch;
    height: auto;
    overflow-y: auto;
    
    /* important:  dimensions or positioning here! */
}

.iframe-wrapper iframe {
    height: 790px;
    width: 100%;
}

.iframe-wrapper.plan iframe {
    height: 3000px;
    width: 100%;
}

.menubar {
    padding: 0px !important;
    
}

#to-top {
    display: none;
}
.items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.items .item {
    flex: 1 0 200px;
    box-sizing: border-box;
    background: #e0ddd5;
    color: #171e42;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.row {
  margin-top: 20px;
  }.fa-lg
{
  vertical-align: 0%;
}

.box
{
  border-color: #DBDEE0;
  border-width: 2px;
  border-style: solid;
  margin: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
}

.box-header
{
  background-color: #000000;
  color: #ffcc00;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 80px;
  border-bottom-color: #DBDEE0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
}

.box-header i
{
  color: #CED1D4;
  border-right-color: #DBDEE0;
  border-right-width: 1px;
  border-right-style: solid;
  display: inline-block;
  width: 40px;
  height: 80px;
  padding-top: 20px;
  line-height: 20px;
  text-align: center;
}

.box-title p
{
  color: #ffffff;
  display: inline-block;
  margin: 5px 0px 0px 5px;
}

.box-title p+p
{
  margin-left: 5px;
}

.box-icon i
{
  border-right: none;
  color: inherit;
  background-color: inherit;
}
.box-icon a,
.box-icon a:link,
.box-icon a:visited
{
  border-left-color: #DBDEE0;
  border-left-width: 1px;
  border-left-style: solid;
  color: #7C848D;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  background-color: transparent;
}
.box-icon a:hover,
.box-icon a:focus
{
  background-color: #000000;
  display: inline-block;
  text-decoration: none;
  border-bottom-width: 0px;
  color: #ffcc00;
}

.box-content
{
  color: #000000;
  background-color: #FFFFFF;  
    height: 320px;
  padding: 10px;

}
.box-content-flex
{
  color: #000000;
  background-color: #FFFFFF;  
  padding: 0px;

}
.img-circle {
    border-radius: 70%;
}
.panel {
  margin-bottom: 0px;

  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 10px;
        height: 670px;

}
.panel-heading {
  padding: 10px 15px;
        height: 90px;
  border-bottom: 1px solid transparent;

      color: #000000;
  background-color: #000000;  
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: #000000;
}
.panel-title {
  margin-top: 5;
  margin-bottom: 5;
  font-size: 24px;
  color: #ffcc00;
        min-height: 90px;
}
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic);
body {
  background: #eee;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 25px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

.quote-card.yellow-card {
  background: #fff;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #ffcc00;
}