/* Typography */

body {
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "EffraLight";
    src: url("../fonts/effra-light-webfont.woff");
}
@font-face {
    font-family: "EffraMedium";
    src: url("../fonts/effra-medium-webfont.woff");
}
@font-face {
    font-family: "EffraRegular";
    src: url("../fonts/effra-regular-webfont.woff");
}

@font-face {
    font-family: "MarkProLight";
    src: url("../fonts/FontFont - MarkPro-Light.otf");
}
@font-face {
    font-family: "MarkProBold";
    src: url("../fonts/FontFont - MarkPro-Bold.otf");
}

.EffraLight {
    font-family: "EffraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.EffraMedium {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.EffraRegular {
    font-family: "EffraRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.MarkProLight {
    font-family: "MarkProLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.MarkProBold {
    font-family: "MarkProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Type selectors */
fieldset, form {
    margin: 0;
}
label {
    font-size: 1em;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    border-radius: 4px;
    border-color: #c3c5c6;
    border-style: solid;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 350px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "EffraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #71bb57;
}
a:link, a:visited, a:hover, a:active {
    color: #66AA4F;
}

a {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.show {
    display: inline !important;
}
.block {
    display: block !important;
}
.no-display {
	display: none !important;
}
.no-border {
    border: 0 !important;
}

.quettra-white-button.quettra-white-button {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: #71BB57;
}
.quettra-white-button:hover, .quettra-white-button:focus {
    border: 2px solid #66AA4F;
    background-color: #fff;
    color: #66AA4F;
    cursor: pointer;
}
.quettra-green-button.quettra-green-button {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #71BB57;
    color: white;
}
.quettra-green-button:hover, .quettra-green-button:focus {
    background-color: #66AA4F;
    cursor: pointer;
}
.quettra-black-button:hover, .quettra-black-button:focus {
	text-decoration: underline;
	color: #34353B;
    cursor: pointer;
}
.button-icon {
	margin-right: 5px;
}
.quettra-white-button, .quettra-green-button, .quettra-black-button {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-style: solid;
    border-color: #71BB57;
    border-width: 2px;
    border-radius: 6px;
    font-size: .9em;
    padding: .4em .8em;
    outline: none;
}
.quettra-black-button.quettra-black-button {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
    border-color: #34353B;
    color: #34353B;
}
.quettra-gray-button {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
    border-color: #6A6D71;
    color: #6A6D71;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    font-size: .9em;
    padding: .4em .8em;
}

.quettra-gray-button:hover, .quettra-gray-button:focus {
	border-color: #34353B;
    color: #34353B;
}
.base-page-wrap {
    min-height: 100%;
    position: relative;
}
/* Header */
.base-header-container {
    border: 1px solid transparent;
    position: fixed;
    width: 100%;
    border-color: #333;
    background-color: #34353B;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    color: #999;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    height: 87px;
}
.base-header-logo {
    padding-left: 30px;
}
.profile-arrow {
    color: white !important;
}
.profile-arrow:focus {
    color: white !important;
}
.base-header-drop-down {
    color: white;
}
.base-header-drop-down-triangle {
    position: absolute;
    color: white;
    top: -19px;
    right: 8px;
    font-size: 1.7em !important;
}
.base-header-drop-down-container {
    display: none;
    position: absolute;
    width: 130px;
    top: 30px;
    right: -10px;
    z-index: 10;
    background-color: white;
    border: solid;
    border-width: 2px;
    border-color: #34353B;
    border-radius: 7px;
}

.base-header-drop-down-link {
    padding: 5px;
    padding-left: 10px;
    padding-right: 25px;
    border-bottom: 2px solid #c3c5c6;
    display: block;
    color: #34353B !important;
    font-size: .9em;
    font-family: "EffraRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.base-header-drop-down-link:hover {
    text-decoration: underline;
    color: #34353B;
}

.base-header-notification {
    color: #71BB57;
    padding: 1px 5px;
    border: 2px solid #71bb57;
    border-radius: 20px;
    font-family: 'EffraMedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: auto 10px auto 2px;
}

.base-header-notification:hover, .base-header-notification:active {
    color: #fff;
    text-decoration: none;
}

.base-header-links {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #96999B !important;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
.base-header-link-user, .base-header-link-user2 {
    display: inline-block;
    position: relative;
}
.base-header-link-user2 {
    display: none;
}
.base-header-links:hover, .base-header-links:focus, .base-header-links:active {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 2px solid #71BB57;
}
.base-header-links-user {
    color: #96999B !important;
}
.base-header-links-logout {
    margin-left: 30px;
}
.base-header-links-user:hover, .base-header-links-user:focus, .base-header-links-user:active {
    color: #fff !important;
    text-decoration: none;
}
.base-header-signup {
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: solid;
    border-width: 3px;
    border-color: #96999B;
    border-radius: 7px;
}
.base-header-signup:hover, .base-header-signup:focus {
    color: #fff;
    border: 3px solid #fff;
}
.menu-icon {
    display: none;
    padding: 0;
    padding-top: 1%;
    padding-right: 30px;
    margin: 0;
    cursor: pointer;
    float: right;
}
.icon-bar {
    background-color: #fff;
    margin-top: 4px;
    display: block;
    width: 1.8em;
    height: 3px;
    border-radius: 1px;
}
/* CONTENT*/
.base-content-container {
    padding-bottom: 140px;
    padding-top: 117px;
}
/* Footer */
.base-footer-container {
    border: solid transparent;
    border-color: #c3c5c6;
    background-color: #e1e2e3;
    border-width: 3px 0 0 0;
    color: #999;
    padding: 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
}
.base-footer-links {
    font-family: "EffraMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 20px;
    color: #6A6D71 !important;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
}
.base-footer-logo {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 1.1em;
    color: #96999B;
    display: inline-block;
}
.base-footer-links-container {
    display: inline-block;
    height: 30px;
}
.base-footer-links:hover, .base-header-links:focus, .base-header-links:active {
    color: #96999B;
}
.base-footer-links:hover {
    text-decoration: underline;
}
.base-body {
    font-family: "EffraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #34353B;
    background-color: white;
    margin-bottom: 218px;
    margin: 0;
}
.base-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1000px) {
    .nounderline:hover {
        border-bottom: none !important;
    }
    .button-grey-signup {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-family: 'EffraMedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        background-color: rgba(255,255,255,.1);
        padding: 10px 20px 10px 20px;
        margin: 0 5px;
        text-decoration: none;
        border: 2px solid rgba(255,255,255,.75) !important;
    }
    .button-grey-signup:hover,.button-grey-signup:active,.button-grey-signup:focus {
        color: #fff;
        background-color: rgba(255,255,255,.2);
        border: 2px solid #fff;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 920px) {
    .base-header-links-container {
        position: absolute;
        top: 30px;
        right: 40px;
    }
}
@media (max-width: 919px) {
    .menu-icon {
        display: inline-block;
    }
    .base-header-signup {
        border: 0;
        padding: 0;
    }
    .base-header-signup:hover, .base-header-signup:focus, .base-header-signup:active {
        color: #fff;
        text-decoration: none;
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #71BB57;
    }
    .base-header-links-container {
        position: fixed;
        background-color: #34353B;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .base-header-links {
        padding: 10px;
        display: block;
    }
    .base-content-container {
        padding-top: 139px;
    }
    .base-header-link-user {
        display: none;
    }
    .base-header-link-user2 {
        display: block;
    }
    .base-header-links-container {
        display: none;
    }
}
@media (max-width: 530px) {
    .base-header-logo {
        width: calc(100% - 100px);
        vertical-align: top;
    }
    .menu-icon {
        float: none;
        width: 100px;
    }
    .icon-bar {
        margin-left: auto;
    }
}
@media (max-width: 480px) {
    .base-footer-logo {
        position: absolute;
        bottom: 20px;
    }
    .base-footer-links-container {
        display: inline-block;
        height: 50px;
    }
}
