#profile_top_container ,
#profile_top_container * {
	font-family: AlbertaSans, Roboto, sans-serif;
    font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1A2527;
}

.section {
	max-width: 1200px;
	margin: auto;
	padding: 50px 16px 50px;
}
	.section h2 {
        font-weight: bold !important;
        font-size: 26px;
        line-height: 37px;
        text-align: center;
        padding: 0 16px;
        margin-bottom: 20px;
 }

.flex-dual {
	flex-direction: column;
	display: flex;
	align-items: center;
	text-align: center;
}
	
	.flex-dual-item {
		display: flex;
		flex-direction: column;
		flex: 1;
		transition: 0.5s ease;
		width: 100%;
		justify-content: center;
	}

    #profile_top_container .flex-dual-item h2 {
		padding: 10px 0 20px;
		margin: 0;
		text-align: left;
	}
	
	.flex-dual-item img {
		margin: 0;
		min-width: auto;
		height: auto;
		max-width: 100%;
		transition: 0.5s ease;
	}
	
	.flex-dual-item p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.flex-dual-item p:last-child {
		margin-bottom: 0;
	}

h2#HowDoesItWork {
    padding-top: 150px;
    padding-bottom: 0;
    font-weight: bold !important;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
}
#personalise {
}
    #personalise .item {
        padding: 0 0 24px 0;
    }
    #personalise .item:before {
        display: none;
    }
    #personalise .flex-dual-item {
        max-width: 750px;
    }

#upload.flex-dual{
    flex-direction: column-reverse; 
}


.item {
    position: relative;
    color: black;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 24px 40px;
    text-align: left;
}
.item h3 {
    font-weight: bold !important;
}
.item:last-child {
    padding-bottom: 0;
}
.item:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: transparent url(/images/public_profiles/checkmark-circle.svg) no-repeat center;
    width: 22px;
    height: 22px;
    margin: auto;
}

/* START: Features */
#features {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
}
#features .info_box {
    display: inline-block;
    min-width: 0;
    margin: 0;
    margin-top: 30px;
    width: 100%;
}
    #features .info_box_header {
        
        width: 100%;
        margin: 0;
    }
        #features .info_box_header_text {
            font-weight: bold;
            display: inline-block;
            width: calc(100% - 50px);
            font-size: 16px;
            line-height: 24px;
            min-height: 48px;
            display: inline-flex;
            align-items: center;
        }

        #features .info_box_header_icon_box {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-size: contain !important;
            margin-right: 9px;
        }
            .info_box_header_icon_box.running{
                background: transparent url(/images/public_profiles/running.svg) no-repeat center;
            }
            .info_box_header_icon_box.euro{
                background: transparent url(/images/public_profiles/euro.svg) no-repeat center;
            }
            .info_box_header_icon_box.download{
                background: transparent url(/images/public_profiles/download.svg) no-repeat center;
            }
            .info_box_header_icon_box.lock {
                background: transparent url(/images/public_profiles/lock.svg) no-repeat center;
            }
            .info_box_header_icon_box.check {
                background: transparent url(/images/public_profiles/check.svg) no-repeat center;
            }
            .info_box_header_icon_box.growth {
                background: transparent url(/images/public_profiles/growth.svg) no-repeat center;
            }
    #features .info_box_description {
        width: 100%;
        text-align: left;
        float: left;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
     #features .info_box_description a {
       text-decoration: underline;
    }
    #features .info_box_description b {
        font-weight: normal;
    }
/* END: Features */





#plan_cards_wrapper * {
    font-family: Roboto, Arial, sans-serif;
}

#plan_cards_wrapper h2 {
    padding: 50px 0 0;
}

#plan_cards_wrapper .see_more_button {
	margin-top: 50px;
}

#plan_cards_wrapper .plan_cards.collapsed {
    max-height: none;
}





















/* TEXT */

#profile_top_container .fa {
	font-family: FontAwesome;
    width: 25px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    color: #0083FF;
    opacity: 0.4;
}

#profile_top_container .fa.arrow {
    width: auto;
    margin-right: 0;
    font-size: inherit;
    text-align: center;
    color: white;
    opacity: 1;
    padding-right: 5px;
}

#profile_top_container .fa-share-square {
    font-size: 25px;
}

#profile_top_container p {
    color: black;
    font-size: 16px;
    font-weight: normal;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

#profile_top_container a {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

#profile_top_container a.button {
    color: white;
}

#profile_top_container hr {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-image: none;
}

#profile_top_container ul {
    list-style-type: none;
}

#profile_top_container li {
    margin-top: 0;
}

/******/

.button {
    background: #E53327;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    outline: none;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
}

.button:hover {
    background: #e58327;
}

#mobile_button {
    background: #EE2B3A;
    border-radius: 8px;
    border: 0px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 288px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 0 !important;
    transition: 0.5s ease;
    margin: 70px auto 0;
    box-shadow: none;
}
#mobile_button:hover {
    background: #e58327;
}


/* See what others are selling */
.see-what {
	padding-bottom: 100px;
	text-align: center;
}
.see-what .image-grid {
    display: block;
}

.see-what h2 {
    margin-bottom: 40px;
    padding-top: 30px;
}

.image-grid {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 0;
}

.image-grid-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex: 1 1 0px;
    padding: 0 20px;
    transition: 0.5s ease;
}

.image-grid-item img {
    background: #F6F6F6;
    height: auto;
    max-width: 100%;
    min-width: 125px;
    transition: 0.5s ease;
}

.see-what .image-grid, .image-grid-item.image-grid {
    flex-flow: column wrap;
}

.see-what .image-grid-item {
    justify-content: center;
}



#profile_top_container .users-dual p {
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

#profile_top_container .see-what ul.desktop-menu {
    display: none;
    padding: 0;
    text-align: left;
}

#profile_top_container .see-what li {
    display: inline;
}

#profile_top_container .see-what li:last-child {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

#profile_top_container .see-what li:last-child a {
    color: #0083FF !important;
    line-height: 26px;
    font-weight: bold !important;
    padding: 8px;
}

.see-what .button {
    background: none;
    color: #364962 !important;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
    margin: 0;
    padding: 8px;
    text-align: left;
    width: 150px;
    font-weight: bold !important;
}

.see-what .button.active {
    background: #E53327;
    color: white !important;
}

.see-what .button:hover {
    background: #e58327;
    color: white !important;
}

.products {
    display: none;
    flex-grow: 2;
}

.products.active {
    display: flex;
}

.products.image-grid a {
    align-self: center;
    height: fit-content;
    padding: 0;
}

.dropdown {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.dropbtn.button {
    align-items: center;
    background: #E53327;
    border: none;
    color: white !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 96%;
}

.dropbtn.button span {
    flex: 1;
    padding-left: 21px;
    color: white !important;
    font-weight: bold !important;
}

.dropdown-content {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    margin: auto;
    padding-top: 5px;
    min-width: 150px;
    position: absolute;
    right: 0;
    width: 96%;
    z-index: 1;
}

.dropdown-content ul.mobile-menu {
    display: flex;
    flex-direction: column;
}

.dropdown-content ul.mobile-menu li .button {
    width: 100%;
    text-align: center;
}

.products.image-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, minmax(125px, 1fr));
}

.cover-product-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
}

.cover-product-wrapper::before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.products .image-grid-item {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.products .image-grid-item:hover img.profile-picture {
    background: none;
}

.users-dual {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.image-cropper {
    border-radius: 50%;
    flex-shrink: 0;
    height: 50px;
    margin: 15px 0 15px 0;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.image-grid-item img {
    background: #f6f6f6;
    height: auto;
    max-width: 100%;
    min-width: 125px;
    transition: .5s ease;
}
img.profile-picture {
    background: none;
    display: inline;
    height: 100%;
    margin: 0 auto;
    min-height: 0;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.users-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 15px;
}

#profile_top_container .users-info p:nth-child(2) {
    color: #0083FF;
    font-size: 14px;
    font-weight: normal;
}

/******/

/* Sell in three ways */

.sell-in .image-grid {
    flex-direction: column;
    flex-flow: wrap;
}

.sell-in .image-grid-item {
    justify-content: flex-end;
}

.sell-in .image-grid-item:first-child {
    display: none;
    flex-grow: 3;
    min-width: 500px;
}

.sell-in .image-grid-item:nth-child(2) {
    flex-grow: 2;
}

.sell-in .image-grid-item img {
    background: none;
    margin: 0;
    min-width: auto;
}

.selling-ways {
    margin-bottom: 30px;
}

.sell-grid {
    display: flex;
    margin-top: 10px;
}

.image-grid a.image-grid-item:hover {
    transform: scale(1.05);
}

.icon {
    padding-right: 10px;
    width: 25px;
}

.sell-grid-item {
    flex: 1 1 0px;
    flex-grow: 1;
    text-align: start;
}

.sell-grid-item:first-child {
    text-align: end;
}

.sell-grid-item:nth-child(2) {
    flex-grow: 10;
    padding-left: 15px;
}

#profile_top_container .sell-grid ul, .sell-grid li {
    color: #364962;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#profile_top_container .sell-grid li:first-child {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    position: relative;
    right: 35px;
}

/******/

/* No hidden fees */

.fees .image-grid {
    flex-direction: column;
}

.fees .image-grid-item {
    justify-content: center;
}

.fees .image-grid-item:first-child {
    flex-grow: 3;
}

.fees .image-grid-item:nth-child(2) {
    flex-grow: 2;
}

#profile_top_container .fees p {
    color: #364962;
}

.fees a {
    font-weight: bold;
    margin-top: 20px;
    padding: 16px;
}

.calculator {
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.calc-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#profile_top_container .calc-row p {
    padding-right: 15px;
    text-align: left;
    width: calc(100% - 100px);
}

#profile_top_container .calc-row.transaction p {
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.calc-row input {
    border: 1px solid #D8D8D8;
    color: #364962;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding: 0 5px;
    text-align: right;
    width: 82px;
}

.calc-row .result-wrapper {
    display: table;
}

#profile_top_container .calc-row .result {
    border: 1px solid rgba(255, 255, 255, 0);
    display: table-cell;
    font-family: Arial;
    height: 40px;
    margin: 0;
    max-width: 82px;
    overflow: hidden;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 82px;
}

/******/



/**  Mixes video ***/
.mixes {
    margin-bottom: 100px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

.mixes-video {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;  
}

/******/

@media only screen and (min-width: 600px) {
    .section h2 {
        font-size: 28px;
        line-height: 37px;
    }
    /* START: Features */
    #features {
    	padding-left: 50px;
    	padding-right: 50px;
    	padding-top: 100px;
    }
    /* END: Features */

    .products {
        flex-direction: row;
        flex-grow: 2;
    }
    .products.image-grid {
        grid-template-columns: repeat(2, minmax(125px, 1fr));
    }
    .image-grid-item.image-grid {
        flex-flow: wrap;
    }
    .fees .image-grid {
        flex-direction: row;
    }
    .fees p {
        max-width: 350px;
        text-align: left;
    }
    .fees .image-grid-item:first-child {
        padding-left: 60px;
    }
    #profile_top_container .fees .image-grid-item h2 {
        margin-bottom: 0;
        text-align: left;
    }
    .calculator {
        padding: 40px;
    }
}
@media only screen and (min-width: 768px) {
	#plan_cards_wrapper {
		padding-bottom: 100px;
	}
    /* START: Features */
    #features .info_box {
        display: inline-block;
        width: 33%;
        padding: 0 2%;
        text-align: left;
        vertical-align: top;
        margin: 82px 0 0 0;
    }
    #features .info_box:first-child {
        padding-left: 0;
    }
    #features .info_box:last-child {
        padding-right: 0;
    }
    #features .info_box_header{
        margin-bottom: 10px;
    }
    #features .info_box_header_text {
        font-size: 20px;
    }
   /* END: Features */
    .image-grid {
        flex-direction: row;
    }
    .see-what .image-grid {
        display: flex;
        flex-flow: row wrap;
    }
    #profile_top_container hr.two-by-two {
        display: none;
    }
    #profile_top_container .products hr.two-by-two {
        display: block;
    }
    #profile_top_container .see-what ul.desktop-menu {
        display: block;
    }
    #profile_top_container .see-what .dropdown {
        display: none;
    }
    #profile_top_container .see-what li {
        display: block;
    }
    #profile_top_container .see-what li:last-child {
		text-align: left;
	}
    #profile_top_container .see-what h2 {
        padding: 0 30px 20px 0;
        text-align: left;
    }
    #mobile_button {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .users-dual {
        flex-direction: row;
    }
    .users-info {
        flex-flow: column;
        justify-content: left;
        margin-bottom: 0;
        margin-left: 25px;
    }
    .image-cropper {
        margin: 15px 0 15px 25px;
    }
    #profile_top_container .users-dual p {
        text-align: left;
    }
}
@media only screen and (min-width: 1000px) {
	h2#HowDoesItWork {
		padding-top: 250px;
	}
	#personalise{
		padding-top: 50px;
	}
    .flex-dual {
        flex-direction: row;
        flex-flow: wrap;
        text-align: left;
        padding: 100px 50px 0;
        align-items: stretch;
    }
    
    .flex-dual-item {
        width: 50%;
        flex: 1;
    }
    .flex-dual-item img {
        margin: 0;
    }
    #personalise h2 {
        text-align: left;
        padding-bottom: 30px;
    }
    .left {
        margin-right: 50px;
    }
    #upload.flex-dual {
        flex-direction: row;
    }
}