@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --rv-purple: #8a4db0;
    --rv-deep: #4b1f66;
    --rv-light: #fbf0ff;
    --rv-white: #fff
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--rv-deep);
    background: #fff;
    font-size: 16px;
    line-height: 1.25
}


.hero img {
    width: 100%;
    display: block
}

.wrap {
    padding: 46px 72px 72px
}

h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--rv-deep);
    font-weight: 600;
    margin: 0
}

h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 28px
}

.tenant h1 {
    font-size: 31px;
    margin-bottom: 24px
}

.intro h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px
}

.intro p {
    margin: 0 0 19px;
    letter-spacing: .01em
}

.search-pill {
    height: 48px;
    border-radius: 30px;
    background: var(--rv-light);
    margin: 38px 2px 40px;
    position: relative
}

.search-pill:before {
    content: '\e003';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 22px;
    top: 8px;
    font-size: 30px;
    color: var(--rv-purple)
}

.section-title {
    display: flex;
    align-items: center;
    margin: 30px 0 26px
}

.section-title .star {
    font-size: 38px;
    color: var(--rv-purple);
    margin-right: 24px
}

.section-title h2 {
    font-size: 35px
}

.tenant .section-title h2 {
    font-size: 30px
}

.quick-row {
    display: flex;
    gap: 8px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.btn-rv {
    display: inline-block;
    background: var(--rv-purple);
    color: #fff !important;
    border-radius: 24px;
    padding: 10px 26px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none;
    border: 0
}

.quick-row .btn-rv {
    min-width: 167px
}

.primary-action {
    min-width: 245px;
    margin-left: auto
}

.tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.card-rv.expandable .minus {
    display: none;
}
.card-rv {
    background: var(--rv-light);
    border-radius: 14px;
    padding: 24px 21px 30px;
    position: relative;
    min-height: 335px
}

.card-rv h3 {
    font-size: 31px;
    margin-bottom: 22px
}

.card-rv img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-bottom: 22px
}

.card-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start
}

.card-links .btn-rv {
    font-size: 14px;
    padding: 8px 21px;
    line-height: 1;
    min-width: 160px
}

.plus {
    position: absolute;
    right: 26px;
    bottom: 26px;
    font-size: 64px;
    line-height: .6;
    color: var(--rv-purple);
    font-weight: 600;
    cursor: pointer
}

.minus {
    position: absolute;
    right: 26px;
    bottom: 26px;
    font-size: 42px;
    line-height: .6;
    color: var(--rv-purple);
    font-weight: 600;
    cursor: pointer
}

.wide-tile {
    grid-column: 1/3;
    background: var(--rv-light);
    border-radius: 14px;
    padding: 28px 42px;
    margin-top: 10px
}

.wide-tile h3 {
    font-size: 32px
}

.tenant .wrap {
    padding: 34px 48px 70px
}

.tenant .intro p {
    font-size: 12px;
    margin-bottom: 0;
    max-width: 535px
}

.tenant .search-pill {
    height: 34px;
    margin: 34px 8px 34px
}

.tenant .search-pill:before {
    font-size: 21px;
    left: 18px;
    top: 5px
}

.tenant .quick-row {
    margin-bottom: 38px
}

.tenant .btn-rv {
    font-size: 13px;
    padding: 9px 20px
}

.tenant .primary-action {
    min-width: 205px
}

.tenant .tools-grid {
    gap: 18px
}

.tenant .card-rv {
    min-height: 286px;
    padding: 25px 24px 25px
}

.tenant .card-rv h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.tenant .card-rv img {
    height: 228px;
    margin-bottom: 20px
}

.tenant .card-links .btn-rv {
    font-size: 11px;
    min-width: 140px;
    padding: 7px 14px;
}

.tenant .small-stack {
    display: flex;
    flex-direction: column;
    gap: 21px
}

.tenant .small-tile {
    background: var(--rv-light);
    border-radius: 12px;
    padding: 25px 29px
}

.tenant .small-tile h3 {
    font-size: 26px
}

.video-panel {
    grid-column: 1/3;
    background: var(--rv-light);
    border-radius: 10px;
    text-align: center;
    padding: 28px 22px 34px;
    margin: 22px 0 48px
}

.video-panel h3 {
    font-size: 24px;
    margin-bottom: 24px
}

.videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px
}

.video-thumb {
    height: 206px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    position: relative
}

.video-thumb:after {
    content: '\e072';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    color: var(--rv-purple);
    font-size: 23px;
    line-height: 54px;
    text-align: center;
    padding-left: 4px
}

.resources-heading {
    font-size: 31px;
    margin: 0 0 26px 22px
}

.expandable .extra {
    display: none
}

.expandable.open .extra {
    display: flex
}

.expandable.open .plus {
    display: none
}

.expandable:not(.open) .minus {
    display: none
}

@media(max-width:767px) {
    .rv-page {
        max-width: 100%
    }

    .wrap,
    .tenant .wrap {
        padding: 32px 24px 48px
    }

    h1 {
        font-size: 36px
    }

    .tools-grid {
        grid-template-columns: 1fr
    }

    .wide-tile,
    .video-panel {
        grid-column: auto
    }

    .primary-action {
        margin-left: 0
    }

    .videos {
        grid-template-columns: repeat(2, 1fr)
    }

    .card-rv {
        min-height: auto
    }

    .quick-row .btn-rv {
        min-width: 0;
        flex: 1 1 auto
    }

    .tenant .tools-grid {
        grid-template-columns: 1fr
    }

    .tenant .small-stack {
        gap: 16px
    }
}

.tipue_search_content_url, .tipue_search_content_text {display: none;}
.help-center h2 {color:#000; font-size: 20px; font-weight: bold;}
.help-header {width: 400px; margin:20px auto;}
.help-center .blog-tag-list ul {list-style: none;padding-block-start: 0px; padding-left: 0px;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Code+Pro');


/*
Tipue Search 7.0
Copyright (c) 2018 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/


/* basics */

.tipue_search_group {position: relative;}
.tipue_search_group:after
{
     content: "";
     display: table;
     clear: both;
     border-radius: 30px;
     border:solid 1px #000;
}


/* fonts, colors */


#tipue_search_input
{
     font: 15px/1 'Nanum Gothic', sans-serif;
     color: #333;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tipue_search_icon
{
     font: 300 24px/1 'Nanum Gothic', sans-serif;
     color: #777;
}
#tipue_search_results_count, .tipue_search_related, .tipue_search_note
{
     font: 12px/1.3 'Source Code Pro', monospace;
	text-transform: uppercase;
	color: #999;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#tipue_search_replace, #tipue_search_error, .tipue_search_content_text
{
     font: 300 16px/1.6 'Nanum Gothic', sans-serif;
	color: #666;
}
#tipue_search_replace a
{
     color: #2b6895;
     text-decoration: none;
}
#tipue_search_replace a:hover
{
     color: #666;
}
.tipue_search_related_btn
{
     font: 11px/1 'Source Code Pro', monospace;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f7f7f7;
}
.tipue_search_content_title
{
     font: 300 20px/1.2 'Nanum Gothic', sans-serif;
     color: #333;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tipue_search_content_title a
{
     color: var(--rv-deep);
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #4facd1;
}
.tipue_search_content_url, .tipue_search_content_debug
{
     font: 300 15px/1.7 'Nanum Gothic', sans-serif;
     color: #333;
}
.tipue_search_content_url a
{
     color: #4facd1;
     font-weight: bold;
     font-size: 16px;
     text-decoration: none;
}
.tipue_search_content_url a:hover
{
     color: #4facd1;
}
.tipue_search_content_bold
{
     font-weight: bold;
     color: #555;
}
.tipue_search_note a
{
     color: #999;
     text-decoration: none;
}
.tipue_search_image_close
{
     font: 22px/1 'Source Code Pro', monospace;
	color: #ccc;
}
#tipue_search_zoom_text
{
     font: 11px/1.7 'Source Code Pro', monospace;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#tipue_search_zoom_text a
{
     color: #ccc;
     text-decoration: none;
     border-bottom: 2px solid #f7f7f7;
}
#tipue_search_zoom_text a:hover
{
     border: 0;
}
#tipue_search_foot_boxes
{
     font: 13px/1 'Source Code Pro', sans-serif;
	text-transform: uppercase;
	color: #333;
}
#tipue_search_foot_boxes li a
{
     background-color: #f7f7f7;
	color: #666;
}
#tipue_search_foot_boxes li.current
{
     background: #252525;
	color: #ccc;
}
#tipue_search_foot_boxes li a:hover, .tipue_search_related_btn:hover
{
     background: #252525;
     color: #ccc;
}


/* search box */


#tipue_search_input
{
     float: left;
     width: 300px;
     background-color: #f3f3f3;
     border: solid 1px #000;
     padding: 9px 6px 10px 15px;
     height: 56px;
     border-radius: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
     box-shadow: none;
	outline: 0;
	margin: 0;
}
.tipue_search_button
{
     position: absolute;
     float: left;
     width: 47px;
     height: 56px;
     border: none;
     border-radius: 3px;
     box-sizing: border-box;
     cursor: pointer;
	outline: 0;
    background-color: transparent!important;
}
.tipue_search_icon
{
     float: left;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
     box-shadow: none;
	outline: 0;
	margin: -1px 0 0 8px;
    color:var(--primary);
}


/* search results */


#tipue_search_content
{
     max-width: 100%;
	margin: 0;
}
.tipue_search_result
{
     padding-top: 21px;
}
#tipue_search_results_count
{
     padding-top: 9px;
}
.tipue_search_related
{
     padding-top: 13px;
}
.tipue_search_related_block
{
     padding-bottom: 6px;
}
#tipue_search_warning
{
	padding-top: 10px;
}
.tipue_search_related_btn
{
     display: inline-block;
     padding: 9px 10px;
     text-decoration: none;
     text-align: center;
     border-radius: 3px;
     margin: 9px 9px 0 0;
     outline: 0;
     transition: 0.2s;
     cursor: pointer;
}
#tipue_search_replace
{
     padding-top: 13px;
}
#tipue_search_error
{
     padding-top: 13px;
}
.tipue_search_content_url
{
     padding-top: 3px;
     word-wrap: break-word;
     hyphens: auto;
}
.tipue_search_content_text
{
     word-wrap: break-word;
     hyphens: auto;
     margin-top: 1px;
}
.tipue_search_note
{
     padding-top: 5px;
}
.tipue_search_content_debug
{
     margin: 5px 0;
}


/* images */


.tipue_search_image
{
     padding: 9px 0 6px 0;
}
.tipue_search_img
{
     width: 200px;
     max-width: 100%;
     height: auto;
     transition: 0.5s;
     border-radius: 1px;
}
.tipue_search_img:hover
{
     opacity: 0.7;
}
.tipue_search_image_zoom
{
     cursor: pointer;
}
#tipue_search_image_modal
{
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.9);
}
.tipue_search_image_close
{
     position: absolute;
     top: 0;
     right: 0;
     padding: 25px 30px;
     cursor: pointer;
}
.tipue_search_image_block
{
     margin: 0 auto;
     max-width: 900px;
     padding: 73px 30px 30px 30px;
     box-sizing: border-box;
     color: #fff;
}
#tipue_search_zoom_img
{
     max-width: 100%;
     height: auto;
}
#tipue_search_zoom_text, .tipue_search_zoom_options
{
     padding-top: 9px;
}


/* footer */


#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#tipue_search_foot_boxes li
{
     display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tipue_search_foot_boxes li a
{
	padding: 10px 17px 11px 17px;
     border-radius: 3px;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
	transition: 0.2s;
}
#tipue_search_foot_boxes li.current
{
	padding: 10px 17px 11px 17px;
     border-radius: 3px;
	margin-right: 7px;
	text-align: center;
}
