/* Normalize CSS */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } 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; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } 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; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; }

html, body { height: 100%; }

body {
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 15px;
  /* Background patterns from subtlepatterns.com */
  background: #e1ded7 none;
}

#account-bar, #banner, #navigation>ul, #main, .container {
  width: 1400px;
  margin: 0 auto;
}

#main {
  margin: 30px auto;
  background: #ffffff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.4);
  display: table;
}

#content {
  width: 790px;
  display: table-cell;
  vertical-align: top;
  padding: 35px;
}

#sidebar {
  width: 300px;
  display: table-cell;
  vertical-align: top;
  padding: 35px 20px 20px;
  background-color: #ececec;
  margin-bottom: 20px;
  height: 100%;
}

#footer {
  clear: both;
  color: #ffffff;
  background: #2b2d2c;
  box-shadow: 0px 900px 0px 900px #2b2d2c;/* Expand footer on short pages */
  padding: 25px;
  text-align: center;
  height: 100px;
}
#footer a{
  color: #ffffff;
  text-decoration: underline;
}

#header {
  background: #C6C6C6;
}

#logo {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 48px;
  margin: 0px;
}

h1#logo{
  padding: 10px 0px 25px;
}
h1#logo a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0px 25px;
}

img#logo {
  border: 0px;
  max-height: 125px;
  margin: 15px 0px;
}

#account-bar {
  padding: 0px 0px;
  margin: 0px auto;
  height: 28px;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 12px;
  position: relative;
  z-index: 10;
}
#account-bar ul {
  background: #eee;
}
#account-bar a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#account-bar a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
#account-bar>li>a {
  color: #000;
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
}
#account-bar>li>span {
  background: #eee;
  color: #000;
  display: inline-block;
  padding: 5px 0px;
}
#account-bar>li:first-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
#account-bar a.profile-link {
  min-width: 94px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
}
#account-bar>li>a {
  text-decoration: none;
  font-weight: normal;
}
#account-bar>li>span { }
#account-bar ul a {
  color: #000;
  padding-left: 7px;
  display: block;
}
#account-bar li { display: block;}
#account-bar>li {
  height: 23px;
  float: right;
}
#account-bar li:hover ul { display: block; }
#account-bar>li:hover>a { border-bottom-left-radius: 0px; }
#account-bar li ul {
  background: #eee;
  display: none;
  padding: 3px;
  width: 100px;
  padding-right: 11px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#account-bar li ul li {
  padding: 2px 0px;

}
#account-bar .dwn {
  font-size: 75%;
}

#navigation {
  width:100%;
  margin: 0px;
  background: #2b2d2c;
}
#navigation>ul {
  margin: 0 auto!important;
}
#navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  list-style: none;
}
#navigation>ul>li {
  float: left;
  height: 42px;
}
#navigation a {
  color: #ffffff;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: block;
}
#navigation .dwn {
  text-transform: lowercase;
  color: #888888;
}
#navigation>ul>li>a {
  padding: 12px 10px 9px 10px;
  height: 16px;
}
#navigation>ul>li.current>a, #navigation>ul>li.current_parent>a, #navigation>ul>li.current:hover>a, #navigation>ul>li.current_parent:hover>a {
  color: #ffffff;
  border-bottom: 5px solid #6698C0;
}
#navigation>ul>li:hover>a {
  color: #ffffff;
  border-bottom: 5px solid #6698C0;
}
#navigation>ul>li:hover ul { display:block; }

/* Subnav */
#navigation ul li ul {
  min-width: 130px;
  display: none;
  float: left;
  position: absolute;
  z-index: 10;
}
#navigation li ul li a {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  padding: 5px 10px;
  background: #ffffff;
  opacity: 0.85;
}
#navigation li ul li a:hover {
  color: #000000;
  opacity: 1;
}
#navigation li ul li:first-child a {
  padding-top: 10px;
}
#navigation li ul li:last-child a {
  padding-bottom: 10px;
}

a {
  color: #6698C0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #6d6d6d;
}
a:hover {
  color: #97BFD2;
  text-decoration: none;
}
p {
  margin: 1em 0em;
}

/* Remove page titles */
h1#page_title {
  margin-top: 0px;
  display: none;
}
body.chpg-my-account #page_title,
body.chpg-invoices #page_title,
body.chpg-credit-cards #page_title,
body.chpg-subscriptions #page_title,
body.chpg-register #page_title, /* member/edit */
body.chpg-documents #page_title {
  display: block;
}
.image-gallery-page-type .text-content-type {
   border-top: 0px;
   padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: .75em 0em;
  line-height: 1.4em;
}
h1{
  color: #388db5;
  font-family: Raleway, Helvetica, Arial, 'sans-serif';
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
}

h2{
  color: #388db5;
  font-family: Raleway, Helvetica, Arial, 'sans-serif';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
}
h3{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}
h4{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
h5{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
h6{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

#notice>div {
  padding: 5px;
  padding-left: 31px;
  margin: 5px 0px 10px 0px;
  color: #000;
  background-color: #ffffff;
}
#notice ul {
  list-style: disc;
}
#notice li {
  margin-left: 20px;
}
#notice, #notice h1, #notice h2, #notice h3{
  margin: 0px;
  color: #000000;
}
#notice>.errorExplanation,
#notice .error {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_error.png") 7px 7px no-repeat;
  border: 2px solid #d34839;
  border-radius: 3px;
  background-size: 17px;
}
#notice .success {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_success.png") 7px 7px no-repeat;
  border: 2px solid #a4bb4e;
  background-size: 17px;
  border-radius: 3px;
}
.warning {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_warning.png") 7px 7px no-repeat;
  border: 2px solid #edd24e;
  background-size: 17px;
  border-radius: 3px;
}
.info, .success, .warning, .error, .validation {
  padding: 6px 10px 6px 34px;
  background-repeat: no-repeat;
  background-position: 8px 7px;
  text-align: left;
  margin-bottom: 4px;
  line-height: 1.5em;
}
.info {
  color: #2f5daa;
  border: 2px solid #2f5daa;
  background-color: #ffffff;
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_info.png") 7px 7px no-repeat;
  background-size: 17px;
  border-radius: 3px;
}

#small_admin {
  padding: 0;
  margin-bottom: 6px;
}

div.small_admin_links {
  margin-top: 0;
  text-align: right;
  margin-bottom: 10px;
}

/* Form Elements */
fieldset {
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 1.2em 0 1.2em 0.3em;
  padding: 1em 1.4em 1.4em;
  border: 0px;
}
/* Override inline styles */
.chpg-invoices fieldset {
  background-color: #ececec!important;
  border: 0px!important;
}
fieldset.boxless {
  margin: 0 0 1.2em 0;
  padding: 1em 0 1.4em 0;
  border: none;
  background: none;
}
legend {
  color: #333;
  background-color: #ececec;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 -.4em;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 110%;
}
fieldset.tab {
  border-top: 1px solid #f3f3f3;
  margin-top: 0;
}

label {
  display: block;
  margin-top: 10px;
}
label em {
  font-weight: normal;
}
label .support-text {
  font-weight: normal;
}

form  {
  width: 100%;
}

.inline-label {
  display: inline;
  padding-right: 8px;
}

.inline-label-solo {
  display: inline;
  padding-right: 20px;
  line-height: 1.3em;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
}
input[type=text], input[type=password] {
  width: 95%;
  border: 1px solid #ccc;
  background-color: #fff;
}
input:focus, textarea:focus, select:focus,.field-wrapper.focus {
  border: 1px solid #00B5D5;
}
input[type=submit] {
  padding: 4px 8px;
}
input[type=radio], input[type=checkbox] {
  background: transparent !important;
  border: 0 !important;
  width: 16px !important;
}
input[type=radio] {
  width: 13px !important;
}
input.hinted {
  color: #bbb;
}

select {
  padding: 4px;
}
select[disabled=disabled] {
  color: #999;
}
select[multiple] {
  min-width: 300px;
  border: 1px solid #ccc;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
  font-weight: bold;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  background-color: #2b2d2c;
  color: #ffffff;
  padding: 5px 40px;
  margin: 10px 0;
  border: none;
  border-radius: 3px;
  outline: none;
  width: auto;
}

option[disabled] {
  color: #999;
  background: #ccc;
}

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

fieldset .help-inline {
  color: #40759D;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file,
a.member-file {
  width: 230px;
  min-height: 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  background-color: #2b2d2c;
  color: #ffffff;
  padding: 9px 6px;
  line-height: 1.4;
  vertical-align: top;
}
.video-page-type.page-type-show {
  width: auto;
}
.video-page-type.page-type-show .documents .document-content-type {
  width: auto;
  margin: 10px 5px 10px 0px;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file .filename,
.video-page-type.page-type-show .documents .document-content-type a.member-file .filesize,
a.member-file span.filename {
  font-size: 80%;
  margin-left: 50px;
  display: block;
  word-wrap: break-word;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file .filename {
  margin-top: 4px;
}
a.member-file:hover {
  text-decoration: none;
}
a.member-file:active {
  background-position: 0px bottom;
}
@font-face {
  font-family: 'pavilion-icons';
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.eot");
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.eot") format('embedded-opentype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.woff") format('woff'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.ttf") format('truetype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.member-file {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-weight: bold;
}
.download .download{
  margin-left: 50px;
}
.member-file::before{
  font-family: 'pavilion-icons';
  content: "\e805";
  font-size: 34px;
  color: #ffffff;
  margin-left: 5px;
  position: absolute;
}
.download-link::before{
  font-family: 'pavilion-icons';
  content: "\e805";
  font-size: 17px;
  position: absolute;
  color: #6698C0;
}
.download-link a{
  padding-left: 25px;
}
body.invoices .user-address {
  clear: none!important;
  padding-top: 200px!important;
}

body.invoices .invoice-info h2 {
  margin: 0px;
}

tr {
  background-color: #ffffff;
}
th {
  color: ;
  background-color: #6698c0;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  padding: 12px 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
td {
  padding: 10px;
  font-size: 100%;
  vertical-align: top;
  text-align: left
}

body.login .save-cancel-group input, body.login .save-cancel-group input:hover{
  color: white;
  box-shadow: none;
}

/* Login Page */
body.login #login_shell{
  padding: 25px;
}
body.login .save-cancel-group input{
  height: 30px;
  padding: 0px 15px;
}
input[type="text"], input[type='password'], input[type='email']{
  width: 388px;
}
body.login .save-cancel-group input, body.login .save-cancel-group input:hover{
  color: white;
  box-shadow: none;
}
body.login form ul{
  display: table;
}
body.login form ul li{
  float: none;
  display: table-cell;
  vertical-align: middle;
}
body.login form ul li:first-child{
  width: 70px;
}
