@font-face {
    font-family: "SF Display";
    src: url('../fonts/SFText-Regular.otf');
}


body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Display", Helvetica, Arial, sans-serif;
    color: #24292e;
    line-height: 21px;
    background-color: #F9FAFB;
}

a {
    color: #435D75;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
}

blockquote {
    border: none;
    border-radius: 4px;
    background-color: #eeeeee;
    line-height: 30px;
    color: #787878;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input {
    font-size: 16px;
    resize: none;
}

p>a, p>a:hover, article li>a, article li>a:hover {
    color: #24292e;
    font-weight: 500;
    border-bottom: 2px solid rgb(185, 188, 192);
}

li {
    line-height: 30px;
}

p>b {
    color: #24292e;
    font-weight: 500;

}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}




footer {
    height: 80px;
}

.secondary-text {
    font-size: 12px;
    margin-bottom: 0px;
    text-decoration: none;
}

.sign-up-items {
    margin-top: 200px;
    height: 100px;
    color: red;
}

.sign-up-container {
    margin-top: 80px;
}

.btn-linkedin {
    margin-top: 100px;
    margin-top: 20px;
}

.btn-github {
    background-color: #444444;
    color: white;
}

.btn-github:hover {
    background-color: #2B2B2B;
    color: white;
}

.btn-email {
    background-color: white;
    color: #444444;
}

.btn-email:hover {
    background-color: white;
    color: #444444;
}

.btn-twitter, .btn-twitter:hover {
    background-color: #2AA3EF;
    color: white;
}

.btn-twitter:hover {
    background-color: rgb(42, 150, 218);
    color: white;
}

.sign-up-button-container {
    max-width: 300px;
    margin: 0px auto;
}

.form-field {
    margin-bottom: 15px;
    line-height: 0px;
}

.icon-bar {
    background-color: #95A5A6;
}

.profile {
    max-width: 500px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.20);
}

.white {
    background-color: white;
    color: dimgrey;
    text-shadow: none;
    padding: 40px;
    border-top: solid #ecf0f1 1px;
    min-height: 50px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.70);
}

.overlay {
    padding: 0px 0px 10px 0px;
    min-height: 200px;
    /*background: rgba(0,0,0,0.30);*/
    overflow: hidden;
    height: 100%;
    z-index: 2;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.60)));
}

.header-text {
    font-weight: 200;
    margin: 0px 0px 20px 0px;
    font-size: 1.5em;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-profile .nav>li>a {
    color: white;
    background-color: transparent;
}

.navbar-able {
    color: white;
    background-color: #30404F;
    border-radius: 0px;
}

.navbar-able .nav>li>a {
    color: #FFF;
    font-weight: 500;
    background-color: transparent;
    font-size: 14px;
}

.navbar-able .nav>li>a:hover {
    color: rgb(231, 231, 231);
}



.navbar-brand {
    color: #696969;
}

.able-logo {
    border-radius: 4px;
    width: 34px;
    height: 34px;
    margin: 8px 0px;
    display: block;
    color: white;
    text-align: center;
    line-height: 34px;
}

.profile {
    color: white;
}

.navbar .nav>li>a:link,
a:visited,
a:hover,
a:active {
    background-color: transparent;
}


#nav-search {

    border-radius: 4px;
    border: none;
    background-color: rgba(189, 195, 199, 0.3);
}


.ab-project-thumb {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    height: 170px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.ab-project-thumb-default {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 170px;
}

.ab-project-title,
.ab-article-title {

    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.ab-profile-button {
    vertical-align: bottom;
}


.features-list {
    margin-top: 15px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 15px;
    line-height: 15px;
}

.features-list a {
    border-bottom: 2px solid #e5e5e5;
}

.features-list li {
    padding-top: 7px;
}

/* ==================== */


/* Buttons */


/* ==================== */

.btn-nav {
    margin-top: 8px;
}


.btn-article-save,
.btn-article-save:hover,
.btn-article-save:active,
.btn-article-save:visited {
    margin-right: 140px;
    margin-left: 10px;
    background-color: #3BB699;
    border: 1px solid #3BB699;
}


.article-controls {
    margin-right: 220px;
}


/* ==================== */


/* Articles */


/* ==================== */

.article-header-inner-shadow {
    min-height: 200px;
    -moz-box-shadow: inset 0 -10px 10px -20px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -20px #000000;
    box-shadow: inset 0 -12px 15px -15px #000000;
}

.ab-article-header {

    background-position: center center;
    background-size: 100% auto;
    min-height: 200px;
    z-index: 5;
    background-size: cover;
}

kbd {
    border: 1px solid #e5e5e5;
    color: #2A2D32;
    background-color: white;
    padding: 5px 8px 5px 8px;
}

.article-card-spacer {
    margin-top: 20px;
}

.footer-margin-offset {
    margin: 0px 0px 0px 0px;
}



.ab-article-text p,
ol,
ul {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #6A737D;
}

.ab-article-text {
    margin-bottom: 40px;
}

.ab-article-text li,
ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}


.ab-article-date {
    color: #B8B6B8;
    font-size: 16px;
    margin: 20px 0px -10px 0px;
}

.ab-profile {
    display: inline-block;
    height: 120px;
    border: 1px solid blue;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ab-profile-pic {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 6px;
    display: inline-block;
}

.ab-add-item {}

.profile-card {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.profile-card-list {
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
}

.profile-card-list li {
    margin: 5px 0px;
}

.summary-skill-progress {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 10px;
    display: inline;
    width: 100%;
}

.summary-skill-progress-bar {
    background-color: #3498db;
}

.summary-skill-name {
    display: inline;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #1abc9c;
    margin-top: 0px;
}

.table-summary-skill {
    border-top: none;
}

.card {
    background-color: white;
    margin-top: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);*/
}

.profile-card-small {

    margin-top: 20px;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);*/
}

.able-profile-pic-no-avatar {
    margin: 0px 10px 0px 0px;
    height: 40px;
    width: 40px;
    background-color: #bdc3c7;
    color: white;
    text-align: center;
    line-height: 40px;
    font-weight: 200;
    float: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
}

.profile-modal {
    margin-top: 100px;
}

.profile-modal-avatar {
    margin-top: -100px;
}

.profile-modal-user-name {
    font-size: 26px;
    margin: 10px 0px 5px 0px;
}

.profile-modal-location {
    font-size: 12px;
    font-weight: 500;
}

.profile-modal-headline {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-modal-body {
    font-size: 14px;
}


.info-block-experience {
    padding-left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}



.feed-column {
    padding-top: 30px;
}

.feed-item-container {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}


.feed-item {
    background-color: white;
    padding: 15px 15px;
}

.feed-topic-tag {
    display: inline;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.1;
    color: #95a5a6;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ecf0f1;
    margin-right: 3px;
}

.feed-item-button,
.feed-item-button:active,
.feed-item-button:focus {
    background-color: #bdc3c7;
    color: #ecf0f1;
    margin-left: 15px;
    outline: none;
}

.feed-item-hr {
    margin: 10px 0px 10px 0px;
    display: block;
}

.feed-item-thumbnail {
    float: right;
    border-radius: 4px;
    width: 75px;
    height: 75px;
    margin: 0px 0px 10px 15px;
    background-position: center;
}

.feed-item-description, .feed-item-description a  {
    color: #bdc3c7;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.feed-item-tag {
    display: inline;
    border-radius: .25em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /*background-color: #ecf0f1;*/
    color: #95a5a6;
    margin-top: -30px;
}

.feed-item-title {
    font-size: 18px;
    line-height: 25px;
}

.feed-item-image {
    /*margin-top: -50px;*/
    background-position: center center;
    background-size: 100% auto;
    z-index: 5;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%
}

.feed-item-image-none {
    border-top: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.feed-item-heading {
    color: black;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 5px;
}

.feed-item-content p {
    font-size: 15px;
    font-weight: 400;
}

.feed-item-read {
    font-size: 12px;
    text-decoration: none;
}

.feed-item-views {
    font-size: 14px;
    display: inline;
    margin-left: 10px;
    margin-bottom: 0px;
}

.feed-prompt-decline {
    background-color: transparent;
    border: none;
}

.feed-prompt-decline:focus {
    outline: 0px;
}

.feed-item-author,
.feed-item-date {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    line-height: 13px;
    vertical-align: top;
    margin-top: 5px;
}

.feed-item-date {
    margin-top: 2px;
    color: #99999C;
}

.feed-item-excerpt {
    margin-bottom: 0px;
}

.inline-block {
    display: inline-block;
}

.feed-item-footer p {
    color: #95a5a6;
}

.footer-margin-offset {
    margin: 0px 0px 10px 0px;
}

.feed-item-avatar {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    vertical-align: 0;
}

.ab-profile-pic-none {
    height: 110px;
    width: 120px;
    display: inline-block;
}

.ab-profile-header-left-spacer {
    height: 70px;
}

.ab-profile-header-right-spacer {
    height: 190px;
}

.ab-profile-container {
    align-items: flex-end;
    display: flex;
    min-height: 130px;
}

.ab-profile-pic-container {
    display: inline-block;
}



.ab-profile-name {
    color: white;
    font-size: 26px;
    font-weight: 400;
    vertical-align: bottom;
    padding-top: 0px;
    font-family: "Helvetica Neue";
    margin-bottom: 5px;
    margin-top: 0px;
}

.ab-profile-headline {
    color: white;
    font-size: 13px;
    vertical-align: bottom;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.ab-profile-headline-linked,
.ab-profile-headline-linked:visited,
.ab-profile-headline-linked:hover,
.ab-profile-headline-linked:active {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.ab-profile-location {
    color: white;
    font-size: 13px;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    bottom: 0px;
    left: 0px;

}



.profile-location {
    color: #797979;
    font-size: 12px;
    font-weight: 400;
}

.col-spacer {
    height: 400px;
    width: 50px;
}

.middle {
    height: 130px;
}

.able-h3 {
    color: #415C77;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin: 5px 0px 5px 0px;
}

.ab-h2 {
    color: #1D1E19;
    font-size: 24px;
    font-weight: 500;
    line-height: 0px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
}

.able-h1 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    color: #24292E;
}

.hr-title {
    margin: 0px 0px 20px 0px;
}



.table-borderless td,
.table-borderless th {
    border: 0;
}


/* ==================== */


/* Tables */


/* ==================== */


/* ==================== */


/* Articles */


/* ==================== */

.feed-item-heading a {
    color: black;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: -5px;
    margin-bottom: 5px;
}



.ab-profile-header {
    /*margin-top: -50px;*/
    background-position: center center;
    background-size: 100% auto;
    min-height: 150px;
    z-index: 5;
    background-size: cover;
}

.ab-project-header {
    /*margin-top: -50px;*/
    background-position: center center;
    background-size: 100% auto;
    min-height: 200px;
    z-index: 5;
    background-size: cover;
}

.ab-info-block {
    margin: 20px 0px 0px 0px;
    padding-right: 30px;
}

.ab-info-block-title {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.ab-attr {
    color: #415C77;
    font-weight: 500;
    text-align: left;
    padding-left: 0;
}

.ab-attr-value {
    text-align: right;
    font-weight: 400;
}

.ab-table {
    width: 100%;
    line-height: 25px;
}



.ab-profile-header-right {
    margin-top: 10px;
}


.ab-footer {
    margin-top: 100px;
    height: 100px;
}

.label-able {
    color: rgba(149, 165, 166, 1.0);
    background-color: rgba(236, 240, 241, 0.7);
    font-size: 11px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 100px;
}

.label-green {
    display: inline;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #1abc9c;
    margin-top: -30px;
}

.skill-container {
    display: inline;
}

.label-skill {
    color: white;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em;
    background-color: #1abc9c;
    margin-right: -4px;
}

.label-skill-count {
    color: white;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    background-color: #16a085;
    margin-left: 0px;
}

.project-tag {
    display: inline;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 500;
    line-height: 2.1;
    color: #95a5a6;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ecf0f1;
    margin-top: -30px;
}

.ab-excerpt {
    line-height: 24px;
    font-size: 20px;

    margin: 0px 0px 30px 0px;
}


.ab-article-author {
    margin-top: 30px;
    display: inline-block;
}

.ab-article-profile-pic {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.ab-article-author-name {
    color: black;
    font-weight: 500;
    padding-top: 0px;
    display: inline;
}

.ab-article-author-bio {}

.ab-article-contents {
    padding-top: 35px;
}

.ab-article-contents-header {
    font-size: 18px;
    font-weight: 500;
}

.btn-able {
    margin-right: 10px;
    background-color: #445D74;
    color: white;
    border-radius: 4px;
    font-weight: 400;
}

.btn-interest {
    font-size: 16px;
    color: #cccccc;
    outline: none;
}


.btn-able-green,
.btn-able-green:visited,
.btn-able-green:active,
.btn-able-green:focus {
    background-color: #42B599;
    border: 1px solid #42B599;
    color: white;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.btn-able-green:hover {
    background-color: #42B599;
    border: 1px solid #42B599;
    color: white;
    font-weight: 400;
    outline: none;
}

.btn-able:hover {
    background-color: #34495e;
    color: white;
}

.btn-able-green-outline {
    background-color: transparent;
    border: 1px solid #42B599;
    color: #42B599;
    border-radius: 3px;
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

.btn,
.btn:hover,
bt {
    outline: none;
}


.ab-navbar a {
    color: white;
    font-weight: 400;
}

.ab-navbar a:hover {
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.0);
}

.transparent {
    background-color: rgba(0, 0, 0, 0.0);
}

.form-title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 43px;
    height: 50px;
    border: none;
    width: 100%;
    background-color: transparent;
    resize: none;
}

.form-excerpt {
    background-color: #F8F8F8;
    color: #6A737D;
    font-size: 21px;
}

.form-backlink {
    background-color: #F8F8F8;
    color: #435D75;
    border: none;
    width: 100%;
    font-size: 16px;
}

.form-title:focus,
.form-excerpt:focus,
.form-backlink:focus {
    outline: none;
}

.form-title::placeholder {
    color: #B3B3B1;
}

.ab-profile-header-right {
    margin-top: 10px;
}


.form-excerpt {
    font-size: 24px;
    border: none;
    width: 100%;
    line-height: 29px;
}

.form-excerpt::placeholder {
    color: #B3B3B1;
}

.form-skills {
    border: none;
}

.btn-outline {
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    height: 35px
}



.btn-outline:hover {
    color: white;
}

.profile-header-btn-cta {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-heading {
    font-size: 20px;
    color: #B3B3B1;
}

.errorlist {
    margin-bottom: 0px;
    padding-left: 0px;
}

.errorlist>li {
    list-style: none;
    color: red;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ab-position-active {
    color: #1abc9c;
    font-size: 10px;
    vertical-align: middle;
}

.ab-position-inactive {
    color: rgba(189, 195, 199, 5.0);
    font-size: 10px;
    vertical-align: middle;
}

.ab-tile-spacer {
    margin-bottom: 30px;
}


.ab-row {
    padding: 20px 0px 20px 0px;
}



/*=============================*/


/* Profile navigation row */


/*=============================*/

.ab-tab-list {
    white-space: nowrap;
    overflow: auto;
}

.ab-tabs li {
    display: inline-block;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}

.ab-tab {
    display: inline-block;
}

.ab-nav-row-full {
    padding-left: 0px;
    padding-right: 0px;
    white-space: nowrap;
    overflow: auto;
}

.ab-first-tab-margin {
    margin-left: 15px;
}


.ab-nav-row {
    /*border-bottom: 1px solid #e5e5e5;*/
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4)
}

.ab-tabs {
    margin: 10px 0px 0px 0px;
    white-space: nowrap;
    
}



.ab-tab-item {}

.ab-tabs-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.ab-tabs-right {
    display: inline-block;
}



.nav-pills>li.active>a:focus,
.nav-pills>li.active>a {
    background-color: white;
    color: #435D75;
    border-bottom: 2px solid #435D75;
    border-radius: 0px;
}

.nav-pills>li.active>a:hover {
    background-color: white;
    color: #435D75;
}

.nav-pills>li>a {
    color: #7f8c8d;
    font-size: 16px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: white;
    /*border-bottom: 2px solid #415C77;*/
    border-radius: 0px;
    /*color: #415C77;*/
}

code {
    color: #292C34;
    background-color: rgba(41, 44, 52, 0.10);
}


pre code p span {
    white-space: pre;
    font-size: 14px;
    margin-top: 0px;
    line-height: 0px;
    padding: 0px;
}

pre code p {
    margin-top:0px !important;
    font-size: 14px !important;
    margin-bottom: 0px;
}

pre code {
    white-space: pre !important;
    font-size: 14px !important;
}

pre {
    border: none;
    background-color: #292C34;
    color: #abb2bf;
    border-radius: 4px;
}




.col-profile-nav-left {
    margin-left: -30px;
}

.col-profile-nav-right {
    margin-right: -60px;
}


.ab-icon {
    color: #97A5A6;
}

.ab-icon:hover {
    color: #475C77
}

.able-logo-large {
    background-color: #435D75;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 8px;
    color: white;
    line-height: 75px;
    margin: 20px auto 20px auto;
}

.able-center {
    width: 80%;
}

.create-account-callout {
    margin: 20px auto;
    text-align: center;
}

.able-profile-pic-small {
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    margin-right: 10px;
    float: left;
    border-radius: 4px;
}

.profile-small {
    padding: 5px 5px 0px 5px;
}

.profile-small-user-name {
    font-size: 16px;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.profile-small-user-role {
    font-size: 12px;
    font-weight: 400;
    color: #95a5a6;
    overflow: hidden;
    margin-bottom: 0px;
}

.profile-small-pic-container {
    display: inline;
    height: 100px;
}

.profile-small-text-container {
    display: inline;
    height: 100%
}

.overflow {
    overflow: hidden;
}

#toc {
    list-style: none;
    color: #B6B6B8;
    padding-left: 0px;
    font-size: 16px;
}

#toc li {

    line-height: 20px;
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 5px 0px;
}

#toc a {
    font-weight: 400;
    color: #B6B6B8;
    list-style: none;
}

#toc a:hover {
    font-weight: 400;
    color: #95a5a6;
}

.toc-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.able-profile-pic-nav {
    margin: 0px 0px 0px 0px;
    height: 34px;
    width: 34px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    vertical-align: middle;
}

.able-placeholder-pic-nav {
    margin: 0px 0px 0px 0px;
    height: 34px;
    width: 34px;
    background-color: #bdc3c7;
    color: white;
    text-align: center;
    line-height: 34px;
    font-weight: 200;
    float: left;
    vertical-align: middle;
}

.drop-caret {
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 4px;
}

#nav-profile-container {
    padding: 8px 15px 8px 15px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}


.able-header {
    background: url('../img/landing-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
}

.able-landing-box {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
}

.form-container {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 5%;
}

.profile-content-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-content-sub-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px
}

.profile-content-dates {
    color: #98A3AA;
    margin-top: 5px;
}

p.profile-content {
    margin-top: 0px;
}

.right {
    vertical-align: top;
}

.ab-content-row {

    margin-top: 20px;
    padding-bottom: 20px;
}

.content-block {
    padding-top: 10px;
}

.position-row {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
    display: block;
}

.position-row {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
    display: block;
}

.project {
    margin-bottom: 0px;
    height: 350px;
}

.help-text {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #BEBEBE;

}

.question-help-text {
    margin-top: -5px;
    margin-bottom: 5px;
}

.question-label {
    margin-bottom: 5px;
}

.question-textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.question-select {
    width: 100%;
    height: 30px;
}

a>.help-text:hover,
a>.help-text:visited,
a>.help-text:active {
    color: #BEBEBE;
    text-decoration: none;
}

.help-link {
    font-size: 12px;
    color: #95a5a6;
    text-decoration: underline;
    border-bottom: none;
}

.help-link:hover {
    font-size: 12px;
    color: #7f8c8d;
    text-decoration: underline;
    border-bottom: none;
}

.helptext {
    font-size: 12px;
    color: #BEBEBE;
}

#ab-nav-signup {
    color: white;
    background-color: #33B799;
    margin: 5px;
    height: 40px;
    line-height: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 2px;
}

.section-header-see-all {
    margin-bottom: 0px;
}

.edit-xs {
    margin-bottom: 15px;
}


.no-content-container {
    width: 100%;
    min-height: 150px;
    text-align: center;
    border: 2px dashed #e5e5e5;
    border-radius: 12px;
    line-height: 150px;
    padding: 10px;
}

.no-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ab-profile-right {
    display: flex;
    height: 180px;
}

.profile-pic-thumb {
    height: 120px;
    width: 120px;
    border: 2px dashed #e5e5e5;
    border-radius: 4px;
}

.inline-field {
    display: inline;
    width: 50%;
    float: left;
    padding-right: 1%;
}

.inline-field2 {

    display: inline;
    width: 50%;
    float: left;
    padding-left: 1%;
}


p>img {
    display: block;
    max-width: 100%;
    height: auto;
}


.header-row {
    margin-top: 40px;
    margin-bottom: 40px;
}



/*SELECT2*/

.select2-results__message {
    display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #AAAAAA 1px;
    outline: 0;
}

.position-logo {
    display: inline;
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2)
}

.current-logo {
    margin-top: 5px;
}

.current-position-details {
    display: inline;
    line-height: 10px;
    overflow: hidden;
}

.current-position-dates {
    margin-top: 2px;
    font-size: 12px;
    color: #98A3AA;
}

.current-checkbox {
    display: block;
    float: left;
    min-width: 400px;
}



.avatar-field {
    position: relative;
    border: 2px dashed #e5e5e5;
    border-radius: 12px;
    color: #999999;
    line-height: 200px;
    height: 120px;
    margin: 0px auto 20px auto;
    text-align: left;
    width: 120px;
}

.avatar-field.hover {
    border: 3px solid #3498db;
}

.avatar-field.dropped {
    border: 3px solid white;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.avatar-field div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.avatar-field img {
    margin-top: -9px;
    border-radius: 10px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.avatar-field [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.profile-content {
    font-size: 13px;
    color: #6A737D;
}

.profile-content p,
ol,
ul {
    font-size: 13px;
    color: #6A737D;
}






/*====================
Django CKEditor styles
====================*/

.block {
    display: inline-block;
}

.django-ckeditor-widget {
    display: block !important;
}

.cke_bottom {
    display: none !important;
    border-top: none !important;
}

.cke_top {
    background-color: #F9F9F9 !important;
    border-bottom: none !important;
    /*display: none !important;*/
}

body.cke_editable {
    background-color: #F9F9F9 !important;
}

article table {
    font-size: 16px;
    color: #6A737D;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width: 100%;
    
}

article table tr {
    border-bottom: 1px solid #e5e5e5;
}

article table td {
    padding: 10px;
}


.nav-fixed-margin {
    height: 50px;
    display: block;
}




.django-mediumeditor-editable {
    border: none !important;
    overflow: auto !important;
    outline: none !important;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.django-mediumeditor-editable p {
    font-size: 16px;
}


.article-options {
    color: #95a5a6 !important;
    font-weight: 400 !important;
}


.lead {
    margin-bottom: 5px;
}

.topic-tag {
    display: inline;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.1;
    color: #95a5a6;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ecf0f1;
    margin-top: -30px;
    margin-right: 3px;
}


.feed-item-clicked,
.feed-item-clicked:hover,
.feed-item-clicked:active,
.feed-item-clicked:focus {
    color: #1abc9c;
    outline: none;
}

.btn-feed {
    display: inline-block;
    border: none;
    outline: none;
    background-color: transparent;
}

.btn-feed:hover {
    color: #33B799;
}

#btn-new {
    margin-top: 8px;
    border-radius: 4px;
}



.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0px 0px;
    margin-top: 6px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
}

.nav-margin {
    height: 50px;
    width: 100%
}

.message {
    margin-top: 20px;
    margin-bottom: 0px;
}

.logo-text,
.logo-text:visited,
.logo-text:active,
.logo-text:focus,
.logo-text:hover {
    height: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
    margin-top: 14px;
    text-decoration: none;
}   

.thin {
    font-weight: 300;
}

.profile-article-image {
    background-position: center center;
    background-size: 100% auto;
    z-index: 5;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 150px;
    width: 100%
}

.btn-linkedin,
.btn-linkedin:hover,
.btn-linkedin:visited,
.btn-linkedin:active {
    color: #FFF;
    font-weight: 400;
}

.btn-cta {
    margin-top: 10px;
}

.nav-link {
    color: #6A737D;
}

.callout {
    font-size: 18px;
    color: #6A737D;
    line-height: 27px;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.callout-text {
    font-size: 16px;
    color: #6A737D;
}

.btn-blue {
    background-color: #3498db;
    color: white;
    font-size: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.btn-blue:hover {
    background-color: #2980b9;
    color: white;
    font-weight: 400;
    font-size: 20px;
}

.form-control {
    font-size: 16px;
}

.topic-list {
    padding-left: 0px;
}

.feed-topic-list {
    list-style: none;
    padding-left: 0px;
}
.feed-topic-list li {
    font-size: 16px;
    margin-bottom: 10px;
}

.feed-filter-topic {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px;
    vertical-align: middle;
}

.feed-filter-topic-clear,
.feed-filter-topic-clear:hover {
    font-size: 12px;
    color: #BEBEBE;
    border: none;
}

.topic-search-input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 10px 0px;
    width: 100%
    
}

.topic-search-input:focus {
    outline: 0px;
}

#topic-input::placeholder,
#topic-input::-moz-placeholder,
#topic-input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.topic-logo-small {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    margin-right: 5px;

}

.topic-list li {
    list-style: none;
    padding: 10px 0px;
    font-size: 16px;
}

article h2 {
    margin-top: 30px;
    margin-bottom: -10px;
}

.btn-article-affix {
    margin-top: -20px;
    color: #B6B6B8;
    background-color: transparent;
    outline: none;
    padding-left: 6px;
    padding-right: 6px;
}

.btn-article-share {
    margin-top: 0px;
    color: #B6B6B8 !important;
}
.btn-article-share:hover {
    color: #33B799 !important;
}

.btn,
.btn:focus,
.btn:active,
.btn:visited {
    outline: none !important;
}

.navbar .nav > li > .btn-green-nav {
    color: white;
    background-color: #2ecc71 !important;
    padding: 10px;
    margin-top: 5px;
    border-radius: 2px;
}

.btn-article-save {
    background-color: #33B799;
    border: 1px solid #33B799;
    margin-left: 5px;
    margin-right: 50px;
}


.btn-article-save:hover {
    background-color: #16a085;
    border: 1px solid #16a085;

}

.btn-green,
.btn-green:visited {
    background-color: #33B799 !important;
    border: 1px solid #33B799 !important;
    color: white !important;
    font-weight: 400;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus
 {
    color: white !important;
    background-color: #16a085 !important;
    border: 1px solid #16a085 !important;
    font-weight: 400;
}


.skill-list, .skill-list>ul {
    list-style: none;
    padding-left: 0px;
}

.skill-list-item {
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;

}

.ab-nav-item {
    color: #B6B6B8;
}


.sub-topic-title {
    color: #B6B6B8;
    font-size: 14px;
    font-weight: 300;
}

.card-heading {
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    
}

.card-subheading {
    margin: 0px 0px -5px 0px;
    overflow: hidden;
}

.list {
    font-size: 16px;
    padding-left: 25px;
}

.list>li {
    margin-left: 0px;
}

.skill-logo {
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    float: left;
    margin-right: 15px;
}

.skill-logo__small {
    border: 2px solid #FFF;
    width: 50px;
    height: 50px;
}

.skill-logo__large {
    border: 2px solid #FFF;
    width: 75px;
    height: 75px;
}

.question {
    color: #33B799;
    font-size: 16px;
    text-decoration: none;
}

.question:hover {
    color: #16a085;
}

.skill-test-title, .skill-test-title:hover {
    color: #33B799;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: none;
    overflow: hidden;
}

.skill-test-description {
    overflow: hidden;

}

.div-inline{
    display:inline-block;
}

.card-header-container {
    
}

.card-button-container {
    margin-left: 100px;
}

.profile-skill-title {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    margin-top: 0px;

}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #bdc3c7;
    font-weight: 300;
}

.breadcrumb>a {
    color: #bdc3c7;
    text-decoration: none;
}

.breadcrumb>a:hover {
    border-bottom: 1.5px solid #bdc3c7;
    text-decoration: none;
}

.horzontal-menu {
    overflow: auto;
}

.navbar-left {
    padding-left: 20px; 
}

#id_answers {
    list-style: none;
    padding-left: 0px;
}

.skill {
    display: block;
    width: 100%;
    padding: 15px 0px 3px 0px;
    color: #2c3e50;
}

.skill-score {
    
    display: inline;
    border-radius: .25em;
    padding: 2px 8px 2px 8px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #000;
    background-color: #e5e5e5;

}

.skill-score-green {
    background-color: #1abc9c;
    color: #fff;
}

.skill-score-blue {
    background-color: #3498db;
}

.progress-skill {
    margin-bottom: 0px;
    border-radius: 2px;
}

.progress-bar-able {
    background-color: #33B799;
}

.btn-shadow {
    border: none;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4)
}

.btn-modal {
    margin-bottom: 10px
}

.footer-signup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2A3846;
    color: white;
    text-align: center;

    box-shadow: 0px -2px 3px rgba(0,0,0,0.05)
}

.footer-container {
    padding: 10px 0px;
    
}

.footer-container>p {
    padding: 5px 0px;
    color: white;
    text-align: center;
    padding-left: 10px; 
    margin-bottom: 0px;
    font-weight: 500;
}

.medium-editor-element:focus {
    outline: none;
}


.callout-link {
    color: #39CB74;
}

.callout-link:hover {
    color: rgb(44, 153, 87);
}

.callout-banner-btn, .callout-banner-btn:hover {
    margin: 0px auto 3px auto; 
    text-align: center;
    background-color: #3BB699;
    color: white;
    display: inline-block;
    border: none;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 500;
}

.callout-banner-text {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    color: white;
    font-weight: 400;

}

.add-link, .add-link:hover {
    color: #16a085;
    border-bottom: 2px solid #16a085;
}

.callout-banner {
    margin: 5px 0px;
    font-weight: 500;

}

.callout-home-link,
.callout-home-link:hover {
    color: #2DAE8E;
    border: 1px solid #2DAE8E;
    margin-left: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
}




.profile-complete {
    font-size: 13px;
    color: #6A737D;
    display: block;
    margin-bottom: 5px;
}

.hr-profile-summary {
    margin: 15px 0px;
}

.interest-container {
    overflow: auto;
    width:100%;
    height:250px;
    margin: 15px 0px;
    border-radius: 4px;

}

.updates-container {
    margin: 10px auto;
    padding: 20px;
    background-color: white;
    border: none;
    border-radius: 4px;
    width: 90%;
    display: block;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    text-decoration: none !important;
    
}

.updates-container:hover {
    background-color: #3498db;
    color: white !important;
}

.updates-container:focus {
    outline: 0;
}

.updates-container-selected {
    background-color: #3498db;
    color: white !important;
}

.updates-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
    
    
}

.updates-description {
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
    
}

.updates-icon {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.feed-updates-icon {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.feed-prompt-ul {
    list-style-type: none;
    padding-left: 0px;
}

.feed-prompt-ul li {
    margin-bottom: 10px;
    line-height: 17px;
}

.feed-prompt-link {
    border-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}

.feed-prompt-link:hover {
    border-bottom: 2px solid rgba(67, 93, 117, 0.10);
}

.feed-prompt-link-secondary {
    margin-top: 2px;
    border-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
}

.more-article-header {
    font-size: 16px;
    color: #B8B6B8;
    font-weight: 400;
}

.more-article-heading {
    color: black;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 5px;
}

.more-article-container {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.more-article-views {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #B8B6B8;
}

.ab-profile-options {
        width: 30%; 
        text-align: right;
        display: inline-block;
        float: right !important;
    }

.btn-profile-follow-clicked {
        background-color: #3498db !important;
        border: 1px solid #3498db !important;
        
    }

/* Image upload CSS */

#dropzone {
  position: relative;
  border: 2px dashed #e5e5e5;
  border-radius: 12px;
  color: #999999;
  line-height: 200px;
  height: 200px;
  margin: 0px auto 20px auto;
  text-align: center;
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 2px dashed #e5e5e5;
}

#dropzone.hover {
  border: 3px solid #3498db;
}

#dropzone.dropped {
  border: 3px solid white;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25); 
}

#dropzone div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dropzone img {
  margin-top: -9px;
  border-radius: 10px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin-top: -9px;
  border-radius: 0px;
  width: 100%;
}

#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dropzone.dropped {
  border: none;
  box-shadow: none;
}

#id_header_image {
  width: 100%;
}

.callout-icon {
    width: 25px;
    margin-right: 3px;
}


.logo-wrapper {
    overflow: hidden;
}


.card-content {
    padding: 15px;
}

label.form-label {
    color: #B3B3B1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
/* ==================================================================================== */


/* Mobile Media Queries */


/* ==================================================================================== */

@media (max-width: 500px) {
    .callout-banner-text {
        display: inline-block;
        margin: 0px 0px 7px 0px;
        float: left;
        text-align: left;
        width: 65%;
        vertical-align: middle;
    }

    .callout-banner-btn, .callout-banner-btn:hover {
        float: right;
        display: inline-block;
        margin: 7px 0px 3px 0px;
        padding: 10px 10px;

    }

    .callout-banner {
        display: table;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .able-logo {
        margin-left: 10px;
    }

    .sign-up-container {
        margin-top: 10px;
    }

    .able-logo-large {
        margin-top: 20px;
    }

    .form-container {}

    .ab-profile-pic {
        margin-top: 20px;
        margin-right: 0px;
    }

    .position-row ul {
        margin-bottom: 30px;
    }

    .profile-container {
        margin: auto;
    }

    nav>li>a {
        text-align: center;
    }

    #ab-nav-signup {
        text-align: center;
        line-height: 16px;
    }

    .profile-content {
        margin-bottom: 30px;
    }

    .ab-profile-details {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: flex-end;
        margin: 10px 0px 0px 0px;
        float: left;
        position: relative;
        width: 70% !important;
    }

    .btn-profile-follow {
        float: right !important;
        text-align: right;
        
    }
    


    .ab-profile-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ab-profile-headline {
        margin-right: 0px;
    }

    .inline-field {
        width: 100%;
        padding-right: 0px;
    }

    .inline-field2 {
        width: 100%;
        padding-left: 0px;
    }

    .lead {
        font-size: 20px;
    }

    .profile-modal-avatar {
        margin-top: -120px;
    }

    .profile-modal {
        margin-top: 80px;
    }

    .logo-text {
        margin-left: 15px;
    }

    .feed-column {
        padding-top: 15px;
    }

    .nav-link {
        margin-right: 15px;
    }

    .navbar-able .nav>li>a {
    font-size: 16px;
    }

    .article-controls {
    margin-right: 15px;
    }

    .article-options-inline {
        display: inline !important;
    }

    .article-options a {
    color: #bdc3c7;
    font-size: 14px;
    margin-bottom: 0px;
    }

    .card-subheading {
    margin: 0px 0px 10px 0px;
    }


    .skill-topic {
        margin-bottom: 30px; 
    }
    
    .ab-article-text p,
    ol,
    ul {
        font-size: 20px;
    }


    .ab-article-text li,
    ul {
        font-size: 20px;
    }

    .footer-container>p {
    margin-left: 0px;
    padding: 5px 15px;
    }

    .updates-container {
        width: 90%;
    }

    .btn-profile-follow {
        margin-right: 0px;
        float: none !important;
    }

    .ab-profile-options {
        width: 100%;
        text-align: center !important;
        padding: 10px 0px 5px 0px;
        
    }

    .callout-text {
    font-size: 20px;
    font-weight: 400;
    }

    .callout-icon {
    width: 35px;
    margin-right: 3px;
    }

    .features-list li {
        font-size: 18px;
        padding-top: 10px;
    }

    .btn-github {
        font-size: 16px;
    }

    .btn-twitter {
        font-size: 16px;
    }

    .logo-wrapper {
    overflow: hidden;
    margin-left: 15px;
}

    

.medium-editor-embeds {
    overflow-x: auto;
}



}

@media (min-width: 768px) {
    #nav-search {
        width: 350px;
    }

   
}