
#profile-menu .small-1 a img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:15%;
}

h2 p{
    font-size: 2rem;
    font-weight: 300;
}
table tr th, table tr td{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
}

body.lesson-cover{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

input.css-checkbox-radio[type="radio"] + label.css-label-radio, input.css-checkbox-radio[type="radio"] + label.css-label-radio.clr {
    min-height: 27px;
    overflow: hidden;
}
label.css-label-radio.scale_selection{
    background-image: url('/img/scaleBox.png');
}
input.css-checkbox-radio[type="radio"] + label.scale_selection.css-label-radio, input.css-checkbox-radio[type="radio"] + label.scale_selection.css-label-radio.clr {
    width: 27px;
    height: 54px;
    margin: 0;
    padding: 0 0 27px;
    background-position: 0 0;
}

.selected label.scale_selection.css-label-radio{
    background-position: -27px 0 !important;
    font-weight: 600 !important;
}
ul.scale-response{
    background: url('/img/scale-bg.png') 0 5px repeat-x;
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.scale-response li{
    display: inline-block;
    margin: 5px 10px;
    font-weight: 400 !important;
}
ul.scale-response li:first-child{
    margin: 5px 10px 5px 0;
}
ul.scale-response li:last-child{
    margin: 5px 0 5px 10px;
}

label.scale-label{
    display: inline; vertical-align: top; line-height: 70px; padding: 0px 30px; font-size: 1.5rem;
}

label.scale_selection{
    font-size: 1.2rem;
}

table.grid-response{
    text-align: center;
    border: 0px none;
}
table.grid-response ul.inline-list{
    margin: 0; padding: 0;
}
table.grid-response ul.inline-list li{
    margin: 0; padding: 0;
    width: 100%;
}
table.grid-response label.css-label-radio{
    margin: 2px 5px !important;
    padding: 0 0 0 27px !important;
}

table.grid-response  .selected label.css-label-radio{
    background-image: url('/img/radioOn.png') !important;
}

/*
div.reading-block{
    overflow: auto;
    height: 100%;
}
.lesson-header-block h4{ color: #ffffff;}

#answer-nav{
    position: fixed;
    bottom: 0;
    right: 0;
    height: 112px;

    width: 100%;
}
*/

div.reading-block{

}

div.image-map-response{
    text-align: center;
}
div.image-map-response .block-image{
width: 600px; margin: 0 auto;
}
div.image-map-response .block-image{
position: relative;;width: 600px;
}
div.image-map-response .block-image a{
    border: 1px dotted #FFF;
    position: absolute;
    z-index: 2;
}
div.image-map-response .block-image img{
    width: 100%;
    position: relative;
}



#content-block{
    padding-top: 66px;
}
#scroll-block{
    height: 100%;
    overflow: auto;
}
#answer-nav{
    background-color: #FFF;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 90px;
    z-index: 4;
    width: 100%;
}


#answer-nav .row{
    position: relative;
}

#answer-nav .feedback h2{
    font-size: 38px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    line-height: 38px;
}

#answer-nav.incorrect{
    background-color: #858585;
}

#answer-nav.correct{
    background-color: #e9e9e9;
}

#answer-nav.unanswered, #answer-nav.answered{
    background-color: #e9e9e9;
}

#answer-nav.incorrect .fa{
    color: #474747;
    cursor: default;
}

#answer-nav .disabled .fa{
    color: #999999;
}

.lesson-nav{
    position: fixed;
    height: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#answer-nav .fa{
    font-size: 82px;
    line-height: 90px;
    font-weight: bold;
    color: #c66b10;
    position: absolute;
    top: 0;
}
#answer-nav a.disabled{
    cursor: default;
}

#answer-nav .fa.next{
   right: 0;
}

#answer-nav .fa.prev{
   left: 0;
}

#activity-response{
    height: 100%;
}

.activity-response{
    padding-bottom: 90px;
}
.activity-response ul li .res-wrapper{
    border: solid 5px #ffffff;
}

.activity-response ul li.selected .res-wrapper{
    border: solid 5px #c66b10;
}

#profile-menu .completed{
    border:0px none !important;
}

#profile-menu .column.disabled a{
    cursor: auto !important;
}


/*#profile-menu .completed a{
    position: relative;
}


#profile-menu .completed a:after{
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top:0px;
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 11px solid #c66b10;;
}*/

#profile-menu .current:hover a:after{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top:0px;
    width: 0;
    height: 0;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #c66b10;;
}

#profile-menu .completed a:hover:after{
    visibility: visible;
}

#profile-menu .column:not(.current):hover{
    background: #666666;
}

/*
#profile-menu .column a{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 100%;
}
*/


#profile-menu .column.completed:hover{
    background: #c66b10;
}


.tooltip.tip-right {
    font-size: 1.5rem;
}
.tooltip.tip-top div{
    font-size: 1.8rem;
    font-weight: 200;
}
.tooltip.tip-top{
    background-color: #ccc;
    color: #333;
    font-size: 2rem;
    margin-top: -20px;
    font-weight: 500;
}
.tooltip.tip-top > .nub{
    border-color: #ccc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 14px;
    bottom: -28px;
    left: 10px;
}
input.error{
    margin-bottom: 1rem !important;
}

label.inline-error{
    position: absolute;
    right: 25px;
}

.nextLoader{
    background-image: url('/img/loader_next.gif');
    background-repeat: no-repeat;
    display: inline-block;
    width: 48px;
    height: 118px;
    background-position: left center;
}

.nextLoader:before{
    content:'';
    font-size:0px;
}

/********************* user login/signup ****************************/
input.ownit-button{
    border: none 0px;
}
input.ownit-button[disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE8 and lower */
    zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}

form.ownit-login label{
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
}

.login-box{
    top: -1px;
}

body.signup  input.input-thin{
    padding: 0 10px !important;
}

#remember_me{
    margin-right: 15px;
}

#ownit_user_profile ul li {
    color: red;
    list-style: none;
    float: right;
    margin-top: -24px;
}


#ownit_user_profile label{
    font-weight: 700;
    letter-spacing: 1px;
}

#ownit-info-block .recognizing-footer .small-4.small-centered{
    max-width: 380px !important;
}

#account-drop{
    background: #FFF;
    padding: 0px;
    margin-top: 10px;
}

#account-drop li{
    display: block;
    min-width: 140px;
}

#account-drop li a{
    font-size: 22px;
    color: #c66b10;
    font-weight: 200;
}

#account-drop li:hover{
    background: #c66b10;
}
#account-drop li a:hover{
    color: #FFF;
}

#profile-menu{
    background: #FFF;
}



.tabs dd > a, .tabs .tab-title > a{
    background-color: transparent;
    padding: 0;
}
.tabs dd > a, .tabs .tab-title > a:hover{
    background-color: #c66b10;
    padding: 0;
}
.tabs dd > a, .tabs .tab-title.active > a{
    background-color: #c66b10;
    position: relative;
    margin: 0 auto;
}

.tabs dd > a, .tabs .tab-title.active > a:after,
.tabs dd > a, .tabs .tab-title.active > a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 16px #c66b10;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
}

#ui-datepicker-div select {
    -webkit-appearance: none !important;
    background: transparent;
    padding: 0;
    text-align: center;
}
select.radius {
    border-radius: 3px; }
select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }


.edit-profile label{
    font-size: 16px !important;
    color: #fff !important;
}

.edit-profile input[type=text]{
    font-size: 18px !important;
}


#ownit-signup-block.profile{
    margin-top: 0px;
    padding-top: 140px !important;
}
/****************** AJAX ACTIVITY ************************/
.subtitle-activity{
    padding-bottom: 30px;
    margin: 0 auto;
}


.bx-wrapper .bx-viewport{
    box-shadow: none !important;
}

.radio-list label, .check-list label{
    display: inline-block;
    line-height: 29px;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 200;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 20px;
    padding-left: 25px;
}

.radio-list label div, .check-list label div{
    margin:0 10px 0 -38px;
}

.list-multiple-selection{
    margin-top: 12px;
}

.list-small li{
    position: relative;
}

.btn-gray{
    background: #808080 !important;
    color: #e6e6e6 !important;
    font-size: 26px;
}

.btn-orange{
  border: 0px none;
  background:  #c66b10;
  color: #ffffff;
  font-size: 20px !important;
  padding: 6px 22px !important;
}

.btn-orange:hover{
    background: #9c5a0d;
}

.btn-white{
    border: 0px none;
    background: #131313;
    color: #ffffff;
    font-size: 20px !important;
    padding: 6px 22px !important;
}

.btn-white:hover{
    background: #2d2d2d;
}

.btn-loading{
    background-image: url('/img/btn-loader.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 10px;
    background-size: 24px 24px;

}

.loader{
    background: url('/img/loader.gif') center center no-repeat;
    width: 100%;
    height: 100%;
}

.video-block{
    min-height: 400px;
    min-width: 600px;
}
button.ultratiny, .button.ultratiny{
    padding: 0.125rem 0.5rem;
}

.embed-loader {
    background: url("/img/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    min-height: 250px !important;
    width: 100%;
}



/****************** DASHBOARD ************************/


.dashboard{
    background:#e7e7e7;
}

.profile-cover{
    min-height: 340px;
    background: url('/img/dashboard.jpg') no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
}

.profile-cover footer{
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.profile-bar{
    height: 130px;
    overflow: hidden;
}

.profile-bar img.avatar{
    width: 130px;
    vertical-align: top;
}

.profile-bar .profile-details{
    float: right;
    margin-left: 130px;
}

.profile-bar h1{
    color: #fff;
    margin-left: 24px;
    padding-top: 60px;
    display: inline-block;
    text-align: left !important;
}

.profile-bar .social{
    float: right;
    padding-top: 82px;
    padding-right: 30px;
}

.icon-facebook, .icon-twitter, .icon-pinrest{
    width: 30px;
    height: 30px;
    margin:10px 3px;
    display: inline-block;
    background-size: contain !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h1.heading-quote{
    margin: 25px auto;
    font-size: 1.5em !important;
}

.icon-facebook{
    background: url('/img/icon/social-fb.png');
    border: solid 1px  #3C599F;
    background-color: #3C599F;
}

.icon-twitter{
    background: url('/img/icon/social-tw.png');
    background-color: #00ACEC;
    border: solid 1px  #00ACEC;
}

.icon-pinrest{
    background: url('/img/icon/social-pr.png');
}

.left-side{
    border-right: solid 1px #b8b8b8;
}

.left-rl:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 2.5%;
    height  : 90%;
    right: 0;  /* or 100px */
    border-right:1px solid #b8b8b8;
}

.block-padding{
    padding: 0px 20px;
}

.profile-attributes h1.thin{
    font-weight: 200;
}

.profile-attributes h2.thin{
    font-weight: 300;
    font-size: 28px;
}

.profile-attributes h3{
    font-weight: 300;
}

.list-nostyle{
    list-style: none;
    margin-left: 0;
}

.list-nostyle .response{
    font-size: 20px;
}

.profile-attributes .dashboard-primary-title{
    margin:10px 0px;
}

.profile-attributes .sub-content{
    font-size: 17px;
    font-style: italic;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

.shade-box h2{
    margin-top: 24px;
}

.shade-box .small-4 > div{
    height: 82px;
    display: table-cell;
    width: 88px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.shade-box .small-4 > div .score{
    position: absolute;
    bottom:2px;
    right: 4px;
}


.blue { background: #596D7A }
.blue-light{ background: #929ea6}
.blue-lighter{ background: #bcc2c6 }

.pink { background: #d18e9d }
.pink-light { background: #dec4ca}
.pink-lighter { background: #dfc9ce }

.green { background: #a0bb74}
.green-light { background: #a0bb74}
.green-lighter { background: #d2dac5}

.color-scale{
    margin:30px 0px;
}

.color-scale .small-6{
    font-size: 18px;
    margin-top: 10px;
    padding: 0px;
}


.profile-attitude{ margin: 54px 0 0 0; }
.profile-attitude li{ padding: 0; position: relative; list-style: none; margin: 0; width: 25%; float:right; height: 75px; background: black}
.profile-attitude li img{ width: 100%; }
.profile-attitude li .detail{ position: absolute; width: 100%; bottom:3px; left: 0;  z-index: 5; color: white; text-align: center; display: block;
   background: rgba(0,0,0,0.6);
}
/*.profile-attitude li:hover .detail{ opacity: 1; transition: opacity 1s }*/

.career-interest { margin-bottom: 15px !important; }
.career-interest h6{  font-size: 1.2rem !important; line-height: 13px; margin: 0 0 5px !important;}
.career-interest p{ font-size: 13px; line-height: 13px; margin-bottom: 5px; font-weight: 100; font-family: "Helvetica Neue","Arial",sans-serif }
.career-interest img{ max-width: 85px;}

.preparation-and-attitude .ownit-progress{ height: 3px; margin: 0; padding: 0; border: 0 none; color: #133252; background: #133252; width: 40px; display: inline-block }
.preparation-and-attitude .ownit-progress .meter{ color: #BA6B11; background: #BA6B11}
.preparation-and-attitude h5{ margin-bottom: 0 !important; }
.preparation-and-attitude .column{ margin-bottom: 20px; }
.preparation-and-attitude .computer-skills .column{ margin-bottom: 0; }

.skill-range{
    height: 30px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(19, 50, 82)),
        color-stop(1, rgb(186, 107, 17))
    );
    background-image: -o-linear-gradient(right, rgb(19, 50, 82) 0%, rgb(186, 107, 17) 100%);
    background-image: -moz-linear-gradient(right, rgb(19, 50, 82) 0%, rgb(186, 107, 17) 100%);
    background-image: -webkit-linear-gradient(right, rgb(19, 50, 82) 0%, rgb(186, 107, 17) 100%);
    background-image: -ms-linear-gradient(right, rgb(19, 50, 82) 0%, rgb(186, 107, 17) 100%);
    background-image: linear-gradient(to right, rgb(19, 50, 82) 0%, rgb(186, 107, 17) 100%);
    position: relative;
}

.skill-range:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 42px;
    top:-6px;
    left: 60%;
    background: rgba(0,0,0, 0.5);
}

.sub-content-normal{
    margin: 24px 0px;
    font-size: 17px;
    text-align: left;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}
.clrs{
    margin: 25px 0px 10px;
}

.clrs .score{
    display: inline-block;
    border: solid 1px #222;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.clr-name{
    display: inline;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: 15px;
    margin-left: 10px;
    vertical-align: top;
    line-height: 24px;
}

.color-brick{
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px #333;
}

.clr-orange{ background: #c66b10; }
.clr-blue{ background: #123252; }
.clr-gray{ background: #a8a8a8; }

.bx-gray{
    background: #808080;
    height: 150px;
}

.bx-full{
    width: 100%;
}

.bx-gray img{
    width: 100%;
    height: 100%;
}

.attr-summery{
    margin-top: 20px;
}
.attr-summery .small-4{
    padding-right: 0px;
}

.attr-summery .small-4 p{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    margin-top: 8px;
    font-size: 13px;
    text-align: left;
    line-height: 13px;
    min-height: 100px;
}

.attr-summery .scoreList{
    margin-left: 0;
    list-style: inside circle;
    font-size: 14px;
    text-align: left;
    min-height: 66px;
}

.attr-summery .scoreList li { line-height: 16px}

.attr-summery .scoreList .score{ margin-left: 5px; }

.dashboard-primary-title{
    font-weight: 300;
    color: #123252;
    position: relative;
    background: #e7e7e7;
    z-index: 0;
    margin:40px 0px;
}

.dashboard-primary-title span{
    background: #e7e7e7;
    padding:0px 15px;
}

.dashboard-primary-title:before{
    width: 100%;
    content:'';
    position: absolute;
    top:36px;
    border: solid 1px #b8b8b8;
    left: 0px;
    z-index: -1;
}

/****************** DASHBOARD - SECTION NAME START ************************/
.profile-h2{
    font-size: 2.3125rem;
    font-weight: 300;
}

.user-quote{
    font-style: italic;
    font-weight: lighter;
    font-size: 34px !important;
}

.profile-body1, .profile-body1-italic{
    font-size: 17px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    margin: 0 0 20px;
    text-align: left;
}

.profile-body1-italic{
    font-style: italic;
}


.profile-attitudes li div{  position: relative}
.profile-attitudes li img{ width: 100%; }
.profile-attitudes li .detail{ position: absolute; width: 100%; bottom:3px; left: 0;  z-index: 5; color: white; text-align: center; display: block;
    background: rgba(0,0,0,0.6);
}

/****************** DASHBOARD - SECTION NAME END ************************/

.footer-sub-content{
    font-size: 20px;
    font-style: italic;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

.unit-accordion .accordion-navigation a{
    padding: 30px 0px;
    border-bottom: solid 1px #b8b8b8;
    background: url('/img/pin-down.png') no-repeat 98% center;
    background-size: 26px 20px;
}

.unit-accordion .accordion-navigation.active a{
    border-bottom: none 0px;
}

.accordion dd > a:hover {
    background: url('/img/pin-down.png') no-repeat 98% center;
    background-size: 26px 20px;
}

.unit-accordion .accordion-navigation.active a{
    background: url('/img/pin-fold.png') no-repeat 98% center !important;
    background-size: 20px 26px !important;
}

.unit-accordion .insight-para{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.unit-accordion .insight-para h4{
    font-weight: 400;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: 18px;
    margin-bottom: 0px !important;
}

.unit-accordion .accordion-navigation a img{
    background: #c66b10;
    margin-left: 40px;
}

.unit-accordion .accordion-navigation a.disabled img{
    background: #808080;
}

.unit-accordion .accordion-navigation a.disabled .unit-title{
    color: #808080;
}

.unit-accordion .accordion-navigation .content{
    background: transparent !important;
    padding-bottom: 40px;
}

.unit-accordion .accordion-navigation.active .content{
    border-bottom: solid 1px #b8b8b8;
}

.unit-title{
    font-size: 36px;
    margin-left: 30px;
    font-weight: 300;
    vertical-align: middle;
}

.footer-lists{
    padding: 46px 0px;
}

.footer-lists h2, h3{
    font-weight: 200;
}

.footer-lists h2{
    border-bottom: solid 1px #333333;
    font-size: 32px;
    line-height: 26px;
    padding: 10px 0;
}

.footer-lists h3{
    font-size: 23px;
    padding-left: 30px;
    position: relative;
}

.footer-lists span.bullet{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain !important;
    position: absolute;
    bottom: 4px;
    left: 0px;
    background-repeat: no-repeat;
}


.footer-lists span.bullet-1{
    background-image: url("/img/profile-icon/skill-1.jpg");
}

.footer-lists span.bullet-2{
    background-image: url("/img/profile-icon/skill-2.jpg");
}

.footer-lists span.bullet-3{
    background-image: url("/img/profile-icon/skill-3.jpg");
}

.footer-lists span.bullet-4{
    background-image: url("/img/profile-icon/skill-4.jpg");
}

.footer-lists span.bullet-5{
    background-image: url("/img/profile-icon/skill-5.jpg");
}

.footer-lists span.bullet-6{
    background-image: url("/img/profile-icon/skill-6.jpg");
}

.footer-lists span.bullet-7{
    background-image: url("/img/profile-icon/skill-7.jpg");
}

.footer-lists span.bullet-8{
    background-image: url("/img/profile-icon/skill-8.jpg");
}

.footer-lists span.bullet-9{
    background-image: url("/img/profile-icon/skill-9.jpg");
}

.footer-lists span.bullet-10{
    background-image: url("/img/profile-icon/skill-10.jpg");
}

.profile-credit {
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-style: italic;
    font-size: 16px;
    padding: 0px 0px 40px;
}



.footer-lists p{
    font-family: "Helvetica Neue", "Arial", sans-serif;
    line-height: 18px;
    font-size: 14px;
}

.avatar-shape{
    position: relative;
}

.avatar-shape:after{
    border-color: transparent white white;
    border-style: solid;
    border-width: 30px 42px 50px;
    bottom: -80px;
    content: "";
    left: 0;
    position: absolute;
}

a.tight{
    padding: 1px !important;
    margin: 1px !important;
    line-height: 1;
}


.lesson-share-block {
    margin-left: -300px !important;
}

.well-large{
    margin-left: -300px;
    width: 600px !important;
}

.no-padding{
    padding: 0px !important;
}

.summary-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.summary-list li{
    position: relative;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 200;
    /*margin-left: 15px;*/
}

/*.summary-list li:before{
    position: relative;
    left: 0px;
    top: 0px;
    content: "-";
    font-size: 22px;
}*/

h2.sub-title{
    font-size: 28px !important;
}

/****************** LANDING PAGE  ************************/


.image-offset{
    margin-top: -30px;
}

/*
#ownit-info-block .row.info{
    position: relative;
}

#ownit-info-block .row.info:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 100%;

    border-bottom: solid 1px #84888e !important;
}

#ownit-info-block .info .info-center .title-middle:after{
    right: -30px !important;
}
*/

#ownit-info-block .info .info-center p{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
}

#ownit-info-block .info .info-center p:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('/img/list-arrow-bullet.png') no-repeat;
    background-position: 100%;
}

#ownit-info-block .info .info-center {
    vertical-align: top;
    padding-top: 40px;
    height: 260px;
}


#ownit-info-block{
    /*background-color: #e8e8e8;*/
}

#ownit-info-block .testimonial{
    background: #4f555e;
    color: #e8e8e8 !important;
    width: 100%;
    letter-spacing: 1.4px;
    line-height: 18px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: 200 !important;
    padding: 35px 0 30px ;
    margin-bottom: 60px;
}

.people-title{
    font-size: 38px;
    font-weight: 200;
}

.left-pad-block{
    padding-left: 60px !important;
}

.right-pad-block{
    padding-right: 60px !important;;
}

.no-left-padding{
    padding-left: 0px !important;
}

#ownit-info-block .row.info h1{
    padding-bottom: 10px;
}

.row.info.odd-panel, .row.info.even-panel{
    position: relative;
}

.row.info.odd-panel:before, .row.info.even-panel:before{
    border-bottom: 1px solid #84888e;
    content: "";
    height: 5px;
    position: absolute;
    top: 100px;
    width: 50%;
}

.row.info.odd-panel:before{
    right: 10%;
}

.row.info.even-panel:before{
    left: 10%;
}

.no-font-style{
    font-style: normal;
}


#ownit-landing-footer nav ul li a{
    font-size: 20px;
}

#ownit-landing-footer .copyright{
    color: #9b9b9b;
    margin-right: 15px;
    font-weight: 200;
}


#privacyPolicyModal .container, #termsOfUseModal .container{
    max-height: 480px;
    height: 480px;
    overflow-y: scroll;
}

#refundPolicyModal .container img,
#privacyPolicyModal .container img,
#termsOfUseModal .container img{
    height: 100px;
}


#refundPolicyModal .container h4,
#privacyPolicyModal .container h4{
    margin-bottom: 0px;
}

#refundPolicyModal .container p,
#privacyPolicyModal .container p,
#termsOfUseModal .container p{
    color: #9b9b9b;
    line-height: 18px;
}


#refundPolicyModal,
#privacyPolicyModal{
    position: fixed !important;
    top:15% !important;
}

.ownit-registration-info input[type="checkbox"] + label.gift-label {
    font-family: "Yanone Kaffeesatz", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
}



/****************** Classmate Feed   ************************/
.feed-table{
    font-family: inherit;
    border: 0 none;
    font-weight: 300;
}



.feed-table td img{
    width: 30px;
    margin-right: 10px;
}

.feed-table td{
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: inherit;
}

.feed-table .gray-date{
    color: #939393;
}

#profile-menu .inline-list.data-list, .profile-grid .inline-list.data-list{
    margin:0px !important;
}

.profile-grid .data-list li{
    margin:0px;
}


/****************** Profile Print  ************************/

.dashboard.print, .dashboard.print .dashboard-primary-title, .dashboard.print .dashboard-primary-title span{
    background: #ffffff;
}

.print-header{
    margin:20px auto;
}

.print-header h2.thin {
    font-size: 30px;
    font-weight: 200;
}

.dashboard.print #header{
    display: none;
}

.dashboard.print .profile-cover{
    min-height: 180px !important;
    height: 200px !important;
}

.dashboard.print .bx-gray{
    height: auto ;

}

.shade-box  ul li{
    padding: 0px;
}
.shade-box  ul li > div{
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    height: 82px;
    vertical-align: middle;
    width: 88px;
}

.instructions{
    margin: 10px 0;
    font-size: larger;
    color: #EEE;
    text-shadow: 2px 2px 2px #111;
    letter-spacing: 1px;
}

.school-instructions {
    color: #333;
    text-shadow: none;
}

/****************** Home Page Updates  ************************/

#ownit-recognizing .course-details{
    margin: 30px 0px 0px;
    padding: 0px;

}

#ownit-recognizing .course-details li, #ownit-signup-block .well .ads li{
    font-family: helvetica,Arial;
    list-style: none;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 22px;
    color: #ffffff;
    padding-left: 12px;
    background:transparent url('../img/list-bullet.png') no-repeat;
    background-size: 4%;
    background-position: 42px center;
    padding-left: 64px;
}

#ownit-signup-block .promo-bar.ads ul{
    margin: 0 0 10px !important;
    padding: 0px !important;
}

#ownit-signup-block .well .ads li{
    font-size: 15px;
    color: #000000;
    background-position: left center;
    padding-left: 22px;
    font-weight: normal;
}


#ownit-info-block .recognizing-footer .terms-condition p {
    font-size: 16px;
    line-height: 18px;
    max-width: 406px;
}
#ownit-info-block .recognizing-footer .terms-condition p strong{
    padding: 0px 12px;
}

#ownit-signup-block .well .ads h1{
    font-weight: normal !important;
    font-size: 36px;
    margin: 0 0 10px -20px;
    padding: 0px;
    line-height: 34px;
    height: inherit;
}


#ownit-signup-block .well .ads p{
    font-family: helvetica,Arial !important;
    font-size: 12px;
    font-weight: lighter;
    line-height: 16px;
    margin: 0;
    padding: 10px 0 0;
}

::-webkit-input-placeholder {
    color: #111;
}

:-moz-placeholder { /* Firefox 18- */
    color: #111;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #111;
}

:-ms-input-placeholder {
    color: #111;
}
.inline-image img{
    display: inline-block !important;
}

.career-ambition-edit-icon{
    cursor: pointer;
    font-size: 24px;
    display: inline-block;
    float: right;
    vertical-align: top;
    padding-top: 18px;
    color: #777;
}

.career-ambition-edit-icon:hover ,.response-activity-comment-edit:hover{
    color: #c56b10;
}

.response-activity-comment-edit{
    cursor: pointer;
    color: #777;
    padding-left: 15px;
}

input[type="text"][class=user-quote-textbox] {
    display: none;
    font-style: italic;
    font-weight: lighter;
    font-size: 26px !important;
    padding: 0 0 0 10px;
}

@-webkit-keyframes shakeit {
    0% {
        color: #000;
    }
    50% {
         color: rgb(197, 107, 16);
     }
    100% {
        color: #000;
    }
}
@keyframes shakeit {
    0% {
        color: #000;
    }
    50% {
        color: rgb(197, 107, 16);
    }
    100% {
        color: #000;
    }
}
.shakeit {
    -webkit-animation-name: shakeit;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 3;
    -moz-animation-name: shakeit;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 3;
    animation-name: shakeit;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.activity-instruction{
    margin: 10px 0 4px 10px;
    font-style: italic;
    line-height: 1.2;
    font-size: 17px;
}

.activity-title{
    font-weight: bolder;
    font-size: 20px;
}

.student-text{
    margin: 0 0 0 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    color: #555;
    padding-left: 10px;
    border-left: 1px solid #9c9292;
}

.profile-header .updated-profile {
    font-size: 1.3rem;
}

.ownership-spirit{
    margin-bottom: 20px;
}

.my-future-life li.last{
    width: 100% !important;
    text-align: center !important;
}

.my-future-life li .possible-future{
    display: inline-table !important;
    width: 48% !important;
}

.my-future-life .possible-future-comment{
    line-height: 1;
    padding: 0 10px;
}

.new-section-title{
    font-size: 22px;
    margin: 0;
}

.personality-strength-retake{
    padding: 0 10px;
}