/* ---------------------------------------------------
                      GLOBAL STYLES
----------------------------------------------------*/

body {
    /*background-color: #f2f2f2;*/
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    /* font-weight: 300; */
    font-size: 19px;
    color: #404040;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #00395d;
}

h1 {
    font-family: 'Alegreya', Garamond, "Times New Roman", serif;
    font-weight: normal;
    font-size: 5.0526em;
    line-height: 1.1250em;
    margin-top: 0.2813em;
    margin-bottom: 0.00000em;
}

h2 {
    font-size: 1.6632em;
    font-weight: normal;
    line-height: 1.0558em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5263em;
    line-height: 1.0621em;
}

h4 {
    font-size: 1.163em;
    line-height: 1.421em;
}

h5 {
    font-size: 1.063em;
    line-height: 1.021em;
}


/* ---------------------------------------------------
                Paragraph & Typographic
----------------------------------------------------*/

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.4211em;
    margin-top: 0.2211em;
    margin-bottom: 0;
    font-weight: 100;
}

.centered {
    text-align: center;
}


/* ---------------------------------------------------
                        Links
----------------------------------------------------*/

a {
    color: #00395d;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #3F9CFF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ---------------------------------------------------
                        navbar
----------------------------------------------------*/

.navbar {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.navbar.navbar-inverse {
    background-image: linear-gradient(#9f9f9f, #535353 3%, #1f1f1f 17%, #212121 49%, #191919 89%, #000000 100%);
    border-top: 1px inset rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    /* border-radius: 10px; */
    /* margin-top: 10px;*/
    padding: 8px;
}

.navbar .navbar-nav>li>a {
    color: #d1d1d1;
    text-rendering: optimizeLegibility;
    text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);
    line-height: 18px;
}

.navbar .navbar-nav>li.active {
    color: #f8f8f8;
    background-color: #080808;
    box-shadow: inset 0px -28px 23px -21px rgba(255, 255, 255, 0.15);
    border-left: 1px solid #2A2A2A;
    border-right: 1px solid #272727;
}

.cbp-af-header-shrink {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.9;
}

#menu-topbar ul#nav a:hover {
    color: white;
    /* background: #44bbaa; */
    /* #222 */
    text-decoration: none;
    /* border-left: 1px solid #44bbaa; */
}

.logo {
    padding: 10px 10px 0;
}


/* ---------------------------------------------------
                Header Wrap
----------------------------------------------------*/

.fill-screen {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    /* height: 700px; */
    /* max-width: none; 
    background-color: #00A89C; */
}


/*
#headerwrap {

/* background: url(../img/08edited.svg) no-repeat center top; 
    background: url(../img/webBackground2.jpg) no-repeat center top;
    margin-top: 60px;
    padding-top: 340px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.backImage {
    width: 100%;
}

#headerbackground {
    text-align: center;
    background: #302E2F;
}

#headerbackground h1 {
    font-size: 5.0526em;
    font-style: bold;
    font-weight: 600;
    color: white;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

#headerbackground h2 {
    font-size: 2.2632em;
    font-style: bold;
    font-weight: 600;
    color: white;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.down-button {
    position: relative;
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    width: 100%;
    text-align: center;
}

.down-button i {
    color: white;
}


/* ---------------------------------------------------
                Intro Wrap
----------------------------------------------------*/


/* #intro {
    background: #2c3e50;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
} */

#intro {
    /* background: #2c3e50; */
    padding-top: 30px;
    padding-bottom: 30px;
    color: black;
}

#intro h5 {
    color: white;
}

#intro p {
    color: #666;
    font-family: 'Alegreya', serif;
    font-size: 1.4163em;
}

#intro i {
    color: white;
    padding-right: 8px;
    vertical-align: middle;
}

#intro .imgjlo {
    display: inline-block;
    height: auto;
    max-width: 25%;
}

#intro .blockquote {
    display: inline-block;
}

#intro p img {
    vertical-align: top;
    margin-top: -5px;
}

#intro small {
    padding-top: 1em;
}


/* ---------------------------------------------------
                Certifications wrap
----------------------------------------------------*/

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    border: 0px solid;
}

#certificationstable {
    padding: 20px 0 0 0;
}

#owl-carousel .item {
    margin: 3px;
}

#owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

#certificationwrap {
    padding: 30px 0 30px;
    background: url(../img/backBlue.jpg) no-repeat;
    background-attachment: relative;
    background-position: center top;
    min-height: 700px;
    width: 100%;
    /*height: auto;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.faWinIcoColor {
    color: #337AB7;
}

.faOfficeIcoColor {
    color: #5CB85C;
}

.faDbIcoColor {
    color: #F0AD4E;
}

.faProgIcoColor {
    color: #358CCE;
}


/* ---------------------------------------------------
                Education wrap
----------------------------------------------------*/

.accordion_icon {
    float: right;
    margin-right: 6px;
}

.education-right {
    width: 85%;
    float: right;
    height: 100%;
    padding-left: 20px;
}

.education-left {
    width: 15%;
    float: left;
    height: 100%;
}

#educationwrap .expand h2 {
    margin: 0;
    font-weight: 400;
}

#educationwrap .expand h3 {
    padding: 0;
    margin: 0;
    font-size: 1.263em;
    font-weight: 300;
}

footer {
    /*    background: #f7f7f7; */
    background: #c0c0c0;
    padding: 0 0 20px;
    text-align: center;
}

footer .copyright {
    margin-bottom: 15px 0;
    text-align: center;
}

footer .builtDetails {
    margin-bottom: 0;
    color: #00395d;
}

footer .list-inline {
    margin: 15px 0;
    padding: 0;
}

footer .list-inline-item {
    color: #00395d;
}

#footwrap {
    background-color: #f5f5f5;
    padding: 20px 0 25px;
}

#footwrap h5 {
    color: #4C9ED9;
}

#footwrap t {
    font-weight: 700;
}

#footwrap i {
    padding-right: 8px;
    color: #1abc9c;
}

/* Copyright Wrap */

.img-section-graphics {
    display: inline-block;
    height: auto;
    max-width: 75%;
    padding: 8px;
    /*line-height: 1.428571429;*/
    /*background-color: #ffffff;*/
    color: #ffffff;
    width: 110px;
}

.SvgImage {
    display: inline-block;
    width: 4%;
    height: auto;
}


/* ------------------------------------------------*/


/* EDUCATION */

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}

#integration-list ul {
    padding: 0;
    /* margin: 20px 0 5px; */
    color: #555;
}

#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 0.5em;
    overflow: hidden;
}


/* #integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
*/

#integration-list ul>li:hover {
    background: #efefef;
}

.expand {
    display: block;
    text-decoration: none;
    /* color: #555; */
    cursor: pointer;
}

#left,
#right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: top;
    width: 80%;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px;
}

.detail span {
    margin: 0;
}

.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    color: #0074a6;
}

.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}

#work {
    padding: 30px 0 30px;
    background: url(../img/blightSm.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center top;
    min-height: 700px;
    width: 100%;
    /*height: auto;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ---------------------------------------------------
                TIMELINE
----------------------------------------------------*/

img {
    border: 0;
    max-width: 100%;
}

.page-header h1 {
    /* font-size: 2.26em; */
    text-align: center;
    color: #4C9ED9;
    text-shadow: 1px 1px 0 #000;
}


/** timeline box structure **/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
}

.tldate {
    display: block;
    width: 200px;
    background: #414141;
    border: 3px solid #212121;
    color: #ededed;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.timeline li {
    margin-bottom: 25px;
    position: relative;
}

.timeline li:before,
.timeline li:after {
    content: " ";
    display: table;
}

.timeline li:after {
    clear: both;
}

.timeline li:before,
.timeline li:after {
    content: " ";
    display: table;
}


/** timeline panels **/

.timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}


/** panel arrows **/

.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    /* border-bottom: 14px solid transparent; */
    content: " ";
}

.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
    float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}


/** timeline circle icons **/

.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #007eb6;
    color: #fff;
    font-size: 0.7em;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-left: -21px;
    border: 3px solid #90acc7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /* z-index: 99999; */
}


/** Timeline content **/

.tl-heading h4 {
    margin: 0;
    /* color: #c25b4e; */
    font-weight: bold;
    /* font-size: 22px; */
}

.tl-heading h5 {
    /* font-size: 20px; */
    margin: 0;
    /* color: #c25b4e; */
}

.tl-heading small {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1px;
    /* color: #4C91AD; */
}

.tl-heading p {
    margin: 0;
    border: 0;
    padding: 0;
}

.tl-body p,
.tl-body ul {
    margin-bottom: 0;
    margin-top: 0.6em;
    font-size: 0.9em;
    line-height: 1.2em;
    /* color: #666; */
    /* line-height: 18px; */
}

.tl-body>p+p {
    margin-top: 0px;
}

.workpic {
    max-width: 100px;
    max-height: 100px;
    /* margin-right: 5px; */
}

.footer-menu-divider {
    /* font-size: 16px; */
    font-weight: bold;
}


/* ---------------------------------------------------
                media queries
----------------------------------------------------*/


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/* Medium Devices, Desktops */

@media (max-width: 992px) {
    .timeline li .timeline-panel {
        width: 44%;
    }
}


/* Small Devices, Tablets */

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 1.8em;
    }
    ul.timeline:before {
        left: 40px;
    }
    .tldate {
        width: 140px;
    }
    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0;
    }
    ul.timeline>li>.tldate {
        margin: 0;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/* Extra Small Devices, Phones */

@media (max-width: 480px) {
    #headerbackground h1 {
        font-size: 2.8em;
    }
    #headerbackground h2 {
        font-size: 1.4em;
    }
    .down-button {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}