body, .pure-g [class*=pure-u] {
	font-family: 'Open Sans', sans-serif;
	color: #7e9098;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.pure-g {
    position: relative;
}

* {
    box-sizing: border-box;
    clear: both;
}

body {
     background: #FFFFFF;   
}

.max-width {
	max-width: 1100px;
    width: 100%;
    margin: auto auto;
    position: relative;
}

.flexreverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.lato {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}


input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

.vmid {
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

button {
    border: none;
}

.btn {
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 0.8em;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.08);
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.2s;
}

.btn:hover {
    margin-top: 2px;
    margin-bottom: 8px;
    box-shadow: 0px 7px 13px rgba(0,0,0,0.07);
    cursor: pointer;
}

.btn:active {
    margin-top: 7px;
    margin-bottom: 3px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.btn:disabled {
    background: #d6d6d6;
    color: #7e9098;
}

.btn:disabled:hover {
    cursor: no-drop;
}

/* NAV STYLING */

#menu {
    transition: background-color 0.3s, box-shadow 0.3s;
}

.menu-cont {
	width: 100%;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

label.toggle {
	display: none;
	float: right; 
	margin-right: 20px;
	font-size: 1.5em;
}

input.toggle {
	display: none;
}

.pure-menu-heading {
	font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    text-transform: none;
    color: #676767;
}

.whitebg .pure-menu-heading {
    color: #0877e4;
}

.whitebg .r-last {
    color: #319aff;
}

.menu-to-show {
    display: inline;
}

.pure-menu-list {
	float: right;
    width: 100%;
}

.main-nav {
    text-align: center;
}

.pure-menu-link {
	color: #676767;;
	font-size: 0.9em;
	opacity: 0.75;
    transition: opacity 0.4s;
}

.pure-menu-list-c .pure-menu-link, .whitebg .pure-menu-link {
	color: #676767;
}

.pure-menu-link:hover {
	background: none;
	opacity: 1;
}

.pure-menu-link:focus {
	background: none;
}

.whitebg {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background: #FFFFFF;
}

nav .active {
	opacity: 1;
}

.whitebg .signinlink label {
    color: #383838;
}

.signinlink label {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.7em;
    line-height: 3em;
    opacity: 1.0;
    position: relative;
}

.signinlink label::after {
    content: '\279E';
    position: absolute;
    top: 0.25em;
    transition: all 0.3s ease-out;
    font-size: 1.2em; 
    line-height: 0.7em;
    right: -15px;
}

.signinlink label:hover::after {
    right: -18px;
}

.signinlink label:hover {
    cursor: pointer;
}

.submenu {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* /NAV CSS */

/* HEADER CSS */

.header {
    position: relative;
    overflow: hidden;
}

/* /header */

/* CTA*/

.cta-buttons {
    align-items: center;
}

.cta {
    background: #f8f9fa;
    color: #647982;
}

.cta-cont {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-ctareg {
    font-weight: 700;
    background: #0877e4;
    color: #FFFFFF;
    display: inline-block;
}

.btn-ctareg:active {
    background: #1a6ab7;
}

.btn-contact {
    background: #FFFFFF;
    color: #5a84ad;
    display: inline-block;
}

.btn-contact:active {
    background: #eaeaea;
}


/* /CTA */

/* SIGNUP MODAL */
.signupmodal {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    top: 0px;
    left: 0px;
}

.bglayer {
    position: absolute;
    height: 300%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    top: 0px;
    left: 0px;
    z-index: 1;
}

.signupcontent {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    align-items: center;
    align-content: center;
}

.holder {
    max-width: 400px;
    width: 90%;
    margin: auto auto;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
    position: relative;
    box-shadow: 0px 3px 15px 0px rgba(71,90,88,0.4);
}

.holder h2, h3 {
    margin: 0px;
    padding: 0px 20px;
}

.signuptitle {
    padding: 20px;
    background: #0877e4;
    background: linear-gradient(to right, #0877e4, #319aff);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.holderform h2 {
    margin: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.2em;
}

.holderform h3 {
    margin: 0px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.9em;
}

.signuphold {
    padding: 30px 20px;
    padding-bottom: 20px;
}

.formholder {
    margin: auto auto;
    display: table;
    width: 100%;
    text-align: left;
}

.signupform input {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border: 1px solid lightgrey;
    border-radius: 3px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95em;
}

.message-holder {
    padding: 20px;
    padding-top: 0px;
    display: none;
}

.message-holder .message {
    padding: 5px 5px;
    font-size: 0.8em;
    width: 100%;
    border-radius: 3px;
}

.message-holder .error {
    background: #fff5f5;
    border: 1px solid #e26464;
    color: #c44949;
}

.message-holder .general {
    background: #f1f8ff;
    border: 1px solid #319aff;
    color: #319aff;
}

.message-holder .success {
    background: #f1fffa;
    border: 1px solid #3ba881;
    color: #3ba881;
}

#tos, #remember-me {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: auto;
}

.toslabel {
    display: inline-block;
    font-size: 0.75em;
    vertical-align: middle;
    margin-bottom: 10px;
}

.toslabel a {
    font-weight: 600;
    color: #3199ff;
}

.toslabel a:hover {
    color: #1e85ea;
}

.closesignup {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-image: url("../images/x.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.closesignup:hover {
    cursor: pointer;
}

.btn-register {
    color: #FFFFFF;
    background: #0877e4;
    background: linear-gradient(to right, #0877e4, #319aff);
    display: block; 
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition: margin 0.25s;
}

.btn-register:hover {
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-register:active {
    margin-top: 20px;
    margin-bottom: 5px;
}

.link-btn {
    background: transparent;
    border: 0px;
    font-size: 0.80em;
    padding-top: 10px;
    color: #0877e4;
    font-weight: 600;
}

.signuphold .link-btn {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.link-btn:hover {
    text-decoration: underline;
    color: #1e85ea;
}


/* /SIGNUP CSS */

/* destination */

#destination .signuphold {
    padding-bottom: 30px;
}

.destination .brand {
    position: relative !important;
    left: 0px !important;
}

.destination .product-title {
    padding: 0px 20px;
    position: relative;
    display: inline-block;
}

.destination .product-title h2 {
    margin: 0px;
    font-weight: 400;
    margin-left: -20px;
}

.destination .product-image {
    height: 55px;
    width: 55px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 0px;
}

.destination {
    max-width: 300px !important;
    padding: 15px 0px;
    border-radius: 5px;
    display: block;
    box-shadow: 0px 5px 15px rgba(0,0,0,.05);
}

.destination:hover {
    color: #FFFFFF !important;
}

.destination:hover h2 {
    color: #FFFFFF !important;
}

.destination:hover span {
    color: #FFFFFF;
}

.destination.storefront {
    margin-top: 20px;
}

.destination.storefront:hover {
    background: linear-gradient(to right, #52e0d3, #60eec3);
}

.destination.payments-dest:hover {
    background: #0877e4;
    background: linear-gradient(to right, #0877e4, #319aff);
}

/* /destination */

/* FOOTER CSS */

footer {
    background: #f8f9fa;
    padding: 10px 0px;
}

.footer-nav {
    margin-top: 0px;
    margin-bottom: 30px;
}

.footer-nav a {
    color: #555555;
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: 400;
}

.footer-menu {
    padding-top: 20px;
}

.ftitle {
    color: #747474 !important;
    font-weight: 700;
    opacity: 1.0;
    margin-bottom: 5px;
}

.fleft {
    float: left !important;
}

.loginbtn, .registerbtn {
    text-align: center;
    color: #0dbadc !important;
}

.loginbtn:hover, .registerbtn:hover {
    cursor: pointer;
    color: #099fbc !important;
}

.loginbtn::after, .registerbtn::after {
    display: block;
    height: 2px;
    width: 40%;
    margin-top: 10px;
    margin-left: 30%;
    content: '';
    transition: all 0.5s;
    background-color: transparent;
}

.loginbtn.active::after, .registerbtn.active::after {
    background-color: #0dbadc;
}

.signupcontent .holder .active {
    display: inline-block !important;
}

.holderform {
    display: none;
}

.g-recaptcha {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95em;
}

[id^=signup]:checked + .signupmodal { display: block !important; }


@media only screen and (min-width: 768px) {
    .signin-link-menu {
        text-align: right;
    }
    
    .footer-nav {
        display: flex;
    }
    
    .copyright-holder {
        float: right; 
        bottom: 0; 
        position: absolute;
    }
    
    .signinlink label {
        margin-right: 25px;
    }
    
    .cta-buttons {
        height: 100%;
        display: flex;
        justify-content: center;
    }
    
    .cta-buttons button:last-child {
        margin-left: 20px;
    }
    
    .cta-buttons label:last-child {
        margin-left: 20px;
    }
    
    .pure-menu-item:hover .menu-padding{
    display: block !important;
    }

    .pure-menu-list .pure-menu-list {
        position: relative;
    }
    
    .menu-padding {
        padding-top: 5px;
        display: none;
        position: absolute;
    }

    .pure-menu-list-c {
        background: white;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0px 3px 15px 0px rgba(71,90,88,0.1);
        border-top: 1px solid #e3e3e3;
    }

    .pure-menu-list-c::after {
        content: '';
        height: 10px;
        width: 10px;
        background: white;
        position: absolute;
        top: -6px;
        left: 20px;
        display: block;
        transform: rotate(45deg);
        border-top: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
    }
}

@media only screen and (max-width: 767px) {
    .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .g-recaptcha {
        max-width: 250px;
    }
    
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    
    .product-tile {
        margin-top: 60px;
    }
    
    .product-tile:first-child {
        margin-top: 0px;
    }
    
    .cta-buttons {
        margin-top: 20px;
    }
    
    .menu-to-show.active {
        display: flex;
        flex-wrap: wrap;
    }
    
    .menu-to-show.active .pure-menu-list {
        float: none;
        display: block;
    }
    
    .pure-menu-list .pure-menu-list {
        position: relative;
    }
    
    .menu-padding {
        position: relative;
    }
    
    .signupleft {
        display: none !important;
    }
    
    .signinlink label::after {
        display: inline-block;
        position: relative;
        top: 0px;
    }
    
	.menu-to-show {
		display: none;
		float: none !important;
		text-align: center;
		background: #FFFFFF;
	}
    
    .pure-menu-list .pure-menu-list-c {
        background: #f7f7f7;
    }
    
    .menu-cont .pure-menu-list-child {
		display: none !Important;
		float: none !important;
		text-align: center;
		background: #FFFFFF;
	}
	
	.menu-cont .pure-menu-item {
		display: block !important;
	}
    
    .menu-padding {
        display: none;
    }
	
	label.toggle {
		display: block;
		color: #383838;;
		cursor: pointer; 
	}
    
    .whitebg label.toggle {
        color: #676767;
    }
    
    .pure-menu-list-c {
        display: block !important;
    }
	
    
    [id^=sdrop]:checked + .menu-padding { display: block !important; }
    
	
}