﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #646464;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 18px;
}

#mc_embed_signup form {
    padding-left: 0px!important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.font-brandon {
    font-family: "brandon-grotesque", sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.centered {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 30px;
    box-shadow: 1px 1.7px 1.9px .1px rgba(153,153,153,.3);
    margin-bottom: 3px;
    background-color: #fff;
}

.header ul {
    margin: 0 auto 0 auto;
    list-style: none;
    padding: 15px 0 0 0;
    display: inline-block;
    float: right;
}

.header ul li {
    display: inline-block;
    padding-left: 40px;
}

.header nav li:last-child {
    padding-right: 15px;
}

.home-link {
    display: none;
}

@media (min-width: 600px) {
    .header ul a,
    .header ul a:visited {
        color: #000000;
        text-decoration: none;
    }
}

.header ul a:hover,
.header ul a.active {
    color: #ffae00;
    text-decoration: none;
}

.header ul .selected a {
    color: #ffae00;
}

#home-link {
    display: none;
}

.wide-promo {
    margin-bottom: 30px;
}

.connectivity {
    margin-top: 80px;
}

.footer {
   background-color: #45d2eb;
   padding-top: 10px;
   padding-right: 30px;
   padding-bottom: 10px;
   padding-left: 30px;
   /*margin-top: 60px;*/ /* need to do on a per-layout basis now */
}

.footer ul {
    margin: 0 auto 0 auto;
    list-style: none;
    padding: 15px 0 0 0;
    display: inline-block;
}

.footer ul li {
    display: inline-block;
    padding-left: 40px;
}

.footer ul li:first-child {
    padding-left: 0px;
}

.footer ul a,
.footer ul a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer ul a:hover {
    color: #008fa8;
    text-decoration: none;
}

.image
{
    position: relative;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-80 {
    margin-bottom: 80px;
}

.margin-b-100 {
    margin-bottom: 100px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-60 {
    margin-top: 60px;
}

.margin-t-80 {
    margin-top: 80px;
}

.margin-t-90 {
    margin-top: 90px;
}

.margin-t-100 {
    margin-top: 100px;
}

.margin-t-110 {
    margin-top: 110px;
}

.margin-t-120 {
    margin-top: 120px;
}

.section-title {
    font-size: 30pt;
    position: relative;
}

@media (max-width: 599px) {
    .section-title {
        font-size: 21pt;
        line-height: 24pt;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-overlay {
        position: absolute;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }
}

.section-title:before {
    content: ' ';
    position: absolute;
    top: -7px;
    height: 4px;
    background-color: #45d2eb;
    width: 144px;
}

.team-section .section-title {
    margin-top: -12px;
}

.btn {
    font-size: 22px;
    font-weight: 500;
    border-width: 2px;
    height: 45px;
    line-height: 41px;
    padding: 0px 30px;
    border-radius: 0px;
}

.btn.yellow {
    color: #f2a309;
    border-color: #f2a309;
}

.btn.yellow-background {
    border-color: #f2a309;
    background: #f2a309;
    color: #ffffff;
}

.btn.white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn.small {
    font-size: 18px;
}

#carousel {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 45px 95px;
    background: #ffffff;
}

#carousel img {
    margin: 0px auto 20px;
}

#team-carousel .carousel-caption,
#carousel .carousel-caption {
    color: #646464;
}

#testimonials {
    background: #f5f5f5;
    padding: 60px 170px 100px;
    color: #000000;
}

.grey-block {
    background: #f5f5f5;
}

#testimonials .title {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 600;
}

#testimonials .carousel-caption {
    padding-bottom: 0px;
    font-size: 26px;
}

#testimonials .carousel-indicators {
    bottom: 42px;
}

#testimonials .carousel-caption {
    color: #000000;
}

.carousel .carousel-caption {
    position: relative;
    text-shadow: none;
    right: 0px;
    left: 0px;
    padding-bottom: 0;
}

.carousel .carousel-indicators li {
    background: #777777;
}

.carousel .carousel-indicators .active {
    background: #62d5e2;
}

.person {
    cursor: pointer;
}

.team {
    position: relative;
}

#team-carousel {
    height: 100%;
    width: 100%;
    background: #f8f8f8;
    top: 0px;
    padding: 30px 0px;
}

#team-carousel .carousel-control {
    background: none;
    width: 60px;
    opacity: 1;
}

#team-carousel .carousel-inner {
    margin: 30px 60px;
    background: #fff;
    width: auto;
}

#team-carousel .carousel-caption {
    text-align: left;
}

#team-carousel .carousel-inner .item {
    padding: 30px;
}

#team-carousel .carousel-inner .position {
    margin-top: 7px;
}

#team-carousel .carousel-control img {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -38px;
}

#team-carousel .close-carousel {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 11;
}

.mobile-menu {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 990px;
    }

    .sonar .container {
        max-width: 1024px;
    }
}
@media (max-width: 991px) {
    #logo, #logo-footer {
        height: 41px;
    }

    .header .level-2 {
        padding-top: 8px;
    }

    .container {
        width: 100%;
      margin:0;
    }

    .footer .container,
    .header .container {
        padding: 0px;
    }

    .footer .container .row {
      margin-right: 0;
    }

    .wide-promo {
        margin-bottom: 0;
        overflow-y: hidden;
    }

    .connectivity {
        margin-top: 60px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .btn {
        font-size: 16pt;
        line-height: 22pt;
        height: 35px;
    }
}

@media (max-width: 599px) {
    .footer {
        padding: 26px 20px;
    }

    .footer .container .row {
        margin-right: -15px;
    }

    .footer ul {
        width: 100%;
    }

    .footer ul li {
        width: 50%;
    }

    .footer ul li:first-child {
        text-align: left;
    }

    .footer ul li.privacy-mobile {
        padding-left: 0px;
    }

    .wide-promo {
        overflow: hidden;
    }

    .mobile-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        cursor: pointer;
    }

    nav {
        position: absolute;
        display: none;
        top: 52px;
        left: 0px;
        margin-left: -15px;
        width: calc(100% + 30px);
        background: #fff;
        box-shadow: 1px 1.7px 1.9px .1px rgba(153,153,153,.3);
    }

    .show-menu .header nav {
        display: block;
    }

    .show-menu:after {
        content: '';
        background: rgba(255,255,255, 0.85);
        width: 100%;
        height:100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .header nav ul.level-2 {
        width: 100%;
        padding-top: 0px;
    }

    .header nav li {
        display: block;
        width: 100%;
        padding: 0px;
        text-align: center;
        height: 45px;
        line-height: 45px;
    }

    .header ul a {
        width: 100%;
        height: 45px;
        display: block;
        color: #646464;
    }

    .header nav li {
        border-bottom: 1px solid #e5e5e5;
    }

    #home-link {
        display: block;
    }
}

.flex-row {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    &:before,
    &:after {
        display: none;
    }
}

.flex-row > div {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}