body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-size: 24px;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.25px;
    color: #323433;
}

:focus {
    outline: none;
}

h1 {
    font-weight: 900;
    font-size: 60px;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

.btn {
    border: 1px solid #FF6D00;
    padding: 10px 15px;
    color: #FF6D00;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.3px;
    background-color: rgba(255, 109, 0, 0);
    transition: all 500ms ease-out;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.btn:hover,
.contact .btn:hover {
    background-color: rgba(255, 109, 0, 1);
    color: #fff;
    transition: all 500ms ease-out;
}


/*flex*/


/*header*/

.animatedParent {
    overflow: hidden;
}

.topSection {
    min-height: calc(100vh - 60px);
    background-image: url('/wp-content/themes/garrettmears/img/background-g.png');
    background-size: cover;
    background-position: left top;
    position: relative;
}

.header .logo {
    width: 110px;
    float: left;
}

.header nav {
    float: right;
    z-index: 5;
    position: relative;
}

.header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 20px;
}

.header nav ul li {
    display: inline-block;
}

.header nav ul li a {
    margin-left: 40px;
    font-size: 18px;
    padding: 10px;
    display: block;
    border-bottom: 5px solid rgba(255, 109, 0, 0.0)
}

.header nav ul li a::after {
    content: " ";
    display: block;
    height: 5px;
    background-color: rgba(255, 109, 0, 0);
    position: relative;
    left: -5px;
    top: 25px;
    width: 5%;
    transition: all 500ms ease-out;
}

.header nav ul li a:hover::after {
    background-color: rgba(255, 109, 0, 1);
    transition: all 500ms ease-out;
    width: 120%;
}

.topSection .btn {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 80px;
    width: 140px;
}

.intro {
    clear: both;
    width: 100%;
    display: flex;
    height: 100vh;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin: auto 0
}

.intro .twoCol {
    width: 100%;
}

.twoCol {
    display: flex;
}

.intro .twoCol {
    display: flex;
    position: relative;
    top: -5%;
}

.intro h1 {
    margin-bottom: 20px;
}

.intro img {
    width: 85%;
}

.twoCol .col {
    width: 50%;
    display: flex;
    align-items: center;
}

.triangle {
    border: solid rgba(255, 109, 0, 1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 10px;
    bottom: 60px;
    animation: MoveUpDown 3s linear infinite;
}

.background {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background #colOne {
    width: 81%;
    box-sizing: border-box;
    padding-right: 90px;
}

#tabs {
    display: flex;
    flex-wrap: wrap;
}

#tabs .leftCol {
    width: 23%;
}

#tabs .rightCol {
    width: 77%;
}

.services {
    min-height: 100vh;
    background-color: rgba(50, 52, 51, 0.05);
    position: relative;
}

.services .tabContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}

.services h3 {
    font-size: 16px;
    font-weight: 500;
}

.services ul.ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.services ul.ui-tabs-nav::before {
    display: block;
    left: 17px;
    top: -20px;
    width: 1px;
    background-color: #fff;
    height: 100%;
    content: " ";
    position: absolute;
}

.services ul.ui-tabs-nav li {
    display: block;
    margin-top: 30px;
    display: flex;
    align-items: center;
    min-height: 45px;
}

.services ul.ui-tabs-nav li a:focus {
    outline: none;
}

.services ul.ui-tabs-nav li a {
    margin: 0;
    display: block;
    padding: 5px 0 5px 45px;
    list-style: none;
    position: relative;
    z-index: 10;
    position: relative;
}

.services ul.ui-tabs-nav li a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.services ul.ui-tabs-nav li::before {
    content: " ";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(247, 218, 196, 1);
    position: absolute;
    left: 0;
    z-index: 5;
    border: 5px solid rgba(245, 245, 245, 1);
}

.services ul.ui-tabs-nav li::after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 109, 0, 0.0);
    position: absolute;
    left: 5px;
    z-index: 5;
    transition: all 200ms ease;
}

.services ul.ui-tabs-nav li.ui-state-active::after {
    background-color: rgba(255, 109, 0, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    transition: all 200ms ease;
}

.services ul.ui-tabs-nav li a {
    font-size: 14px;
}

.services .rightCol {
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    padding-top: 80px;
}

.services .rightCol .colOne {
    width: 50%;
    position: relative;
    display: flex;
    height: 340px;
    align-items: center;
    justify-content: center;
}

.services .rightCol .ui-tabs-panel[aria-hidden=false] .colOne::after {
    position: absolute;
    content: " ";
    display: block;
    width: 340px;
    height: 340px;
    background-color: #FFF;
    border-radius: 50%;
    top: 0;
    left: inherit;
    z-index: 0;
    transition: all 200ms;
}

.services .image img {
    max-width: 360px;
}

.services .rightCol .ui-tabs-panel[aria-hidden=true] .colOne::after {
    position: absolute;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%;
    top: 150px;
    left: inherit;
    z-index: 0;
    transition: all 200ms;
}

.services .rightCol .colOne img {
    position: relative;
    z-index: 2
}

.services .rightCol .colTwo {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}

.services .rightCol .colTwo h2 {
    font-size: 40px;
}

.services .rightCol .colTwo .serviceText {
    font-size: 17px;
}

.ui-tabs-vertical .ui-tabs-nav li {
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.services .btn {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 40px;
    width: 140px;
}

.experienceTextMore {
    max-height: 0px;
    overflow: hidden;
    display: block;
    transition: all 500ms ease-out;
}

.experienceTextMore.active {
    max-height: 1400px;
    transition: all 500ms ease-out;
}

.readMore {
    margin-bottom: 40px;
}

.readMore.active,
.readLess {
    display: none;
}

.readLess.active {
    display: inline-block!important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.experiencer {
    min-height: 600px;
    box-sizing: border-box;
    padding: 60px 0
}

.experiencer .twoCol #colOne {
    width: 60%;
    box-sizing: border-box;
    padding-right: 100px;
}

.experiencer .twoCol #colTwo {
    width: 40%;
    display: block;
}

.experiencer .twoCol #colTwo img {
    padding-top: 40px;
}

.experiencer h2 {
    font-size: 42px
}

.owl-stage .owl-item:nth-child(2) {
    background-color: #FF6D00
}

.active {
    opacity: 1;
    transition: all 500ms;
}

.edge {
    opacity: 0.25;
    transition: all 500ms;
}

.closetoEdge {
    opacity: 0.5;
    transition: all 500ms;
}

.item {
    box-sizing: border-box;
    padding: 5px;
}

.Collaborations {
    min-height: 90vh;
    background-color: rgba(50, 52, 51, 0.05);
    display: flex;
    align-items: center;
}

.Collaborations h2 {
    font-size: 42px;
    margin-bottom: 100px;
    display: block;
}

.item img {
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.owl-nav {
    width: 100%;
    border-bottom: 1px solid #FF6D00;
    margin-top: 70px;
    padding-bottom: 35px;
    margin-bottom: 20px
}

.owl-nav span {
    content: "";
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(/wp-content/themes/garrettmears/img/arrow-left.png);
    background-size: contain;
    float: left;
    overflow: hidden;
}

.owl-nav span:hover {
    opacity: 0.5;
}

.owl-nav .owl-next {
    float: right;
}

.owl-nav .owl-next span {
    float: right;
    background-image: url(/wp-content/themes/garrettmears/img/arrow-right.png);
}

.LinkedInLink {
    font-size: 18px;
    float: right;
    color: #FF6D00;
}

.LinkedInLink a {
    text-decoration: underline;
    font-size: 18px;
    color: #FF6D00;
}

.contact {
    min-height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
}

.contact .floatingGarrett {
    position: absolute;
    left: 0;
    bottom: -17px;
    z-index: 5;
}

.contact #colTwo {
    text-align: center;
}

.contact h2 {
    font-size: 42px;
    margin-bottom: 60px;
}

.contact .btn {
    margin: 0 10px
}

.threeCol {
    display: flex;
    position: relative;
}

.threeCol .col {
    width: 33.33%;
    box-sizing: border-box;
}

.threeCol #colOne,
.threeCol #colTwo {
    padding-right: 45px
}

#LinkedinBtn {
    position: absolute;
    top: 0;
    right: 0;
}

footer {
    background-color: #FF6D00;
    color: #fff;
    min-height: 140px;
    box-sizing: border-box;
    padding-top: 50px;
}

footer a,
footer p,
footer div,
footer span {
    color: #fff;
    font-size: 14px;
}

#LinkedinBtn {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/garrettmears/img/icon-linkedin.svg)
}

#LinkedinBtn:hover {
    opacity: 0.8;
}

.contact .btn {
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.fadeInStart {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;

}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


.popInStart {
animation: popIn 1.5s;
-webkit-animation: popIn 1.5s;
-moz-animation: popIn 1.5s;
-o-animation: popIn 1.5s;
-ms-animation: popIn 1.5s;

}
@keyframes popIn {
0% {opacity:0; transform: scale(0.2);}
	80% {transform:scale(1.2);}
100% {opacity:1; transform: scale(1);}
}

@-moz-keyframes popIn {
0% {opacity:0; transform: scale(0.2);}
		80% {transform:scale(1.2);}
100% {opacity:1; transform: scale(1);}
}

@-webkit-keyframes popIn {
0% {opacity:0; transform: scale(0.2);}
		80% {transform:scale(1.2);}
100% {opacity:1; transform: scale(1);}
}

@-o-keyframes popIn {
0% {opacity:0; transform: scale(0.2);}
		80% {transform:scale(1.2);}
100% {opacity:1; transform: scale(1);}
}

@-ms-keyframes fadeIn {
0% {opacity:0; transform: scale(0.2);}
		80% {transform:scale(1.2);}
100% {opacity:1; transform: scale(1);}
}


@media only screen and (min-width: 940px) {
    .contact .floatingGarrett {
        left: 0;
    }
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 60px;
    }
    50% {
        bottom: 50px;
    }
}

@media screen and (max-width: 820px) {
    body,
    html,
    a,
    p,
    div {
        font-size: 16px;
        line-height: 1.5;
    }
    .wrapper {
        width: 90%;
    }
    .header .logo {
        width: 100%;
        height: 90px;
        margin: 20px 0 10px
    }
    .header .logo a img {
        height: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .header nav {
        float: none;
        text-align: center;
    }
    .twoCol {
        flex-wrap: wrap;
    }
    .header nav ul li a {
        margin-left: 0;
        font-size: 14px;
    }
    .image {
        width: 100%;
    }
    .image img {
        margin: 0 auto;
        display: block;
        max-width: 240px;
    }
    .background .twoCol {
        flex-direction: column-reverse;
    }
    .background #colOne {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }
    .intro .twoCol {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        top: -10%
    }
    .twoCol .col {
        width: 100%;
    }
    .topSection {
        background-image: none;
        background-color: #F5F5F5;
    }
    .topSection .twoCol .colTne img {
        margin: 0px auto 20px;
        max-width: 340px;
    }
    .triangle {
        bottom: 20px;
        animation: MoveUpDownMobile 3s linear infinite;
    }
    .twoCol .content {
        width: 100%;
    }
    .topSection .twoCol .col {
        text-align: center;
    }
    .intro h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .contact .floatingGarrett {
        left: -130px;
    }
    #tabs .leftCol {
        width: 100%;
    }
    #tabs .rightCol,
    .experiencer .twoCol #colOne {
        width: 100%;
        padding-right: 0;
    }
    #tabs .rightCol {
        min-height: 530px
    }
    .edge {
        opacity: 1;
    }
    .closetoEdge {
        opacity: 1;
    }
    .owl-carousel {
        width: 110%!important;
        position: relative;
        left: -5%;
    }
    .topSection .btn {
        bottom: 50px
    }
    /*
    .services,
    .services .tabContainer {
        min-height: auto;
    }
    .services ul.ui-tabs-nav::before {
        display: none;
    }
    .services .rightCol {
        padding-left: 0;
    }
    .experiencer .twoCol #colTwo {
        width: 100%;
    }
    .experiencer .twoCol #colTwo img {
        display: block;
        margin: 0 auto 40px;
        max-width: 300px;
    }
    .services ul.ui-tabs-nav {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services ul.ui-tabs-nav li {
        width: 100%;
        min-height: 20px;
        margin-top: 10px;
    }

        .services ul.ui-tabs-nav li a {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .ui-state-active a {
        color: #FF6D00;
        font-weight: 600;
    }
    .services ul.ui-tabs-nav li::after,
    .services ul.ui-tabs-nav li::before {
        display: none;
    }

    .readMore {
        width: 100%;
    }
*/
    .services {
        padding-bottom: 40px;
    }
    .experiencer h2,
    .Collaborations h2,
    .contact h2,
    .services h3 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin: 40px auto 20px
    }
    .services .rightCol .colTwo h2 {
        font-size: 21px;
        margin-top: 35px;
    }
    .services h3 {
        text-align: left;
        font-size: 17px;
        width: 75%;
        margin: 50px 0 30px 0;
    }
    .services ul.ui-tabs-nav {
        text-align: center;
    }
    .services ul.ui-tabs-nav li {
        display: inline-block;
        width: 30px;
        height: 30px;
        min-height: 30px;
        padding: 0;
        position: relative;
        margin: 0 10px;
    }
    .services ul.ui-tabs-nav li::before,
    .services ul.ui-tabs-nav li::after,
    .services ul.ui-tabs-nav li a {
        border: 0px;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        padding: 0;
    }
    .services ul.ui-tabs-nav li a {
        font-size: 0;
    }
    .services ul.ui-tabs-nav::before {
        display: none;
    }
    .services .twoCol .colOne {
        width: 100%;
    }
    .services .twoCol .colTwo {
        width: 100%;
    }
    .services .rightCol {
        padding: 0
    }
    .btn {
        text-align: center;
        margin: 0 auto;
        width: 155px;
        padding: 15px;
        display: block;
    }
    .readLess {
        display: none
    }
    .readLess.active {
        display: block!important
    }
    .services .btn {
        position: relative;
        clear: both;
        box-sizing: border-box;
        clear: both;
        margin-top: 70px;
        left: inherit;
        right: inherit;
        display: block;
        bottom: 0;
    }
    .experiencer .twoCol {
        flex-direction: column-reverse;
    }
    .experiencer .twoCol #colTwo {
        width: 100%;
    }
    .experiencer .twoCol #colTwo img {
        margin: 0 auto;
        text-align: center;
        width: 275px;
        height: auto;
        max-width: 275px;
        display: block;
    }
    .experiencer h2 {
        text-align: left;
        margin: 30px 0
    }
    #tabs {
        position: relative;
        padding-bottom: 80px
    }
    .services ul.ui-tabs-nav {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    .contact {
        min-height: auto
    }
    .Collaborations {
        padding-bottom: 20px
    }
    .Collaborations h2 {
        margin: 0 0 80px 0;
        text-align: left;
    }
    .owl-nav {
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }
    .owl-nav span {
        width: 40px;
        height: 40px;
    }
    .contact #colTwo div {
        width: 100%;
    }
    .contact {
        padding-bottom: 460px;
    }
    .contact h2 {
        margin-bottom: 20px;
    }
    .contact .btn {
        display: inline-block;
        margin-bottom: 20px;
    }
    .contact .floatingGarrett {
        left: -15%;
        width: 130%;
    }
    .threeCol {
        flex-wrap: wrap;
    }
    .threeCol .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .threeCol #colOne,
    .threeCol #colTwo {
        padding-right: 85px
    }
}

@media screen and (max-width: 400px) {
    .contact .floatingGarrett {}
    .header nav ul li a {
        font-size: 12px;
        padding: 8px
    }
}

@media screen and (max-width: 380px) {
    .contact {
        padding-bottom: 370px
    }
}

@media screen and (min-width: 940px) {
    .experiencer .twoCol #colTwo {
        position: relative;
    }
    .experiencer .twoCol #colTwo.active.float img {
        position: fixed;
        width: 376px;
        top: 30px;
        transition: 500ms all;
        opacity: 1
    }
    .experiencer .twoCol #colTwo.active.top img {
        position: absolute;
        top: 40px;
        bottom: auto;
        transition: 500ms all;
    }
    .experiencer .twoCol #colTwo.active.bottom img {
        position: absolute;
        top: auto;
        bottom: 15px;
        transition: 500ms all;
    }
}

#editLink a {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #FF6D00;
    color: #fff;
    padding: 20px 40px;
    font-weight: 600;
    z-index: 10
}