article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Lato', sans-serif; color: #111; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #111; color: #fff; text-shadow: none; }
::selection { background: #111; color: #fff; text-shadow: none; }

::-webkit-input-placeholder { color:#111;}
:-moz-placeholder { color: #111;}
::-moz-placeholder { color: #111;}
:-ms-input-placeholder {color:#111;}
::-webkit-textarea-placeholder { color:#111;}
:-ms-textarea-placeholder {color:#111;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 2px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author: Design and Logic
   ========================================================================== */
/* Sticky Footer */   
body {background:url(../images/bg.png);color:#111; font-family: 'Lato', sans-serif;overflow-y:scroll; font-size: 14px;height:100%;}
html {height:100%;}
#wrapper {min-height:100%;margin: 0 auto;width: 1120px;background:#fff;-webkit-box-shadow:0 0 8px #ccc;-moz-box-shadow:0 0 8px #ccc;box-shadow:0 0 8px #ccc;}
#main {padding-bottom: 65px;}
.stick {position:relative; margin-top: -65px;height: 65px;clear:both;}
.padded {padding:0 15px;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* FontAwesome */
.fa {font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;}
i {color: #fff;font-size:14px;}

/* Header */
header {height:139px;border-bottom:1px solid #dbdbdb;}
header .logo {float:left;margin:12px 40px;}
header .right {float:right;}
header .right .holder {float:left;margin-top: 24px;margin-right: 25px;}
header .right .titletop {font-size:32px;font-weight:300;}
header .right .titlebottom {font-size:32px;text-align:right;font-weight:300;margin-top:-10px;}
header .right img {width:120px;height:129px;float:right;margin-top:4px;}

/* Navigation */
nav {width:270px;float:left;}
nav .menu {padding:0;margin:0;}
nav .menu > li {display: block;position: relative;text-align: center;}
nav .menu > li > a {display: block;;color: #111;font-size: 16px;padding: 8px 15px;text-decoration: none;position: relative;border-bottom: 1px solid #dbdbdb;transition: all 0.17s ease-in-out;-moz-transition: all 0.17s ease-in-out;-webkit-transition: all 0.17s ease-in-out;-o-transition: all 0.17s ease-in-out;-webkit-backface-visibility: hidden;}
nav .menu li a span {display: inline;position: relative;z-index: 2;}

nav .menu li.drop > a span:after {display: block; position: absolute;top: 0px; right: -12px; content: '\f105'; font-family: 'FontAwesome';font-size: 17px;color: #6689be;}
nav .menu > li > a:after { position: absolute; content: '';top: 0; left: 0;width: 0;height: 100%;background:#0062c7;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
nav .menu > li > a:hover {color:#fff;}
nav .menu > li > a:hover:after  {width: 100%;}
nav .menu > li > a.active:after {background: none;}
nav .menu > li > a.active {background:#0062c7;color:#fff;}

nav ul.ddown {list-style:none;padding-left:0;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;position: absolute;top: -1px;width: 220px;visibility: hidden\0/;opacity: 0;z-index: 3;text-align: left;left: 100%;transition: all 0.17s linear;-moz-transition: all 0.17s linear;-webkit-transition: all 0.17s linear;-o-transition: all 0.17s linear;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;-o-transform-origin: 0 0; transform-origin: 0 0;-webkit-transform: rotateY(-90deg);-moz-transform: rotateY(-90deg);-ms-transform: rotateY(-90deg);-o-transform: rotateY(-90deg);transform: rotateY(-90deg);-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;}
nav li.drop:hover > ul.ddown {visibility: visible;opacity: 1;-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-ms-transform: rotateY(0deg);-o-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;-moz-transition: -moz-transform 0.4s, opacity 0.1s;-mos-transition: -mos-transform 0.4s, opacity 0.1s;-o-transition: -o-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s;}
nav ul.ddown li {border-top: 1px solid #dbdbdb;position: relative;}
nav ul.ddown li:last-child {border-bottom: 1px solid #dbdbdb;}
nav ul.ddown li a {display: block;color: #111;font-size: 13px;padding: 10px 15px;text-decoration: none;background: rgba(255,255,255,0.9);transition: all 0.17s ease-in-out;-moz-transition: all 0.17s ease-in-out;-webkit-transition: all 0.17s ease-in-out; -o-transition: all 0.17s ease-in-out;}
nav ul.ddown li a:hover {background:#f6fa75;}
nav ul.ddown.level3 li a:hover {background:#f6fa75;}
nav ul.ddown li.drop > a span:after {top: -3px;color: #ccc;}

/* Content */
.content {float:left;width:849px;border-left:1px solid #dbdbdb;padding-bottom:40px;min-height:600px;}
.content .top {background:#fbfbfb;padding:15px 0;}
.content .top .title {color:#0062c7;font-size:36px;font-weight:300;}
.content .breadcrumb {border-bottom: 1px solid #dbdbdb;}
.content .breadcrumb span {margin:0 3px;}
.content h3 {font-weight:normal;color:#0062c7;font-size:20px;}
.content h3 span {color:#111;font-size:14px;}
.content h4 {font-weight:normal;color:#0062c7;font-size:17px;}
.content a {color:#0062c7;text-decoration:none;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.content a:hover {text-decoration:underline;}

/* Meetings */
#map_hub {margin:15px 0;height:400px;}
#map_hub h3 {margin:5px 0 10px 0;}
#map_hub .gm-style .gm-style-iw {font-family:'Lato', sans-serif !important;font-weight:normal !important;font-size:14px !important;}
#legend {margin:0;padding:0;list-style:none;}
#legend li {cursor:pointer;}
.content .underline {height:1px;background:#dbdbdb;margin:18px 0;}
.content p.further {text-align:right;}

/* Group Information Form */
.form-input {margin-top:15px;}
.form-input.none {margin-top:0;}
.form-input .title {float:left;width:125px;margin-top:3px;}
.form-input .item {float:left;width:210px;}
.form-input .item.text {width:693px;}
.form-input .item input[type=text] {width:100%;border:1px solid #dbdbdb;padding:5px;outline:none;}
.form-input .item input[type=text]:focus {border:1px solid #333;}
.form-input .item input[type=text].required {border:1px dashed #f63a50 !important;}
.form-input .item button {border:none;background:#0062c7;color:#fff;padding:10px 15px;outline:none;}
.form-input .item select {width:100%;border:1px solid #dbdbdb;padding:5px;outline:none;}
.form-input .item select:focus {border:1px solid #333;}
.form-input .item textarea {width:100%;border:1px solid #dbdbdb;padding:5px;outline:none;height:100px;}
.form-input .item textarea:focus {border:1px solid #333;}
.form-input .row {float:left;width:693px;border:1px solid #dbdbdb;border-bottom:none;}
.form-input .row.bottom {border-bottom:1px solid #dbdbdb;}
.form-input .row .blk {float:left;width:14.286%;border-right:1px solid #dbdbdb;padding:5px;}
.form-input .row .blk.last {border-right:none;}
.form-input .row input[type=text] {float:left;width:14.286%;border:none;border-right:1px solid #dbdbdb;padding:5px;outline:none;}
.form-input .row input[type=text].last {border-right:none;}
.form-input .row input[type=text].required {border:1px dashed #f63a50 !important;}
.form-input .row select {float:left;width:14.286%;border:none;border-right:1px solid #dbdbdb;padding:5px;outline:none;}
.form-input .row select.last {border-right:none;}
.form-input .row select.required {border:1px dashed #f63a50 !important;}
.section {border:1px solid #dbdbdb;border-left:none;border-right:none;margin:20px 0;padding-bottom:20px;}
.section.border {border-bottom:none;padding-bottom:0;}
.section.border .row.required {border:1px dashed #f63a50 !important;border-bottom:1px solid #dbdbdb !important;}
.section.border .row.bottom.required{border-bottom:1px dashed #f63a50 !important;}
.section .left {float:left;}
.section .right {float:left;margin-left:25px;}

.success {padding:5px;border:1px solid;margin:15px 0;}
.success {background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.success p {margin:0;}

.error {padding:5px;border:1px solid;margin:15px 0;}
.error {background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.error p {margin:0;}

/* Footer */
footer {position:relative;height:65px;background:#dbdbdb;width:1120px;margin:0 auto;}
footer .backtotop {background:#0062c7;width:35px;height:35px;opacity:0.6;position:absolute;top:-50px;right:15px;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;cursor:pointer;}
footer .backtotop i {font-size:32px; margin:1px 7px;}
footer .backtotop:hover {opacity:1;}
footer .yellow {height:2px;background:#f6fa75;width:100%;position:absolute;top:0px;}
footer .blue {height:2px;background:#0062c7;width:100%;position:absolute;top:2px;}
footer .copy {float:left;}
footer .copy p {margin:25px 0 0 0;}
footer .design {float:right;}
footer .design p {margin:25px 0 0 0;}
footer .design a {color:#111;text-decoration:none;}

.hidden { display: none !important; visibility: hidden; }
.clearfix {clear:both;}

/* =============================================================================
   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; }
  .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; }
  nav {display:none;}
  .content {float:none;width:1120px;border-right:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;}
  a[href]:after { display:none; } 
  .breadcrumb {display:none;}
  footer {display:none;}
  .append {display:none;}
}


