/*
Theme Name: ACG
Theme URI: http://gi.org/
Description: Theme for ACG
Author: RCS Apps
Version: 1.0
License: GNU General Public License
*/

/*
 * ==|== normalize ==========================================================
 */

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%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

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: 1px 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, monospace; _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; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
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; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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; }

/* =============================================================================
	* User styles
   ========================================================================== */

/* =============================================================================
   Base
   ========================================================================== */
   
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #eee;
    padding: 57px 0 0 0;
}

/* =============================================================================
   Layout
   ========================================================================== */
   
img {
    max-width: 100%;
    height: auto;
}

td img {
    max-width: none;
}

#container {
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	margin: 0 auto;
	padding: 0 0 25px;
	min-height: 300px;
	width: 960px;
}

.no-rgba #container {
	border: 1px solid #ddd;
}

/* header */
.main-header {
    background: url(images/bg-header.png) no-repeat 100% 0;
    background-size: 960px 127px;
	height: 184px;
	position: relative;
	z-index: 98;
}

.branding {
    color: #0c3b5c !important;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 35px 0 0 130px;
    position: relative;
    height: 125px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,0,0,.12); 
	z-index: 2;
}

.branding .acg-logo {
    position: absolute;
    left: 7px;
    top: 7px;
}

.branding-description {
    text-shadow: 1px 1px 0 rgba(255,255,255,.72);
    color: #0063c2 !important;
    display: block;
    font-family: 'Helvetica Neue' , Arial, sans-serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    margin-top: 3px;
}

.acg-logo {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    height: 110px;
    width: 110px; 
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.acg-logo:hover {
    opacity: .77;
}

.promo {
    background: transparent;
    display: block;
	height: 127px;
	position: absolute;
	right: 0;
	top: 0;
	width: 415px;
	z-index: 2;
}  

/*
.promo {
    background: rgba(0,79,155,.99);
    box-shadow: 0 0 2px rgba(0,0,0,.3);
	border-radius: 4px;
	color: #fff !important;
    display: block;
	height: 66px;
	padding: 6px 6px 6px 105px;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 315px;
	z-index: 2;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.promo:hover {
	background: rgba(0,79,155,.7);
}   

.promo div span {
	display: block;
}

.promo div strong {
	font-size: 11px;
	text-transform: uppercase;
}

.promo img {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    padding: 5px;
	position: absolute;
	left: 0;
	top: -4px;
	z-index: 2;
	width: 90px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.promo:hover img {
 	opacity: .7;
}
*/

#search {
	right: 10px;
	position: absolute;
	top: 10px;
	width: 220px;
	z-index: 3;
}

#search input[type=text] {
	border: 1px solid #ccc;
	border-radius: 26px;
	background: #fff;
	background: rgba(255,255,255,.92);
	color: #777;
	height: 26px;
	font-size: 13px;
	padding: 2px 32px 2px 12px;
	width: 100%;
}

#search input[type=text]:focus {
	outline: none;
}

#search .search-submit {
    height: 16px;
    width: 16px;
	position: absolute;
	right: 8px;
	top: 4px;
	opacity: .65;
}

#search .search-submit:hover {
    opacity: 1;
}

#breadcrumb {
	padding: 33px 10px;
}

/* structure */
#main {
	float: right;
	padding: 0 30px 0 0;
	width: 750px;
}

#main.home {
	float: none;
	padding: 0;
	width: auto;
}

#main.home .columns {
	padding: 20px 20px 0;
}

.two-column-right {
	min-height: 300px;
}

.column-one {
	float: left;
	width: 70%;
}

.home .column-one {
    width: 63%;
}

.column-two {
	float: right;
	width: 26%;
}

.home .column-two {
	position: relative;
	width: 35%;
}

.two-column-right .column-two {
    margin-top: -15px;
    position: relative;
}

.two-column-right .column-two::after {
    content: '';
    background: #eee;
    display: block;
    height: 100%;
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
}

.column-two .item {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 15px 10px 25px 15px;
}

.column-two .item + .item {
    margin-top: 5px;
}

.column-two .item:first-child {
	background: none;
}

#sidebar {
	float: left;
	width: 180px;
}

.split > div {
	float: right;
	width: 48%;
}

.split > div:first-child {
	float: left;
}

.split.three > div {
	float: left;
	margin-left: 5%;
	width: 30%;
}

.split.three > div:first-child {
	float: left;
	margin-left: 0;
	width: 30%;
}

/* home page user signin */
.user-signin-trigger.button  {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: left;
}

.user-signin-trigger:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -3px;
}

.user-signin-trigger.expanded,
.user-signin-trigger.expanded:hover {
	background: #156671 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.user-signin-trigger.expanded:after {
	border-bottom: 5px solid #fff;
	border-top: none;
}

.user-signin {
	border-top: none;
	position: relative;
	margin: 0;
	top: auto;
	right: auto;
	width: 100%;
	z-index: 1;
}

.user-signin .button {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
}

.user-signin input[type="text"],
.user-signin input[type="password"] {
	background: #fff !important;
	box-shadow: inset 0 1px 1px #ccc;
	color: #777;
	font-size: 14px;
	font-weight: bold;
	padding: 2%;
	width: 96%;
}

.user-signin {
	border-top: none;
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 1;
}

.user-signin > div {
	background: #fff;
	border: 6px solid #156671;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: none;
	font-size: 12px;
	padding: 15px;
	position: relative;
}

.user-signin-cancel {
	color: #cc0000;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.cycle-promos {
	margin-top: 18px;
}

/* footer */
#main-footer {
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0 0 15px;
	width: 960px;
}

#footer-acg {
	float: left;
	margin: 0 0 15px 0;
	width: 350px;
}

#footer-patients, #footer-sites {
	float: left;
	margin: 0 0 15px 20px;
	width: 160px;
}

#main-footer .address {
	float: right;
	text-align: right;
	width: 230px;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #0063c2;
    outline: none;
}

#main a {
    text-decoration: none;
}

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

a:focus {
	outline: none;
}

a:visited {
    color: #1c67af;
}

#breadcrumb,
#breadcrumb a {
	color: #777;
	font-size: 11px;
	text-decoration: none;
}

#breadcrumb .current {
	color: #000;
	font-weight: bold;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

.social {
	font-size: 24px;
}

#main-footer .icon.twitter {
	background: url(images/icon-twitter.png) no-repeat 0 50%;
}

#main-footer .icon.facebook {
	background: url(images/icon-facebook.png) no-repeat 0 50%;
}

#main-footer .icon.youtube {
	background: url(images/icon-youtube.png) no-repeat 0 50%;
	width: 38px;
}

.box {
	border: 1px solid #fff;
	background: #e2e2e2;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0;
	padding: 2px 5px;
	text-transform: uppercase;
}

.box:hover {
	background: #0063c2;
	color: #fff !important;
	text-decoration: none !important;
}

.more {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
}

.more:hover {
	text-decoration: underline !important;
}

.rss {
    color: #ff6600;
    font-size: 16px;
}

h2 .rss {
	position: absolute;
	right: 0;
	top: 0;
}

.external {
	background: url(images/bg-external-black.png) no-repeat 100% 50%;
	padding-right: 15px;
}

.button,
.button .external {
	background: #ffa414;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 22px;
	border: none;
	color: #fff !important;
	display: inline-block;
	font-size: 17px;
	font-family: Arial;
	margin: 12px 0;
	padding: 5px 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.button.external span {
	background: url(images/bg-external-white.png) no-repeat 100% 50%;
	padding-right: 17px;
}

#main p .button { text-decoration: none; }

.cta .button {
	margin: 0;
}
.button.green {
	background: #156671;
}

.button:hover {
    background: #156671;
    text-decoration: none !important;
}

.button.green:hover {
	background: #ffa414;
}

.button:active {
	background: #444;
	color: #ddd;
}

#sidebar .button {
	margin: 5px 0;
	font-size: 14px;
}

.returntotop {
	border: 1px solid #ddd;
	border-radius: 22px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.15);
	color: #444;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 28px;
	padding: 5px 15px;
	text-decoration: none !important;
}

.returntotop:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 1.1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f106';
    margin-left: 6px;
}

.returntotop:hover {
	background-color: #eee;
	border-color: #ccc;
}

a.myPlayerStream,
a.myPlayer {
    display:block;
    width: 320px;
    height:240px;
    text-align:center;
    margin:0 15px 15px 0;
    float:left;
    border:1px solid #999;
}

a.myPlayerStream img,
a.myPlayer img {
    margin-top:70px;
    border:0px;
}

a.myPlayerStream:hover,
a.myPlayer:hover {
    border:1px solid #000;
}

/* =============================================================================
   Typography
   ========================================================================== */

body,
button,
input,
select,
textarea {
    font-family: 'Helvetica Neue' , Arial, sans-serif;
}

.page-title {
    border-bottom: 1px solid #eee;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.page-title.noticepresent {
	padding-right: 320px;
}

h2,
.entry h1 {
	color: #156570;
	font-size: 19px;
	font-weight: bold;
	line-height: 21px;
	margin: 24px 0;
}

h2.section {
	color: #333;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}

.entry h1 {
	margin: 0 0 12px;
}

h2:target {
	background: #eee;
	border-radius: 5px;
	padding: 6px;
}

.home .column-two div h2 {
	border: none;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px !important;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.guideline  h2 {
	border: none;
}

h3 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 12px 0;
}

.column-two div h3 {
	font-size: 14px;
	line-height: 1.3;
}

.guideline h3.trigger {
	background: #eee;
	padding: 10px;
	font-size: 18px;
}

.featured h3 {
	font-size: 14px;
	margin: 0;
}

.column-two .events div h3 {
	margin: 0 0 -4px 0 !important;
}

h4 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 12px;
}

.column-two h4 {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}

.callout h4:first-child {
	margin-top: 0;
}

#main-footer h4 {
	background: #004f9b;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 5px;
	padding: 5px 7px;
	text-transform: uppercase;
}

#main-footer #footer-patients h4 {
	background: #0063c2;
}

#main-footer #footer-sites h4 {
	background: #434d54;
}

h5 {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 0 0 6px;
	margin: 18px 0 6px;
	text-transform: uppercase;
}

.featured h5 {
	margin-top: 0;
}

#main > div,
#main p {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

#main p {
	margin: 0 0 18px 0;
}

#main #tabs p {
	margin: 5px 0 0 0;
}

#main .main p,
#main p.small,
p.small {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 12px;
}

#main h4 + p.small {
	margin-top: -5px;
}

#main .column-one p:first-child {
	margin-top: 5px;
}

#main .callout p {
	margin: 7px 0;
}

#main .featured p {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin: 5px 0;
}

#main .column-two div p {
	color: #434d54;
	font-size: 12px;
	line-height: 1.5;
	margin: 5px 0 0;
}

#main .column-two .events div p {
	color: #666;
	font-size: 11px;
}

#main p.small {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
}

#main .intro {
	color: #888;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

#main .cta p {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 0;
}

#main .item .intro {
	margin: 5px 0 0;
}

#main-footer,
#main-footer p,
#main-footer li {
	font-size: 11px;
	line-height: 1.5;
	color: #555;
}

#main p a {
	text-decoration: underline;
}

#main .item p a {
	text-decoration: none;
}

#main-footer a,
#main-footer a:visited {
	color: #555;
	text-decoration: none;
}

#main .item p a:hover,
#main-footer a:hover {
	color: #000;
	text-decoration: underline;
}

#main-footer p {
	margin: 0 0 4px 0;
}

.address {
	font-style: normal;
}

/* random */
.red {
	color: #be302e !important;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

#main ul,
#main ol {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 18px;
	padding: 0 0 0 30px;
}

#main ul ul,
#main ol ol,
#main ul ol,
#main ol ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
}

#main ul {
	list-style: square;
	margin: 0 0 22px;
}

#main table ul,
#main table ol {
	margin-bottom: 0;
}

#main ul.simple {
	list-style: none;
	padding: 0;
}

#main li {
	margin: 7px 0;
}

#main ul.references,
#main ul.references li {
	color: #666;
	font-size: 11px;
	list-style: none;
	line-height: 1.2em;
	margin: 0 0 5px;
	padding: 0;
}

#main ul.items {
	font-size: 11px;
	line-height: 1.4;
	margin: 5px 0 0 0;
	padding: 0 0 0 14px;
}

#main ul.items a {
	font-size: 12px;
}

#main ul.items a {
	font-weight: bold;
}

#main-footer ul,
#main-footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-footer li {
	margin: 0 0 2px;
}

/* =============================================================================
   Content
   ========================================================================== */

.entry,
.post {
	padding-right: 100px;
}

.two-column-right .entry,
.two-column-right .post {
	padding-right: 0;
}

.hr {
	background: #eee;
	height: 1px;
	overflow: hidden;
	margin: 20px 0;
}

#sidebar .hr {
	height: 1px;
	margin: 10px 30px 10px 10px;
}

#cycle-main {
	position: relative;
	overflow: hidden;
}

.home #cycle-main {
	height: 325px;
}

#cycle-main div {
	width: 100%;
}

.home #cycle-main div {
	height: 325px;
}

#cycle-main a {
	display: block;
	height: 100%;
	width: 100%;
}

#cycle-main div div {
	background: #000;
	background: rgba(0,0,0,.8);
	box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	padding: 0 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.home #cycle-main div div {
	background: #000;
	background: rgba(0,0,0,.8);
	box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	height: 325px;
	position: absolute;
	left: auto;
	bottom: auto;
	right: 30px;
	top: 0;
	width: 200px;
}

#cycle-main a,
#cycle-main a:hover { text-decoration: none; }

#cycle-main h1 {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	margin: 0 !important;
	padding: 10px 10px 5px 10px;
}

.home #cycle-main h1 {
	background: #156570;
	background: rga(21,101,112,.8);
	font-size: 25px;
	line-height: 25px;
	margin: 0 !important;
	padding: 10px;
}

#cycle-main p {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 18px !important;
	margin: 0 !important;
	padding: 0 10px 10px 10px;
}

.home #cycle-main p {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 19px !important;
	margin: 0 !important;
	padding: 10px !important;
}

#cycle-main strong {
	background: #e28602;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-style: normal;
	padding: 3px 5px;
	text-transform: uppercase;
}

.home #cycle-main strong {
	background: #025a5c;
	margin: 0 10px 0 0;
}

.home #cycle-main a:hover h1,
#cycle-main a:hover strong {
	background: #005d9f;
	color: #eee !important;
}

#cycle-nav {
	background: #eee;
	height: 32px;
	overflow: hidden;
	text-align: center;
}

#cycle-nav a {
    background: #a7c8c9;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin: 7px 4px 0 4px;
	text-indent: -9999em;
	width: 15px;
}

#cycle-nav a:hover,
#cycle-nav a.activeSlide {
	background: #156570;
}

#cycle-nav a:active {
	background: #444;
}

#cycle-main img {
	display: block;
}

.callout {
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	margin: 0 0 20px;
	padding: 20px;
}

div .callout {
	margin-top: 0;
}

.cta {
	border-radius: 4px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	float: right;
	margin: 12px 0 32px 25px;
	padding: 20px 20px;
	text-align: center;
	max-width: 45%;
}

.cta .alignleft {
	float: left;
	margin: 12px 10px 12px 0;
}

.callout.floatright,
.callout.floatleft,
.callout.alignright,
.callout.alignleft  {
	background: #f3f3f3;
	float: right;
	margin: 0 -90px 10px 20px;
	padding: 12px 12px 7px 12px;
	width: 190px;
}

.callout.floatleft,
.callout.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.callout .left {
	border-right: 1px solid #ddd;
	float: left;
	padding: 0 20px 0 0;
	width: 46%;
}

.column-one .callout .left {
	width: 240px;
}

.callout .right {
	float: right;
	width: 46%;
}

.column-one .callout .right {
	width: 200px;
}

.split .column {
	float: right;
	width: 48%;
}

.split .column:first-child {
	float: left;
}

.alert {
	background: url(images/bg-alert.png) no-repeat 0 0;
	bottom: 12px;
	color: #444 !important;
	min-height: 74px;
	font-size: 14px;
	line-height: 20px;
	padding: 29px 29px 0;
	position: absolute;
	right: 10px;
	text-shadow: none;
	width: 247px;
}

.addthis_toolbox{
	position: absolute;
	right: 10px;
	top: -20px;
	width: 150px;
}

.alert:hover {
	text-decoration: none !important;
}

.alert strong {
	color: #025a5c;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.alert em {
	background: #025a5c;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	padding: 1px 4px 0 4px;
	text-transform: uppercase;
}

.alert:hover em {
	background: #000;
	color: #eee !important;
}

div.items {
	border-top: 5px solid #156570;
	margin: 20px 0 0 0;
	padding: 7px 0 0 0;
}

div.items div.article {
	border-top: 1px solid #eee;
	padding: 10px 0;
}

div.items h2 + div {
	border: none;
}

.events .date {
	background: #156570;
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding: 0 0 7px;
	text-align: center;
	width: 80px;
}

.events .date:hover {
	background: #005d9f;
	color: #eee !important;
	text-decoration: none !important;
}

.events .date .month {
	background: #05444c;
	display: block;
	padding: 2px;
}

.events .date:hover .month {
	background: #003e6c;
}

.events .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
}

.events .details {
	float: right;
	width: 230px;
}

#tabs {
	margin: 12px 0 0 0;
}

.home #tabs {
	margin: 25px 0 0 0;
}

#main ul.tabs {
	height: 39px;
	margin: 0;
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

#main ul.tabs li {
	float: left;
	height: 39px;
	margin: 0 6px 0 0;
}

#main ul.tabs li a {
	float: left;
	background: #ddd;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 0 -1px 1px rgba(0,0,0,.1);
	color: #555;
	font-size: 13px;
	font-weight: bold;
	line-height: 39px;
	padding: 0 12px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.4);
	/* -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; */
}

#main ul.tabs li a:hover {
	background: #156570;
	border-color: #156570;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

#main ul.tabs li.ui-state-active a {
    border-color: #ddd;
	background-position: 0 39px;
	background-color: #fff;
	color: #007073;
}

#tabs > div {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	border: 1px solid #ddd;
	clear: both;
	padding: 20px 20px 12px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.home #tabs > div {
	padding: 20px 10px 12px 10px;
}

.ui-tabs-hide {
	display: none;
}

#tabs .featured {
	float: right;
	width: 405px;
}

#tabs .featured.auto {
	float: none;
	width: auto;
}

#tabs h5.smalllogo {
	width: 474px;
	float: right;
}

#tabs h5 {
	text-transform: none;
}

.home #tabs h5 {
	text-transform: uppercase;
}

/* =============================================================================
   Navs
   ========================================================================== */

.nav {
	background: #4088cd; /* Old browsers */
    background: -moz-linear-gradient(top, #4088cd 0%, #175da1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4088cd), color-stop(100%,#175da1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4088cd 0%,#175da1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4088cd 0%,#175da1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4088cd 0%,#175da1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4088cd 0%,#175da1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4088cd', endColorstr='#175da1',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 960px;
	z-index: 98;
}

.nav:after,
.nav:before {
    background: rgba(255,255,255,.2);
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 3px;
    z-index: 1;
}

.nav:after {
    background: rgba(0,0,0,.2);
    bottom: 3px;
    top: auto;
}

.nav ul,
.nav li {
	list-style: none;
}

.nav > ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

.nav > ul > li {
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.nav > ul > li::after {
    content: '';
    background: #ccc;
    background: rgba(255,255,255,.2);
    display: block;
    height: 60%;
    position: absolute;
    width: 1px;
    top: 20%;
    left: 0;
}

.nav > ul > li:first-child::after {
    display: none;
}

.nav > ul > li:hover {
	background: #fff !important;
	box-shadow: 2px -2px 2px rgba(0,0,0,.25), -2px -2px 2px rgba(0,0,0,.25);
}

.no-rgba .nav > ul > li {
	border-top: 1px solid transparent;
}

.no-rgba .nav > ul > li:hover {
	border-color: #ddd;
}

.nav > ul > li.current_page_item {
	background: #fff;
	box-shadow: -2px -2px 2px rgba(0,0,0,.25);
}

.nav > ul > li.current_page_item:before {
    content: '';
    background: #004f9b;
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
}

.nav > ul > li:hover > a {
	color: #0063c2;
	text-shadow: 2px 2px 2px rgba(0,0,0,.12);
}

.nav > ul > li > a {
	color: #fff;
	display: table-cell;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 14px 11px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	vertical-align: middle;
}

.nav > ul > li.current_page_item > a {
	color: #004f9b;
	text-shadow: none;
}

.nav > ul > li:first-child > a {
	background: none;
}

.nav li .drop {
	background: #fff;
	box-shadow: 1px 9px 10px rgba(0,0,0,.30);
	min-height: 100px;
	left: -9999em;
	/* display: none; */
	padding: 20px 10px;
	position: absolute;
	text-align: left;
	top: 58px;
	width: 720px;
}

.no-rgba .nav li .drop {
	border: 1px solid #ddd;
	border-top: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#cccccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#cccccc')";
}

.nav li .drop.two {
	width: 480px;
}

.nav li.primary1:hover .drop,
.nav li.primary2:hover .drop { 
    left: 0px; 
}

.nav li.primary3:hover .drop,
.nav li.primary5:hover .drop { 
    left: -100px; 
}

.nav li.primary4:hover .drop {
    left: -200px;
}

.nav li.primary6:hover .drop,
.nav li.primary7:hover .drop,
.nav li.primary8:hover .drop { 
    left: auto; right: -200px; 
}

.nav li.primary9:hover .drop,
.nav li.primary10:hover .drop,
.nav li.primary11:hover .drop { 
    left: auto; right: 0; 
}

.drop .col {
	float: left;
	padding: 0 10px;
	width: 220px;
}

.drop .col::after {
	content: '';
	display: block;
	height: 90%;
	background: #eee;
	margin-left: -10px;
	width: 1px;
	position: absolute;
	top: 5%;
}

.drop .col:first-child::after {
    display: none;
}

.drop.four .col {
	width: 160px;
}

.drop .col img {
	max-width: 220px;
}

.drop.four .col img {
	max-width: 160px;
}

.drop h3 {
	color: #434d54;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 10px;
}

.drop h4 {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	line-height: 11px;
	margin: 15px 0 5px;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.drop .col h4:first-child {
	margin-top: 0;
}

.drop p {
	color: #444;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px;
}

.drop .action {
	background: #3180cc; /* Old browsers */
	background: -moz-linear-gradient(top, #3180cc 0%, #03529e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3180cc), color-stop(100%,#03529e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3180cc 0%,#03529e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3180cc 0%,#03529e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3180cc 0%,#03529e 100%); /* IE10+ */
	background: linear-gradient(top, #3180cc 0%,#03529e 100%); /* W3C */
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.2);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: right;
	line-height: 13px;
	padding: 6px 10px;
	text-decoration: none;
}

.ie8 .drop .action,
.no-rgba .drop .action {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180cc', endColorstr='#03529e',GradientType=0 ); /* IE6-9 */
}

.drop .action:hover {
	background: #434d54;
}

.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drop ul li {
	margin: 0;
	padding: 0;
}

.drop ul li a {
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	padding: 5px 0;
}

.drop ul li a:hover {
	color: #000;
	border-bottom: 1px solid #ddd;
	text-decoration: underline;
}

/* localnav */

#secondary {
	border-radius: 0 5px 5px 0;
	border-left: none;
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	padding: 0 0 25px;
}

.no-rgba #secondary {
    border: 1px solid #eee;
}

#secondary > div {
	padding: 0;
}

#secondary h4 {
	background: #004f9b;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	margin: 25px 0 0;
	padding: 9px 6px;
	text-transform: uppercase;
}

#secondary-inner > div:first-child h4:first-child {
	border: none;
	border-radius: 0 5px 0 0;
	margin-top: 0;
}

#secondary .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary .menu li {
	list-style: none;
}

#secondary .menu > li > a {
	border-bottom: 1px solid #dfdfdf;
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 8px 6px;
	position: relative;
	text-decoration: none;
}

#secondary .menu > li > a:hover,
#secondary .menu > .menu-item-has-children > a:hover {
	background-color: #eee;
	color: #000;
}

#secondary .menu > .current_page_item > a,
#secondary .menu > .current-page-ancestor > a {
	background: #eee;
	color: #004f9b;
	font-weight: bold;
	padding-right: 15px;
}

#secondary .menu > .current_page_item > a::after,
#secondary .menu > .current-page-ancestor > a::after {
    border: 5px solid transparent;
    border-left-color: #004f9b;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 1px;
}

#secondary .sub-menu {
	display: none;
}

#secondary .menu > .menu-item-has-children > a {
    padding-right: 15px;
}

#secondary .menu > .menu-item-has-children > a::after {
    border: 5px solid transparent;
    border-top-color: #444;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -2px;
    top: 50%;
    right: 5px;
}

#secondary .menu > .menu-item-has-children.opened > a {
	background: #434D54;
	border-color: #434D54;
	color: #ccc;
}

#secondary .menu > .menu-item-has-children.opened > a::after {
	border-top-color: transparent;
	border-bottom-color: #fff;
	margin-top: -7px;
}

#secondary .menu > .menu-item-has-children.opened > a:hover {
	color: #fff;
}

#secondary .menu ul {
    border: 5px solid #434D54;
	background: #fff;
	border-top: none;
	margin: 0;
	padding: 0;
}

#secondary .menu ul a {
    border-top: 1px solid #eee;
    color: #777;
    display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 6px;
	position: relative;
	text-decoration: none;
}

#secondary .menu ul a:hover {
    color: #333;
    text-decoration: underline;
}

#secondary .menu ul li.current-menu-item a {
	color: #000;
	font-weight: bold;
	padding-right: 15px;
	text-decoration: none !important;
}

#secondary .menu ul li.current-menu-item a::after {
    border: 5px solid transparent;
    border-left-color: #000;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 1px;
}

#tertiary {
	padding: 10px 10px 0 0;
}

#main #tertiary h4 {
	border-bottom: 3px double #eee;
	color: #434D54;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: none;
	padding: 7px 6px 12px 15px;
}

#main #tertiary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main #tertiary li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main #tertiary a {
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 9px 6px 9px 15px;
	text-decoration: none;
}

#main #tertiary a:hover {
	color: #000;
}

#main #tertiary .current_page_item > a {
	background: #fff;
	border: 1px solid #eee;
	border-left: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,.15);
	color: #004f9b;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
}

/* =============================================================================
   Forms
   ========================================================================== */

label {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px;

}

input[type=text],
input[type=password] {
	display: block;
	margin: 0 0 10px;
	width: 220px;
}

#paydues input[type=text],
#paydues input[type=password] {
	display: inline;
	width: 120px;
}

#paydues input[type=text].large,
#paydues input[type=password].large {
	width: 480px;
}

.forgot-password {
	font-size: 11px;
	padding-left: 30px;
}

#sidebar input[type=text],
#sidebar input[type=password] {
	color: #777;
	font-size: 12px;
	width: 130px;
}

/* gravity forms */

div.gform_wrapper {
	background: #f6f6f6;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	border-radius: 4px;
	margin: 5px 0 10px 0;
	padding: 0;
	width: auto;
}

div.gform_body {
	padding: 15px 25px;
	overflow: hidden;
}

li.gfield.gsection {
	clear: both;
	margin: 30px 0 15px !important;
	padding: 0 !important;
}

ul.gform_fields li.gfield.gsection:first-child {
	margin-top: 0 !important;
}

h2.gsection_title {
	border: none;
	color: #444;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	margin: 12px 0 0 !important;
	min-width: 340px;
	padding: 30px 0 0 0;
	text-shadow: 1px 1px 0 #fff;
}

.gform_body > ul li:first-child h2.gsection_title {
	padding: 0;
}

div.gsection_description {
	border-bottom: 1px solid #ccc;
	color: #777;
	font-size: 17px;
	line-height: 21px;
	padding: 5px 0 12px;
}

#main ul.gform_fields,
#main ul.gform_fields ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.gform_body label {
	color: #555;
	font-size: 13px;
	line-height: 18px;
}

#main li.gfield {
	clear: both;
	list-style: none;
	margin: 0;
	padding:6px 0 10px;
}

li.gfield_contains_required {

}

label.gfield_label {
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 12px;
	text-align: right;
	width: 160px;
}

#main ul.gfield_checkbox {
	overflow: hidden;
}

#main ul.gfield_checkbox li {
	float: left;
	margin: 0 0 5px !important;
	width: 25%;
}

#main form.two-column ul.gfield_checkbox li {
	width: 50%;
}

#main form.two-column .gchoice_7_0,
#main form.two-column .gchoice_7_1 {
	display: inline;
	float: left;
	margin-right: 10px;
}

#main form.two-column .gchoice_7_0 label,
#main form.two-column .gchoice_7_1 label{
	display: inline;
}

#main form.horizontal-radios ul.gfield_radio li{
	display: inline;
	float: left;
	margin-right: 10px;
}
#main form.horizontal-radios ul.gfield_radio li label{
	display: inline;
}

#main ul.gfield_checkbox li label {
	display: inline;
	font-weight: normal;
	padding-left: 3px;
}

div.ginput_container {
	float: left;
	padding-bottom: 12px;
	width: 470px;
}

.ginput_left {
	clear: left;
	float: left;
}

.ginput_right {
	float: left;
	margin-left: 12px;
}

.ginput_full label,
.ginput_right label,
.ginput_left label {
	color: #666;
	font-size: 11px !important;
	font-weight: normal;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

.gfield input[type=text] {
	width: 250px;
}

.gform_body select {
	width: 255px;
}

.gfield div.ginput_container input[type=text],
.gform_body .gfield div.ginput_container select {
	width: 220px;
}

.gfield input[type=text].medium {
	width: 240px;
}

.ginput_full input[type=text],
input[type=text].large {
	width: 420px;
}

.gform_body select.medium.gfield_select {
	width: 245px;
}

.gfield div.ginput_container input[type=text] {
	width: 220px;
}

.gform_body .gfield div.ginput_container select {
	width: 225px;
}

div.gform_body input[type=text],
textarea.textarea {
	color: #666;
	font-size: 12px;
	margin: 0;
}

textarea.textarea {
	padding: 5px;
}

textarea.textarea.medium {
	width: 300px;
}

textarea.textarea.large {
	width: 460px;
}

div.gform_footer {
	background: #f4f4f4;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	clear: both;
	margin: -1px 0 0 0;
	padding: 0 0 20px 198px;
}

.gform_footer .gform_button {
	min-width: 200px;
	text-align: center;
}

div.gform_footer .button {
	margin: 0;
}

div.gform_footer.top_label {

}

.charleft {
	color: #999;
	font-size: 11px;
	margin: 5px 0;
}

.gform_heading,
.validation_error {
	color: #444;
	font-size: 15px;
	margin: 0;
	padding: 15px 20px 0;
}

.validation_error {
	color: #cc0000;
	font-weight: bold;
}

.gfield_description {
	background: #fff;
	border: 3px double #333;
	clear: both;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 18px 172px;
	padding: 5px 12px;
	width: 442px;
}

.gfield_error .gfield_description {
	border-color: #cc0000;
	color: #cc0000;
}

span.gfield_required {
	color: #cc0000;
	font-weight: bolder;
}

/* =============================================================================
   Tables
   ========================================================================== */

#main table {
	margin: 18px 0;
}

#main table td {
	padding: 5px;
	font-size: 13px;
	padding: 5px;
}

#main table.border {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 100%;
}

#main table.border th {
	background: #434D54;
	color: #ddd;
	font-size: 12px;
	padding: 7px 5px;
}

#main table.border th a {
	color: #fff;
}

#main table.border th,
#main table.border td {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#main table.border tr.highlight td {
	background-color: #eee;
	color: #434D54;
	padding: 15px;
}

#main table.sorter {
	width: 100%;
}

#main table.sorter th a.isasc {
	padding-right: 15px;
	background: url(images/sortable-arrow-up.png) no-repeat 100% 50%;
}

#main table.sorter th a.isdesc {
	padding-right: 15px;
	background: url(images/sortable-arrow-down.png) no-repeat 100% 50%;
}

#main table.sorter td {
	font-size: 12px;
	vertical-align: top;
}

/* =============================================================================
   Utility Styles
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.hidden { display: none; 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; }

.showhide-div {
	display: none;
}

img.shadow {
	box-shadow: 4px 4px 4px rgba(0,0,0,.35);
}

img.rounded {
	border-radius: 8px;
}

img.alignright {
	margin: 0 0 0 10px;
}

img.alignleft {
	margin: 0 10px 0 0;
}

img.float-l{
	float:left;
	margin: 0 14px 5px 0;
}

.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.center { text-align: center !important; }

.text-right { text-align: right !important; }

.centered {
	margin-left:auto;
	margin-right:auto;
}

.inline { display: inline !important; }

.block { display: block !important; }

.alignright { float:right !important; }

.alignleft { float:left !important; }

.collapse-top { margin-top: 0 !important; }

.collapse-bottom { margin-bottom: 0 !important; }

.collapse { margin: 0 !important; }

.margin-top { margin-top: 12px !important; }

.margin-top-small { margin-top: 6px !important; }

.margin-top-big { margin-top: 32px !important; }

.margin-left { margin-left: 12px !important; }

.margin-left-big { margin-left: 24px !important; }

.margin-right { margin-right: 12px !important; }

.margin-right-big { margin-left: 24px !important; }

.margin-bottom { margin-bottom: 12px !important; }

.margin-bottom-small { margin-bottom: 6px !important; }

.margin-bottom-big { margin-bottom: 32px !important; }

.negative-margin-top { margin-top: -18px !important; }

.highlight {
	font-weight: bold;
	color: #FF0000;
}

/* =============================================================================
   HUD
   ========================================================================== */

#hud {
  border-top: 1px solid #7d7d7d;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 34px;
  left: 0;
  position: fixed;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 999;
}
#hud {
  background-color: #313c43;
  background-image: -moz-linear-gradient(left, #4e585f, #313c43);
  background-image: -ms-linear-gradient(left, #4e585f, #313c43);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#4e585f), to(#313c43));
  background-image: -webkit-linear-gradient(left, #4e585f, #313c43);
  background-image: -o-linear-gradient(left, #4e585f, #313c43);
  background-image: linear-gradient(left, #4e585f, #313c43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e585f', endColorstr='#313c43', GradientType=1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.1);
}
#hud a {
  color: #fff;
  text-decoration: none;
}
#hud a:hover {
  color: #eee;
  text-decoration: underline;
}
#hud .container {
  margin: 0 auto;
  height: 28px;
  padding: 7px 0 0 0;
  position: relative;
  width: 960px;
}
#hud .logo {
  left: 0;
  position: absolute;
  top: 3px;
  width: 28px;
  z-index: 998;
}
#hud .button,
#hud input[type=submit] {
  background: #697f8d;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 11px;
  height: auto;
  line-height: 1;
  margin: -1px 0 0 5px;
  padding: 5px 10px;
  text-shadow: none;
}
#hud input[type=submit] {
    margin: 0;
}
#hud .button:hover {
  background: #54646f;
}
#hud label {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}
#hud,
#hud select,
#hud p,
#hud li {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 10px;
}
#hud input[type="text"],
#hud input[type="password"] {
  display: block;
  margin: 0 0 10px;
  width: 220px;
}
#hud #hud-site-selector {
  background: #52626c;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  float: left;
  margin: -2px 0 0 3px;
  padding: 5px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  width: 262px;
}
#hud #hud-site-selector:hover {
    background: #677c8b;
}
#hud #hud-site-selector #hud-selected-site {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding-left: 29px;
  text-decoration: none;
}
#hud #hud-site-selector #hud-selected-site span {
  border-right: 1px solid #eee;
  color: #fff;
  opacity: .5;
  padding-right: 5px;
  margin-right: 5px;
}
#hud #hud-site-selector #hud-selected-site.toggled .sites {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99;
}
#hud #hud-site-selector .sites {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  right: 0;
  padding: 7px 10px 4px;
  position: absolute;
  top: -5554px;
  width: 166px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-transform: none;
}
#hud #hud-site-selector .sites-close {
  color: #444;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 5px;
}
#hud #hud-site-selector .sites-close:hover {
  color: #999;
}
#hud #hud-site-selector h4 {
  border-bottom: 1px solid #ddd;
  color: #000;
  margin: 0 0 2px !important;
  font-size: 11px;
  line-height: 11px;
  padding: 0 0 7px !important;
}
#hud #hud-site-selector h4:after {
  content: '×';
  text-indent: 0;
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-right: -3px;
  margin-top: -7px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#hud #hud-site-selector h4:after:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#hud #hud-site-selector h4:after:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#hud #hud-site-selector h4 #hud-selected-site-cancel {
  color: #999;
  font-size: 16px;
  float: right;
  text-indent: -9999em;
  text-transform: none;
}
#hud #hud-site-selector ul {
  list-style: none;
  margin: 0;
  padding: 0 0 5px;
}
#hud #hud-site-selector ul li {
  margin: 0;
  padding: 0;
}
#hud #hud-site-selector ul li a {
  color: #696969;
  display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  padding: 5px;
  text-shadow: none;
  text-decoration: none;
}
#hud #hud-site-selector ul li:hover {
  background: #f4f4f4;
  color: #222;
  text-decoration: none;
}
#hud #hud-site-selector ul li:hover a {
    color: #333;
}
#hud #hud-site-selector ul li.current a {
  color: #000;
  font-weight: bold;
}
#hud #hud-buttons {
  float: left;
  margin: 0 0 0 8px;
}
#hud #hud-user {
  float: right;
}
#hud #hud-user form {
  margin: 0;
}
#hud #hud-user #signin {
  background: #fff;
  border: 5px solid #2f3a41;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  right: 0;
  position: absolute;
  padding: 10px;
  text-shadow: none;
  text-transform: none;
  top: 31px;
}
#hud #hud-user #signin label {
  font-size: 12px;
}
#hud #hud-user #signin #signin-cancel {
  color: #cc0000;
  position: absolute;
  right: 10px;
}
#hud #hud-user #signin a,
#hud #hud-user #signin a:hover {
  color: #777;
  font-weight: normal;
}
#hud #hud-social {
  float: left;
  margin-left: 5px;
}
#hud #hud-social a {
  display: inline-block;
  line-height: 18px;
  margin-left: 10px;
}
#hud .icon:before,
#hud .button.store span:before,
#hud #hud-user a.member:after,
#hud-selected-site:after,
#hud #hud-site-selector ul li.current a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 1.1em;
    margin-right: 3px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
#hud .twitter:before {
    content: '\f099';
}
#hud .facebook:before {
    content: '\f09a';
}
#hud .button.store span:before {
    content: '\f07a';
}
#hud-selected-site:after,
#hud #hud-user a.member:after {
    content: '\f0d7';
    margin-left: 3px;
}
#hud #hud-site-selector ul li.current a:before {
    content: '\f0da';
}
#hud-selected-site:after {
    position: absolute;
    right: 5px;
}
#wraptable {
  margin-top: 47px;
}
/**** sso ******/
#multipleaccounts h2 {
  font-size: 180%;
}
#multipleaccounts div.accounts-multiple {
  float: left;
  width: 46%;
  background-color: #DEE5ED;
  border: 1px solid #768FA5;
  padding: 6px;
  margin-bottom: 5px;
  margin-right: 2%;
}
#multipleaccounts p.intro {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

/* =============================================================================
   media queries
   ========================================================================== */


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  #main a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

  #container {
  	border: none;
	box-shadow: none;
  }

  .nav,
  #search,
  .promo,
  #breadcrumb,
  #sidebar,
  #tertiary,
  #footer-acg,
  #footer-patients,
  #footer-sites,
  nav,
  #hud,
  #main-footer a {
  	display: none;
  }

  .main-header {
  	height: auto;
  }

  #home-link {
  	border-bottom: 1px solid #ccc;
  	display: block;
  	font-size: 17pt;
  	height: auto;
  	margin: 0 0 15px;
  	padding: 0 0 15px;
  	text-decoration: none;
  	text-indent: 0;
  	width: auto;
  }

  #main-footer {
  	border-top: 1px solid #ccc;
  	padding-top: 15px;
  }

  #main, #main div {
  	float: none !important;
  	width: auto !important;
  }

}

/* podcasts */
div.podcast{
	padding: 10px 0;
	background: url(images/bg-podcast.png) no-repeat 0 100%;
}

div.podcast-photo {
	float: left;
	width: 15%;
	margin-right: 5%;
}

div.podcast-content {
	float: left;
	width: 80%;
}

#main div.podcast-content ul {
	float: left;
	width: 46%;
	margin: 0;
	padding: 0 2%;
}

div.podcast-content li {
	font-size: 11px;
	margin: 3px 0 !important;
}

/* temp matt stuff */

li.tempblocklabel li {
	clear: both;
}
