body {
    margin: 80px 0 0 0;
    padding: 0;
    background-color: #1a1a1a;
}
h2 {
    color: white;
    font: 40px/40px 'Open Sans';
}
.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:11px;
	padding:10px 6px;
    width: 76%;
    margin: 0 8% 0 16%;
}
.alert-box span {
    margin-left: 33px;
	font-weight: bold;
	text-transform: uppercase;
}
.error {
    background:#ffecec url('../images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
/**********************************








***********************************/
/* NAVBAR */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #232323;
    border-bottom: 2px solid #1B1B1B;
    margin: 0;
    padding: 0;
    z-index: 100;
}
#navbar-wrapper {
    display: block;
    width: 60%;
    height: 100%;
    margin: 0 20% 0 20%;
}
#navbar-logo {
    display: block;
    float: left;
    height: 36px;
    margin: 22px 0 22px 0;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}
#navbar-logo:hover {
    transform: scale(1.1);
}
#navbar-logo-wrapper {
    margin: 0;
    padding: 0;
    height: 80px;
    overflow: hidden;
}
/* navigation bar top level */
#navbar-top-level {
    display: block;
    float: right;
    height: 80px;
    margin: 0;
    padding: 0;
}
#navbar-top-level > li {
    display: inline-table;
    margin-left: 5px;
    height: 100%;
}
#navbar-top-level .active > a{
    /*background-color: #0FBBEA;*/
    border: 2px solid #0FBBEA;
    color: #0FBBEA;
}
#navbar-top-level > li > a {
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 43px;
    margin: 18px 0 18px 0;
    padding: 0 28px 0 28px;
    border: 2px solid transparent;
    border-radius: 6pt;
    -webkit-transition: border 0.30s;
    -moz-transition: border 0.30s;
    -o-transition: border 0.30s;
    transition: border 0.30s;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
}
#navbar-top-level > li:hover > a{
    border: 2px solid #0FBBEA;
}
/* navigation bar mid level */
#navbar-mid-level {
    z-index: 1;
    flex: 1;
    width: 140%;
    background-color: #3A3A3A;
    margin: 1pt 0 0 0;
    padding: 0;
}
#navbar-mid-level > li {
    display: block;
    overflow: hidden;
    width: 100%;
    height:0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
#navbar-mid-level > li > a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 40pt;
    padding: 0 0 0 20pt;
    color: #B0AEAE;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13pt;
    -webkit-transition: color 400ms ease;
    -moz-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}
#navbar-top-level > li:hover > ul {
    border-top: 3pt solid #0FBBEA;
}
#navbar-top-level > li:hover > ul > li {
    height: 40pt;
}
#navbar-mid-level > li:hover > a {
    color: white;
}
#hamburger {
    display: none;
}
@media only screen and ( max-width: 1600px ) /* 640px */ {
    #navbar-wrapper {
        width: 80%;
        height: 100%;
        margin: 0 10% 0 10%;
        padding: 0;
    }
}
@media only screen and ( max-width: 1140px ) /* 640px */ {
    body {
        position: relative;
        top: 50pt;   
    }
    nav {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100pt;
    }
    #navbar-wrapper {
        margin: 0;
    }
    #navbar-top-level:before {
        content: "";
        display: block;
        height: 5pt;
        background-color: #171717;
        width: 100%;
    }
    #navbar-top-level {
        position: absolute;
        top: 100pt;
        display: none;
        margin: 0 0 0 0;
        width: 100%;
        height: auto;
    }
    #navbar-top-level:after {
        content: "";
        display: block;
        height: 5pt;
        background-color: #171717;
        width: 100%;
    }
    #navbar-top-level > li {
        margin: 0;
        width: 100%;
        background-color: #1F1F1F;
        border-bottom: 2pt solid #171717;
    }
    #navbar-top-level > li > a {
        border: none;
    }
    #navbar-top-level .active > a{
        background-color: transparent;
        border: none;
        color: #0FBBEA;
    }
    #navbar-top-level > li:hover > a{
        border: none;
        color: #0FBBEA
    }
    #navbar-wrapper {
        text-align: center;   
    }
    #navbar-logo {
        float: none;
        display: inline-block;
        margin: 15pt 0 15pt 0;
        height: 70pt;
    }
    #hamburger {
        display: inline-block;
        right: 25pt;
        top: 25pt;
        position: absolute;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 75pt;
        height: 75pt;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;    
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }
    #hamburger:focus {
        outline: none;
    }
    #hamburger span {
        display: block;
        position: absolute;
        top: 30px;
        left: 18px;
        right: 18px;
        height: 7px;
        background: white;
    }
    #hamburger span::before, #hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 7px;
        background-color: #fff;
        content: "";
    }
    #hamburger span::before {
        top: -16px;
    }
    #hamburger span::after {
        bottom: -16px;
    }
    #hamburger {
        background-color: transparent;
    }
    #hamburger span {
        transition: background 0s 0.3s;
    }
    #hamburger span::before, #hamburger span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    #hamburger span::before {
        transition-property: top, transform;
    }
    #hamburger span::after {
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */

    #hamburger.is-active {
        background-color: transparent;
    }
    #hamburger.is-active span {
        background: none;
    }
    #hamburger.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }
    #hamburger.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    #hamburger.is-active span::before,
    #hamburger.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
}

/* FOOTER */
footer {
    margin: 0;
    width: 100%;
    padding-top: 8pt;
    background-color: #171717;
    overflow: hidden;
}
#footer-wrapper {
    padding: 20px 19% 20px 19%;
    margin: 0;
    overflow: auto;
    background-color: #1F1F1F;
}
.footer-item {
    display: inline-block;
    width: 20%;
    float: left;
    margin: 0 2.5% 20px 2.5%;
}
.footer-item-smaller {
    width: 16%;   
}
.footer-item-larger {
    width: 24%;   
}
.footer-item h3 {
    color: white;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px; 
    margin: 5pt 0 5pt 0;
    border-bottom: 1px solid gray;
    padding: 20px 0 16px 0;
}
.footer-item ul {
    line-height: 30px;
    padding: 0;
    color: white;
    font-family: 'Open Sans';
    font-size: 15px;
    text-decoration: none;
}
.footer-item li {
    list-style: circle;
    list-style-position: inside;
}
.footer-item li a {
    font-family: 'Open Sans';
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
}
.footer-item li a:hover {
    color: #0FBBEA;
}
.footer-item .footer-active a {
    color: #0FBBEA;
}
.footer-item p {
    color: white;
    font-family: 'Open Sans';
    font-size: 15px;
}
.footer-item td {
    color: white;
    font-family: 'Open Sans';
    font-size: 15px;
    
}
#copyright-wrapper {
}
#copyright-wrapper p {
    margin: 15pt 20% 15pt 20%;
    color: white;
    font-family: 'Open Sans';
    font-size: 15px;
}
#copyright-wrapper a {
    color: #0FBBEA
}
@media only screen and ( max-width: 1600px ) /* 640px */ {
    #footer-wrapper {
        padding: 0 10% 0 10%;
    }
}
@media only screen and ( max-width: 1140px ) /* 640px */ {
    #footer-wrapper {
        padding: 0 2% 0 2%;
    }
}

/* INDEX - header */
#header {
    background: url('../images/header-resized.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    overflow: auto;
    text-align: center;
}
#header #header-logo {
    width: 400px;
    margin: 250px 0 0 0;
}
#header h1 {
    color: white;
    font: 700 50px 'Open Sans';
    margin: 0 0 250px 0;
}

/* INDEX - servicebar */
#services-bar {
    display: block;
    padding: 0 25% 0 25%;
    background-color: #292929;
    width: 50%;
    overflow: hidden;
}
#services-bar h2 {
    line-height: 96px;
    display: inline-block;
    float: left;
    margin: 0;
    color: white;
    font: 20px/96px 'Open Sans';
}
#services-bar #button {
    background-color: transparent;
    border: 4px solid #0FBBEA;
    border-radius: 8px;
    display: inline-table;
    max-width: 1000px;
    height: 56px;
    margin: 20px 60px 20px 0;
    padding: 0 30px 0 30px;
    float: right;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.5s;
}
#services-bar #button p {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 18px 0;
    color: white;
    font: 700 20px/0.90 'Open Sans';
    transition: all 0.5s;
}
#services-bar #button::after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    margin: 17px 0 17px -20px;
    width: 18px;
    height: 18px;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    transform: rotate(45deg);
    transition: all 0.5s;
}
#services-bar #button:hover {
    background-color: #313131;
    margin: 20px 50px 20px 0;
}
#services-bar #button:hover p {
    color: #0FBBEA;
}
#services-bar #button:hover::after {
    border-right: 4px solid #0FBBEA;
    border-top: 4px solid #0FBBEA;
    margin: 17px 0 17px 10px;
    opacity: 1;
}

/* INDEX - content */ 
#jumbotron > h2 {
    color: white;
    font: 700 36px 'Open Sans';
    text-align: center;
    margin: 100px 0 70px 0;
}
#jumbotron {
    width: 100%;
}
#jumbotron .blurb-container {
    width: 60%;
    margin: 30px 20% 70px 20%;
}
#jumbotron .blurb {
    width: 21.5%;
    margin: 0 2% 40px 2%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}
#jumbotron .blurb:first-of-type {
    margin: 0 2% 40px 0;
}
#jumbotron .blurb:last-of-type {
    margin: 0 0 40px 2%;
}
#jumbotron .blurb img {
    width: 140px;
}
#jumbotron .blurb h3 {
    color: white;
    font: 700 18px 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 20px 0 8px 0;
}
#jumbotron .blurb p {
    margin: 0;
    color: white;
    font: 14px 'Open Sans';
}

/* SERVICES - accordion */
#services {
    width: 60%;
    margin: 0 20% 0 20%;
    padding: 50px 0 50px 0;
}
.service {
    width: 100%;
    background-color: #262626;
    margin: 0 0 6px 0;
}
.service .service-content {
    box-sizing: border-box;
    border-top: 3px solid #1a1a1a;
    padding: 30px 50% 30px 30px;
    display: none;
    width: 100%;
    position: relative;
}
.service h2 {
    display: inline-block;
    margin: 31px 0 31px 20px;
    color: white;
    font: 18px/18px 'Open Sans';
    text-transform: uppercase;
    transition: all 0.5s;
    vertical-align: top;
}
.service p {
    margin: 0;
    color: white;
    font: 14px/14px 'Open Sans';
}
.service-arrow {
    margin: 28px 30px 32px 0;
    float: right;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-right: 4px solid white;
    border-top: 4px solid white;
    transform: rotate(135deg);
    transition: all 0.5s;
}
.service-active .service-arrow {
    transform: rotate(-45deg);
    border-right: 4px solid #0FBBEA;
    border-top: 4px solid #0FBBEA;
    margin: 32px 30px 28px 0;
}
.service-active h2 {
    color: #0FBBEA
}
.service svg {
    margin: 20px 0 20px 20px;
    display: inline-block;
    float: left;
    width: 40px;
}
.service-icon {
    fill: #FFFFFF;
    transition: all 0.5s;
}
.service-active .service-icon {
    fill: #0FBBEA;
}

@media only screen and ( max-width: 1600px ) /* Smaller desktops */ {
    #services {
        width: 70%;
        margin: 0 15% 0 15%;
    }
    #services-bar {
        padding: 0 15% 0 15%;
        width: 70%;
    }
    #jumbotron .blurb-container {
        width: 70%;
        margin: 0 15% 0 15%;
    }
}
@media only screen and ( max-width: 1200px ) /* Breakpoint blurbs */ {
    #jumbotron .blurb {
        width: 50%;
        margin: 0 0 50px 0;
        padding: 0 30px;
    }
    #jumbotron .blurb:first-of-type {
        margin: 0 0 50px 0;
    }
    #jumbotron .blurb:last-of-type {
        margin: 0 0 50px 0;
    }
}
@media only screen and ( max-width: 1140px ) /* Tablets */ {
    #services {
        width: 80%;
        margin: 0 10% 0 10%;
    }
    #services-bar {
        padding: 0 10% 0 10%;
        width: 80%;
    }
    #services-bar #button {
        margin-right: 0;
    }
    #jumbotron .blurb-container {
        width: 80%;
        margin: 0 10% 0 10%;
    }    
}
@media only screen and ( max-width: 720px ) /* Phones */ {
    #services {
        width: 100%;
        margin: 0;
        padding: 50px 30px 50px 30px;
        box-sizing: border-box;
    }
    #services-bar {
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
    #jumbotron .blurb-container {
        width: 100%;
        margin: 0;
    }
    #jumbotron .blurb {
        width: 100%;
        margin-bottom: 70px;
        padding: 0 80px;
    }
}
#button {
    background-color: transparent;
    border: 4px solid #0FBBEA;
    border-radius: 8px;
    display: inline-table;
    max-width: 1000px;
    height: 56px;
    margin: 10px 0 10px 0;
    padding: 0 30px 0 30px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.5s;
}
#button p {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 18px 0;
    color: white;
    font: 700 20px/0.90 'Open Sans';
    transition: all 0.5s;
}
#button::after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    margin: 17px 0 17px -20px;
    width: 18px;
    height: 18px;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    transform: rotate(45deg);
    transition: all 0.5s;
}
#button:hover {
    background-color: #313131;
    margin: 10px 0 10px 0;
}
#button:hover p {
    color: #0FBBEA;
}
#button:hover::after {
    border-right: 4px solid #0FBBEA;
    border-top: 4px solid #0FBBEA;
    margin: 17px 0 17px 10px;
    opacity: 1;
}
/***************/
/****************
Scroll To Top
****************/ 
#backToTop {
    position: fixed;
    right: 10pt;
    bottom: 10pt;
    display: none;
    width: 42px;
    height: 42px;
    background-color: #2B2B2B;
    cursor: pointer;
}
#backToTopArrow {
    width: 12px;
    height: 12px;
    margin: 18px 17px 12px 13px;
    transition: border-top 0.5s ease, border-right 0.5s ease;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(-45deg);
    cursor: pointer;
}
#backToTop:hover #backToTopArrow {
    border-top: 3px solid #0FBBEA;
    border-right: 3px solid #0FBBEA;
}

/********************************************
/* CONTACT */

.content {
    margin: 50pt 0 0 0;
    padding-top: 20pt;
}
.content h2 {
    text-align: center;
    font-family: sans-serif;
    font-size: 42pt;
    margin: 0 0 20pt 0;
}
.content hr {
    width: 72%;
}
#contact-wrapper {
    margin: 50pt 10% 50pt 10%; 
    width: 80%;
}
#contact-form {
    width: 48%;
    display: inline-block;
}
#contact-form form {
    width: 76%;
    margin: 0 8% 0 16%;
    text-align: center;
}
#contact-form form input[type="text"] {
    background-color: white;
    width: 100%;
    margin: 8pt 0;
    border-radius: 4px;
    border: none;
    font-size: 15pt;
    padding: 5pt;
}
#contact-form form textarea {
    background-color: white;
    width: 100%;
    margin: 8pt 0;
    border-radius: 4px;
    border: none;
    font-size: 15pt;
    padding: 5pt;
    height: 160pt;
}
#contact-form form input[type="submit"] {
    height: 30pt;
    width: 200pt;
    border: 3pt solid #0FBBEA;
    border-radius: 6pt;
    -webkit-transition: background-color 0.30s;
    -moz-transition: background-color 0.30s;
    -o-transition: background-color 0.30s;
    transition: background-color 0.30s;
    background-color: #242424;
    font-family: 'Open Sans';
    font-size: 12pt;
    color: white;
    cursor: pointer;
}
#contact-form form input[type="submit"]:hover {
    background-color: #0FBBEA;
}
#contact-form .g-recaptcha {
    margin: 0 auto;
    margin-bottom: 6pt;
    width: 304px;
}
#contact-info {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
#contact-info {
    display: inline-block;
    width: 41%;
    vertical-align: top;
    margin-left: 7%;
}
#contact-info tr {
    display: block;
    margin: 0 0 10pt 0;
}
#contact-info tr .contact-icons {
    width: 40pt;
    text-align: center;
}
#contact-info tr .contact-text p {
    color: #0FBBEA;
    font-size: 26pt;
    font-family: sans-serif;
    margin: 0 0 0 0;
}
#contact-info tr .contact-text-small {
    font-family: sans-serif;
    font-size: 14pt;
    color: white;
    padding-left: 30pt;
}
#contact-info tr .contact-text-1 {
    font-family: sans-serif;
    font-size: 12pt;
    color: gainsboro;
    padding-left: 30pt;
}
#contact-info .contact-icons img {
    height: 40pt;
    display: block;
    margin: 0 auto;
}

