
* {
    -webkit-overflow-scrolling: touch;
}
body {
    overflow: hidden;
}
body > .backdrop {
    display: block !important;
}
.light-blue-back {
    background-color: #6fcdef;
}
.tope-back {
    background-color: #90bdba;
}
.green-back {
    background-color: #68aaa8;
}
.grey-back {
    background-color: #778590;
}
.primary-back {
    background-color: #6C2C78;
}
.orange-back {
    background-color: #ff5918;
}
.center-back {
    background-color: #a7a9ac;
}
.trans-back {
    background-color: rgba(255, 255, 255, 0);
}
.primary-text {
    color: #858585;
}
.uppercase {
    text-transform: uppercase;
}
.drawerModal {
    z-index: 1010 !important;
}
.row .col {
    padding: 0 6px;
}
.fixed-action-btn ul li a {
    width: 46px;
    height: 46px;
}
.fixed-action-btn ul li i {
    padding-top: 6px;
}
.btn:hover, .btn-large:hover  {
    background: #ff6a30;
}
.dropdown-content li>a, .dropdown-content li>span {
        color: #ff5918;
}
.navicons {
    position: relative;
    float: right;
    right: 24px;
    top: 20px;
    height: 100%;
}
.navicon {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 1;
}
.navicon img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 8px;
}
.navicon i {
    width: 24px;
    height: 24px;
    display: block;
    margin: -20px 8px 0 8px;
    padding: 20px 20px;
}
.modal-content {
    color: #333;
}
.modalHeader {
    
}
.modalHeader div {
    
    background: #ab1f79;
}
.modalHeader div h4 {
    
    padding: .5em;
}
.modal-alert {
    z-index: 2010 !important;
}
.drawerModal {
    height: calc(100% - 64px) !important;
    max-height: none !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.drawerModal .modal-footer {
    position: absolute;
    bottom: 0;
}
.pac-container {
    z-index: 1020;
}
.drawerModal .modalHeader {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.drawerModal .modal-content {
    padding: 24px;
    overflow-y: auto;
}
.quadrantIndicator {
    position: fixed;
    width: 56px;
    height: 56px;
    left: 24px;
    bottom: 48px
}
.quadrant {
    width: 28px;
    height: 28px;
}
.quadrant-1 {
    float: right;
    border: 2px solid #9ceaff;
    background-color: #9ceaff;
    color: #9ceaff;
}
.quadrant-2 {
    float: left;
    border: 2px solid #6de498;
    background-color: #6de498;
    color: #6de498;
}
.quadrant-3 {
    float: left;
    border: 2px solid #f39000;
    background-color: #f39000;
    color: #f39000;
}
.quadrant-4 {
    float: right;
    border: 2px solid #f25d4d;
    background-color: #f25d4d;
    color: #f25d4d;
}
.no-background {
    background: none !important;
}
.navigationModalLink {
    display: table;
    width: 100%;
    text-align: center;
    height: 25%;
}
.navigationModalLink a {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 1.6em;
}
.navigationModalLink img {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.navigationModalHeader {
    height: 30%;
    position: relative;
    top: -16px;
    display: table;
    width: 100%;
}
.navigationModalHeader div {
    display: table-cell;
    vertical-align: middle;
}
.navigationModal .modal-content {
    height: calc(70% - 56px) !important;
    margin-top: -16px;
}
#initialModal .modal-content, #workExperienceModal .modal-content,
#interestModal .modal-content, #educationModal .modal-content, #valueModal .modal-content {
    padding: 0;
}
.header-chevron {
    margin-right: 15px;
    vertical-align: middle;
    width: 40px;
}
.pad-modal-content {
    padding: 0 24px;
}
div.bigSignup {
    border-right: 1px solid #ccc;
    height: 60px;
    padding-left: 0;
}
#signupSubmit {
    text-align: center;
    text-align: center;
    height: 60px;
    width: 200px;
    font-size: 2rem;
    margin-right: 1.5em;
    padding-top:11px;
}
.horizontalRule {
    width: 100%;
    text-align: center;
}
.horizontalRuleText {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
nav, nav .nav-wrapper {
    background-color: white;
    border-bottom: 1px solid #acacac;
    display: none;
}
nav a {
    color: #858585;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom-color: #3c92b1;
    box-shadow: 0 1px 0 0 #3c92b1;
}
::-webkit-input-placeholder {
    color: #acacac;
}
:-moz-placeholder {
    color: #acacac;
}
::-moz-placeholder {
    color: #acacac;
}
:-ms-input-placeholder {
    color: #acacac;
}
:placeholder-shown {
    color: #acacac;
}
[type="checkbox"].filled-in:not(:checked) + label:after, [type="radio"]:not(:checked) + label:before {
    border-color: #acacac !important;
}
[type="checkbox"].filled-in:checked + label:after, [type="radio"]:checked + label:after {
    border-color: #acacac !important;
    background-color: #acacac !important;
}
.btn {
    border-radius: 3px !important;
    text-transform: none !important;
    width: 130px;
    background-color: #ff5918;
    padding: 0;
}
.btn:hover {
    background-color: #ff6a30 !important;
}
.ajaxForm dd {
    -webkit-margin-start: 0;
}
.ajaxForm input[type=submit] {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #ff5918;
    text-transform: none;
}
.inputIcon {
    position: absolute;
    right: 21px;
    top: 11px;
    width: 28px
}
.educationContainer {
    margin-top: 24px;
}
.modal input[type=text], .modal input[type=password], .modal textarea {
    color: #333;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background-color: white !important;
    padding-left: 12px;
    width: calc(100% - 12px);
}
.modal textarea {
    padding-left: 12px !important;
}
.modal input:focus, .modal input:focus[type=text], .modal input:focus[type=password], .modal textarea:focus {
    border: none !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.modalCloseButton {
    width: 30px;
    height: 30px;
}
.hamburger {
    display: block;
    margin-top: 20px;
    margin-left: 24px;
}
.pathwayIcon {
    display: block;
    margin-top: 20px;
    margin-right: 5px;
    float: right;
}
.userInfoIcon {
    float: right;
    margin-right: 5px;
}
.c3 {
    font-weight: bold;
}
h2.c0.c2 {
    font-size: 2rem;
}
#mobile-navigation a {
    color: #858585;
}
#mobile-navigation li a:hover, #mobile-navigation li:hover {
    background-color: #EEEEEE;
}
.feedbackMissingInterest {
    color: #acacac;
    text-decoration: underline;
}
.onFormAlert {
    color: #acacac;
}
.ieLogo, .actfLogo {
    width: 100%;
}
#navigationClose img {
    width: 24px;
    height: 24px;
    margin: 12px;
}
#navigationClose img:hover {
    cursor: hand;
}
#navigationClose {
    float: right;
    padding: 6px;
}
#error {
    display: block;
}
#logoRow {
    color: #858585;
}
#feedbackModal dd {
    margin-left: 0;
}
#feedbackModal dd label {
    display: inline;
    color: #525252;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: 0 1px 0 0 #9e9e9e;
}
.toast {
    background-color: #ff5918 !important;
}
a.icon-linkedin {
    background-color: #0077b5;
}
a.icon-facebook {
    background-color: #3b5998;
}
a.icon-google {
    background-color: #d34836;
}
a.icon-linkedin:hover {
    background-color: #0b90d6 !important;
}
a.icon-facebook:hover {
    background-color: #4d70ba !important;
}
a.icon-google:hover {
    background-color: #ee5844 !important;
}
a.socialIcon {
    height: 60px;
    line-height: 60px;
}
.socialIcon {
    margin: 0 24px 10px 24px;
    padding-bottom: 10px;
}
.collection-item-text {
    width: 84%;
    display: inline-block;
}
.collection-item {
    padding: 5px 20px !important;
}
#contactSubmit{
    display:block;
    margin: 0 auto;
}
@media (min-width: 601px) {
    html, body, .row {
        width: 100%;
    }
    .nav-wrapper {
        padding-left: 24px;
    }
    .nav-wrapper i.fa {
        font-size: 24px;
        padding: 20px 20px;
        line-height: normal;
    }
}
@media (max-width: 992px) {
    .modal {
        width: 65%;
    }
    .drawerModal {
        width: calc(66% + 36px) !important;
        margin: 0 auto !important;
        height: calc(100%) !important;
    }
    .modal.modal-fixed-footer {
        height: 50%;
    }
}
@media (max-width: 737px) {
    .drawerModal {
        height: calc(100%) !important;
    }
}
@media (max-width: 600px) {
    .modal {
        width: 100%;
        right: 0;
        height: auto;
    }
    .nav-wrapper {
        padding-left: 16px;
    }
    .nav-wrapper i.fa {
        font-size: 24px;
        padding: 20px 20px;
        line-height: normal;
    }
    .navicons {
        top: 16px;
        right: 0;
    }
    .drawerModal {
        width: 100% !important;
        height: 100% !important;
    }
    #landingPage .drawerModal {
        height: calc(100%) !important;
    }
    .collection-item-text {
        width: 75%;
    }
}
@media (min-width: 769px) {
    html, body, .row {
        width: 100%
    }
    .drawerModal {
        width: calc(50% + 60px) !important;
        margin: 0 auto !important
    }
}
@media screen and (max-height: 414px) and (max-width: 736px) {
    div.landingTopRow {
        margin-bottom: 0px;
    }
}
@media screen and (max-height: 376px) and (max-width: 668px) {
    .landingLogo {
        margin-top: 10px !important;
    }
}
@media screen and (max-height: 321px) and (max-width: 736px) {
    div.landingTopRow {
        height: 48px;
        margin-bottom: 0;
    }
    div.landingLogo {
        margin-top: 0;
    }
    div.landingTitle h1 {
        padding-top: 16px;
    }
    div a.login-trigger {
        padding-top: 16px;
    }
    div.landingLogo img {
        height: 90px;
    }
    a#landingButton {
        width: 240px;
        height: 40px;
        line-height: 42px;
    }
    div.bottomLinks {
        margin-bottom: 0;
    }
    div.modalHeader.tallHeader {
        height: auto;
    }
    div.modal-footer {
        height: 40px;
    }
    div.modal-content:after {
        margin-bottom: 50px;
    }
    div.modal-with-tall-header div.modal-content {
        height: calc(100% - 120px) !important;
    }
    .drawerModal .modal-footer {
        position: relative;
    }
    div.modal-footer img.modalCloseButton {
    }
}
.resetPassword {
    text-align: center;
}
#ajaxLoader,
#tinyAjaxLoader {
    display: none;
    padding: 1em;
    margin: 0 auto 1em auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
#ajaxLoader svg,
#tinyAjaxLoader svg {
    display: block;
    margin: 0 auto;
}
.tinyAjaxIcon {
    width: 40px;
    height: 40px;
}
.ajaxIcon path,
.ajaxIcon rect{
    fill: #6C2C78;
}
.tinyAjaxIcon path,
.tinyAjaxIcon rect {
    fill: #ff5918;
}
#ajaxLeftPaneOverlay{
    background-color:rgba(255,255,255,.45);
    display:none;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 30%;
    z-index:9999;
}
.tinyAjaxOverlay{
    background-color:rgba(255,255,255,.45);
    display:none;
    width:100%;
    height:100%;
    position:relative;
    z-index:9998;
}
.userPopUp{
    position: absolute;
    z-index: 100;
    top: 64px;
    right: 16px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    max-width: 90%;
    max-height: calc(70%);
    overflow:auto;
}
.userPopUp .imageBox {
    position: relative;
}
.imageBox #imageRemove {
    position: absolute;
    color: red;
    right: 5px;
    top: 5px;
    font-size: 1.3em;
}
.employerPages .userPopUp{
    top:70px;
}
#largeProfileIcon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 8px;
}
#largeProfileIcon:hover {
    cursor: pointer;
}
.popUpName {
    color: #333;
    font-size: 1.5em;
    margin: 0 0 .3em 0;
}
#accountButton{
    display: block;
    margin-top: 1em;
}
.popUpBottom{
    padding: 24px;
    border-top: 1px solid #ccc;
    background: #efefef;
}
#userInfoForm {
    padding: 0 16px;
}
#userInfoForm input, input:focus {
    border: 1px solid #ACACAC;
    border-radius: 3px;
    padding-left: 12px;
    width: 96%;
    box-shadow: 0 0 0 0 !important;
}
.popUpBottom a.btn.signOut {
    margin-top: 1em;
}
div.profileSave {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-bottom: 1em;
}
#userPopUp .left {
    float: left !important;
    padding: 16px;
    background: #fff;
    height: 140px;
}
div.row.userInfoButtons .btn.btn-primary {
    width: 150px;
}
div.row.userInfoButtons {
    padding: 0;
    margin-bottom: 0;
}
div.popUpBottom a.btn, div.popUpBottom a.btn:hover, div.popUpBottom .ajaxForm input[type=submit] {
    background-color: #efefef !important;
    color: #666 !important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16),0 0px 00px 0 rgba(0,0,0,0.12) !important;
    border: 1px solid #ccc !important;
}
.topMargin {
    margin-top: 64px;
}
.profilePreview {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
#imageRemove{
    width:32px;
    height:32px;
    display:block;
    margin:0 auto;
}
#imageRemove:hover {
    cursor: pointer;
}
#signupModal .fa-google, #signupModal .fa-linkedin, #signupModal .fa-facebook {
    font-size: 2rem;
}
a.btn.socialIcon.icon-google {
    margin-left: 0;
}
#signupModal .bigSignup {
    border-right: 0px solid #ccc;
    height: 60px;
    padding-left: 0;
    margin-top: 40px;
}
#signupModal .oauth-logins {
    margin-top: 20px;
}
#signupModal .g-recaptcha {
    clear: both;
}
.learnMore {
    font-size: .6em
}
.page-trigger {
    padding: 1em;
}
.page-trigger.deleteAccountButton{
    padding:0;
}
@media screen and (max-width: 870px) {
    #signupModal #signupSubmit {
        text-align: center;
        text-align: center;
        height: 60px;
        width: 100%;
        font-size: 2rem;
        margin-right: 1.5em;
    }
    #signupModal a.socialIcon {
        height: 60px;
        line-height: 60px;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    #ajaxLeftPaneOverlay {
        background-color:rgba(255,255,255,.45);
        display:none;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        width:100%;
        z-index:9999;
    }
}
@media screen and (max-width: 380px) {
    #userPopUp .left {
        float: left !important;
        padding: 8px 5px;
        background: #fff;
        height: 130px;
    }
    #largeProfileIcon {
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 8px;
    }
}
