/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #171717;
    font-size: 1em;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100% ;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Fascets Styles ==================================================
   Author: Phil Brienesse - Coffee Web Development http://www.coffeewebdevelopment.com 
   May 2016
   ========================================================================== */
  
@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

body {
  font: 18px/1.3 pt_sansregular, Helvetica, sans-serif;
  color: #333333;
  background: #1a6167;
  word-wrap: break-word;
}

body a {color: inherit; text-decoration: none;}
h1 {font: normal 1.5em/1.3em pt_sansregular, Helvetica, sans-serif;}
h2 {font: normal 1.5em/1.3em pt_sansregular, Helvetica, sans-serif;}
h3 {font: normal 1em/1.3em pt_sansregular, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 .7em 0; line-height: 1.2em;}
h1 a, h2 a, h3 a {text-decoration: none;}
h1.tight, h2.tight, h3.tight, h4.tight, h5.tight, h6.tight {margin-bottom: 0;}
p {margin: 0 0 .7em 0;}
strong, b {font-family: pt_sansbold, Helvetica, sans-serif; font-weight: normal;}
i, em {font-family: pt_sansitalic, Helvetica, sans-serif; font-wieght: normal;}
strong i, i strong, strong em, em strong, b i, b em, i strong, i b, em strong, em b {font-family: pt_sansbold_italic, Helvetica, sans-serif; font-weight: normal;}

html, body {height: 100%;}

.wrapper {
    width: 1000px; 
    margin: 0 auto;
}

#main-container a {color: #348aa7;}

#main-container a:hover {text-decoration:underline;}

#header-container {
  width: 100%;
  background: url(gfx/header-container-bg.gif) no-repeat center -80px;
}

#header-wrapper {
  background: url(gfx/header-bg.gif) no-repeat right top #61c4bd;
  height: 280px;
  position: relative;
}

#header-wrapper h1 {
  background: url(gfx/logo-graphic.jpg) no-repeat 6px 17px #1a6167;
  height: 116px;
  border-radius: 0 58px 58px 0;
  padding: 0 55px 0 100px;
  margin: 0;
  position: absolute;
  top: 84px;
  left: 0;
  font-size: 45px;
  line-height: 116px;
  color: #fff;
}

#header-wrapper h1 a {color: #fff;}

#main-nav ul {
  float: right;
  padding-top: 20px;
  font-size: 17px;
  margin: 0;
  list-style: none;
}

#main-nav li {
  float: left;
  margin: 0 0 0 28px;
  padding: 0;
  color: #fff;
}

#main-nav li:first-child {margin-left:0;}

#main-nav li a {color: #fff;}

#main-nav li.current a, #main-nav li a:hover {text-decoration: underline;}

#main-nav li.contact {
  line-height: 30px;
  background-color: #348aa7;
  color: #fff;
  border-radius: 15px;
  padding: 0 30px;
}

#main-container {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.more a {color: #fff; text-decoration: none;}


#main-container p.more a {color: #fff;}

p.more {
  font-size: 16px;
  line-height: 46px;
  background-color: #348aa7;
  color: #fff;
  text-transform: uppercase;
  border-radius: 23px;
  float: left;
  padding: 0 40px;
  margin-top: 28px;
}

p.more:hover {background-color: #0c80a7;}

.article-image {
  border-radius: 50%;
  float: left;
}

.summary {width: 640px; float: right;}

.even .summary {float: left;}

.even .article-image {float: right;}

.detail.article-image {float: right; margin-left: 60px;}

.landing-teaser {
  margin: 40px 0;
  padding: 20px 0;
  clear: both;
}

.landing-teaser:after {
  width: 80%;
  height: 1px;
  border-bottom: 1px solid #ceedeb;
  padding-bottom: 60px;
  margin: 0 auto;
}

#home-mid-container {
  width: 100%;
  min-width: 1000px;
  background: url(gfx/email-mid-container-bg.gif) repeat-y center top;
}

#home-mid-container div.wrapper {
  background: url(gfx/center-round-top.gif) no-repeat center top; height: 100px;
  display: table;
}

#events-feature {
  background: url(gfx/center-round-bottom-right.gif) no-repeat right bottom;
  display: table-cell;
  padding: 120px 50px 120px 0;
  width: 50%;
}

.date-circle {
  background: #348aa7;
  border-radius: 48px;
  height: 96px;
  width: 96px;
  float: left;
  margin-right: 40px;
}

p.event-month {
  color: #61c4bd;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 15px;
  line-height: 1em;
  margin-bottom: 0;
}

p.event-date {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}

.event-summary {
  width: 310px;
  float: left;
}

.event-summary h3, .event-summary p {
  font-size: 20px;
  color: #fff;
}

p.event-title {margin-bottom: 0;}


#subscribe-feature {
  background: url(gfx/center-round-bottom-left.gif) no-repeat left bottom;
  display: table-cell;
  padding: 120px 0 120px 110px;
  width: 50%;
}

/* override form styles */
.ctct-custom-form {
  background: transparent!important;
  font-family: pt_sans_regular, Helvetica, sans-serif!important;
  padding: 0!important;
}

.ctct-custom-form h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.ctct-custom-form input[type="text"] {
  border-radius: 10px!important;
  font-size: 20px!important;
  font-family: pt_sans_regular, Helvetica, sans-serif!important;
  line-height: 35px!important;
  padding: 0 10px!important;
}

.ctct-custom-form p {margin: 0 0 8px 0!important;}

.ctct-custom-form label {margin: 0 0 8px 0!important;}

.ctct-custom-form .ctct-button {
  width: 140px!important;
  border-radius: 10px!important;
  background: #348aa7!important;
}

.ctct-form-footer {color:#fff!important;}

#home-feature-container {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

#home-feature-container article {
  padding-right: 50px;
  float: left;
  width: 285px;
}

#home-feature-container article#resource-feature {
  float: right;
  padding-right: 0;
}

#home-feature-container article h2 {
  color: #1a6167;
  border-bottom: 1px solid #333;
}

#home-feature-container article h3 {
  font: normal normal 18px/1.2 pt_sansbold_italic, Helvetica, sans-serif;
}

#home-feature-container p.readmore a {color: #348aa7; font-weight: normal; text-decoration: none;}

#resource-feature h3 {margin-bottom: 0;}

.landing-teaser h3 {font: normal normal 18px/1.2 pt_sansbold_italic, Helvetica, sans-serif;}

.faq-odd {text-align: left;}

.faq-even {text-align: right;}

.faq .landing-teaser {width: 80%;}

.faq .landing-teaser.faq-even {float: right;}

#footer-container footer {
  background: url(gfx/footer-bg.gif) no-repeat right center;
  min-height: 180px;
}

#utility-nav {
  float: left;
  list-style: none;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 25px 0 0 0;
}

#utility-nav li {
  float: left;
  padding-right: 20px;
}

#utility-nav li a {color: #fff; text-decoration: none; font-weight: normal;}

#footer-container #subscribe-feature {
  float: right;
  width: 350px;
  padding: 25px 0 20px 0;
  background-image: none;
}

 


/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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 {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}