/* aw_core_v4.css */


@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700);
@font-face {
 font-family: QuadratSM;
 src: url('/sites/all/themes/aw_core_v2/Quadrat-Serial-Medium.otf');
}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

/* theme-local styles */
body, table, input, textarea, select {
    font-family: 'Work Sans', sans-serif;
}
body {
    background-color: white;
    font-size: 15px;
    font-weight: 400; /* default same as .regular */
    color: #333;
}
table {
    font-size: 15px;
}

body.node-type-blog .content a{
	color:rgb(17, 85, 204);
	
}

h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
}
#page {
    position: relative;
    width: 1440px;
    margin: auto;
    padding-top: 65px;
}

/* Fixed header */
#thefixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 203;
    background: none;
}
body > div#admin-menu {
    position: fixed;
}
body.admin-menu #thefixed {
    padding-top: 21px;
}
body.admin-menu #page {
    padding-top: 88px;
}
#thefixed td, #content td {
    vertical-align: middle;
}
#theheader {
    background: rgba(255,255,255,.90);
    width: 1440px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 98;
    margin: auto;
    border-bottom: 2px solid #f8f8f8;
}
#theheader-inner {
    width: 1114px;
    padding-top: 12px;
    height: 53px;
    margin: auto;
    position: relative;
}
#site-logo {
    width: 160px;
    max-width: none;
    margin-right: 18px;
}
.mobileonly {
    display: none;
}
.hidden {
    display: none;
}
a:link, a:visited {
    text-decoration: none;
    color: white;
}
body.legal #content a, a.darklink {
    color: black;
}
#theheader #topbuttons {
    float: none;
    width: 100%;
    color: #000;
}
#theheader #topbuttons img {
    max-width: none;
}
#theheader #topbuttons td.courses, #theheader #topbuttons td.teachers, #theheader #topbuttons td.resources {
    position: relative;
    padding-top: 1px;
    cursor: pointer;
}
#theheader #topbuttons td {
    font-size: 14px;
}
#theheader #topbuttons td {
    padding: 0 7px;
    padding-top: 0px;
    padding-right: 7px;
    white-space: nowrap;
}
#theheader #topbuttons a {
    color: #000;
    font-size: 14px;
}
div#top-login {
    cursor: pointer;
}
.resourcedrop li:hover,
a.acourse:hover,
#resourcesdrop a:hover,
#mysettingsdrop a:hover {
    background-color: #eee;
}
#howitworks:hover {
    cursor: pointer;
}
#join-now {
    cursor: pointer;
}
#loginlock {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.node-type-blog img {
    width: auto !important;
    height: auto !important;
}
#minicartwrapper {
    position: absolute;
    width: 360px;
    right: 20px;
    top: 80px;
    background: none;
}
#minicart .droppointer {
    position: absolute;
    top: -13px;
    left: 229px;
}
#minicart {
    display: none;
    z-index: 205;
    background-color: white;
    padding: 8px 24px 12px;
}
#minicart, #checkoutright fieldset#cart-pane, #checkoutright fieldset#coupon-pane {
    margin-bottom: 0px;
    margin-left: 0px;
}
#minicart #checkout-button {
    display: block;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 24px;
    background: rgb(36,152,127);
    width: 78%;
    margin: 20px auto 0px;
}
#minicart a#continue-shopping {
    color: black;
    text-decoration: underline;
    display: block;
    margin: 20px 0px 7px;
    text-align: center;
    font-size: 17px;
}
#minicart tr {
    border-bottom: 2px solid #e0e0e0;
}
#minicart tr.odd, #minicart tr.even {
    background: none;
    border-bottom: none;
}
#minicart .cart-review {
    width: 100%;
    font-size: 17px;
}
#minicart .cart_price {
    float: right;
    margin-top: 18px;
    color: rgb(36,152,127);
    font-size: 19px;
}
#minicart .cart_product {
    width: 75%;
}
#minicart .duration {
    margin-top: 5px;
}
#minicart .permonth {
    font-size: 13px;
    margin-bottom: 4px;
}
#minicart .products {
    padding-top: 16px;
}
#minicart a.cart_remove, #minicart a.cart_edit {
    color: #7F4894;
    margin-top: 12px;
    display: inline-block;
    font-size: 15px;
}

/* any box with the purple gradient */
.grad-box {
    background: rgb(50, 13, 69);
    background: -moz-linear-gradient(0deg, rgb(50, 13, 69) 50%, rgb(32, 7, 45) 100%);
    background: -webkit-linear-gradient(0deg, rgb(50, 13, 69) 50%, rgb(32, 7, 45) 100%);
    background: -o-linear-gradient(0deg, rgb(50, 13, 69) 50%, rgb(32, 7, 45) 100%);
    background: -ms-linear-gradient(0deg, rgb(50, 13, 69) 50%, rgb(32, 7, 45) 100%);
    background: linear-gradient(90deg, rgb(50, 13, 69) 50%, rgb(32, 7, 45) 100%);
}
.grad-box-warm {
    background: rgb(50, 13, 69);
    background: -moz-linear-gradient(0deg, #CB9018 10%, #805A12 100%);
    background: -webkit-linear-gradient(0deg, #CB9018 10%, #805A12 100%);
    background: -o-linear-gradient(0deg, #CB9018 10%, #805A12 100%);
    background: -ms-linear-gradient(0deg, #CB9018 10%, #805A12 100%);
    background: linear-gradient(90deg, #CB9018 10%, #805A12 100%);
}
.warm {
    color: #CB9018;
}

/* box with the glow shadow */
.glow-box {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
}

#user-box {
    display: none;
    position: fixed;
    top: 220px;
    left: 520px;
    z-index: 206;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 400px;
}
#user-x {
    position: absolute;
    right: 4px;
    top: -47px;
    color: white;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
}
#user-box a.user-decor {
    color: black;
    text-decoration: underline;
}
.box-inner-title {
    padding: 24px 0px;
    background-color: #DDE1EB;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
     border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#create-inner .box-inner-title {
    padding: 17px 0px;
}
#create-inner .box-inner-title p {
    text-align: center;
    margin-top: 6px;
}
#create-inner .box-inner-title p.thanks-msg {
    font-size: 18px;
}
#login-inner {
    display: none;
}
.user-box-inner h2 {
    font-size: 21px;
    padding: 0px;
    margin: 0px;
}
.user-box-input {
    display: block;
    padding: 13px;
    border: 1px solid #DDE1EB;
    font-size: 16px;
    margin: 22px auto;
    border-radius: 5px;
    width: 323px;
}
.user-submit {
    text-align: center;
    padding: 14px 0px;
    border-radius: 24px;
    color: white;
    background-color: #351248;
    width: 280px;
    font-size: 16px;
    margin: 40px auto 25px;
    cursor: pointer;
}
#create-form-spinner {
    margin-bottom: 10px;
    text-align: center;
}
#login-signup {
    position: absolute;
    right: 85px;
    bottom: -30px;
    color: white;
    margin: auto;
    font-size: 16px;
}
#signup-login {
    position: absolute;
    width: 100%;
    bottom: -25px;
    color: white;
    margin: auto;
    font-size: 16px;
    text-align: center;
}
#login-forgot {
    text-align: center;
    margin: 24px 0px;
}
#login-signup a.user-decor, #signup-login a.user-decor {
    color: white;
}
#reset-submit {
    margin: 60px auto;
}
#reset-msg {
    width: 80%;
    margin: auto;
    text-align: center;
}
#terms-container {
    margin: 22px auto;
    display: block;
    width: 313px;
}
#create-msg {
    margin: 70px auto;
    width: 90%;
    text-align: center;
    font-size: 18px;
}
a#create-msg-link {
    color: white;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
    background: rgb(36,152,127);
}

/* Custom checkbox */
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* hide default checkbox */
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* create custom */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #ddd;
}
/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #eee;
}
/* When the checkbox is checked */
.chk-container input:checked ~ .checkmark {
    background-color: white;
}
/* Create the checkmark/indicator (hidden when not checked) */
.chk-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    background-color: black;
}
/* end custom checkbox */


#topbuttons ul {
    list-style:none;
}
#topbuttons li {
    padding:5px;
}
.topmenudrop {
    padding:10px;
}
#topbuttons ul ul {
    margin-left:15px;
}
.topmenudrop {
    display: none;
    background:white;
    position:absolute;
}

#top {
    height:624px;
    position:relative;
}
#top #heroimage {
    background: url(/sites/all/themes/aw_core_v4/images/v4-public-hero.jpg?d=20191113151800);
    height: 478px;
    width: 1440px;
}
#topblurb {
    font-size:36px;
    line-height:105%;
}
#top .notmobile img {
    margin-right: 15px;
}
#top .notmobile img:first-child {
    position: relative;
    top: -10px;
}
#top .notmobile span {
    display: inline-block;
    width: 210px;
    text-align: left;
    margin-right: 50px;
    top: -26px;
    position: relative;
    line-height: 165%;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .5px;
}
#top .notmobile span:last-child {
    margin-right: 0;
}

/* instrument and style selectors */
.selectorcontainer {
    width:695px;
    margin:50px auto;
}
.selectorcontainer.svertical {
    width: auto;
    margin: 0px;
    position: relative;
}
ul.selector {
    border:none;
    background: white;
    list-style: none;
    width: 295px;
    padding: 8px 10px;
    text-align: left;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
}
ul.selector.svertical {
    display: block;
    border: 1px solid #DDE1EB;
    float: none;
    margin: 20px auto;
    width: 328px;
}
.selector.svertical.expanded {
    position: absolute;
    left: 25px;
    bottom: -150px;
    z-index: 1;
    height: 160px;
    overflow-y: scroll;
}
ul.selector li.ainst,
ul.selector li.astyle {
    display:none;
}
ul.selector li a {
    font-size: 14px;
    color:#333;
    display:block;
    padding:3px 12px;
    border-radius:5px;
    transition:background-color .25s;
}
.selected-text {
    font-size: 17px;
}
.downv {
    float:right;
}
ul.selector li.ainst a:hover,
ul.selector li.astyle a:hover {
  background-color:#eee;
}
.selector li a.selected {
    background-color: #eee;
}

/* footer */
#footer {
    position: relative;
    width: 1440px;
    margin: auto;
    background-color: rgb(221,225,235);
}
#footer_inner1 {
    padding: 80px 92px 130px;
}
#footer_left {
    width: 44%;
    float: left;
    margin: 0px 92px;
}
#footer_right {
    float: right;
    width: 28%;
    padding-right: 86px;
}
.footer_menu_col {
    width: 33%;
    float: left;
}
#legal_area {
    font-size: 16px;
    letter-spacing: 2px;
    clear: both;
    color: #666;
    font-variant: all-small-caps;
    margin-top: 50px;
}
#footer #legal_area a:link, #footer #legal_area a:visited {
    color: #666;
}
#legal_area p {
    margin: 6px 0px;
}
#footer li {
    list-style: none;
}
#footer a:link, #footer a:visited {
    color: rgb(135,135,137);
}
#footer ul {
    margin: 0 0 27px;
    padding: 0px;
    font-size: 14px;
    line-height: 28px;
}
#footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: left;
}
#aw-title {
    color: rgb(51,13,71);
}
#resources-title {
    color: rgb(44,98,142);
}
#support-title {
    color: rgb(211,61,51);
}
#social-title {
    color: rgb(44,142,114);
}
#followus a:link, #followus a:visited {
    color: rgb(53,18,72);
}
#followus a {
    font-size: 20px;
    margin-right: 22px;
}

/* footer search area */
h2#search_label {
    color: rgb(51,13,71);
    margin-bottom: 9px;
    cursor: pointer;
}
#search_label .fas.fa-search {
    margin-right: 10px;
    font-size: 15px;
}
#search_left {
    float: left;
    width: 295px;
}
#search_input {
    font-size: 15px;
    padding: 5px;
    background: none;
}
#search_under {
    border-bottom: 3px solid rgb(51,13,71);
    margin-bottom: 5px;
}
#search_submit {
    float: left;
    padding: 5px 18px;
    border-radius: 3px;
    cursor: pointer;
    background: rgb(51,13,71);
    color: white;
    font-size: 22px;
    margin: -4px 0px 0px 5px;
}

#alpha_layer {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    background: none repeat scroll 0% 0% #100715;
    width: 100%;
    z-index: 203;
    opacity: 0.8;
}
#floaterx {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 20px;
    color:white;
    border: 2px solid white;
    background: none repeat scroll 0% 0% black;
    border-radius: 15px;
    padding: 0px 5px 0px 7px;
}

/* courses */

#coursedrop {
    padding-top: 25px;
    background: none;
    position: relative;
    top: 0px;
    left: 16px;
    width: 1080px;
    display: none;
}
#coursedrop-inner {
    padding-top: 26px;
    background: white;
    position: relative;
    float: left;
    width: 1072px;
    line-height: 175%;
    margin: 4px; /* for the shadow */
}
#coursedrop .droppointer {
    position: absolute;
    top: -13px;
    left: 243px;
}
#coursedrop .coursecol {
    float: left;
    padding: 0px 26px;
}
#coursedrop li {
    line-height: 1.1em;
    margin-bottom: 11px;
    font-size: 14.5px;
}
#coursedrop ul {
    margin-bottom: 30px;
}


a.acourse {
    color: rgb(51,13,71);
    display: block;
}
.insthdg-nolnk {
    color: #000;
}
.course-subhdg {
    display: block;
    color: #b8b8b8;
    font-size: 13px;
}
a.insthdg {
    color: rgb(51,13,71);
    display: inline-block;
    border-bottom: 2px solid rgb(51,13,71);
    margin-bottom: 5px;
    line-height: 135%;
    font-size: 15px;
}

/* teachers */

#teacherdrop {
    padding-top: 25px;
    background: none;
    position: relative;
    top: 0px;
    left: 16px;
    width: 1080px;
    display: none;
}
#teacherdrop-inner {
    padding-top: 26px;
    background: white;
    position: relative;
    float: left;
    width: 1072px;
    line-height: 175%;
    margin: 4px; /* for the shadow */
}
#teacherdrop .droppointer {
    position: absolute;
    top: -13px;
    left: 360px;
}
#teacherdrop .coursecol {
    float: left;
    padding: 0px 22px;
}
#teacherdrop li {
    line-height: 1.1em;
    margin-bottom: 11px;
    font-size: 14.5px;
}
#teacherdrop ul {
    margin-bottom: 30px;
}

/* resources */

#resourcesdrop {
    padding-top: 25px;
    background: none;
    position: absolute;
    top: 51px;
    left: 750px;
    width: 200px;
    display: none;
}
#resourcesdrop.loggedin {
    left: 675px;
}
#resourcesdrop-inner {
    padding-top: 20px;
    background: white;
    position: relative;
    width: 100%;
    line-height: 175%;
    margin: 4px; /* for the shadow */
    padding-bottom: 20px;
}
#resourcesdrop .droppointer {
    position: absolute;
    top: -13px;
    left: 70px;
}
#resourcesdrop ul {
    margin: 0px 20px;
}
#resourcesdrop a {
    color: rgb(51,13,71);
    display: block;
}

#pancakedrop,
#loggedindrop {
    display: none;
}

#mysettingsdrop {
    position: absolute;
    top: 51px;
    right: 15px;
    padding-top: 25px;
    display: none;
}

.meta {
    display: none;
}
.reg {
    position: relative;
    top: -5px;
    font-size: small;
}
.cb {
    clear: both;
}
#subscriptions-ui-node-form,
ul.links.inline {
    display: none;
}

/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.5em;
  /* max-height = line-height (1.5) * lines max number (3) */
  max-height: 4.5em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

#floater_wrapper {
    position: fixed;
    z-index: 205;
    width: 100%;
    top: 0px;
    margin-top: -2320px;
    opacity: 0;
}
#floater_inner_wrapper {
    margin: auto;
    position: relative;
    border: 2px solid #666;
    box-shadow: 0 0 15px black;
    background: #ebeeff;
}
#floaterx:hover {
    cursor: pointer;
}

/* font-awesome icon settings for global usage */
.fas.fa-long-arrow-alt-right {
    margin-left: 10px;
}

/* for pancake menu */
#coursedrop .expcoll,
#teacherdrop .expcoll {
    display: none;
}

/* legal */
body.legal #content,
body.privacy #content,
body.about-us #content,
body.press-media #content {
    margin: auto;
}
body.legal #content,
body.about-us #content,
body.privacy #content {
    width: 1100px;
}
body.press-media #content {
    width: auto;
}
body.about-us #masthead h1 {
    margin-bottom: 50px;
}
.lightbluebg {
    background: #ebeeff;
    padding: 30px 0;
}
.offwhitebg {
    background: #e4e7eb;
}

/* ? */
.presstable1 {
    margin: 50px auto 0;
}
.presstable1 td {
    width: 350px;
    font-weight: bold;
    line-height: 250%;
    text-align: center;
}
.presstable1 td a {
    color: #333;
    font-weight: 500;
}
/**/

.inner-public-inner {
    width: auto;
    margin: auto;
    padding: 60px 0;
}
.inner-public-inner.shortbottom {
    padding-bottom: 0px;
}
.inner-public-inner.shorttop {
    padding-top: 0px;
}
body.about-us .inner-public-inner {
    margin: 20px;
    padding-top: 30px;
}
.exec img {
    float: left;
    width: 186px;
    height: 227px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 25px;
    border: 1px solid grey;
}
.execcopy {
    display: inline;
    vertical-align: middle;
    height: auto;
}
.execnametitle {
    color: #246d9a;
    margin-bottom: 30px;
    font-size: 22px;
}
.execname {
    font-weight: bold;
}
.pane-node-body .pane-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* plans and pricing */

#plans_title_box {
    margin: auto;
    position: relative;
    color: white;
    padding: 67px 168px 0px;
    text-align: center;
    line-height: 2.7em;
    height: 440px;
}
#plans_title_box h1 {
    font-size: 34px;
}
#plans_subtitle_wrapper {
    top: -293px;
    width: 75%;
    position: relative;
    margin: 0px auto;
}
.plans-col {
    width: 33%;
    background-color: white;
    position: absolute;
    z-index: 4;
}
.plan-content {
    padding: 22px 38px;
    font-size: 16px;
}
#plan-6mo .plan-content {
    padding: 42px 48px;
}
.plan-title {
    padding: 23px 0px;
    color: white;
}

.plan-title h2 {
    margin: 0px;
}
.plan-content p {
    line-height: 1.5em;
}
.plan-content p.plan-price {
    font-size: 30px;
    line-height: 2em;
}
.plan-amount {
    font-size: 52px;
}
.plan-separator {
    width: 33%;
    border-bottom: 3px solid green;
    margin: 25px 0px;
}
.plan-bullets {
    line-height: 2em;
}
#plan-3mo {
    left: 0px;
}
#plan-3mo .plan-title {
    background-color: #2C8E72;
}
#plan-3mo .plan-separator {
    border-color: #2C8E72;
}
#plan-6mo {
    width: 35%;
    z-index: 5;
    top: -30px;
    left: 32.5%;
    position: absolute;
}
#plan-6mo .plan-title {
    background-color: #CC9213;
}
#plan-6mo .plan-save {
    color: #CC9213;
}
#plan-6mo .plan-separator {
    border-color: #CC9213;
}
#plan-12mo {
    right: 0px;
}
#plan-12mo .plan-title {
    background-color: #2C628E;
}
#plan-12mo .plan-save {
    color: #2C628E;
}
#plan-12mo .plan-separator {
    border-color: #2C628E;
}
#plans_content {
    text-align: center;
    margin: 400px 0px 35px;
}
.plan-bullets .fa-li {
    width: 1em;
}
.plan-bullets.fa-ul {
    margin-left: 1.9em;
}
.plan-included .fa-li {
    color: #2C8E72;
}
.plan-excluded .fa-li {
    color: #D55751;
}
#browse-link {
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 22px;
    border: 2px solid rgb(204,146,20);
    color: rgb(204,146,20);
    background: white;
}
#browse-link.joinnow {
    font-size: 11pt;
    font-weight: 400;
}

body.privacy p, body.privacy li {
    margin-bottom: 10px;
}
body.privacy #page li {
    list-style: initial;
}
body.privacy a {
    color: #356b99;
}

/* username form */
form#artistworks-user-update-user-name-form {
    width: 500px;
    margin: 35px auto 0px;
    text-align: center;
    padding: 30px 0px 140px;
}
h1#user-name-title {
    font-size: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}
div#edit-username-wrapper {
    margin: 40px 0px 20px;
}
#edit-username-wrapper label {
    margin: 10px 0;
    font-size: 18px;
    display: block;
}
input#edit-username {
    font-size: 16px;
    padding: 7px;
    width: 400px;
    box-shadow: 0 0 9px #BBBBBB;
    border: 1px solid #ccc;
}
input#edit-submit {
    background: none repeat scroll 0 0 #db4a39;
    border: medium none;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin: 20px;
    padding: 15px 0;
    width: 221px;
}

/* password reset */
form#artistworks-user-change-user-password-form {
    width: 500px;
    margin: 35px auto 0px;
    text-align: center;
    padding: 30px 0px 140px;
}
div#displayname-wrapper {
    margin: 39px 0px;
    font-size: 20px;
}
input#edit-cpass, input#edit-pass {
    font-size: 16px;
    padding: 7px;
    width: 400px;
    box-shadow: 0 0 9px #BBBBBB;
    border: 1px solid #ccc;
}
#edit-pass-wrapper label, #edit-cpass-wrapper label {
    margin: 10px 0;
    font-size: 18px;
    display: block;
}

/* hubspot signup form */
.bottom_subscribe label {
    display: none;
}
.bottom_subscribe .hs-input {
    border: 2px solid #3d1152;
    padding: 0px 10px;
    width: 325px !important;
    float: left;
    margin: 10px 0;
    height: 44px;
    border-radius: 5px;
    font-size: 15px;
}
.bottom_subscribe .hs-form-field {
    width: auto !important;
    margin-right: 10px;
}
.bottom_subscribe fieldset {
    max-width: none !important;
    width: auto;
}
.bottom_subscribe select.hs-input {
    width: 325px !important;
    background: white;
    height: 44px;
    margin-right: 17px;
}
.bottom_subscribe select.hs-input.dummy {
    color: #aaa;
}
.bottom_subscribe hs-submit input {
    margin: auto;
    float: none;
    border: none;
    background: url(/sites/all/themes/aw_core_v4/images/resources-submit.png);
    width: 240px;
    height: 46px;
    font-size: 0;
    margin-top: 10px;
}
.bottom_subscribe .hs_submit input {
    color: white;
    display: inline-block;
    text-align: center;
    padding: 11px 50px;
    border-radius: 20px;
    background: rgb(51, 13, 71);
    font-size: 16px;
    margin-top: 12px;
}
.bottom_subscribe .hs-dependent-field .hs-form-field:last-child .hs-input {
    margin-right: 0;
}
.bottom_subscribe .submitted-message {
    margin-top: 50px;
    color: green;
    font-weight: 500;
}

/* cart/echeckout/review */
.echeckout-submit #content {
    width: 68%;
    margin: 20px auto;
}
.echeckout-submit .tableHeader-processed {
    display: none;
}
.echeckout-submit .cart-review {
    width: 85%;
    margin: 20px auto;
}
.echeckout-submit .cart-review tr {
    background-color: white;
}
.echeckout-submit .cart-review .products > div {
    padding: 20px;
}
.echeckout-submit .cart-review .itemtitle {
    float: right;
    margin: 10px 30px;
}
.echeckout-submit .line-item-table {
    width: 85%;
    margin: 0 auto 40px;
}
.echeckout-submit #uc-paypal-ec-submit-form #edit-submit {
    margin: 28px auto 8px;
    display: block;
    border-radius: 22px;
    font-size: 17px;
    padding: 12px 0px;
    background-color: #35977c;
}

/* blog */
#masthead.blog {
    color: white;
    padding: 4em 0px;
}
#masthead.blog h1 {
    display: inline-block;
    margin-left: 168px;
}
#masthead.blog p {
    display: inline-block;
    margin-left: 30px;
    font-size: 17px;
}
.blog .inner-public-inner {
    width: 1100px;
}
.blogmain {
}
.blogmain .views-row {
    display: inline-block;
    width: 253px;
    margin: 0px 5px 32px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    padding: 4px;
}
.blogmain .views-field-teaser p {
    font-size: 15px;
}
.blogmain .views-field-title {
    padding: 6px;
    height: 76px;
    overflow: hidden;
    border: 1px solid #eee;
}
.blogmain .views-row .views-field-title a {
    font-size: 22px;
}
.blogmain .views-row a {
    color: black;
}
.blogmain .views-row .views-field-view-node a {
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(50, 13, 69);
    font-weight: 600;
}
.blogmain .views-field-teaser {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blogmain .teaser-fade {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 20%, #fff 85%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 20%, #fff 85%);
    background: -o-linear-gradient(90deg, rgba(255,255,255,0) 20%, #fff 85%);
    background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 20%, #fff 85%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 20%, #fff 85%);
}
.blogmain .views-field-view-node {
    margin-bottom: 10px;
}
.views-field-created-1 {
    font-size: 14px;
    border-top: 1px solid #eee;
    padding: 5px 0px 2px;
    color: #333;
}
.blogmain .pager {
    display: none;
}
.blog #load-more {
    font-size: 17px;
    padding: 8px 30px;
    width: 166px;
    margin: 20px auto;
    text-align: center;
    color: rgb(204,146,20);
    border-radius: 20px;
    border: 2px solid rgb(204,146,20);
    cursor: pointer;
}

/* blog node */
.node-type-blog #content p {
    margin: 1em 0px;
}
.node-type-blog #content {
    width: 800px;
    margin: 60px auto;
}
.node-type-blog .pane-title {
    font-weight: 500;
    font-size: 38px;
}
.node-type-blog .groups {
    display: none;
}
.node-type-blog .pane-node-comments .pane-title {
    display: none;
}
.node-type-blog .links.inline {
    display: block;
}
.node-type-blog .service-links-facebook-like,
.node-type-blog .service-links-twitter-widget {
    float: right;
    overflow: hidden;
    margin-left: 10px;
}
.node-type-blog a {
    color: rgb(51, 122, 183);
}
.node-type-blog .content ul {
    list-style: disc inside;
}

/* admin */
#node-form a {
    color: black;
}
#node-form div, #node-form fieldset {
    margin: 0.3em 0em;
}
#node-form input, #node-form select, #node-form textarea {
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 0.3em;
}
#node-form label {
    margin-bottom: .5em;
}
#node-form .fieldset-wrapper {
    margin-left: 1em;
}

/* logged-in welcome menu in header */
ul#mysettings {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    float: right;
    width: 200px;
    list-style: none;
    color: #333;
    position: relative;
    background: white;
}

ul.filter > li {
    background: white;
    font-size: 13px;
    color: #333;
    padding: 5px 5px 7px 15px;
    height: 15px;
    padding: 1px 0 !important;
    height: auto;
    font-size: 14px;
}

#theheader-inner #mysettings a,
#theheader-inner #mysettings div {
    color: #333;
    padding: 5px 15px 7px 20px;
    display: block;
    white-space: nowrap;
}

#theheader-inner #mysettings li.wborder {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin: 7px 0;
}

ul#mysettings ul.myschools {
    margin-left: 0;
    list-style: none;
    max-height: 226px;
    overflow: auto;
}

#topbuttons ul ul li {
    padding: 0;
}


