/*
@font-face {
  font-family: 'Gotham Bold';
  src: url('fonts/ufonts.com_gotham_bold.eot'); /* IE9 Compat Modes */
/*  src: url('fonts/ufonts.com_gotham_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*      url('fonts/ufonts.com_gotham-bold.woff') format('woff'), /* Pretty Modern Browsers */
/*       url('fonts/ufonts.com_gotham-bold.ttf')  format('truetype'); /* Safari, Android, iOS */
/*}

@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/ufonts.com_gotham-book-1-opentype.otf');
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('fonts/Gotham-Mediu.m-Regular.ttf'); 
}*/

body {
  font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

p {
  font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

.terms-and-conditions p, .terms-and-conditions p a {
    font-size: 13px;
    line-height: 18px;
    color: #372E2C;
    text-transform: none;
}
.terms-and-conditions ol ul {
    list-style-type: lower-alpha;
}

.terms-and-conditions h2 {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.container {
    width: 980px;
}

.row {
    clear: both;
    padding-bottom: 60px;
}

.row.joinus-subrow {
    margin-top: 30px;
}

.row.secondary {
    background-color:#ebebeb;
    padding: 20px;
    margin-bottom: 30px;
}

header.row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.jumbotron {
    background-image: url('../images/Home_banner_Solana_black_ls_02.jpg');
    background-size: cover;
    background-position: 20% 80%;
}
.jumbotron.aboutus {
    background-image: url('../images/aboutus-bnr.jpg');
}
.jumbotron.joinus {
    background-image: url('../images/joinus-1.jpg');
}
.jumbotron.ourbrands {
    background-image: url('../images/ourbrands-1.jpg');
}

.jumbotron .container {
    padding-left: 30px;
}


.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar a:hover {
    font-weight: 900;
}

.navbar.navbar-inverse {
    background-color: #ffffff;
}
.navbar .logo {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
}

.navbar-prelinks {
    width: 400px;
    margin-bottom: 30px;
    float: right;
}

.navbar-prelinks .hidden-sm-cust {
    padding: 0 10px;
}


.navbar-prelinks a {
    font-size: 12px;
    text-transform: none;
}

.navbar .nav-links {
    background-color: #333333;
    color: #ffffff;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.navbar .nav-links a {
    color: white;
    font-size: 16px;
    display: inline-block;
    padding: 30px 20px;
    letter-spacing: 1.5px;
}

.navbar .nav-links a.active {
    font-weight: bold;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

.navbar .nav-links span:hover a {
    background-color: #000000;
    text-decoration: none;
}

.navbar .nav-links span ul {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 90%;
    background-color: #000000;
    z-index: 100;
    transition: height 300ms ease-out;
}
.navbar .nav-links span ul li {
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}
.navbar .nav-links span ul li a {
    font-size: 16px;
    padding: 5px 20px;
}
.navbar .nav-links span:hover ul {
    height: 230px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.navbar .navbar-mobile-brand {
    display: none;
}

.jumbotron .small-quote {
    color: #ffffff;
    width: 45%;
    font-size: 16px;
    line-height: 25px;
    padding-bottom:20px;
    border-top: 1px solid #ffffff;
    padding-top: 15px;
    font-weight: 100;
}
.jumbotron .large-quote {
    color: #099fdf; 
    width: 50%;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

.jumbotron .large-quote.homepage {
    color: #ffffff;
}

.joinus .best-places {
    background-color: #ebebeb;
    padding: 20px 0;
}
.joinus .best-places img {
    width: 300px;
    margin-bottom: 20px;
}

p.highlight {
    font-size: 30px;
    line-height: 35px;
    color: #ea6953;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: bold;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.styleish-footwear.highlight {
    letter-spacing: 3px;
}

p {
    font-size: 16px; 
    line-height: 24px;
    color: #333333;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

p a {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.row a, nav a {
    color: #000000;
    transition: 200ms color ease-out;
}
.row a:hover, .row.footer a:hover, .nav-links a:hover, .navbar-prelinks a:hover {
    text-decoration: none;
    color: #ea6953;
}

h3.title {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 0 15px 20px;
}

.leaders h3 {
    letter-spacing: 2px;
    line-height: 40px;
    font-size: 30px;
    text-transform: none;
}

.career {
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.career-title {
    color: #ff4621;
}
.career-details {
    display: none;
    color: #666666;
    margin-top: 10px;
}

.career-title, .career-details, .career-details p, .career-details p.annotation {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.secondary .title {
    font-size: 20px;
}

.title.technology {
    color: #ea6a53;
}

.page-title {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial;
    width: 50%;
    min-width: 285px;
    max-width: 100%;
    border-top: 1px solid black;
    padding-top: 15px;
    margin-left: 15px;
}

.page-title .emphasis {
    color: #ea6a53;
    font-weight: bold;
}
.aboutus .row.team {
    margin-top: 20px;
}

.row.find-companies {
    margin-left: 15px;
}

.aboutus .fans p a {
    color: #ffffff;
}

.container img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.homepage .giving-back .image-hover {
    position: relative;
}

.homepage .giving-back .image-hover.second{
    float: right;
}

.homepage .giving-back .image-hover .text-label {
    position: absolute;
    bottom: 20px;
    left: 25%;
    display: block;
    width: 50%;
    padding: 10px 15px;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.6);
    transition: background-color .3s linear;
    text-decoration: none;
}

.homepage .giving-back .image-hover .text-label:hover {
    background-color: rgba(0,0,0,.85);
}

.homepage .fans {
    margin: 80px 0;
    background-color: #099fdf;
}

.homepage .fans p {
    color: #ffffff;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 500;
}

.apma-logo {
    width: 100px;
}

.contact-info .title {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-info {
    padding-bottom: 15px;
}
.contact-info a{
    text-transform: none;
    color: #333333;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

.founder-text {
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.founder-image {
    width: 145px;
}
.founder-title {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    color: #099fdf;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
}
.founder {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.secondary-text {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}
#no-bot-pad { padding-bottom: 0 }
#email-link { text-transform: none; font-style: normal; font-weight: 500; font-size: 14px; text-decoration: none }
.career .career-details .annotation a { text-transform: none; font-style: normal; font-weight: 400; font-size: 14px; text-decoration: none }

/*.col-xs-12 .secondary-text {
	padding-left: 20px;
}*/

.homepage .our-brands .title {
    border-top: 1px solid black;
    padding-top: 20px;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: black;
}

.homepage .our-brands .first {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: bold;
    color: #ea6953;
    font-size: 35px;
    line-height: 40px;
    padding-top: 20px;
}

.annotation {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.annotation a {
    font-size: 16px;
    line-height: 20px;
}
.annotation a.inline {
    font-size: 14px;
    text-transform: none;
}
.annotation.noindent {
    margin-left: 0;
}

/*****
*
* BLUE BACKGROUND HIGHLIGHT CONTAINER
*
******/

.highlight-container {
    background-color: #099fdf;
    cell-padding:0;
    cell-spacing:0;
    width: 100%;
}

.row.believe {
    margin: 0;
    /*margin-top: -40px;*/
}

.row.believe .highlight-container {
    background-color: transparent;
}

.row.believe .highlight-container .highlight-text {
    color: #ea6953;
    font-size: 34px;
    line-height: 38px;
    margin-top: 30px;
}

.row.our-fans .highlight-container .highlight-text {
    font-size: 34px;
    line-height: 38px;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 500;
}

.row.believe .highlight-container .highlight-text a {
    color: #000000;
    font-size: 16px;
}


.highlight-container td {
    width: 50%;
}

.row.believe .highlight-container .highlight-text {
    margin-left: 0;
}

.highlight-container .highlight-text {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 1.5px;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: bold;
    margin-left: 45px;
    margin-right: 10px;
}

.highlight-container .highlight-text a {
    color: #ffffff;
    transition: color 200ms ease-out;
}

.highlight-container .highlight-text a:hover {
    color: #000000;
}

.highlight-image-holder {
    position: relative;
}
.highlight-image-holder .image-placeholder {
    width: 85%; 
    visibility: hidden;
}

.highlight-image-holder .image-highlight {
    width: 100%; right: 5px; padding: 3%; position: absolute; top: -10%;
}

.highlight-image-holder.left-col .image-highlight {
    left: 5px;
}
#image-home1 {
	width: 466px;
	padding-top: 10%;
}
.vertical-center-container {
    display: table;
    width: 100%;
}
.vertical-center-container .row {
    display: table-row;
    height: auto;
}
.vertical-center-container .col-* {
    display: table-cell;
    vertical-align: middle;
}
.vertical-center-object {
    width: 90%;
    margin: 0 auto;
}

.aboutus .vertical-center-container .text-wrapper {
    margin-left: 15px;
    padding-left: 25px;
}

.vertical-center-container .text-wrapper.left-padding {
    margin-left: 50px;
}
.vertical-center-container .text-wrapper h3 {
    margin-top: 0;
    padding-top: 0;
}
.vertical-center-container .text-wrapper p {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
}
.vertical-center-container .tbl-lg-25 {
    width: 35%;
}
.vertical-center-container .tbl-lg-75 {
    width: 65%;
}
.vertical-center-container img {
    margin: 0;
    display: inline-block;
}

.vertical-center-container tbl-lg-25 tbl-sm-50
.vertical-center-container tbl-lg-25 tbl-sm-50


.location {
    margin-bottom: 20px;
}
.location .country {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #ea6a53;
    margin-top: 15px;
}
.location .company-name {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
}
.location .address a, .location .address:link, .location .address:active, .location .address:visited {
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

.row.person {
    padding-bottom: 0;
}
.person .headshot {
    width:288px;
}
.person .name {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
}
.person .name a, .person .name a:visited {
    color: #000000;
    text-decoration: none;
}
.person .position {
    font-size: 14px;
    line-height: 18px;
}

.fancy-format { margin: 20px;}
.fancy-format .headshot { width: 200px; }
.fancy-format .name { 
    color: #ea6a53; 
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 20px; 
    line-height: 24px; 
}
.fancy-format .position { 
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 18px; 
    line-height: 24px; 
    padding-bottom: 10px;
}
.fancy-format .biography { 
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-size: 14px; 
    line-height: 18px; 
    color: #666666; 
}
.fancy-format .bio-content { 
    padding-left: 20px; 
}

.jumbotron.footer {
    background-color: #333333;
    background-image: none;
    margin:0;
    padding:20px 0;
}

.jumbotron.footer .col-xs-12:nth-child(2) {
    border-left: 2px white solid;
    border-right: 2px white solid;
}
.row.footer p{
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
}

.row.footer .link-section-title.brands-section {
    margin-top: 30px;
}

.row.footer p, .row.footer h3{
    margin-left: 40px;
}

.row.footer h3 {
    margin-bottom: 15px;
}

.row.footer h3 a {
    font-size: 18px;
    line-height: 20px;
}


.row.footer a {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    color: #ffffff;
    text-transform: none;
    font-size: 12px;
    line-height: 25px;
    display: block;
    letter-spacing: 1.5px;
}

.row.footer .link-section {
    margin: 20px 0;
}

.row.footer .link-section-title {
    margin-bottom: 5px;
}
.row.footer .link-section-title a {
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.row.footer .footer-trusted {
    width: 107px;
    margin-left: 40px;
    margin-top: 5px;
}

.jumbotron.footer .row.footer, .jumbotron.copyright .row  {
    padding-bottom: 0;
}

.jumbotron.footer .container {
    padding-left: 0;
}

.jumbotron.copyright{
    background-color: #000000;
    background-image: none;
    margin: 0;
    padding: 10px;
}

.jumbotron.copyright, .copyright a {
    color: #ffffff;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    font-size: 10px;
    text-transform: none;
}

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

.show-md, .show-sm, .show-xs {
    display: none;
}

@media (min-width: 992px) and (max-width: 1200px){
    .container {
        width: 80%;
        margin: 0 auto;
    }

    .show-md, .show-sm, .show-xs {
        display: none;
    }

    p.highlight{
        font-size: 36px;
        line-height: 42px;
        font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
        font-weight: 700;
    }    
    p {
        font-size: 20px; 
        line-height: 30px;
        color: #000000;
        font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
    }

    p a {
        text-transform: uppercase;
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
        font-weight: 700;
    }


    .vertical-center-container .text-wrapper h3 {
        margin-top: 0;
        padding-top: 0;
    }
    .vertical-center-container .text-wrapper p {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }


    .homepage .our-brands .first {
        font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
        font-weight: 700;
        color: #ea6953;
        font-size: 32px;
        line-height: 38px;
        margin-top: 20px;
    }

}


@media (min-width: 992px) and (max-width: 1199px){

    .container {
        width: 80%;
        margin: 0 auto;
    }

    .hidden-md-cust {display: none;}

    .homepage .our-brands {
        margin-top:100px;
    }
    .our-brands p {
        font-size: 24px;
        line-height: 28px;
    }

    .jumbotron .small-quote {
        font-size: 16px;
        line-height: 20px;
    }
    .jumbotron .large-quote {
        font-size: 40px;
        line-height: 46px;
    }

    .homepage .fans p {
        font-size: 24px;
        line-height: 28px;
    }

    p.highlight{
        font-size: 36px;
        line-height: 42px;
    }    
    .image-highlight-text {
        font-size: 20px;
        line-height: 30px;
        font-family: 'Gotham A', 'Gotham B', helvetica, arial, sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .image-highlight-text a {
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
    }

    .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }

    .row.believe .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }
    .row.our-fans .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
        font-weight: 500;
        margin-left: 20px;
    }

    p {
        font-size: 14px; 
        line-height: 18px;
        color: #000000;
        padding-left: 20px;
    }

    p a {
        text-transform: uppercase;
        color: #000000;
        font-weight: 700;
        font-size: 16px;
    }
    p.founder-text, p.secondary-text {
        margin: 0;
    }

    .aboutus .team .team-copy:nth-child(1) {
        padding-top: 0;
    }

    .aboutus .team .team-copy br { display: none; }
    .row.footer p, .row.footer h3{
        margin-left: 0px;
    }

    .show-md, .show-sm, .show-xs {
        display: none;
    }


    .vertical-center-container .text-wrapper h3 {
        margin-top: 0;
        padding-top: 0;
    }
    .vertical-center-container .text-wrapper p {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    .jumbotron .container {
        padding-left: 30px;
    }

    .container {
        width: 80%;
        margin: 0 auto;
    }

    .row {
        clear: both;
        padding-bottom: 20px;
        margin: 20px 0;
    }

    header.row {
        padding-top: 20px;
    }

    .navbar {border-radius: 0;}


    .navbar-toggle {
        position: absolute;
        right: 0;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block !important;
    }


    .navbar, .navbar.navbar-inverse {
        background-color: #333333;
    }
    .navbar .navbar-mobile-brand {
        display: block;
        position: relative;
    }

    .navbar .nav-links {
        padding-bottom: 20px;
    }
    .navbar .nav-links span ul {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: 0;
        background-color: #000000;
        z-index: 100;
        min-height: 0;
        height: auto;
        padding-bottom: 0;
    }
    .navbar .nav-links span ul li {
        list-style-type: none;
        text-align: left;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .vertical-center-target {
        height: auto !important;
        margin: 20px 0;
    }
    .vertical-center-target p {
        width: 100% !important;
        margin: 0;
    }
    .navbar .navbar-mobile-brand img{
        display: block;
        max-height: 50px;
        padding: 10px 0;
        position: absolute;
        top: 0;
        left: 15px;
        filter: brightness(0) invert(1);
    }
    .navbar .mobile-collapse {
        display: none;
    }
    .navbar, .navbar.navbar-inverse {
        background-color: #333333;
    }
    .navbar-prelinks {
        display: none !important;
    }
    .nav-links {
        clear: both;
    }
    .navbar .nav-links a {
        display: block;
        width: 100%;
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        text-align: center;
        letter-spacing: 1.5px;
    }

    .navbar .nav-links, .navbar .navbar-prelinks {
        display: none;
    }

    .navbar .nav-links span ul {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: 0;
        background-color: #000000;
        z-index: 100;
        min-height: 0;
        height: auto;
        padding-bottom: 0;
    }

    .navbar .nav-links span:hover ul {
        padding: 0;
        height: auto;
    }

    .navbar .nav-links .parent.active {
        font-weight: 700;
    }

    .navbar .nav-links span:hover a, .navbar .nav-links span:hover ul, .navbar .nav-links span ul {
        background-color: transparent;
    }
    .navbar .nav-links span ul li {
        list-style-type: none;
        text-align: center;
        margin-bottom: 0px;
    }

    .navbar .nav-links span ul li a {
        font-size: 16px;
    }


    .hidden-md-cust {display: none;}

    .technology-smaller {
        padding: 2em 0 !important; 
    }
    .homepage .our-brands {
        margin-top: 80px;
    }


    .homepage .our-brands .first {
        font-weight: 700;
        color: #ea6953;
        font-size: 28px;
        line-height: 34px;
        margin-top: 20px;
    }

    .our-brands p {
        font-size: 24px;
        line-height: 28px;
    }
    .jumbotron .small-quote {
        font-size: 16px;
        line-height: 20px;
    }
    .jumbotron .large-quote {
        font-size: 32px;
        line-height: 36px;
    }

    .homepage .giving-back .image-hover .text-label {
        font-size: 16px;
    }
    .homepage .giving-back .image-hover.second {
        float: none;
    }
    .homepage .giving-back img {
        margin: 0 auto 20px auto;
    }

    .giving-back .col-xs-12 {
        margin-top: 20px;
    }
    
    .secondary .title {
        margin: 0;
        font-size: 20px;
    }

    p.highlight{
        font-size: 32px;
        line-height: 38px;
        padding-right: 0;
    }

    p.highlight a{
        font-size: 24px;
        line-height: 38px;
    }
    .image-highlight-text {
        font-size: 18px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .row .highlight-text p a {
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        transition: color 200ms ease-out;
    }
    .row .highlight-text p a {
        color: #000000;
    }
    .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }

    .row.believe .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }

    .row.our-fans .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
        font-weight: 500;
        margin-left: 10px;
    }

    p {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
    }

    p a {
        text-transform: uppercase;
        color: #000000;
        font-weight: 700;
        font-size: 16px;
    }

    p.founder-text, p.secondary-text {
        width: 100%;
        margin: 0;
    }

    .aboutus .team .team-copy br { display: none; }

    .fancy-format .block {display: block;}

    .hidden-md, .hidden-md-cust {
        display: none;
    }
    .homepage .fans p {
        font-size: 24px;
        line-height: 28px;
    }
    .row.footer p, .row.footer h3{
        margin-left: 0px;
    }
    .row.footer h3 {
        font-weight: 700;
    }
    .show-md, .show-xs {
        display: block;
    }

    .footer .link-section {
        padding-left: 20px;
    }

    .row.footer .footer-trusted {
        margin-left: 20px;
    }

    .footer .col-sm-4.col-xs-12 h3 {padding-top: 20px;padding-bottom: 10px;}
    .row.footer p {margin: 0 auto;}


    .vertical-center-container .text-wrapper {
        margin-left: 15px;
    }
    .vertical-center-container .text-wrapper h3 {
        margin-top: 0;
        padding-top: 0;
    }
    .vertical-center-container .text-wrapper p {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
    .vertical-center-container .tbl-lg-50, .vertical-center-container .tbl-sm-50, .vertical-center-container .tbl-lg-75 {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .jumbotron {
        background-position-x: 70%;
    }

    .jumbotron .container {
        padding-left: 30px;
	padding-top: 80px;
    }
    .jumbotron .small-quote, .jumbotron .large-quote {
        width: 75%;
    }

    .container {
        width: 100%;
    }

    .row {
        clear: both;
        padding-bottom: 10px;
        margin: 15px 0;
    }

    header.row {
        padding-top: 15px;
    }


    .row.believe {
        margin: 0;
        margin-top: -10px;
    }


    .fancy-format .block {display: block; width: 100% !important;}
    .fancy-format .block .bio-content { padding: 20px 0 0 0; }
    .fancy-format .block .biography { padding: 0; width: 100%;}
    .navbar, .navbar.navbar-inverse {
        background-color: #333333;
    }
    .navbar .navbar-mobile-brand {
        display: block;
        position: relative;
    }
    .navbar .navbar-mobile-brand img{
        display: block;
        max-height: 50px;
        padding: 10px 0;
        position: absolute;
        top: 0;
        left: 15px;
        filter: brightness(0) invert(1);
    }
    .navbar .mobile-collapse {
        display: none;
    }
    .navbar-prelinks {
        display: none !important;
    }
    .nav-links {
        clear: both;
    }
    .navbar .nav-links {
        padding-bottom: 20px;
    }
    .navbar .nav-links a {
        display: block;
        width: 100%;
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        text-align: center;
        letter-spacing: 1.5px;
    }

    .navbar .nav-links, .navbar .navbar-prelinks {
        display: none;
    }

    .navbar .nav-links span ul {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: 0;
        background-color: #000000;
        z-index: 100;
        min-height: 0;
        height: auto;
        padding-bottom: 0;
    }

    .navbar .nav-links span:hover ul {
        padding: 0;
        height: auto;
    }

    .navbar .nav-links .parent.active {
        font-weight: normal;
    }
    .navbar .nav-links span:hover a, .navbar .nav-links span:hover ul, .navbar .nav-links span ul {
        background-color: transparent;
    }
    .navbar .nav-links span ul li {
        list-style-type: none;
        text-align: center;
        margin-bottom: 0px;
    }

    .navbar .nav-links span ul li a {
        font-size: 16px;
    }

    .page-title{
        width: 80%;
    }
    .vertical-center-target {
        height: auto !important;
        margin: 20px 0;
    }
    .vertical-center-target p {
        width: 100% !important;
        margin: 0;
    }

    .hidden-md-cust {display: none;}

    .technology-smaller {
        padding: 15px 0;
    }
    .jumbotron .small-quote {
        font-size: 16px;
        line-height: 20px;
    }
    .jumbotron .large-quote {
        font-size: 28px;
        line-height: 30px;
    }

    p.highlight{
        font-size: 26px;
        line-height: 32px;
        padding-right: 0;
    }    

    .secondary .title {
        margin: 0;
    }

    .leaders h3 {
        line-height: 32px;
        font-size: 24px;
        text-transform: none;
    }

    .contact-info a{
        text-transform: none;
    }
    .image-highlight-text {
        font-size: 18px;
        line-height: 22px;
    }
    .image-highlight-text a {
        font-size: 16px;
        line-height: 22px;
    }

    .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }

    .row.believe .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
    }
    .row.our-fans {
        padding: 15px;
        margin-top: 20px;
    }

    .row.our-fans .highlight-container .highlight-text {
        font-size: 34px;
        line-height: 38px;
        font-weight: 500;
        margin-left: 10px;
    }

    .row.our-brands .first {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        margin-top: 20px;
    }


    .highlight-image-holder {
        display: none;
    }
    .highlight-text-holder {
        width: 100%;
    }

    p {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
    }

    p a {
        text-transform: uppercase;
        color: #000000;
        font-weight: 700;
        font-size: 16px;
    }

    p.founder-text, p.secondary-text {
        width: 100%;
        margin: 0;
    }

    .homepage .giving-back .image-hover .text-label {
        font-size: 16px;
    }

    .giving-back .col-xs-12 {
        margin-top: 20px;
    }

    .homepage .fans p {
        font-size: 20px;
        line-height: 24px;
    }

    .homepage .fans .image-popout img {
        margin-top: -25px;
    }

    .homepage .our-brands {
        margin-top: 50px;
    }

    .aboutus .team .team-copy br { display: none; }

    .jumbotron.footer .col-xs-12:nth-child(2) {
        border: 0;
    }
    .footer .col-sm-4.col-xs-12 h3 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: 700;
        margin-left: 0;
    }
    .footer .col-sm-4.col-xs-12 h3, .footer .col-sm-4.col-xs-12 p {
        margin-left: 0;
    }
    .hidden-md, .hidden-sm, .hidden-sm-cust, .hidden-xs-cust  {
        display: none;
    }
    .show-md, .show-sm, .show-xs {
        display: block;
    }

    .row.footer .footer-trusted {
        display: none;
    }

    .row.footer .link-section {
        padding-left: 0;
    }

    .footer .col-xs-12 {
        text-align: center;
    }
    .copyright span {
        display: block;
        margin-bottom: 10px;
    }
    .copyright .hidden-sm-cust {
        display: none;
    }

    .vertical-center-container .text-wrapper {
        margin-left: 0;
    }
    .vertical-center-container .text-wrapper h3 {
        margin-top: 0;
        padding-top: 0;
    }
    .vertical-center-container .text-wrapper p {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
    .vertical-center-container .tbl-lg-50, .vertical-center-container .tbl-sm-50, .vertical-center-container .tbl-lg-75 {
        width: 50%;
    }

}
