#wrapper {
    width: 980px;
    margin: 0px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    height: 0px;
}

.barify {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
}

#header {
    width: 100%;
    height: 116px;
}

#logo {
    float: left;
    position: relative;
    top: 20px;
    left: 35px;
    z-index: 1;
}

#logo img {
    width: 204px;
    height: 71px;
}

#tagline {
    float: right;
    color: #7b7b7b;
    width: 390px;
    margin-top: 40px;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
}

#tagline p {
    color: #1d4fa6;
    font-size: 25px;
    text-align: right;
    line-height: 21px;
}

#tagline,#buttons h3 {
    font-family: 'book_antiquabold';
}

#menu-btn {
    display: none;
}

nav {
    font-family: 'humanst521_btroman';
    text-decoration: none;
    position: relative;
    top: 0px;
    width: 100%;
    float: left;
    margin-left: -5px;
    background-color: #1d4fa6;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

nav ul {
    list-style: none !important;
    margin-left: 30px;
}

nav ul li a {
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: -.1pt;
    line-height: 1em;
    display: block;
    padding: 16px;
}

nav a:hover,nav .nav-path-selected {
    background-color: #d1d1d1;
    color: #000;

    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-property: background;

    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

nav ul li:last-child {
    float: right;
    background-color: #d1d1d1;
    border-left: 5px solid #fff;
}

nav ul li:last-child a {
    padding: 16px 38px;
    color: #000;
}

nav ul li:last-child a:hover {
    color: #fff;
    background-color: #1d4fa6;

    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-property: background;

    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.hero-unit {
    position: relative;
    width: 980px;
    max-height: 348px;
    margin-top: 53px;
}

.hero-unit img {
    z-index: -3;
}

.hero-text h2 {
    position: absolute;
    left: 50px;
    bottom: 40px;
    width: 700px;
    height: auto;
    font-family: 'brisaregular';
    font-size: 71px;
    font-weight: 100;
    color: #fff;
    text-shadow: 5px 3px 6px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    z-index: 2;
}

#content {
    min-height: 200px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 645px;
}

#contact-content{
    min-height: 200px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    width:95%;
}

.contact-address {
    float: left;
    width: 45%;
}

.contact-address br {
    display: none;
}

.contact-form {
    clear: both;
    float: left;
    width: 45%;
}

.contact-map {
    margin-top: -180px;
    float: right;
    width: 50%;
}

#content h2 {
    font-family: 'book_antiquabold';
    letter-spacing: -.02em;
    font-size: 21px;
    margin: 15px 0px;
}

#content p {
    font-family: 'book_antiquaregular';
    margin: 5px 0px;
    line-height: 120%;
}

#content a {
    text-decoration: none;
}

#content ul li {
    font-family: 'book_antiquaregular';
    list-style: circle inside none;
    margin: 5px 0px;
    padding-left: 10px;
    line-height: 120%;
}

.button-row {
    width: 990px;
    margin-left: -9px;
}

.button-row a {
    color: #000;
}

.button {
    position: relative;
    float: left;
    margin-left: 9px;
    width: 321px;
    height: 173px;
    background-color: #D8D8D8;
}

.button h3,.button p {
    width: 50%;
    margin-left: 135px !important;
}

.button h3 {
    font-family: 'book_antiquabold';
    letter-spacing: -.02em;
    font-size: 21px;
    line-height: 19px;
    margin: 25px 15px 10px 0px;
    width: 125px;
}

.button p {
    font-family: 'book_antiquaregular';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.02em;
    margin-right: 15px;
}

.one {
    background-image: url(../img/butt1.png);
    background-repeat: no-repeat;
}

.two {
    background-image: url(../img/butt2.png);
    background-repeat: no-repeat;
}

.three {
    background-image: url(../img/butt3.png);
    background-repeat: no-repeat;
}

.button a {
    text-decoration: none;
    color: #1d4fa6;
}

hr {
    color: #d1d1d1;
    margin: .3em 0 !important;
}

footer {
    position: relative;
    width: 100%;
    background-color: #1d4fa6;

    -webkit-box-shadow: inset 0px 10px 5px 0px rgba(20, 20, 20, .7);
    box-shadow: inset 0px 10px 5px 0px rgba(20, 20, 20, .7);
}

.container {
    position: relative;
    width: 900px !important;
    min-height: 260px;
    margin: 0 auto;
    padding-top: 50px;
    color: #fff;
    font-family: 'humanst521_btroman';
}

#footer-nav {
    float: left;
    width: 100px;
}

#footer-nav ul li {
    margin-bottom: 12px;
    list-style: none;
}

#footer-nav ul li a {
    text-decoration: none;
    color: #fff;
}

#footer-contact {
    float: right;
    text-align: right;
    width: 30%;
}

#footer-contact p {
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0px;
}

#footer-contact a {
    text-decoration: none;
    color: #fff;
}

#siteby {
    font-size: 80% !important;
    padding: 20px 0px !important;
}

.triangle {
    position: absolute;
    bottom: -7px;
    margin-left: 30px;
    border-bottom: 35px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 5;
}

.triforce {
    position: absolute;
    bottom: 0;
    right: -15px;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

label, td {
    vertical-align: top !important;
}

.compliance {
    float:right;
    text-align: right;
    font-size: 8pt;
    margin-top:-10px;
}

@media screen and (max-width: 1010px) {
    html {
        -ms-overflow-x: hidden;
        overflow-x: hidden;
    }

    .button-row {
        margin-left: 0;
    }

    #wrapper {
        width: 100%;
    }

    .hero-unit {
        width: 100%;
        overflow: hidden;
    }

    .hero-unit img {
        max-width: 100%;
    }

    .button-row {
        position: relative;
        width: auto;
        padding: 0px;
    }

    .button {
        position: relative;
        float: left;
        margin-left: 4px;
        width: 32.66%;
        height: auto;
        padding-bottom: 15px;
    }

    .button h3,.button p {
        float: left;
        width: 80%;
        margin-left: 10% !important;
    }

    .one,.two,.three {
        background-image: none;
    }

    footer {
        width: 100%;
    }

    #footer-contact {
        width: auto;
    }

    .container {
        width: 80% !important;
    }

}

@media screen and (max-width: 768px) {
    .hero-unit {
        max-width: 100%;
        overflow: hidden;
        min-height: 190px;
    }

    .hero-unit img {
        height: auto;
    }

    .hero-text h2 {
        width: auto;
        font-size: 60px;
        bottom: 55px;
    }

    nav ul li:last-child {
        float: left;
        border-style: none;
        background-color: #1D4FA6;
        color: #fff;
    }

    nav ul li:last-child a {
        color: #fff;
    }

    nav ul li a:last-child {
        text-decoration: none;
        font-size: 16px;
        letter-spacing: -.1pt;
        line-height: 1em;
        display: block;
        padding: 16px;
    }

    #content {
        width: auto;
    }

    #content p {
        padding-right: 20px;
    }

    .contact-address {
        float: left;
        width: 100%;
    }

    .contact-form {
        clear: both;
        float: left;
        width: 100%;
    }

    .contact-map {
        clear:both;
        margin-top: 0px;
        float: left;
        width: 100%;
    }

}

@media screen and (max-width: 666px) {
    #tagline {
        display: none;
    }

    .hero-text {
        width: auto;
        font-size: ;
    }

    #button-row {
        width: auto;
    }

    .button h3 {
        font-size: ;
    }

    .button h3 br {
        display: none;
    }

    .one,.two,.three {
        clear: both;
        width: auto;
        margin: 5px auto;
    }

}

@media screen and (max-width: 600px) {
    .hero-unit img {
        height: 250px;
        float: right;
        max-width: none !important;
    }

    .hero-text h2 {
        width: 100%;
        font-size: 50px;
        bottom: 40px;
        left: 20px;
    }

    #menu-btn {
        display: block;
        width: auto;
        padding: 16px 25px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-family: 'humanst521_btroman';
    }

    #menu-btn span {
        float: right;
        margin-right: 9px;
    }

    #menu-btn:hover {
        color: #000;
    }

    nav {
        position: relative;
        margin: 0;
        padding: 0;
        border-style: none;
    }

    nav ul {
        float: left;
        width: 100%;
        margin-left: 0px;
        height: 0px;
        overflow: hidden;

        -webkit-transition: height 300ms ease-in-out;
        -moz-transition: height 300ms ease-in-out;
        -o-transition: height 300ms ease-in-out;
        -ms-transition: height 300ms ease-in-out;
        transition: height 300ms ease-in-out;
    }

    nav ul.active {
        height: 220px !important;

        -webkit-transition: height 300ms ease-in-out;
        -moz-transition: height 300ms ease-in-out;
        -o-transition: height 300ms ease-in-out;
        -ms-transition: height 300ms ease-in-out;
        transition: height 300ms ease-in-out;
    }

    nav ul li:hover {
        background-color: #d1d1d1;
        color: #000;

        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        -ms-transition-property: background;
        transition-property: background;

        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -ms-transition-duration: .4s;
        transition-duration: .4s;
    }

    nav ul li {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    nav ul li a,nav ul li a:visited {
        padding: 12px 12px;
        margin-left: 0px;
    }

    nav ul li a:hover {
        background: #D1D1D1;
    }

    nav ul li:last-child a:hover {
        color: #000;
        background-color: #D1D1D1;

        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        -ms-transition-property: background;
        transition-property: background;

        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -ms-transition-duration: .4s;
        transition-duration: .4s;
    }

    nav ul li a:last-child {
        float: none;
        padding: 10px 25px;
    }

    nav ul li:last-child {
        float: none;
    }

    #content {
        margin-left: 20px;
    }

    #contact-content {
        margin-left: 20px;
    }

    .button h3,.button p {
        margin-left: 20px !important;
        width: 90%;
    }

}

@media screen and (max-width: 400px) {
    .hero-text h2 {
        width: auto;
        font-size: 36px;
        bottom: 30px;
        left: 20px;
    }

    #footer-nav {
        margin-bottom: 15px;
    }

    .foot-logo {
        float: right;
        background-image: url(../img/foot-logo.png);
        width: 100px;
        height: 35px;
        background-repeat: no-repeat;
    }

    #footer-contact {
        clear: both;
        float: none;
        text-align: left;
    }

    #footer-contact img {
        display: none;
    }

    .contact-address br {
        display: inline;
    }

}

@media screen and (max-width: 320px) {
    .button-row {
        padding: 0;
    }

    #logo {
        left: 50px;
    }

    .hero-unit img {
        margin-right: -100px;
    }

    .contact-map {
        height: auto;
    }

}


@font-face {
    font-family: 'humanst521_btroman';
    src: url('hum521rm-webfont.eot');
    src: url('hum521rm-webfont.eot?#iefix') format('embedded-opentype'),
         url('hum521rm-webfont.woff') format('woff'),
         url('hum521rm-webfont.ttf') format('truetype'),
         url('hum521rm-webfont.svg#humanst521_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'book_antiquabold';
    src: url('antquab-webfont.eot');
    src: url('antquab-webfont.eot?#iefix') format('embedded-opentype'),
         url('antquab-webfont.woff') format('woff'),
         url('antquab-webfont.ttf') format('truetype'),
         url('antquab-webfont.svg#book_antiquabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('bkant-webfont.eot');
    src: url('bkant-webfont.eot?#iefix') format('embedded-opentype'),
         url('bkant-webfont.woff') format('woff'),
         url('bkant-webfont.ttf') format('truetype'),
         url('bkant-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brisaregular';
    src: url('brisa-webfont.eot');
    src: url('brisa-webfont.eot?#iefix') format('embedded-opentype'),
         url('brisa-webfont.woff') format('woff'),
         url('brisa-webfont.ttf') format('truetype'),
         url('brisa-webfont.svg#brisaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'WebSymbolsRegular';
	src: url('websymbols-regular-webfont.eot');
	src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('websymbols-regular-webfont.woff') format('woff'),
	     url('websymbols-regular-webfont.ttf') format('truetype'),
	     url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'WebSymbolsRegular';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'WebSymbolsRegular';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-menu:before {
	content: "²";
	font-size: 1em !important;
}
