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

00. Utility Classes 

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

span.curly-brackets{
    text-transform: uppercase;
    font-weight: bold;
    color:#ffffff;
}

span.curly-brackets::before{
    content: "{";
}
span.curly-brackets::after{
    content: "}";
}

.section {
    margin-top: 2em;
}

.type {
    font-family: sans-serif;
    line-height: 1.1;
    display: inline;
    margin: 0;
    padding: 0 .2em;
    transition: all .1s ease-in-out;
    color: #1b1517;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
}

.type span {
    position: relative;
    bottom: .06em;
}

.module {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    max-width: 35em;
}


.outer {
    width: 100%;
    text-align: center;
}

.inner {
    margin: 0 auto;
}


.emptycolumn {
    height: 0px;
}

.contain-text {
    max-width: 40em;
}

.widewrapper {
    width: 100%;
}

.widewrapper>img {
    width: 100%;
}

.left {
    float: left;
    margin-right: 1.5em;
}

.right {
    float: right;
    margin-left: 1em;
}

.whitetext {
    color: white;
}

.span12 {
    text-align: center;
}

span.highlight {
    background-color: yellow;
}

.v-center {
    margin-top: 7%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.rowclipped {
    margin-right: -15px;
    margin-left: -15px;
    height: 300px;
}

.one-word-per-line {
    word-spacing: <parent-width>;
}


/** Preloader CSS **/

.circle-loader {
    position: absolute;
    top: 320px;
    z-index: 101;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

00. General Styles

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

.containerpush {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: #110022;
    color: #eee;
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.cv {
    font-size: 60%;
    font-weight: 700;
}


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

00. Home Page Styles 

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


/** Promo **/

#large-header {
    width: 100%;
}

#large-header h1 {
    color: #ffeb3b;
    font-size: 1.8em;
}

#large-header span {
    color: #f5f5f5;
    background-color: rgba(0, 0, 0, .75);
    padding: .2em;
}

.cover-wide {
    position: relative;
    display: -webkit-box;
    top: 0;
    width: 100%;
    height: 99vh;
    background: /* top, transparent gradient */
    linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.35) 65%, transparent 100%), /* bottom, image */
    url("http://assets.userexperience.nz/star-gazer-2560px.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.cover-wide img {
    width: 100%;
}

#x-canvas {
    opacity: 0.9;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

#promo-container {
    position: relative;
    display: block;
}

#promo-container canvas,
#overlay {
    position: relative;
}

#overlay {
    margin-top: -50vh;
    width: 100%;
    color: yellow;
    z-index: 99;
}

.orbits {
      max-width: 350px;
      width: 350px;
      height: 350px;
     margin: 0 auto;
}


#promo-subtitle{
    margin: auto;
    max-width: 420px;
    min-width: 330px;
}

#promo-subtitle h4 {
    font-size: 1.2em;
    text-align: center;
    color: #f8f8f8;
    line-height: 1.1em;
    background-color: rgba(0, 0, 0, .25);
    padding: .4em;
}


.logo {
    color: #fff;
    font-weight: 800;
    font-size: 14pt;
    padding: 25px;
    text-align: center;
}

.line {
    text-align: center;
}

.jumbotron-home p {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
}


/** Welcome ("What I do") **/

.welcome {
    padding-top: 2em;
    text-align: center;
    max-width: 55em;
    padding-bottom: 2em;
}

.welcome p {
    font-size: 1.3em;
    padding: .9em;
}


/** What I bring **/

#what-i-bring-section {
    background-color: rgba(238, 238, 238, .5);
}

.what-i-bring {
    font-size: 1.1em;
    padding-top: 2em;
    text-align: center;
    max-width: 50em;
    padding-bottom: 2em;
}

.what-i-bring p {
    font-size: 1.1em;
    padding: .9em;
}

/** How I can help **/

#how-i-can-help{
    width: 60%;
    margin: 0 auto;
    font-size: 1em;
    padding-top: 4em;
    max-width: 50em;
    padding-bottom: 2em;
    line-height: 1.8em;
}

#how-i-can-help h2{
 margin-bottom: 2em;
}

#how-i-can-help li{
margin-bottom: 20px;
}


/** Services **/

#services {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-right: auto;
    margin-left: auto;
}

#services h2 {
    margin-bottom: 3em;
}

.services-content-blurb {
    max-width: 45em;
    padding-top: 1.2em;
}

#services .item h3 {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

#services i {
    font-size: 40px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.298039);
    float: left;
    padding: .9em;
}

#services img {
    height: 75px;
    width: 75px;
    max-width: 75px;
    margin-top: 55px;
    float: left;
    padding: 1em;
}

#services a {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
    color: #494949;
    padding: .2em;
    background-color: rgba(240, 240, 240, .75);
}


/** Client Types **/

#who-i-work-with h3 {
    font-size: 1.4rem;
}

#who-i-work-with h5 {
    font-size: 1.15em;
    margin-bottom: 2rem;
    margin-top: 1.6em;
}

.client-types {
    padding-top: 1em;
}


/** Client Logos **/

.client-logos {
    padding-left: 1.1em;
    padding-right: 1.1em;
    width: 220px;
    align-items: center;
    display: block;
    margin: auto;
}

#clientlogos {
    margin-bottom: 6em;
}

#clientlogos h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 3em;
    margin-bottom: 4em;
}

.code ul {
    width: 760px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

code li {
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
    float: left;
    display: inline;
}

#double li {
    width: 50%;
}

<span class="code-comment">
/* 2 col */

</span>.clienttypeslist {
    font-size: .8em;
}

.li.listgroupitem.clienttypeslist {
    font-size: .9em;
}


/** Home Page Breakpoints **/


/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) and (orientation: portrait) {
    .cover-wide {
        position: relative;
        display: -webkit-box;
        width: 100%;
        height: 99vh;
        background: /* top, transparent gradient */
        linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.35) 65%, transparent 100%), /* bottom, image */
        url("http://assets.userexperience.nz/star-gazer-767px.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: -500px 0px;
    }
    #overlay {
        display: inline-block;
        position: relative;
        margin-left: auto;
        margin: auto;
        width: 100%;
        margin-top: 50vh;
        max-width: 600px;
        z-index: 99;
        text-align: center;
    }
    
  
   #services img {
    height: 60px;
    width: 60px;
    max-width: 60px;
    margin-top: 40px;
    float: left;
    padding: 1em;
}
    
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) and (orientation: landscape) {
    .cover-wide {
        position: relative;
        display: -webkit-box;
        width: 100%;
        height: 99vh;
        background: /* top, transparent gradient */
        linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.35) 65%, transparent 100%), /* bottom, image */
        url("http://assets.userexperience.nz/star-gazer-767px.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    #overlay {
        display: inline-block;
        position: relative;
        margin-left: auto;
        margin: auto;
        width: 100%;
        margin-top: 50vh;
        max-width: 600px;
        z-index: 99;
        text-align: center;
    }
}

/** Tablet **/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cover-wide {
        background: /* top, transparent gradient */
        linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.35) 65%, transparent 100%), /* bottom, image */
        url("http://assets.userexperience.nz/star-gazer-1023px.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
}


/** Tablet (landscape) **/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cover-wide {
        background: /* top, transparent gradient */
        linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.35) 65%, transparent 100%), /* bottom, image */
        url("http://assets.userexperience.nz/star-gazer-1023px.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
}


/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  #how-i-can-help{
    width: 80%;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;}
}


/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    #clientlogos {
        padding: 0px;
        margin-bottom: 2em;
        align-items: center;
    }
    #services i {
        padding: 10px;
        font-size: 20px;
    }
}


/** Tablet **/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #clienttypes {
        padding: 1.4em;
    }
}


/** Tablet (landscape) **/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


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

00. CTA Styles 

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


/* CTA Style 1  | Home Page  --> Portfolio  */

#portfolio-cta-section .jumbotron {
    text-align: center;
    background-color: #FFF176;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 0px;
}

#portfolio-cta-section .title {
    font-size: 2rem;
    color: #1b1517;
    margin-bottom: .5rem;
}

#portfolio-cta-section .subtitle {
    font-size: 1.2rem;
    color: #5b5b5b;
    max-width: 600px;
    min-width: 320px;
    margin: auto;
    margin-bottom: 1.5em;
    margin-top: 1.075em;
    line-height: 1.8rem;
}

#background-cta-section p {
    font-size: 1rem;
    color: inherit;
}


/* CTA Style 2 | Background Page --> Portfolio  */

#background-cta-section .jumbotron {
    text-align: center;
    margin-top: 0px;
    padding: 3em;
    background-size: cover;
    background-color: #FFF176;
    margin-bottom: 0px;
}

#background-cta-section .title {
    font-size: 2rem;
    line-height: .5;
    color: #1b1517;
}

#background-cta-section .subtitle {
    font-size: 1.4rem;
    color: #717171;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.5em;
}

#background-cta-section p {
    font-size: 1rem;
    color: inherit;
}


/* CTA Style 3 | Portfolio Page --> Services  */

#services-cta-section .jumbotron {
    text-align: center;
    margin-top: 0px;
    padding: 3em;
    background-size: cover;
    background-color: #FFF176;
    margin-bottom: 0px;
}

#services-cta-section .title {
    font-size: 2rem;
    line-height: .5;
    color: #1b1517;
}

#services-cta-section .subtitle {
    font-size: 1.4rem;
    color: #717171;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.5em;
}

#services-cta-section p {
    font-size: 1rem;
    color: inherit;
}


/* CTA Style 4 | Education Page --> Skills  */

#education-cta-section .jumbotron {
    text-align: center;
    margin-top: 0px;
    padding: 3em;
    background-size: cover;
    background-color: #ffffff;
    margin-bottom: 0px;
}

#education-cta-section .title {
    font-size: 2rem;
    line-height: 1;
    color: #263238;
}

#education-cta-section .subtitle {
    font-size: 1.4rem;
    color: #37474F;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.5em;
}

#education-cta-section p {
    font-size: 1rem;
    color: inherit;
}



/* CTA Style 5 | Experience Page --> Skills  */

#experience-cta-section .jumbotron {
    text-align: center;
    margin-top: 0px;
    padding: 3em;
    background-size: cover;
    background-color:#f5f5f5;
    margin-bottom: 0px;
}

#experience-cta-section .title {
    font-size: 2rem;
    line-height: 1;
    color: #263238;
}

#experience-cta-section .subtitle {
    font-size: 1.4rem;
    color: #37474F;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.5em;
}

#experience-cta-section p {
    font-size: 1rem;
    color: inherit;
}



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

00. Header Qoute Backgrounds

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


/* About/Background Header Image  */

.about-img-background {
    background-image: url(/images/qoute-background-about.png);
    background-size: cover;
}


/* Services/UX Strategy Header Image  */

.ux-strategy-img-background {
    background-image: url(/images/qoute-background-ux-strategy.png);
    background-size: cover;
}


/* Services/IT Strategic Services Header Image  */

.it-strategy-img-background {
    background-image: url(/images/qoute-background-ux-strategy.png);
    background-size: cover;
}


/* Services/Content Development Header Image  */

.content-development-img-background {
    background-image: url(/images/qoute-background-ux-strategy.png);
    background-size: cover;
}


/* Services/Marketing Research Header Image  */

.marketing-research-img-background {
    background-image: url(/images/qoute-background-ux-strategy.png);
    background-size: cover;
}


/* Process Page Header Image  */

.process-img-background {
    background-image: url(images/qoute-background-process@2x.png);
    background-size: cover;
}

@media (max-width:991px) {
    div#cover.jumbotron {
        background-image: url(images/hero-bg.png);
        height: 55vh;
    }
}

@media (max-width:767px) {
    div#cover.jumbotron {
        background-image: url(images/hero-bg.png);
        height: 50vh;
    }
}

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

00. Background Page Styles 

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

#qoute-section {
    height: 30vh;
    background-position: center;
    background-size: cover;
}

div#headerpageqoute {
    margin-top: 40px;
}

#diversity {
    background-color: #ffd94a;
}

#diversity-is-understanding {
    padding-top: 3em;
    padding-bottom: 3em;
}

#dna {
    background-color: #f9f8f8;
}

#dna-heading {
    font-size: 1rem;
    font-family: 'Libre Franklin';
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 2.5em;
    margin-top: 3em;
}

#dnadescription {
    padding-top: 4em;
}

#dnadescription p {
    padding-bottom: 1.25em;
}

.dna-caption {
    display: table-cell;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    padding: 2.5em;
}

@media (max-width:991px) {
    #dnadescription {
        padding-right: 30px;
        Padding-top: 30px;
        padding-right: 30px;
        max-width: 800px;
    }
}

@media (max-width:991px) {
    #dnadescription {
        padding-right: 1.5em;
        Padding-top: 1.5em;
    }
}

div#diversity-heading.col-md-12 {
    padding-bottom: 20px;
}

@media (max-width:767px) {
    div#diversity-heading.col-md-12 {
        padding-bottom: 0px;
    }
}

#dna-diagram-notes {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.illustrationannotation {
    background-color: #222222;
    color: white;
    font-size: .9rem;
    font-weight: 200;
    font-style: italic;
    padding: 2em;
}

#diagram-legend {
    padding-bottom: 120px;
}

#diagram-legend-notation {
    color: #1b1517;
}

#diagram-legend h3 {
    width: 300px;
    margin-bottom: -40px;
    font-family: sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: .9;
    color: #1b1517;
}

#diagram-legend-notation p {
    font-size: .8rem;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: .25rem;
    overflow: hidden;
    font-weight: 400;
    color: #1b1517;
}

#dna-legend {
    display: block;
    margin: auto;
}

div#dna-diagram-legend.col-md-12 {
    padding-top: 2em;
}

div#intersections {
    padding-top: 4em;
    padding-bottom: 4em;
}

div#intersections-bg {
    background-color: rgba(249, 248, 248, 0.298039);
}

#dna-bg {
    background-color: #f9f8f8;
}

#domain-experience {
    background-color: #1b1b19;
    padding-bottom: 40px;
    padding-top: 20px;
}

img#skills-img.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


}
div#cta.jumbotron {
    margin: auto 0;
}
.jumbotron-cta-about {
    padding-top: 30px;
    padding-bottom: 30px;
    color: inherit;
    background-color: #ffc300;
}
#page-qoute {
    margin-top: 60px;
    padding: 30px;
}
#dna-image {
    display: block;
    margin-left: auto;
    margin-right: auto
}
;
margin-bottom:2em;

}
.dna-heading h5 {
    padding:30px;
    margin-left:50px;
    font-family:'Libre Franklin';
}
div#dna-section {
    margin:30px;
}
div#dna-section {
    margin:30px;
}
div#facilitation.col-md-7 {
    padding-top:60px;
    /*padding-left:90px;*/
    padding-bottom:30px;
}
div#influence-empathy.col-md-8 {
    padding-top:30px;
    /*padding-right:60px;*/
}
#facilitation h2 {
    word-break:break-word;
}
section#communication {
    background-color:#f9f8f8;
}
.highlight-header-dark {
    color:yellow;
    line-height:1.8rem;
    background-color:#171a1b;
    padding:1rem;
    display:inline-block;
}
.highlight-header-bright {
    color:#171a1b;
    line-height:1.8rem;
    background-color:yellow;
    padding:1rem;
}
.leadership-section {
    background-color: #f9f9f9;
}
.background-header-left {
    padding-top: .5em;
    padding-left: 2em;
    margin-bottom: 1.5em;
}
.firstcharacter {
    color: #ffd94a;
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
article p.lead {
    font-size: 19px;
    line-height: 1.7em;
}
#sayyes {
    padding-bottom: 3em;
}
#yes-content {
    padding-top: 4em;
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    #bytheway {
        padding-top: 0;
    }
    .background-header-left {
        padding-top: .5em;
        padding-left: 0em;
    }
    #yes-content {
        padding-top: .5em;
    }
}

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

00. Values Page 

========================================================================== */
#values-content {
    margin-bottom: 4em;
}
.values-panels {
    margin-top: 2.5em;
}
.values-panels h3 {
    font-size: 1.4em;
    padding-left: .3em;
}
.values-panels p {
    padding-left: 5%;
    padding-right: 5%;
}
.panel-heading.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content:"\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 15pt;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}
.panel-heading.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e080";
    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading:hover {
    cursor: pointer;
}
.panel-heading:hover h4 {
    text-decoration: underline;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1em;
    color: inherit;
}
#values-section-usp {
    margin-top: 6em;
}
#why-work-with-me {
    padding-top: 3em;
    padding-bottom: 3em;
}
#why-work-with-me h4 {
    font-weight: 100;
    color: white;
    margin-bottom: 2em;
}
#why-work-with-me p {
    margin-bottom: 1.4em;
}
#why-work-with-me span {
    background-color:#222;
    padding: .2em;
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .values-panels {
        margin-top: 0em;
    }
    #values-section-usp {
        margin-top: 3em;
    }
}

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

00. Education Page 

========================================================================== */
#education-interests {
    background-color:#FFF176;
}
#education-interests h4 {
    font-weight: 100;
    color: white;
    margin-bottom: 2em;
}
#education-interests span {
    background-color:#222;
    padding: .2em;
}
#education-overview {
    padding-top: 2em;
    padding-bottom: 2em;
}
#personal-interests {
    padding-bottom: 2em;
}

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

00. Experience Page 

========================================================================== */
#testimonials-section {
    background-color: #FFF176;
}
#testimonials-section-home {
    background-color: rgba(238, 238, 238, .5);
}
#testimonials {
    padding-top: 3em;
    padding-bottom: 3em;
}

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

00. Skills Page 

========================================================================== */
#research-skills {
    padding-top: 3em;
}
#software-proficiency {
    padding-top: 3em;
    padding-bottom: 2em;
}
#software-proficiency h4 {
    font-weight: 100;
    color: white;
    margin-bottom: 2em;
}
#software-proficiency p {
    margin-bottom: 1.4em;
}
.software-proficiency-span {
    background-color:#222;
    padding: .2em;
}
.software-proficiency-inverse {
    background-color:white;
    padding: .2em;
}
#software-cta h6 {
    color: #616161;
}
#software-cta p {
    font-size: 1.1em;
    color: #616161;
}
#software-cta a {
    color: #424242;
    text-decoration: none;
    background-color: white;
    margin: .1em;
}
#software-cta a:hover {
    color: #424242;
    text-decoration: underline;
    text-underline-position: below;
    background-color: white;
    margin: .1em;
}
.disclaimer {
    padding-top: 1em;
    font-size: small;
    max-width: 550px;
}

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

00. Education Page 

========================================================================== */
.list-group-item {
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-bottom: -1px;
    background-color: #f8e962;
    border: 1px solid #ffffff;
}
#coursework-design {
    margin-top: 30px;
}
#coursework-lis {
    margin-top: 80px;
}
#coursework-informatics {
    margin-top: 80px;
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    #coursework-design,
    #coursework-lis,
    #coursework-informatics {
        margin-top: 25px;
    }
}

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

00. Services Pages

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

.services-qoutecenter {
    margin: 0 auto;
    width: 45em;
}

.section-services {
    margin-top: 3em;
    margin-bottom: 3em;
}

.services-headings {
     margin-bottom: 1.1em;
}
.services-content p {
    padding-bottom: 1.4em;
    max-width: 45em;
}

.services-content p:last-child {
    margin-bottom: 4.1em;
}

.ux-strategy-goals {margin-top: 1em;}
.ux-strategy-goals li:last-child {margin-bottom: 3em;}


.services-content {
    padding-left: 0em;
    padding-right: 2em;
    padding-top: 1.2em;
    max-width: 45em;
}

.services-benefits {
    max-width: 42em;
    padding-right: .5em;
    padding-top: 2.8em;
}


#sidebar-nav {
    position: relative;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar-nav li {
    line-height: 25px;
    text-indent: 20px;
        width: 200px;
}


sidebar.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
}

#sidebar li.active {
    border:0 #eee solid;
    border-right-width:5px;
    color: #F9A825;
}

.sidebar-nav li a {
    color: rgba(33, 33, 33, .80);
    display: block;
    text-decoration: none;
    /* padding-left: 1em; */
    text-align: left;
   padding: 5px 5px 5px 5px;
   width: 200px;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 18px;
}

.sidebar-nav li a:hover{
    color:#F9A825;
    background: white;
    text-decoration: none;
}

.sidebar-nav li.active {
    color:#F9A825;
    background: #FFFF8D;
    text-decoration: none;
}

.sidebar-nav li a:active {
    color: #F9A825;
    text-decoration: none;
}

.sidebar-nav li a:focus {
    text-decoration: none;
    border:0 #eee solid;
    border-right-width:5px;
    background-color: aliceblue;
    width: 200px;
}

#why-me h4 {
    font-weight: 100;
    color: white;
    margin-bottom: 2em;
}

#why-me span {
    background-color: #222;
    padding: .2em;
}

#bottom-line {
 margin-top: 6em;
}

#bottom-line h4 {
    font-weight: 100;
    color: white;
    margin-bottom: 2em;
}

#bottom-line span {
    background-color: #222;
    padding: .2em;
    color: white;
    font-weight: 100;
}


.card-panel {
    max-width: 45em;
    transition: box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #f7f7f7;
}

.card-panel-full {
    transition: box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 4rem 0;
    border-radius: 2px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


.card-panel-full p {
    padding-top: 1.3em;
    font-weight: 500;
    font-size: .9em;
    padding-left: .5em;
}

.card-panel-full h5 {
    padding-top: 1.1em;
}


.card-panel p {
    padding-top: 1.3em;
    font-weight: 500;
    font-size: .9em;
    padding-left: .5em;
}

.card-panel h5 {
    padding-top: 1.1em;
}


#pure-research h4 {
    font-size: 1.2em;
    margin-bottom: .1rem;
}

#pure-research {
 font-size: .95rem;
}


#research-content  {
    padding: 1em 0em 1em 4em;
}

.research-page-content {
    max-width: 42em;
    padding-right: 2em;
    padding-top: 1.2em;
}

.research-section{
    margin-bottom: 6em;
}

.research-benefits p{
    padding-bottom: 3em;
}

#research-benefits h4{
    padding-bottom: 2em;
}

#research-benefits h4{
    padding-bottom: 2em;
}

.capabilities-list ul{
 padding-bottom: 4em;
}

.capabilities-list li {
 list-style: none;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.capabilities-list li:last-child {
  border: none;
}



/** Mobile **/
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .services-qoutecenter {
     width: 90%;}
    #research-content  {
    padding: 1em 1em 1em 1em;}
    
    .research-page-content {
    max-width: 42em;
    padding-right: 0em;
    padding-top: 1.2em;}
    
    .card-panel{
      padding: 12px;  
    }
    
    .card-panel p{
     padding-top: 0em;
    }
    
   .services-content p:last-child {
    margin-bottom: 2em;}
    
    .services-content {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.2em;
    max-width: 45em;}
    
}


@media screen and (min-width: 768px) {
    .affix-top,
    .affix {
        position: static;
    }
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 30px;
        /** width: 228px; **/
    }
    #sidebar.affix {
        position: fixed;
        top: 70px;
          /** width: 228px;**/
    }
}


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

00. Contact Page 

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


#contact p{
    padding-bottom: 2em;
}

.required-field{
    color: red;
}

#contact-info a {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
    color: #494949;
    padding: .2em;
    background-color: rgba(240, 240, 240, .75);
}



#portrait{
    background:#ffd94a;
    padding: 0;
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    max-width: 350px;
    max-height: 252px;
    overflow: hidden;
}






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

00. Thank you Page

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

#content-thanks img{
    margin: 0 auto;
}

#feedback-response{
    padding-top: 3em;
    padding-bottom: 5em;
    width: 50%;
    margin: 0 auto;
}

#feedback-response a {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
    color: #494949;
    padding: .2em;
    background-color: rgba(240, 240, 240, .75);
}

/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  #feedback-response{
    padding-top: 3em;
    padding-bottom: 5em;
    width: 90%;
    margin: 0 auto;}
}

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

00. Portfolio 

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

.fade-in {
    opacity: 1;
    transition: opacity 2s ease-in-out;
   -moz-transition: opacity 2s ease-in-out;
   -webkit-transition: opacity 2s ease-in-out;
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}


#proceed-to-portfolio{
 padding-bottom: 1.3em;
}

.loading-img{
    background: url('../images/loading-unpack-box.gif');
    background-repeat: no-repeat;
    z-index: 9999;
    background-position: center bottom;
    overflow: hidden;
}

.loading-text{
    width: 85%;
    line-height: 1.5rem;
    display: inline-block;
    padding-bottom: 2em;
}

#portfolio-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 9999;
    background-color:rgba(215,217,74,0.87);
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

#portfolio-overlay-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 340px;
    height: 340px;
    padding: 1.5em;
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 340px;
    opacity: 1;
    -webkit-transition: opacity 0;
    transition: opacity 0;
    transition: opacity 10s ease-in-out;
   -moz-transition: opacity 10s ease-in-out;
   -webkit-transition: opacity 10s ease-in-out;
    background-color: rgba(255, 255, 255, 0.99);
    padding-top: 1.5em;
    color: #232323;
    z-index: 9999;
}

/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    #portfolio-overlay {
        width: 100%;
        margin:0;
        left: 0;
    }
}


/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s;
 -webkit-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

@-webkit-keyframes animatebottom {
  from { bottom:0px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:0px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


/**** Isotope Filtering ****/

.isotope-item {
z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* End: Recommended Isotope styles */




