/* foundation windpower 2018 theme css */
/* lightblue 2db7fc - dark 1d235b - green 37a32d - warm grey 77726d */
/*anthony tarantino*/

body {
    background-color: #c1d3e3;
}

body.page {
    padding-top: 70px;
}

.page-row {
    margin-bottom: 30px;
}

.content-row {
    margin: 0;
    padding: 20px 35px;
    background-color: #fff;
}

.content-row h3 {
    color: #1d235b;
}
h1 {
    font-family: 'Oxygen', 'Arial', sans-serif;
    padding: 10px 20px;
    margin: 0;
}
h1 span {
    color: #fff;
}
h3 {
    font-family: 'Oxygen', 'Arial', sans-serif;
    margin: 0 0 15px 0;
    color: #1d235b;
}

.title{
    margin-top: 20px;
    margin-bottom: 5px;
}

.page-h1 {
    background-color: #2db7fc;
    color: #fff;
    border-bottom: 2px solid #555;
}
p {
    font-size: 16px;
    color: #777;
}

.bold-blue {
    color: #1d235b;
    font-weight: 600;
}

.bold-green {
    color: #37a32d;
    font-weight: 600;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

a:link {
    color: #1d235b;
    text-decoration: none;
}

.footer a:link {
    color: #aaa;
    text-decoration: none;
}

.clearfix {
    clear: both !important;
}
.nopad {
    margin: 0;
    padding: 0;
}

.sidebar {
    padding: 15px;
    background-color: #77726d;
}

.sidebar p {
    color: #eee;
    margin: 5px 0 15px 0;
}

.quote {
    margin: 15px 25px;
    padding: 15px;
    font-size: 18px;
    background-color: #ddd;
    border-left: 5px solid #2db7fc;
}

.quote p {
    text-align: right;
    margin: 0;
    font-weight: 600;
}

.shadow {
    -webkit-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.55);
}

/* ------ TOP NAVBAR ------ */
.navbar {
    height: 70px;
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: inherit;
    padding: 0;
    margin: 5px 0 0 25px;
}

.navbar-nav {
    xxheight: 70px;
}

ul.nav {
    padding-top: 10px
}
/* ------ TOP NAVBAR SHRINK -- */
nav.navbar.shrink {
    padding: 0;
    margin: 0;
    height: 40px !important;
}

.shrink .navbar-nav {
    padding: 0;
    height: 40px !important;
}
.shrink .nav-logo img {
    margin: 0 0 0 15px;
    height: 40px;
}

nav.navbar{
  background-color:#aaa;
   // Animation
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
}

.latest {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
}

a.linkbox {
    padding: 10px;
    color: #fff;
    background-color: #1d235b;
}
.bottomMargin {
    margin-bottom: 20px;
}

/* --- COUNTERS --- */

.div-counter {
    background-color: #f7f3ed;
    border-bottom: 2px solid #eee;
    padding: 20px;
    text-align: center;
    margin: 0;
}

.div-counter h1 {
    margin: 0 0 20px 0;
    font-weight: 400;
}

.logo-wrapper {
    width: 100%;
    height: 180px;
    overflow-x: scroll;
}

.feature-boxes {
    
}

.feature-boxes .feature-col {
    padding: 10px;
}

.feature-boxes .feature-col:last-child {

}
.feature-title {
    position: absolute;
    bottom: 20px;
    background-color: #444;
    color: #fff;
    padding: 5px 15px;
    font-weight: 200;
}
.feature-p {
    background-color: #fff;
    color: #888;
    font-size: 16px;
    padding: 15px;
    margin: 0;
    border-radius: 0 0 8px 8px;
}

.learn-more-link, .learn-more-link a {
    color: #2db7fc;
    text-decoration: underline;
}

.bottom-corner {
    border-radius: 8px;
}

.feature-a {
    border-radius: 8px;
    padding: 0;
    border: 1px solid #ccc;
}

.feature-a:hover {
    box-shadow: 0px 1px 10px #444;
    border: 1px solid #777;
}

.feature-a, .feature-a img {
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}

.feature-a img:hover {
    height: 105%;
}

.counter-col {
    padding-left: 5px;
    padding-right: 5px;
}
.counter-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 10px 0;
    margin: 10px -10px;
}

.counter-box-page {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 10px 0 8px 0;
    margin-bottom: 5px;
}

.count-txt {
    font-size: 30px;
    line-height: 1em;
    color: #37a32d;
}

.count-tight {
    letter-spacing: -1px;
}

.count-title {
}

.sidebar-panel {
    height: 66px;
    font-family: 'Oxygen', 'Arial', sans-serif;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.sidebar-panel.bggrey {
    background-color: #f6f6f6;
}

.sidebar-panel:hover {
    background-color: #ddd;
}

.sidebar-panel-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    padding: 12px 5px 0 5px;
    
}
.sidebar-panel-location {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 5px 0 5px;
}


/* ------ IMAGE CONTAINERS ------ */

.logo-scroll {
    width: 100%;
    height: 135px;
    background-color: #f7f3ed;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/* IMG SIDEBAR */
.img-sidebar-resize {
    width: 90px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-right: 6px;
}
.img-sidebar-resize:after {
    padding-top: 72%;
    display: block;
    content: '';
}
.img-sidebar-resize img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90px;
    max-height: inherit;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 90px;
    background-color: rgba(5, 5, 5, .4);
    color: #fff;
    letter-spacing: 2px;
}

/* IMG LOGO */
.img-logo-resize {
    width: 150px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 6px;
}
.img-logo-resize:after {
    padding-top: 75%;
    display: block;
    content: '';
}
.img-logo-resize img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}


/* -- 4x3 crop -- */
.img-4x3-crop {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #444;
}
.img-4x3-crop:after {
    padding-top: 75%;
    display: block;
    content: '';
}
.img-4x3-crop img {
    position: absolute;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    height: inherit;
    width: inherit;  
}
/* -- 16x9 CROP -- */
.img-16x9-crop {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #444;
}
.img-16x9-crop:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.img-16x9-crop img {
    position: absolute;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    height: inherit;
    width: inherit;
}
/* -- 9x16 CROP -- */
.img-9x16-crop {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #444;
    border-radius: 8px;
}
.img-9x16-crop:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.img-9x16-crop img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
}
/* -- 4x3 RESIZE -- */
.img-4x3-resize {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #444;
    float: left;
    margin-right: 10px;
}
.img-4x3-resize:after {
    padding-top: 75%;
    display: block;
    content: '';
}
.img-4x3-resize img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
/* -- 16x9 RESIZE -- */
.img-16x9-resize {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #444;
    float: left;
    margin-right: 10px;
}
.img-16x9-resize:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.img-16x9-resize img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}

.modal-hover:hover, .cursor-hover:hover {
    cursor: pointer;
}

.faq-heading {
    padding: 16px 15px;
}

.panel-heading {
    color: #1d235b !important;
}

.video-icon {
    position: absolute;
    color: #fff;
    background-color: #37a32d;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 1.6em;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.office-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 15px;
    bottom: 0;
    width: inherit;
}

.office-wrapper p {
    color: #fff;
    padding: 7px 15px;
    background-color: #444;
}


/* ------ SWIPER ------ */

.swiper-container {
    width: 100%;
    height: 400px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.slide-title {
    position: absolute;
    color: white;
    text-transform: uppercase;
    text-align: right;
    right: 0;
    bottom: 40px;
    background-color: #444;
    padding: 10px 35px 10px 15px;
}

.slide-title h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

.slide-title p {
    color: #aaa;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}


.swiper-pagination-bullet {
    height: 16px;
    width: 16px;
}


/* ---- TABLE ------ */
table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

th {
    background-color: #fff;
    color: #37a32d !important;
    font-weight: 400 !important;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
    font-size: 18px;
    font-weight: 300;
}

tr:nth-child(odd){
    background-color: #f2f2f2;
}

td img {
    width: 80px;
}

td .td-overlay {
    position: relative;
    margin-top: -20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(5, 5, 5, .4);
    width: 80px;
    
}
tr:hover {
    cursor: pointer;
    background-color: #ddd !important;
}


#sortedtable thead th {
    color: #37a32d;
    font-weight: bold;
    text-decoration: underline;
    cursor:pointer;
}
    


/* FOOTER */

.footer {
    background-color: #1d235b;
    color: #aaa;
    padding: 15px;
}

.copyright {
    font-size: 1em;
    font-weight: 400;
    text-align: right;
}







/* xxxxxxxxxx PHONE TWEEKS xxxxxxxxxxx */
@media only screen and (max-width: 768px) {
    
    .counter-box, .counter-box-page {
        margin: 10px -20px;
    }
    
    .mobile-nopad {
        margin: 0;
        padding: 0;
    }
    
    .quote {
        margin: 15px 0;
        padding: 15px;
        font-size: 18px;
        background-color: #ddd;
        border-left: 5px solid #2db7fc;
    }
    .navbar-collapse {
    background-color: #eee;
        color: #000;
    }
    .content-row {
    margin: 0;
    padding: 20px 15px;
    background-color: #fff;
    }
    .navbar-collapse li {
        padding: 10px 0;
        font-size: 1.4em;
        border-bottom: 1px solid #aaa;
    }

    .navbar-default {
    margin-top: 0px;
    max-height: 52px;
    }
    .navbar-brand {
        margin: 5px 0 0 0;
    }
    .navbar-brand img {
        height: 40px !important;
    }
    .xxnav-logo, .xxnav-logo:hover {
        background-color: none !important;
        height: 52px;
        position: relative;
        top: -10px;
        left: 0px;
    }
    h1 {
        font-size: 2em;
    }
    .swiper-container {
    width: 100%;
    height: 400px;
    }
    
    .swiper-slide {
        overflow: hidden;
    }
    
    .swiper-slide img {
        position: absolute;
        height: 100%;
        width: auto;
    }
    
    .img-9x16-crop:after {
    padding-top: 70%;
    display: block;
    content: '';
    }
}

