body, html {
    font-family: "akagi-pro", Arial, sans-serif;
}

/******** HELPER ********/

.clearfix {
    clear: both !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w100 {
    width: 100%;
}

.black {
    color: #333;
}

.mlr10 {
    margin: 0px 10px;
}

.center {
    text-align: center;
}

.topM10 {
    margin-top: 10px;
}

.topM20 {
    margin-top: 20px;
}

.topM30 {
    margin-top: 30px;
}

.topM40 {
    margin-top: 40px;
}

.topM50 {
    margin-top: 50px;
}

.notHidden {
    overflow: visible !important;
}

.bgWhite {
    background-color: white;
}

.bgGrey {
    background-color: #DDD;
}

/******** END HELPER ********/

/******** MENU ********/

#menu, #menuResp {
    position: relative;
    margin: 5px auto 0;
    width: 950px;
    float: none;
    overflow: hidden;
}

nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    border-bottom: 1px solid #DDD;
    width: 100%;
    height: 100px;
    padding-top: 1px;
    background: #FFF;
}

nav ul {
    width: 700px;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

nav ul li {
    overflow: hidden;
    width: auto;
    float: left;
    margin-right: 20px;
    height: 40px;
} 

nav ul li {
    margin-right: 20px;
}

nav ul li:last-of-type {
    margin-right: 0px;
}

p.tagline {
    margin: 10px 0px 0px 0px;
    text-align: center;
}

/******** END MENU ********/

.mainContainer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mainContent {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-top: 100px;
}

.grid.subpage svg {
    height: 530px
}

.cta,
.description {
    width: 950px;
    background: #FFF;
    padding: 20px;
    padding-top: 5px;
    margin: 0px;
    margin-top: 30px;
    color: #333;
    float: left;
    box-sizing: border-box;
}

.grid a.description {
    margin: 40px 0 0 0;
}

.description.small {
    padding-top: 20px;
}

.description.phone {
    padding-top: 5px;
    padding-bottom: 5px;
}

.description.main {
    margin: 30px 0px; 
}

.description p {
    font-size: 1.2em;
}

.cta a {
    width: auto;
    float: none;
    font-size: 1em;
}

.cta {
    padding-top: 20px;
    text-align: center;
}

/* HOME */

.row1 {
    background-color: transparent;
    color: #FFF;
    text-align: center;
    padding-bottom: 0px;
    font-style: italic;
}

.row2 {
    height: auto;
    background-color: #252729;
}

.row2 img {
    width: 100%;
    height: auto;
    display: block;
}

.description.topM50 {
    margin-top: 50px;
}

.description a.textlink {
    font-size: 1em;
    text-decoration: none;
    color: #7DCBEA;
    text-align: left;
    float: none;
}

.description.images {
    padding: 0px;
}

.description.images img {
    width: 100%;
    height: auto;
    display: block;
}

.notFound {
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

h1, h2, h3, h4, h5, h6{
    text-decoration: none;
    color: #7DCBEA;
    font-family: 'Lexia', Courier, serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
}

h1 {
    font-size: 1.2em;
}

.mobile {
    display: none;
}

.mobile img {
    width: 100%;
}

.mobile img.transparent {
    border: 5px solid #FFF;
    box-sizing: border-box;
}