/* ---------------------------------------------------------------------
Original Author: Scott Garrison
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

/* Don't let iOS and WinMobile mobile-optimize text for you */
/* Turn this rule on for mobile sites or sites using mediaqueries */
/*
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
*/

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */

body {
    font: 17px/1.5 Georgia, Times, "Times New Roman", serif;
    background: url(../images/background-texture.png);
    color: #3a3a3a;
}

.wrapper {
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

p {
    margin: 0 0 8px 0;
}

img {
    max-width: 100%;
    margin: 12px 0 20px 0;
}

hr {
    margin: 40px 0;
}

.shadow {
    -webkit-box-shadow:  0px 0px 14px 0px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 14px 0px rgba(0, 0, 0, 1);
}

em {
    font-style: italic;
}

/* ---------------------------------------------------------------------
 Heading Styles
------------------------------------------------------------------------ */

.heading1 {
    max-width: 536px;
    width: 58.008658%;
    margin: 0 auto;
    padding: 168px 0 48px 0;
    font-family: 'Bitter', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    color: #939393;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}

.heading2 {
    margin: 0 0 5px 0;
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-size: 44px;
    color: #4f7a84;
}

.heading3 {
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading4 {
    margin: 40px 0 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #41606b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---------------------------------------------------------------------
 Text Styles
------------------------------------------------------------------------ */

.caption {
    font-size: 12px;
}

/* ---------------------------------------------------------------------
 Link Styles
------------------------------------------------------------------------ */

.link-nav {
    color: #acacac;
    text-decoration: none;
}

.link-nav:hover {
    color: #ffffff;
}

.link-inline {
    color: #49818e;
    text-decoration: none;
}

.link-inline:hover {
    text-decoration: underline;
}

/* ---------------------------------------------------------------------
 Logo Style
------------------------------------------------------------------------ */

.container-logo {
    position: absolute;
    left: 50%;
    margin-left: -127.5px;
    width: 255px;
    height: 170px; /*temporary*/
    background: #58777e url('../images/logo.png') no-repeat center;
}

.container-logo a {
    display: block;
    width: 255px;
    height: 170px;
}

/* ---------------------------------------------------------------------
 Container Styles
------------------------------------------------------------------------ */

.container-section {
    margin: 0 0 66px 0;
    padding: 25px 3.6796537%;
    background: #ededec;
    -webkit-box-shadow:  0px 0px 14px 0px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 14px 0px rgba(0, 0, 0, 1);
}

.contact {
    background: url(../images/contact-texture.jpg);
}

.footer {
    height: 71px;
    line-height: 71px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    background: #4f666b;
}

.container-signup .text-sub-info {
    margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------
 List Styles
------------------------------------------------------------------------ */

.h-list {
    overflow: hidden;
}

.h-list > li {
    float: left;
}

.h-list-nav {
    float: left;
    width: 31.9207792207792%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 1.082251082251%;
}

.h-list-nav li {
    padding-right: 8.1180812%;
}

.h-list-social {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 10px;
    width: 18.8311688311688%;
}

.h-list-social li {
}

.v-list-pdf li {
    margin: 10px 0 0 0;
}

.v-list-contact li {
    margin: 35px 0 0 0;
}

.v-list-projects li {
    margin: 25px 0 0 0;
}
/* ---------------------------------------------------------------------
 Navigation Bar
------------------------------------------------------------------------ */

.navigation {
    line-height: 49px;
    background: #262626;
    border-bottom: 1px solid #000000;
}

/* ---------------------------------------------------------------------
 Icon Styles
------------------------------------------------------------------------ */

.icon-facebook {
    background: url(../images/sprite-social.png) no-repeat 0 0;
    padding: 1px 0 2px 25px;
    margin: 0 25px 0 0;
}

.icon-email {
    background: url(../images/sprite-social.png) no-repeat 0 -17px;
    padding: 0 0 0 25px;
}

.icon-pdf {
    background: url(../images/icon-pdf.png) no-repeat 0 0;
    padding: 0 0 0 25px;
}

.icon-contact-email {
    font-family: 'Bitter', serif;
    font-size: 19px;
    background: url(../images/sprite-contact.png) no-repeat 0 0;
    padding: 0 0 0 45px;
}

.icon-address {
    font-family: 'Bitter', serif;
    font-size: 19px;
    background: url(../images/sprite-contact.png) no-repeat 0 -28px;
    padding: 0 0 0 45px;
    color: #3a3a3a;
}

/* ---------------------------------------------------------------------
 Buttons and Inputs
------------------------------------------------------------------------ */

.input-signup {
    width: 45.995670995671%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #a8a8a8;
    font-size: 17px;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
    float: left;
}

.btn-signup {
    width: 164px;
    float: left;
    margin: 0 0 0 1.8398268%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #a8a8a8;
    font-family: 'Bitter', serif;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
    background: #4f7a84; /* Old browsers */
    background: #5f8790; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiM1Zjg3OTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM0ZjdhODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5f8790 49%, #4f7a84 51%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#5f8790), color-stop(51%,#4f7a84)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5f8790 49%,#4f7a84 51%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5f8790 49%,#4f7a84 51%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5f8790 49%,#4f7a84 51%); /* IE10+ */
    background: linear-gradient(to bottom,  #5f8790 49%,#4f7a84 51%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8790', endColorstr='#4f7a84',GradientType=0 ); /* IE6-8 */
}

.btn-signup:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #4f7a84; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiM0ZjdhODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM1Zjg3OTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4f7a84 49%, #5f8790 51%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#4f7a84), color-stop(51%,#5f8790)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f7a84 49%,#5f8790 51%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f7a84 49%,#5f8790 51%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f7a84 49%,#5f8790 51%); /* IE10+ */
    background: linear-gradient(to bottom,  #4f7a84 49%,#5f8790 51%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7a84', endColorstr='#5f8790',GradientType=0 ); /* IE6-8 */
}

.form-signup {
    margin: 20px 0 0 0;
    overflow: hidden
}


/* ---------------------------------------------------------------------
 Facebook Updates
------------------------------------------------------------------------ */

#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}