body,
html {
    width: 100%;
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.topnav {
    font-size: 14px;
    background: white;
    margin-top: 20px;
    border: none;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0;
}
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
p.copyright {
    margin: 15px 0 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}
.btn {
    padding: 6px 18px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:hover {
    color: #fafafa;
}
.btn:focus {
    color: #fff;
}
.btn.btn-mini {
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 400;
}
.btn.btn-small {
    padding: 4px 14px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 400;
}
.btn.btn-large {
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
}
.btn.btn-wide {
    font-weight: 300;
    width: 100%;
    text-align: center;
}
.btn.btn-transparent {
    background: transparent;
    border: none;
    color: #34495e;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
    background: transparent;
    color: #34495e;
}
.btn.btn-white {
    background: #fff;
    border-color: #cacaca;
    color: #34495e;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
    background: #f0f0f0;
    color: #34495e;
}
.btn.btn-clouds {
    background: #ecf0f1;
    border-color: #8ea6ac;
    color: #34495e;
}
.btn.btn-clouds:hover,
.btn.btn-clouds:focus {
    background: #fefefe;
    color: #34495e;
    border-color: #34495e;
}
.btn.btn-whitesmoke {
    background: #fafafa;
    border-color: #a8a8a8;
    color: #34495e;
}
.btn.btn-whitesmoke:hover,
.btn.btn-whitesmoke:focus {
    background: #fff;
    color: #34495e;
    border-color: #34495e;
}
.btn.btn-silver {
    background: #cacaca;
    border-color: #787878;
    color: #34495e;
}
.btn.btn-silver:hover,
.btn.btn-silver:focus {
    background: #d9d9d9;
    color: #34495e;
    border-color: #34495e;
}
.btn.btn-green {
    background: #16a085;
    border-color: #12856f;
}
.btn.btn-green:hover {
    background: #1abb9b;
    border-color: #16a085;
}
.btn.btn-torquise {
    background: #1abc9c;
    border-color: #16a186;
}
.btn.btn-torquise:hover {
    background: #1ed7b2;
    border-color: #1abc9c;
}
.btn.btn-emerald {
    background: #2ecc71;
    border-color: #28b363;
}
.btn.btn-emerald:hover {
    background: #44d581;
    border-color: #2ecc71;
}
.btn.btn-blue {
    background: #2980b9;
    border-color: #236fa0;
}
.btn.btn-blue:hover {
    background: #3091d1;
    border-color: #2980b9;
}
.btn.btn-blue-toggle {
    background: #fff;
    color: #2980b9;
    border: none;
    border-right: 1px solid #3498db;
}
.btn.btn-blue-toggle:hover,
.btn.btn-blue-toggle:active,
.btn.btn-blue-toggle:focus,
.btn.btn-blue-toggle.active {
    background: #3498db;
    color: #f0f0f0;
}
.btn.btn-river {
    background: #3498db;
    border-color: #2489cc;
}
.btn.btn-river:hover {
    background: #4ea5e0;
    border-color: #3498db;
}
.btn.btn-wisteria {
    background: #8e44ad;
    border-color: #7c3b97;
}
.btn.btn-wisteria:hover {
    background: #9d54bc;
    border-color: #8e44ad;
}
.btn.btn-mangenta {
    background: #9b59b6;
    border-color: #8c49a7;
}
.btn.btn-mangenta:hover {
    background: #a86ebf;
    border-color: #9b59b6;
}
.btn.btn-midnight {
    background: #2c3e50;
    border-color: #212f3c;
}
.btn.btn-midnight:hover {
    background: #374d64;
    border-color: #2c3e50;
}
.btn.btn-asphalt {
    background: #34495e;
    border-color: #293a4a;
}
.btn.btn-asphalt:hover {
    background: #3f5872;
    border-color: #34495e;
}
.btn.btn-sun {
    background: #f1c40f;
    border-color: #d5ad0c;
}
.btn.btn-sun:hover {
    background: #f3cb2c;
    border-color: #f1c40f;
}
.btn.btn-orange {
    background: #f39c12;
    border-color: #db8b0b;
}
.btn.btn-orange:hover {
    background: #f4a82f;
    border-color: #f39c12;
}
.btn.btn-carrot {
    background: #e67e22;
    border-color: #d26f18;
}
.btn.btn-carrot:hover {
    background: #e98e3d;
    border-color: #e67e22;
}
.btn.btn-pumpkin {
    background: #d35400;
    border-color: #b44800;
}
.btn.btn-pumpkin:hover {
    background: #f26000;
    border-color: #d35400;
}
.btn.btn-alizarin {
    background: #c0392b;
    border-color: #a73225;
}
.btn.btn-alizarin:hover {
    background: #d24637;
    border-color: #c0392b;
}
.green-bg {
    background: #16a085;
}
.torquise-bg {
    background: #1abc9c;
}
.emerald-bg {
    background: #2ecc71;
}
.blue-bg {
    background: #2980b9;
}
.river-bg {
    background: #3498db;
}
.wisteria-bg {
    background: #8e44ad;
}
.mangenta-bg {
    background: #9b59b6;
}
.midnight-bg {
    background: #2c3e50;
}
.asphalt-bg {
    background: #34495e;
}
.sun-bg {
    background: #f1c40f;
}
.orange-bg {
    background: #f39c12;
}
.carrot-bg {
    background: #e67e22;
}
.pumpkin-bg {
    background: #d35400;
}
.alizarin-bg {
    background: #c0392b;
}
.white-bg {
    background: #fff;
}
.whitesmoke-bg {
    background: #fafafa;
}
.clouds-bg {
    background: #ecf0f1;
}
.silver-bg {
    background: #cacaca;
}
.grey-bg {
    background: #909090;
}
.black-bg {
    background: #020202;
}
.tm-1 {
    margin-top: -1px !important;
}
.tm-2 {
    margin-top: -2px !important;
}
.tm-3 {
    margin-top: -3px !important;
}
.tm-4 {
    margin-top: -4px !important;
}
.tm-5 {
    margin-top: -5px !important;
}
.tm-10 {
    margin-top: -10px !important;
}
.tm-20 {
    margin-top: -20px !important;
}
.tm1 {
    margin-top: 1px !important;
}
.tm2 {
    margin-top: 2px !important;
}
.tm3 {
    margin-top: 3px !important;
}
.tm4 {
    margin-top: 4px !important;
}
.tm5 {
    margin-top: 5px !important;
}
.tm10 {
    margin-top: 10px !important;
}
.tm15 {
    margin-top: 15px !important;
}
.tm20 {
    margin-top: 20px !important;
}
.tm40 {
    margin-top: 40px !important;
}
.tm60 {
    margin-top: 60px !important;
}
.tm80 {
    margin-top: 80px !important;
}
.lm-1 {
    margin-left: -1px !important;
}
.lm-2 {
    margin-left: -2px !important;
}
.lm-3 {
    margin-left: -3px !important;
}
.lm-4 {
    margin-left: -4px !important;
}
.lm-5 {
    margin-left: -5px !important;
}
.lm-10 {
    margin-left: -10px !important;
}
.lm-20 {
    margin-left: -20px !important;
}
.lm1 {
    margin-left: 1px !important;
}
.lm2 {
    margin-left: 2px !important;
}
.lm3 {
    margin-left: 3px !important;
}
.lm4 {
    margin-left: 4px !important;
}
.lm5 {
    margin-left: 5px !important;
}
.lm10 {
    margin-left: 10px !important;
}
.lm15 {
    margin-left: 15px !important;
}
.lm20 {
    margin-left: 20px !important;
}
.lm40 {
    margin-left: 40px !important;
}
.lm60 {
    margin-left: 60px !important;
}
.lm80 {
    margin-left: 80px !important;
}
.rm1 {
    margin-right: 1px !important;
}
.rm2 {
    margin-right: 2px !important;
}
.rm3 {
    margin-right: 3px !important;
}
.rm4 {
    margin-right: 4px !important;
}
.rm5 {
    margin-right: 5px !important;
}
.rm10 {
    margin-right: 10px !important;
}
.rm15 {
    margin-right: 15px !important;
}
.rm20 {
    margin-right: 20px !important;
}
.rm40 {
    margin-right: 40px !important;
}
.rm60 {
    margin-right: 60px !important;
}
.rm80 {
    margin-right: 80px !important;
}
.p1 {
    padding: 1px;
}
.p2 {
    padding: 2px;
}
.p3 {
    padding: 3px;
}
.p4 {
    padding: 4px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p40 {
    padding: 40px;
}
.p60 {
    padding: 60px;
}
.p80 {
    padding: 80px;
}
.ptop1 {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ptop2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.ptop3 {
    padding-top: 3px;
    padding-bottom: 3px;
}
.ptop4 {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ptop5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ptop10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptop15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptop20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pleft1 {
    padding-left: 1px;
    padding-right: 1px;
}
.pleft2 {
    padding-left: 2px;
    padding-right: 2px;
}
.pleft3 {
    padding-left: 3px;
    padding-right: 3px;
}
.pleft4 {
    padding-left: 4px;
    padding-right: 4px;
}
.pleft5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pleft10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pleft15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pleft20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pleft40 {
    padding-left: 40px;
    padding-right: 40px;
}
.mtop1 {
    margin-top: 1px;
    margin-bottom: 1px;
}
.mtop2 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.mtop3 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.mtop4 {
    margin-top: 4px;
    margin-bottom: 4px;
}
.mtop5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mtop10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtop15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtop20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mleft1 {
    margin-left: 1px;
    margin-right: 1px;
}
.mleft2 {
    margin-left: 2px;
    margin-right: 2px;
}
.mleft3 {
    margin-left: 3px;
    margin-right: 3px;
}
.mleft4 {
    margin-left: 4px;
    margin-right: 4px;
}
.mleft5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mleft10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mleft15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mleft20 {
    margin-left: 20px;
    margin-right: 20px;
}
.line160 {
    height: 160px;
    clear: both;
    display: block;
}
.line100 {
    height: 100px;
    clear: both;
    display: block;
}
.line80 {
    height: 80px;
    clear: both;
    display: block;
}
.line60 {
    height: 60px;
    clear: both;
    display: block;
}
.line40 {
    height: 40px;
    clear: both;
    display: block;
}
.line20 {
    height: 20px;
    clear: both;
    display: block;
}
.line15 {
    height: 15px;
    clear: both;
    display: block;
}
.line10 {
    height: 10px;
    clear: both;
    display: block;
}
.line5 {
    height: 5px;
    clear: both;
    display: block;
}
.line4 {
    height: 4px;
    clear: both;
    display: block;
}
.line3 {
    height: 3px;
    clear: both;
    display: block;
}
.line2 {
    height: 2px;
    clear: both;
    display: block;
}
.line1 {
    height: 1px;
    clear: both;
    display: block;
}
.width5 {
    width: 5px;
}
.width10 {
    width: 10px;
}
.width20 {
    width: 20px;
}
.width40 {
    width: 40px;
}
.width60 {
    width: 60px;
}
.width80 {
    width: 80px;
}
.width100 {
    width: 100px;
}
.width200 {
    width: 200px;
}
.width300 {
    width: 300px;
}
.width400 {
    width: 400px;
}
.width500 {
    width: 500px;
}
.width50p {
    width: 50%;
}
.width50.left {
    float: left;
}
.width50.right {
    float: right;
}
.width100p {
    width: 100%;
}
.height5 {
    height: 5px;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height40 {
    height: 40px;
}
.height60 {
    height: 60px;
}
.height80 {
    height: 80px;
}
.height100 {
    height: 100px;
}
.height200 {
    height: 200px;
}
.height300 {
    height: 300px;
}
.height400 {
    height: 400px;
}
.height500 {
    height: 500px;
}
.line-height5 {
    line-height: 5px;
}
.line-height10 {
    line-height: 10px;
}
.line-height20 {
    line-height: 20px;
}
.line-height40 {
    line-height: 40px;
}
.line-height60 {
    line-height: 60px;
}
.line-height80 {
    line-height: 80px;
}
.line-height100 {
    line-height: 100px;
}
.line-height200 {
    line-height: 200px;
}
.line-height300 {
    line-height: 300px;
}
.line-height400 {
    line-height: 400px;
}
.line-height500 {
    line-height: 500px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-grey {
    color: #909090;
}
.text-black {
    color: #020202;
}
.text-green {
    color: #16a085;
}
.text-emerald {
    color: #2ecc71;
}
.text-blue {
    color: #2980b9;
}
.text-river {
    color: #3498db;
}
.text-mangenta {
    color: #9b59b6;
}
.text-pumpkin {
    color: #d35400;
}
.text-asphalt {
    color: #34495e;
}
.text-sun {
    color: #f1c40f;
}
.text-carrot {
    color: #e67e22;
}
.text-alizarin {
    color: #c0392b;
}
.text-white {
    color: #fff;
}
.text-silver {
    color: #cacaca;
}
.text-small {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.text-medium {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.text-large {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.text-xl {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.text-xxl {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.text-xxxl {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 24px;
}
span.small,
i.small {
    font-size: 11px;
    line-height: 1;
}
span.medium,
i.medium {
    font-size: 13px;
    line-height: 1;
}
span.large,
i.large {
    font-size: 16px;
    line-height: 1;
}
span.xl,
i.xl {
    font-size: 24px;
    line-height: 1;
}
span.xxl,
i.xxl {
    font-size: 32px;
    line-height: 1;
}
span.xxxl,
i.xxxl {
    font-size: 48px;
    line-height: 1;
}
.thick {
    font-weight: 100;
}
.thin {
    font-weight: 300;
}
.bold {
    font-weight: 700;
}
.border-none {
    border: none;
}
.border-grey {
    color: #909090;
}
.border-black {
    color: #020202;
}
.border-green {
    color: #16a085;
}
.border-emerald {
    color: #2ecc71;
}
.border-blue {
    color: #2980b9;
}
.border-river {
    color: #3498db;
}
.border-mangenta {
    color: #9b59b6;
}
.border-asphalt {
    color: #34495e;
}
.border-sun {
    color: #f1c40f;
}
.border-carrot {
    color: #e67e22;
}
.border-alizarin {
    color: #c0392b;
}
.border-white {
    color: #fff;
}
.border-silver {
    color: #fafafa;
}
.rounded0 {
    border-radius: 0;
}
.rounded2 {
    border-radius: 2px;
}
.rounded3 {
    border-radius: 3px;
}
.rounded4 {
    border-radius: 4px;
}
.rounded6 {
    border-radius: 6px;
}
.rounded10 {
    border-radius: 10px;
}
.rounded30 {
    border-radius: 30px !important;
}
.valign-sub {
    vertical-align: sub !important;
}
.valign-top {
    vertical-align: top !important;
}
.valign-super {
    vertical-align: super !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
body {
    font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #67868c;
}
h3 {
    font-size: 30px;
}
.container-fluid {
    margin: 0;
    padding: 0;
}
.navbar-default {
    border-color: white;
}
ul.nav.navbar-nav {
    margin-top: 15px;
    margin-left: 10px;
}
ul.nav.navbar-nav li {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 30px;
    padding: 0;
}
ul.nav.navbar-nav li:hover {
    font-weight: 300;
}
ul.nav.navbar-nav ul.dropdown-menu {
    background: #b8232b;
    margin: 0;
    padding: 0;
    border: none;
}
ul.nav.navbar-nav ul.dropdown-menu li {
    margin: 0;
    padding: 0;
}
ul.nav.navbar-nav ul.dropdown-menu li a {
    background: #b8232b;
    display: block;
    padding: 14px 20px;
    clear: both;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
}
ul.nav.navbar-nav ul.dropdown-menu li a:hover {
    background: #67868c;
}
ul.nav.navbar-nav .open .dropdown-menu > li > a {
    background: #fff;
    color: #000;
}
ul.nav.navbar-nav .open .dropdown-menu > li > a:hover {
    background: #b8232b;
    color: white;
}
.content-section {
    margin: 40px 0;
}
.content-section h1 {
    margin: 0 0 15px;
    padding: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #67868c;
}
.content-section h5 {
    margin: 0 0 15px;
    padding: 0 40px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: black;
}
.content-section img {
    width: 80%;
    margin: 20px 40px;
}
.content-section img.img-right {
    float: right;
    clear: both;
    display: table;
    box-shadow: -15px 15px 0 0 #67868c;
}
.content-section img.img-left {
    box-shadow: 15px 15px 0 0 #67868c;
}
.content-section p {
    margin: 0 0 15px;
    padding: 0 40px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.content-section ul {
    margin: 20px;
}
.content-section ul li {
    margin: 0 0 15px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.content-section .list {
    margin: 30px 0;
    padding: 0 40px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.content-section .list h3 {
    float: left;
    vertical-align: top;
    padding: 0px;
    margin: 0;
    font-size: 36px;
    display: table;
    margin-top: -8px;
    margin-right: 4px;
}
.content-section a {
    background: white;
    padding: 0;
    border: none;
}
.content-section a:hover {
    text-decoration: none;
}
.content-section .box-red,
.content-section .box-dark,
.content-section .box-grey {
    text-align: center;
    padding: 0;
}
.content-section .box-red h3,
.content-section .box-dark h3,
.content-section .box-grey h3 {
    font-size: 28px;
    font-weight: 300;
    height: 100px;
    padding: 20px 30px;
    color: white;
}
.content-section .box-red img,
.content-section .box-dark img,
.content-section .box-grey img {
    width: 100%;
    margin: 0;
}
.content-section .box-red .desc,
.content-section .box-dark .desc,
.content-section .box-grey .desc {
    padding: 20px 12px;
    min-height: 100px;
}
.content-section .box-red .desc span,
.content-section .box-dark .desc span,
.content-section .box-grey .desc span {
    font-size: 14px;
    font-weight: 300;
    color: white;
}
.content-section .box-red {
    background: #b8232b;
    border: 1px solid #b8232b;
}
.content-section .box-red:hover {
    background: white;
}
.content-section .box-red:hover h3,
.content-section .box-red:hover span {
    color: #b8232b;
}
.content-section .box-dark {
    background: #0f1d2c;
    border: 1px solid #0f1d2c;
}
.content-section .box-dark:hover {
    background: white;
}
.content-section .box-dark:hover h3,
.content-section .box-dark:hover span {
    color: #0f1d2c;
}
.content-section .box-grey {
    background: #67868c;
    border: 1px solid #67868c;
}
.content-section .box-grey:hover {
    background: white;
}
.content-section .box-grey:hover h3,
.content-section .box-grey:hover span {
    color: #67868c;
}
.contact-section {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.contact-section h1 {
    margin: 0 0 15px;
    padding: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #67868c;
}
.contact-section label {
    font-weight: 300;
}
.contact-section input,
.contact-section textarea {
    border-radius: 0;
}
.greeting {
    background: #67868c;
    text-align: center;
    padding: 10px 0px;
}
.greeting img {
    margin: 0 auto;
    width: 70%;
}
footer {
    padding: 50px 0;
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
footer img {
    width: 90%;
}
.relative {
    position: relative;
    margin: 0 30px;
}
.border-box,
.border-box-reverse {
    display: block;
    position: absolute;
}
.border-box.box-red,
.border-box-reverse.box-red {
    border: 3px solid #b8232b;
}
.border-box.box-dark,
.border-box-reverse.box-dark {
    border: 3px solid #0f1d2c;
}
.border-box.box-grey,
.border-box-reverse.box-grey {
    border: 3px solid #67868c;
}
.border-box {
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: -20px;
    background: transparent;
    z-index: 10;
}
.border-box-reverse {
    top: 20px;
    bottom: -20px;
    left: -20px;
    right: 20px;
    background: transparent;
    z-index: 10;
}
.content-box,
.content-box-reverse {
    z-index: 100;
    padding: 20px;
    background: white;
    left: 5%;
    right: 5%;
}
.content-box h3,
.content-box-reverse h3 {
    padding: 15px;
}
.content-box p,
.content-box-reverse p {
    padding: 15px 0 15px 15px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.content-box ul li,
.content-box-reverse ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}
.carousel-inner .item {
    max-height: 723px;
    text-align: center;
}
.carousel-inner .item img {
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 767px) {
    .navbar-default {
        border-bottom: 1px solid #f0f0f0;
    }
    .topnav {
        margin: 0;
        min-height: 70px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .greeting {
        padding: 20px 0px;
    }
    .border-box {
        top: 10px;
        bottom: -10px;
        left: 10px;
        right: -10px;
        background: transparent;
        z-index: 10;
    }
    .border-box-reverse {
        top: 10px;
        bottom: -10px;
        left: -10px;
        right: 10px;
        background: transparent;
        z-index: 10;
    }
    .box-red,
    .box-dark,
    .box-grey {
        border-width: 1px !important;
    }
}
@media (min-width: 768px) {
    ul.nav.navbar-nav li {
        margin: 0;
    }
    ul.nav.navbar-nav li a {
        padding: 10px;
    }
    .greeting {
        padding: 10px 0px;
    }
    .greeting img {
        width: 50%;
    }
    .content-box {
        z-index: 100;
        bottom: -80px;
        padding: 20px;
        background: white;
        left: 30%;
        right: 5%;
    }
    .content-box-reverse {
        z-index: 100;
        bottom: -80px;
        padding: 20px;
        background: white;
        left: 5%;
        right: 30%;
    }
}
@media (min-width: 992px) {
    ul.nav.navbar-nav li {
        margin: 0 18px;
    }
    ul.nav.navbar-nav li a {
        padding: 10px 4px;
    }
}
@media (min-width: 1200px) {
    ul.nav.navbar-nav {
        margin: 0 auto;
    }
    ul.nav.navbar-nav li {
        margin: 0 20px;
    }
    ul.nav.navbar-nav li a {
        padding: 10px 5px;
    }
}
