/**Styles from Ed*/


/* ==================== BASE FULL PAGE STYLES ==================== */

#fullpage-container {
    background: #fff;
    position: relative;
}
.fullpage-arrow-down {
    position: absolute;
    z-index: 99;
    bottom: -29px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
}
.fullpage-section-contents {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 90px;
    font-size: 18px;
    position: relative;
}

.big-blue-button {
    text-align: center;
    padding: 0 20px;
}

ol  {
    margin: 0 20px 30px 0;
    padding: 0 0 0 40px;
    list-style: decimal;
}
ol ul { margin-top: 15px !important; }

.fullpage-section-contents ul {
    margin: 0 20px 30px 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.fullpage-section-contents ul li {
    background: url(/themes/custom/gpe/img/fullpage-bullet-01.png) 0 8px no-repeat;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    list-style: none;
    line-height: 1.3;
}
ul.big-results-list li { background-position: 0 12px; }

.highlight-light-purple, .highlight-purple, .highlight-pink, .highlight-orange {
    font-weight: bold;
    font-size: 24px;
}
.highlight-light-purple { color: #b43e8f; }
.highlight-purple { color: #803f91; }
.highlight-pink { color: #ee395f; }
.highlight-orange { color: #f26f31; }
.highlight-light-orange { color: #f9a51a; }

/* ==================== TOP BANNER ==================== */

#fullpage-top-banner {
    position: relative;
    z-index: 10;
}
#fullpage-top-banner .fullpage-arrow-down { border-top-color: #f9a51a; }
#fullpage-banner-image { }
#fullpage-banner-image-mobile { display: none; }
#fullpage-banner-image img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 11;
}
#fullpage-banner-container { background: #ededed; margin-bottom: 20px;}

#heading-text { }
#heading-text h1 {
    position: absolute;
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}
h1.top-left {
    top: 200px;
    left: 80px;
}
h1.top-center {
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
}
h1.top-right {
    top: 200px;
    right: 80px;
}
h1.middle-left {
    top: 55%;
    left: 80px;
}
h1.middle-center {
    top: 55%;
    left: 0;
    right: 0;
    text-align: center;
}
h1.middle-right {
    top: 55%;
    right: 80px;
}
h1.bottom-right {
    bottom: 50px;
    right: 80px;
}
h1.bottom-center {
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
h1.bottom-left {
    bottom: 50px;
    left: 80px;
}

#fullpage-banner {
    background: #ededed;
    /*width: 1170px;*/
    margin: 0 auto;
    display: table;
}

#fullpage-banner-flag, #fullpage-banner-title { vertical-align: middle; }
#fullpage-banner-title h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
    font-weight: 300 !important;
}

#fullpage-banner-text, #fullpage-banner-links, #fullpage-banner-text a, #fullpage-banner-links a { color: #222222; font-size:20px;font-weight:400;}
#fullpage-banner-text a, #fullpage-banner-links a { text-decoration: underline; }
#fullpage-banner-text a:hover, #fullpage-banner-links a:hover { opacity: 0.8; }
#fullpage-banner-text ul, #fullpage-banner-links ul {
    list-style: none;
}
#fullpage-banner-text li, #fullpage-banner-links li {
    list-style: none;
    margin: 0 0 10px 0;

    font-size:22px;font-weight:500;
}

/* ==================== COUNTRY SELECT DROPDOWN ==================== */

#country-select {
   /*position: absolute;
    top: 180px;
    right: 40px;*/
    z-index: 9999;
    margin: 20px auto;
    *zoom: 1;
    font-weight: bold;
    float: right;
}

/*184887 - Selecting Country Text - commenting the css
::selection { background: transparent; }
::-moz-selection { background: transparent; }*/

#country-select:after {
    clear: both;
    content: "";
    display: table;
}
.country-dropdown {
    background: rgba(255,255,255,0.9);
    position: relative;
    width: 220px;
    margin: 0 auto;
    padding: 12px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	line-height: normal;
}
.country-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent;
}
.country-dropdown .dropdown {
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow-y: scroll;
}
.country-dropdown .dropdown li { padding: 0; margin: 0;}
.country-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
.country-dropdown .dropdown li:last-of-type a { border: none; }
.country-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
.country-dropdown .dropdown li:hover a {
    background: #fff;
    color: #309bd9;
}
.country-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #127bb8;
    box-shadow: none;
    border-bottom: none;
    color: white;
}
.country-dropdown.active:after { border-color: #fff transparent; }
.country-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 300px;
}


/* ==================== HIGHLIGHTS BOX ==================== */

#fullpage-1 {
    background: #ececec;
    position: relative;
    z-index: 9;
}
#fullpage-1 .fullpage-arrow-down { border-top-color: #ececec; }

.highlight-section-boxes .fullpage-section-contents {
/*#fullpage-1 .fullpage-section-contents {*/
    padding: 100px 0 50px 0;
    /*width: 1170px;*/
}
#fullpage-1 .big-blue-button a { margin: 0 0 60px 0; }

.fullpage-highlights-box {
    display: inline-block;
    width: 375px;
    vertical-align: top;
    margin: 0 15px 0 0;
}
.fullpage-highlights-box:last-child { margin: 0; }

.fullpage-highlights-img { margin: 0 0 20px 0; }
.fullpage-highlights-img img { background: #fff; }
.fullpage-highlights-img a:hover img { opacity: 0.9; }

.fullpage-highlights-cat {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.fullpage-highlights-cat a, .fullpage-highlights-cat a:hover { text-decoration: none; }

.fullpage-highlights-title {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}
.fullpage-highlights-title a {
    color: #127bb8;
    text-decoration: none;
}
.fullpage-highlights-title a:hover {
	color: #18a2f3;
	text-decoration: none;
}
.fullpage-highlights-desc {
    font-size: 15px;
    line-height: 1.3;
}


/* ==================== SECTION TWO ==================== */

#fullpage-2 {
    background: #fff;
    position: relative;
    z-index: 8;
}
#fullpage-2 .fullpage-arrow-down { border-top-color: #fff; }


/* ==================== SECTION THREE ==================== */

#fullpage-3 {
    background: #127bb8;
    position: relative;
    z-index: 7;
}
#fullpage-3 .fullpage-arrow-down { border-top-color: #127bb8; }
#fullpage-3, #fullpage-3 h1 { color: #fff; }


/* ==================== SECTION FOUR ==================== */

#fullpage-4 {
    /*background: #fdfdfd url(../img/background-data.jpg) top right no-repeat;*/
    /*background: #fdfdfd url(../images/backgrounds/background-data.jpg) top right no-repeat;*/
    background-color: #fdfdfd;
    position: relative;
    z-index: 6;
}
#fullpage-4 .fullpage-arrow-down { border-top-color: #fdfdfd; }

.data-boxes {
    text-align: center;
    margin: 0;
}
.data-boxes h2,
.data-boxes h3 {
    background: rgba(200,200,200,0.2);
    padding: 20px 30px;
    color: #666;
    margin: 30px 0;
    text-align: left;
}
.data-box {
    background: rgba(255,255,255,0.3);
    width: 480px;
    height: 425px;
    margin: 0 0 10px;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5;
}


/* ==================== SECTION FIVE ==================== */

#fullpage-5 {
    background: #ececec;
    position: relative;
    z-index: 5;
}
#fullpage-5 .fullpage-arrow-down { border-top-color: #ececec; }

/* ==================== SECTION SIX ==================== */

#fullpage-6 {
    background: #fff;
    position: relative;
    z-index: 4;
}

/* ==================== IMAGES ==================== */


.fullpage-photo-center {
    text-align: center;
    margin: 0 0 30px 0;
}


/* ==================== BUTTONS ==================== */

a.less-button,
a.more-button {
    border: 2px solid #127bb8;
    padding: 15px 20px;
    margin: 30px auto;
    display: block;
    color: #127bb8;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    width: 140px;
    text-align: center;
}
a.less-button:link, a.less-button:active, a.less-button:visited, a.less-button:focus,
a.more-button:link, a.more-button:active, a.more-button:visited, a.more-button:focus {
    text-decoration: none !important;
    outline: none !important;
}
a.less-button:hover,
a.more-button:hover {
    color: #309bd9;
    border-color: #309bd9;
    text-decoration: underline;
}


/* ==================== GRANTS TABLE UPDATE ==================== */

#fullpage-container .grants-table-container {
    margin: 0 0 20px 0;
    overflow-x: auto;
}
#fullpage-container .grants-table { width: 99%; }
#fullpage-container .grants-table, #fullpage-container .grants-table th, #fullpage-container .grants-table td { border-collapse: collapse; }

#fullpage-container .grants-table th, #fullpage-container .grants-table td {
    padding: 15px;
    font-size: 16px;
    width: 20%;
    white-space: nowrap;
}
#fullpage-container .grants-table th, #fullpage-container .grants-table td { color: #333; }

#fullpage-container .grants-table thead td {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
#fullpage-container .grants-table thead td:first-child { text-align: left; }

#fullpage-container .grants-table tbody th, #fullpage-container .grants-table tbody td {
    background: #ececec;
    border-top: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
#fullpage-container .grants-table tbody th {
    background: #f2f2f2;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

#fullpage-container .grants-total td:first-child, #fullpage-container .grants-total td:last-child { background: transparent !important; }

#fullpage-container .grants-table .grants-total td {
    background: #fff;
    font-weight: bold;
}

#fullpage-container .grants-table tbody td, #fullpage-container .grants-table .grants-total td { text-align: right; }



/* ==================== MOBILE STYLES ==================== */

@media only screen and (max-width : 768px) {

    #fullpage-banner-image { display: none; }
    #fullpage-banner-image-mobile { display: inherit; }
    #country-select {
      /*  position: inherit; */
        right: auto;
        top: 100px;
    }
    #fullpage-banner-title h1 { font-size: 40px; }

    #heading-text { }
    #heading-text h1 {
        position: absolute;
        font-size: 40px;
        margin: 0;
    }
    #heading-text h1 {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
        text-align: left;
    }

}

@media only screen and (max-width : 992px) {

    h1 { font-size: 40px; }
    #fullpage-banner-title h1 { text-align: center; }

    #fullpage-banner {
        width: auto;
        padding: 30px;
    }
    #fullpage-banner-flag { text-align: center; }
    #fullpage-banner-flag, #fullpage-banner-title {
        display: block;
        padding: 10px 10px 0 10px;
    }
    #fullpage-banner-text, #fullpage-banner-links {
        display: block;
     }
     #fullpage-banner-text ul, #fullpage-banner-links ul { margin-bottom: 0; }

    .highlight-section-boxes .fullpage-section-contents {
    /*#fullpage-1 .fullpage-section-contents {*/
        padding: 50px 30px;
        width: auto;
        text-align: center;
    }
    .fullpage-highlights-box {
        display: inline-block;
        width: auto;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .data-box {
        background: rgba(255,255,255,0.3);
        width: 100%;
        height: auto;
        margin: 0 5px 10px 5px;
        padding: 15px;
        box-sizing: border-box;
        display: block;
        vertical-align: top;
        border: 1px solid #e5e5e5;
    }
    /*185855 : Global Updates to Country's Grants Tables*/
    table.grants-table, .grants-table thead, .grants-table tbody, .grants-table th, .grants-table td, .grants-table tr,
    table.basic-table, .basic-table thead, .basic-table tbody, .basic-table th, .basic-table td, .basic-table tr { display: block; }
    #fullpage-container .grants-table th, #fullpage-container .grants-table td { width: auto !important; }
    .grants-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;

    }
    .basic-table thead td { font-size: 18px !important; }
    .grants-table tr, .basic-table tr { border: 1px solid #ccc; }
    #fullpage-container .grants-table tbody th, .basic-table tbody th {
        background: #fff;
        font-size: 16px;
    }
    #fullpage-container .grants-table td, .basic-table tbody td { font-size: 14px; }
    .grants-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }
    #fullpage-container .grants-table tbody td, #fullpage-container .grants-table .grants-total td, .basic-table tbody td { padding-right: 25px; }
    .grants-table td:before {
        position: absolute;
        top: 16px;
        left: 25px;
        width: 45%;
        padding: 0 10px 0 0;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    #fullpage-container .grants-table .grants-total td.empty-cell { display: none; }
    #fullpage-container .grants-table .grants-total td.total-cell {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }
    .grants-table td:before, .grants-table th:before, .basic-table td:before, .basic-table th:before { content: attr(data-title); }
    .mobile-hide { display: none !important; }

}

/*183579: Country Template - Add Date to Highlights*/
.fullpage-highlights-date {
	font-size: 12px;
	color: #666;
	margin: 0 0 15px 0;
}
.fullpage-highlights-cat {
	margin: 0;
}
/* 199514: Print StyleSheet - Empty Graph Class */
@media print {
    body { line-height: 1.2; }
    header, footer, #fullpage-banner-image, #fullpage-banner-flag, #fullpage-banner-image-mobile, #country-select, .highlight-section-boxes, .read-more-wrapper, #return-to-top, .fullpage-arrow-down, #fullpage-banner-links, .more-button.click-data, .highcharts-button, .sticky-nav-wrapper, .sticky-nav-wrapper.sticky, .wide-header.sticky, #skip-link, .gen-page-right-menu { display: none !important; }
    .more-info, .more-data { display: block !important; }
    .fullpage-section-contents ul li, #fullpage-banner-text li, #fullpage-banner-links li, ul li, ol li {
        background: none !important;
        list-style: disc !important;
        line-height: 1.2 !important;
    }
    ul, ul ul, ol, ol ol, ul ol, ol ul {
        margin: 15px !important;
        padding: 0 0 0 15px !important;
    }
    #fullpage-top-banner {
        margin: 0;
        padding: 0;
    }
    .fullpage-photo-center, .fullpage-photo-center img { max-width: 50%; }
    .fullpage-photo-center { margin: 0 auto 15px auto !important; }
    #fullpage-banner-text ul, #fullpage-banner-links ul { margin: 0; }
    #fullpage-banner-flag, #fullpage-banner-title { padding: 0; }
    h1 { font-size: 30px !important; }
    #fullpage-banner-title h1 { font-size: 40px !important; }
    section { margin: 0 0 50px 0; }
    .sticky + .main-container-wrapper, .sticky + #fullpage-container, .front.lowbandwidth .sticky + .main-container-wrapper, .front.lowbandwidth .sticky + #fullpage-container { margin: 0 !important; }
    .col-sm-8, .col-md-9, .col-sm-8.col-md-9 { width: 100%; }
    .fullpage-section-contents {
        max-width: 100% !important;
        padding: 0 !important;
    }
    p, li, .highlight-light-purple, .highlight-purple, .highlight-pink, .highlight-orange,
    #fullpage-container .grants-table th, #fullpage-container .grants-table td, #fullpage-container .grants-table thead td { font-size: 13px !important; }
    h1, h2, h3, h4, h5, h6, p {
        margin: 0 0 15px 0 !important;
        line-height: 1.2 !important;
    }
    .country-last-updated-date {
        margin: 0 !important;
        padding: 30px 0 0 0 !important;
    }
    #fullpage-container .grants-table th, #fullpage-container .grants-table td {
        width: auto !important;
        white-space: normal !important;
    }
    .data-boxes { text-align: left; }
    .highcharts-root { max-width: 320px !Important; }
    .data-box {
        border: none !important;
        width: 320px !important;
        height: auto !important;
        margin: 5px !important;
        padding: 5px !important;
        box-sizing: border-box !important;
        display: inline !important;
        float: left !important;
    }
    .data-box * { margin: 0; padding: 0; }
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited { text-decoration: none !important; }
    a[href]:after {
        content: " (" attr(href) ")";
        content: none !important;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
        content: none !important;
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
        content: none !important;
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 { page-break-after: avoid; }
}

/*204716:Add New CSS Development */
.fa-arrow-right { color: #faa615; }
ul.colored-boxes {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.colored-boxes li {
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
.colored-boxes li {
    color: #fff !important;
    font-size: 18px;
    margin: 0 !important;
    padding: 40px 20px 20px 20px !important;
    text-align: center !important;
    position: relative;
}
.colored-boxes li p {
    font-size: 18px !important;
    margin: 0 !important;
}
.colored-boxes li strong, .colored-boxes li span { display: block; }
.colored-boxes li span {
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.colored-boxes li strong { font-size: 40px; }
.bx-icon {
    text-align: center;
    opacity: 0.4;
    margin: 0 auto 20px auto;
}
.bx-purple { background: #803f91 !important; }
.bx-orange { background: #f26f31 !important; }
.bx-pink { background: #ee395f !important; }
.bx-light-purple { background: #b43e8f !important; }
a.twitter-intent {
    background: #fff;
    color: #00aced;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    border: 2px solid #fff;
    z-index: 5;
}
a.twitter-intent:hover {
    background: #00aced;
    color: #fff;
}
.pulse {
    display: block;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
    animation: pulse 2s infinite;
}
.pulse:hover { animation: none; }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    ul.colored-boxes {
        display: block;
    }
    .colored-boxes li {
        display: block;
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 20px !important;
    }
}

/**********/
/*Footnotes CSS: 205962*/
#footnotes {
	border-top: 1px solid #dadada;
	color: #666;
	margin: 20px 0 30px 0 !important;
	padding: 20px !important;
}
#footnotes li {
	font-size: 12px;
}
/**********/
/* Task #217802: Rich Cards - Job Posting  */
.gtm-jobs .basic-table~div {
	display: none !important;
}

/*disable social share on logged-in*/
.logged-in .addthis-smartlayers,
.logged-in .share-this-detail-page,
.logged-in .std-post-comment-wrapper .or-txt,
.logged-in .std-post-comment-wrapper .share-txt,
.logged-in .standard-summery-spec >span:nth-last-child(2)
{
    display: none!important;
}
.logged-in .lib-doc
{
font-size:0px;
}
.logged-in .landing-detail-type >span:nth-last-child(2)
{
font-size:0px;
}
.logged-in .time-period-location-container>span:nth-last-child(2)
{
font-size:0px;
}
/****Task #238855: Clicking tab slides page ****/
.landing-detail-description ul.nav {
    margin: 0 0 30px 0;
    padding: 0;
}
.landing-detail-description ul.nav li {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .page-email-a-friend .email-friend {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 992px) {
  .page-email-a-friend .email-friend {
    padding: 0 30px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-email-a-friend .email-friend {
    padding: 0 15px;
  }
}
/* Quotes slideshow */
/*custom style for quote slideshow*/
.quote-slideshow-wrapper {
  width: 83%;
  float: none;
  margin: auto;
  max-width: 975px;
}
.quote-slideshow-wrapper .slick--view--slideshow .slide__caption {
    padding: 0px;
    background: #f8f8f8;
    color: #222;
  border-radius: 3px;
}
.quote-slideshow-wrapper .quote-au-container {
  background: #f8f8f8;
}
.quote-slideshow-wrapper .quote-au-container .quote-bar {
  overflow: hidden;
  padding: 56px 30px 52px 30px;
}
.quote-slideshow-wrapper .quote-dtl-wrapper {
  padding: 0;
}
.quote-slideshow-wrapper .quote-au-contents {
  padding: 32px 0 34px 30px;
  color: #222;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
.quote-slideshow-wrapper .quote-au-contents p {
  color: #222;
  font-size: 16px;
  line-height: 1.3;
}
.quote-slideshow-wrapper .quote-au-name .author-title,
.quote-slideshow-wrapper .quote-au-name .author-org  {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  /*text-transform: capitalize;*/
}
.quote-slideshow-wrapper .quote-au-name .author-title {
  color: #2da995;
  padding-top: 25px;
  font-weight: bold;
}
.quote-slideshow-wrapper .quote-au-name .author-org {
  color: #222;
}
.quote-slideshow-wrapper .slider .slick-arrow,
.quote-slideshow-wrapper .slick-arrow.slick-prev.slick-disabled:not(.small),
.quote-slideshow-wrapper .slick-arrow.slick-next.slick-disabled:not(.small) {
  opacity: 1!important;
}
.quote-slideshow-wrapper .slider-for button.slick-prev:not(.small),
.quote-slideshow-wrapper .slider-for button.slick-next:not(.small) {
  top: calc(50% - 18px)!important;
}
.quote-slideshow-wrapper button.slick-prev {
  left: -60px;
}
.quote-slideshow-wrapper  button.slick-next {
  right: -57px;
}
.quote-slideshow-wrapper .quote-au-contents:after,
.quote-slideshow-wrapper .quote-au-contents:before {

  font-family: "FontAwesome" !important;
  font-size: 50px;
  position: absolute;
  color: #faa615;
}
.quote-slideshow-wrapper .quote-au-contents:before {
  content: "\f10d";
  top: -40px;
  left: 30px;
}
.quote-slideshow-wrapper .quote-au-contents:after {
  content: "\f10e";
  bottom: -40px;
  right: 0;
}
button.slick-arrow.slick-disabled:hover:before,
button.slick-arrow.slick-disabled:hover:after {
  color: #faa615!important;
}

.centered_smal_560 .slick-carousel.quote-slideshow-wrapper {
 /* width: 100%;*/
}

.centered_smal_560 .quote-slideshow-wrapper .quote-dtl-wrapper {
  width: 100%;
}
.centered_smal_560 .quote-slideshow-wrapper .quote-au-contents {
  padding: 81px 0 35px 0;
  width: 100%;
}
.centered_smal_560 .quote-slideshow-wrapper .quote-au-contents:before {
  top: 11px;
  left: 0;
}
.centered_smal_560 .quote-slideshow-wrapper button.slick-prev:not(.small) {
  left: -48px;
}
.centered_smal_560 .quote-slideshow-wrapper button.slick-next:not(.small) {
  right: -46px;
}
.quote-slideshow-wrapper .quote-au-contents p:last-child {
  margin-bottom: 0px;
}


/*responsive style*/
@media screen and (max-width: 768px) {
  .slick-carousel.quote-slideshow-wrapper {
    width: 100%;
  }
  .quote-slideshow-wrapper button.slick-next,
  .centered_smal_560 .quote-slideshow-wrapper button.slick-next:not(.small) {
    right: 0;
  }
  .quote-slideshow-wrapper button.slick-prev,
  .centered_smal_560 .quote-slideshow-wrapper button.slick-prev:not(.small) {
    left: 0
  }

}
@media screen and (max-width: 992px) {
  .quote-slideshow-wrapper .quote-au-contents {
    padding: 81px 0 35px 0;
  }
  .quote-slideshow-wrapper .quote-au-contents:before {
    top: 11px;
    left: 0;
  }
  .quote-slideshow-wrapper .quote-au-contents:after {
    right: 0;
  }
  .quote-slideshow-wrapper .quote-au-container .quote-bar {
    padding: 30px 30px 55px 30px;
  }
  .quote-slideshow-wrapper .slider-for button.slick-prev:not(.small),
  .quote-slideshow-wrapper .slider-for button.slick-next:not(.small) {
    top: 90px !important;
  }
}




