/*   Primary Styles ==================================== */
/*   Author: InUnison LTD =================== */


/* CONTAINER STYLES ================================== */

html, body { 
  background: #1a3459;
  color: #444;
  font-size: 1.00em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.60em;
  text-align: left;
}

.pagecontainer {
  background: #1a3459 url(../images/bkg_tile01.jpg) center top no-repeat;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin: 0 auto 0px;
  padding: 0px;
  position: static;
  z-index: 10;
}

.addressoutercontainer {
  width: 100%;
  min-height: 37px;
  background: rgba(25, 25, 28, 0.55);
  padding: 8px 0px 7px 0px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 20;
}

.addresscontainer {
  width: 100%;
  max-width: 958px;
  display: block;
  text-align: left;
  padding: 0px 30px 0px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.socialcontainer {
  float: right;
  display: block;
  width: 50px;
  margin: -3px 0px 0px 0px
}

.headercontainer {
  width: 100%;
  position: static;
  z-index: 30;
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 20;
  box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.3);
}

header {
  width: 100%;
  background: none;
}

.featurecontainer {
  width: 100%;
  background: none;
  padding: 20px 0px 5px 0px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 30;
}

.descriptioncontainer {
  width: 88%;
  background: rgba(0, 0, 0, 0.35);
  border-right: solid 1px #444;
  border-bottom: solid 1px #444;
  border-left: solid 1px #444;
  padding: 8px 20px 7px 20px;
  margin: 0 auto 0px;
  margin-top: -19px;
  margin-bottom: 10px;
  position: relative;
  z-index: 40;
  border-radius: 0px 0px 7px 7px;
}

.feature {
  width: 100%;
  position: static;
  z-index: 10;
  background: none;
  border: none;
  padding:  10px 18px 0px 18px;
  margin: 0px 0px 0px 0px;
  border-radius: 3px;
}

.contentcontainer {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 0px 85px 0px;
}

.footercontainer {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 40px 0px 60px 0px;
}

footer {
  width: 100%;
  background: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border-radius: 3px;
}


/* SIMPLE RESPONSIVE GRID - FROM ZURB GRIDS TUTORIAL ( .Net Magazine ) http://www.creativebloq.com/design/building-modern-grid-system-5122962 ============================= */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 59.88em;
  *zoom: 1;
}
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  float: left; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
     
    .row .one { width: 100% }
    .row .two { width: 100% }
    .row .three { width: 100% }
    .row .four { width: 100% }
    .row .five { width: 100% }
    .row .six { width: 100% }
    .row .seven { width: 100% }
    .row .eight { width: 100% }
    .row .nine { width: 100% }
    .row .ten { width: 100% }
    .row .eleven { width: 100% }
    .row .twelve { width: 100% }

    /* Nicolas Gallagher's micro clearfix */
    .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
    .row:after, .clearfix:after { clear: both; }
    .row, .clearfix { zoom: 1; }


/* HEADING & TEXT STYLES ============================== */

.logo {
  width: 115px;
  height: 115px;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

h1 {
  font-size: 2.18em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 0.95em;
  text-transform: uppercase;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

h1.headerdescription {
  font-size: 1.12em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #6bc1f9;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-shadow: 2px 2px 1px rgba(27, 35, 40, 0.7);
}

.blue {
  color: #10418B;
  margin: 0px 0px 30px 0px;
}

h2 {
  font-size: 1.50em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  line-height: 1.00em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

h3 {
  font-size: 1.20em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #10418B;
  line-height: 1.42em;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

h4 {
  font-size: 1.28em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #aedbf9;
  line-height: 1.30em;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-shadow: 3px 3px 1px rgba(27, 35, 40, 0.7);
}

h5 {
  font-size: 1.30em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #4d585e;
  line-height: 1.08em;
  text-transform: uppercase;
  padding: 14px 14px 14px 20px;
  margin: 0px 0px 16px 0px;
  border-radius: 3px 3px 0px 0px;
  text-shadow: 2px 2px 1px rgba(27, 35, 40, 0.5);
}

h6 {
  font-size: 1.50em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.30em;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.slideshowtextoverlay {
  float: left;
  max-width: 923px;
  position: relative;
  z-index: 20;
}

/* NAVIGATION STYLES ================== */

.navcontainer {
  max-width: 958px;
  width: 100%;
  background: none;
  padding: 0px 20px 0px 20px;
  margin: -20px 0px 0px 0px;
}
.primary_nav ul {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
}
.primary_nav li {
  margin-bottom: 0;
}
.primary_nav li a {
  float: left;
  width: 100%;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.08em;
  line-height: 2em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #10418B;
  background: none;
  border-bottom: 1px solid #ccc;
  padding: 6px 0px 6px 0px;
  margin-bottom: 3px;
  border-radius: 3px;
}

.primary_nav li a:hover,
.primary_nav li a:focus {
  color: #fff;
  background: #2f9ae1;
}


/* SIDEBAR NAVIGATION ==================== */

.sidebarbutton01 {
  float: left;
  display: inline-block;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #1a3459;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 7px 12px 7px;
  margin: 0px 0px 18px 0px;
  border-radius: 7px;
  text-shadow: 2px 2px 1px rgba(27, 35, 40, 0.2);
}

a.sidebarbutton01:visited {
  color: #fff;
  background: #1a3459;
}

a.sidebarbutton01:hover {
  color: #fff;
  background: #777;
}

.servicebutton01 {
  float: left;
  display: inline-block;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.20em;
  line-height: 1.25em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #2f9ae1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 7px 12px 7px;
  margin: 0px 0px 25px 0px;
  border-radius: 7px;
  text-shadow: 2px 2px 1px rgba(27, 35, 40, 0.2);
}

a.servicebutton01:visited {
  color: #fff;
  background: #2f9ae1;
}

a.servicebutton01:hover {
  color: #fff;
  background: #777;
}


/* FONT AWESOME ICON STYLES / COLOR CHANGES ============== */

.style1 {
  width: 32px;
  max-width: 32px;
  display: block;
  font-size: 1.10em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #3b5998;
  border: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 3px;
}

a.style1:visited {
  color: #fff;
  background: #3b5998;
}

a.style1:hover {
  color: #3b5998;
  background: #fff;
}


/* HTML TAGS ============================= */

.nobr {white-space: nowrap;}

a {
  text-decoration: underline;
  color: #2f9ae1;
}

a:visited, a:hover, a:focus {
  color:  #999;
}

p {
  font-size: 1.05em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.68em;
  margin: 0px 0px 30px 0px;
}

address {
  font-size: 0.92em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.60em;
  color: #ddd;
  font-style: normal;
  margin: 0px 0px 0px 0px;
}

img {
  width: 100%;
  height: auto;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }
  
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #fff;
}

small {
  font-size: 60%;
  line-height: inherit; }

/* Lists */
ul,
ol,
dl {
  font-size: 1.02em;
  line-height: 1.48em;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }
li {margin-bottom: 6px; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }


/* FOOTER CONTENT STYLES ================================ */

.copyrightbox {
  float: none;
  height: 14px;
  font-size: 0.87em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.30em;
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.inunisonbox {
  float: none;
  height: 14px;
  font-size: 0.87em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.30em;
  color: #fff;
  margin: 0px 0px 0px 0px;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@viewport {
    width: device-width;
}


/* For above smaller breakpoint ============================================= */

@media only screen and (min-width: 480px) {

  p {
    font-size: 1.02em;
  }

  .row .one { width: 100% }
    .row .two { width: 100% }
    .row .three { width: 100% }
    .row .four { width: 100% }
    .row .five { width: 100% }
    .row .six { width: 100% }
    .row .seven { width: 100% }
    .row .eight { width: 100% }
    .row .nine { width: 100% }
    .row .ten { width: 100% }
    .row .eleven { width: 100% }
    .row .twelve { width: 100% }

    .navcontainer {
      margin: -20px 0px 0px 0px;
    }

    .primary_nav ul {
      list-style: none;
      background: none;
      padding: 0;
      }
      .primary_nav li a {
        float: left;
        width: 48%;
        display: block;
        padding: 6px 0px 6px 0px;
        margin-left: 5px;
      }

}

@media only screen and (min-width: 768px) {

  .logo {
    float: left;
    margin: 0px 0px 0px 20px;
  }

  h4 {
    margin: 26px 0px;
  }
  
  p {
    font-size: 0.98em;
  }
  
  .row .one { width: 8.33333% }
    .row .two { width: 16.66667% }
    .row .three { width: 25% }
    .row .four { width: 33.33333% }
    .row .five { width: 41.66667% }
    .row .six { width: 50% }
    .row .seven { width: 58.33333% }
    .row .eight { width: 66.66667% }
    .row .nine { width: 75% }
    .row .ten { width: 83.33333% }
    .row .eleven { width: 91.66667% }
    .row .twelve { width: 100% }

    .navcontainer {
      padding: 2px 20px 2px 20px;
      margin: 10px 0px 0px 0px;
    }

    .primary_nav ul {
      list-style: none;
      background: none;
      padding: 0;
      }
      .primary_nav li a {
        float: left;
        width: 21.5%;
        display: block;
        border:none;
        border-right: solid 1px rgba(255, 255, 255, 0.1);
        padding: 6px 10px 6px 10px;
        margin: 0px 9px 0px 9px;
      }
    

    .footerinner {
      display: inline-block;
      width: 100%;
      background: #4d585e;
      padding: 15px 20px 20px 20px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 3px;
    }  

    .copyrightbox {
      float: left;
      height: 14px;
      font-size: 0.87em;
      text-align: left;
      margin: 0px;
    }

    .inunisonbox {
      float: right;
      height: 14px;
      font-size: 0.87em;
      text-align: right;
      margin: 0px;
    }

}

@media only screen and (min-width: 1024px) {

  p {
    font-size: 0.98em;
  }

  /* Lists */
  ul,
  ol,
  dl {
    font-size: 0.95em;
    margin-bottom: 1.25em;
    list-style-position: outside;
  }
  /* Unordered Lists */
  ul li ul,
  ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */ }
    ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
  ul.square {
  list-style-type: square; }
  ul.circle {
  list-style-type: circle; }
  ul.disc {
  list-style-type: disc; }
  ul.no-bullet {
  list-style: none; }
  /* Ordered Lists */
  ol li ul,
  ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

  /* Definition Lists */
  dl dt {
    margin-bottom: 0.3em;
    font-weight: bold; }
  dl dd {
    margin-bottom: 0.75em; }

  .row .one { width: 8.33333% }
    .row .two { width: 16.66667% }
    .row .three { width: 25% }
    .row .four { width: 33.33333% }
    .row .five { width: 41.66667% }
    .row .six { width: 50% }
    .row .seven { width: 58.33333% }
    .row .eight { width: 66.66667% }
    .row .nine { width: 75% }
    .row .ten { width: 83.33333% }
    .row .eleven { width: 91.66667% }
    .row .twelve { width: 100% }

    .navcontainer {
      margin: 35px 0px 0px 0px;
    }
    

  .primary_nav li a {
        float: left;
        width: auto;
        display: block;
        padding: 6px 10px 6px 10px;
        margin: 0px 9px 0px 9px;
      }
  
}

/* STYLES HERE USED FROM http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/a-basic-responsive-grid-plus-handy-css3-media-query-reporter/ */

/* Mobile styles go first, without media queries. */


@media only screen and (min-width: 320px) {
    .dummystyleplaceholder {
        float: left;
        background: #333;
    }
}
@media only screen and (min-width: 480px) {
    .dummystyleplaceholder {
        float: left;
        background: #666;
    }
}
@media only screen and (min-width: 768px) {
    .dummystyleplaceholder {
        float: left;
        background: #999;
    }
}
@media only screen and (min-width: 1024px) {
    .dummystyleplaceholder {
        float: left;
        background: #fff;
    }
}
 

/* END MEDIA QUERY SIZE GUIDES FROM http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/a-basic-responsive-grid-plus-handy-css3-media-query-reporter/ */


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
