/* import lato font */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* column style */
.col-8,
.col-7,
.col-5,
.col-6 {
    float: left;
}

.col-7 {
    width: 38.333333333333333%;
}

.col-5 {
    width: 51.666666666666667%;
}

.col-6 {
    width: 50%;
}

.col-8 {
    width: 33%;
}

/* col7 style */
.col-8 {
    margin-bottom: 30px;
}

.col-8 hr {
    display: block;
    margin: 50px 0;
}

.col-8 ul {
    float: left;
    list-style: none;
    padding-left: 0;
}

.col-8 ul li {
    margin-bottom: 5px;
}

.col-8 ul .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.col-8 ul .title a {
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

/* background color for header and hero*/
.hero-style1,
.main-header-style1 {
    background: #676765;
}

.hero-style2,
.main-header-style2 {
    background: #00bacf;
}

.hero-style3,
.main-header-style3 {
    background: #1b1464;
}

.hero,
.main-header {
    color: #fff;
}

/* header */
.main-header {
    padding: 10px 20px 0;
}

.main-header .header-logo {
    float: left;
}

.main-header .header-info {
    float: right;
    font-size: 12px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

/* hero */
.hero {
    padding-top: 20px;
    padding-bottom: 10px;
}

.hero-title {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    word-break: break-word;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.link-style1 {
    color: #fdae66;
    text-decoration: none;
}

.link-style1:hover {
    color: #ff881b;
}

.hero .image-holder img {
    box-sizing: border-box;
    padding-right: 40px;
    text-align: left;
    max-width: 560px;
    width: 100%;
}

/* info box style */
.hero .info-box {
    margin-bottom: 50px;
}

.info-box .info-box-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.info-box.box-style1:last-child {
    margin-bottom: 0
}

.info-box.box-style1 .info-box-title {
    font-size: 18px;
}

.info-box.box-style1 .info-box-text {
    font-size: 14px;
}

/* main content */
.main-content {
    padding-top: 25px;
}

.main-content h3 {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

.info-box.box-dark {
    color: #393939;
}

.info-box.box-style2 {
    box-sizing: border-box;
    padding-right: 30px;
}

/* read more link */
.read-more {
    color: #2ec2d9;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.read-more:hover {
    color: #2eb0c4;
}

/* main footer */
.main-footer {
    margin-bottom: 30px;
}

.main-footer hr {
    display: block;
    margin: 50px 0;
}

.main-footer ul {
    float: left;
    list-style: none;
    padding-left: 0;
    width: 25%;
}

.main-footer ul li {
    margin-bottom: 5px;
}

.main-footer ul .title {
    font-weight: bold;
    text-transform: uppercase;
}

/* breakpoints */
@media (max-width: 667px) {
    body {
        text-align: center;
    }

    .col-7,
    .col-5,
    .col-6 {
        width: 100%;
    }

    /* adds shadow to background */
    .mobile-background-shadow {
        padding: 10px;
    }

    /* hero */
    .hero {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .hero .hero-helper {
        background-attachment: fixed !important;
        background-size: 100% !important;
        background-position: center center !important;
        padding-bottom: 40px;
    }

    /* diff fixed background images */
    .hero-style1 .hero-helper {
        background: none;
    }

    .hero-style2 .hero-helper {
        background: none;
    }

    .hero-style3 .hero-helper {
        background: none;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1;
    }

    .hero .info-box {
        margin-bottom: 30px;
    }

    .hero .image-holder {
        display: none;
    }

    /* main-content */
    .main-content {
        padding-top: 30px;
    }

    .info-box.box-style2 {
        padding-right: 0;
    }

    .info-box .info-box-title {
        margin-bottom: 17px;
    }

    .main-content h3 {
        margin-bottom: 20px;
    }

    .read-more {
        margin-top: 0;
        margin-bottom: 20px;
    }

    /* footer */
    .main-footer hr {
        margin: 30px 0;
    }

    .main-footer ul {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .hero .hero-helper {
        padding-bottom: 50px;
    }
}

.h11 {
    font-size: 36px;
}