body#body {
        background-image: none !important;
} 

a, a:visited {
    color: #66acd3 !important;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -transition: color .1s ease-in-out;
}

.section h3 {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #005187;
}

.button, body, h1, h2, h3, h4, h5, h6, input[type=button], input[type=submit], input[type=text], input[type=password], input[type=email], select, textarea {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
}

/* ---------------------------TABLES */

table.standard-table{
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
	width:100%;
	max-width:100%;
	margin-bottom:1.4em;
	border-collapse:collapse;
	border-spacing:0;
	background-color:transparent;
}
table.standard-table td, table.standard-table th{
	padding:8px;
	border-top:1px solid #dbd9d5;
    border-left: 0;
	border-right: 0;
	border-bottom: 0;
	font-size:16px;
	font-size:1rem;
	line-height:inherit;
	text-align:left;
	vertical-align:top;
}
table.standard-table th{
	font-weight:700;
	background: transparent;
	border-top: 0;
	border-bottom:2px solid #dbd9d5;
	color: #666;
}
table.standard-table thead th{
	vertical-align:bottom;
}
table.standard-table colgroup+thead tr:first-child td,colgroup+thead tr:first-child th,thead:first-child tr:first-child td,thead:first-child tr:first-child th{
	border-top:0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
table.standard-table tbody+tbody{
	border-top:2px solid #dbd9d5;
	border-left: 0;
	border-right: 0 !important;
	border-bottom: 0;
}

.headerstyle  {
    border-top: 0;
    border-right: 0!important;
}

.RowStyle td, .RowStyle td:last-child, table.standard-table th:last-child {
   border-right: 0;
}

.FooterStyle {
    font-weight: 700;
    color: #9ea73e;
}

tr.FooterStyle td {
    padding-top: 2em;
    vertical-align:bottom !important;
}

.PagerStyle {
    font-weight: 700;
}

tr.PagerStyle, .PagerStyle table, .PagerStyle table tr, .PagerStyle table td {
    border: 0 !important;
}

table.standard-table tr.PagerStyle>td {
    border: 0;
}

tr.PagerStyle>td {
    padding-top: 2em;
}

/* ---------------------------HOMEPAGE EVENT FEED */

.webinars {
    margin-top: 3px !important;
    border: 0 !important;
    font-size: 16px !important;
    line-height: 1.4em;
}

.webinars li {
    padding: 0;
    font-size: inherit;
    color: #898375;
    display: flex;
    flex-direction: column-reverse;
}

.webinars li:nth-child(2n+1) {
    background-color: transparent;
}

.webinars .descr {
    font-size: 20px;
    margin: 0;
}

.webinars .descr a {
    font-size: 20px !important;
   
    font-weight: 700;
}

.webinars .descr p {
    font-size: 20px !important;
    margin-bottom: .25em;
}

.webinars .descr p em{
    font-size: 13px !important;
    display: none;
}

.webinars .date {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 4.5em;
    font-size: 14px;
    height: auto;
    width: 100%;
    background-color:transparent;
    color: #898375;
    display: inline;
    text-align: left;
    padding: 0;
}

.descr div {
    display:none;
}

.webinars .date strong {
    font-weight: 400;
    font-size: 14px;
    display: inline;
    line-height: inherit;
}

@media only screen and (min-width: 622px) {
    .webinars .descr a {
        font-size: 22px !important;
    }
    .webinars .descr p {
        font-size: 16px !important;
    }
}

/* ---------------------------USER HOMEPAGE TILES */

body {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    color: #605b51 !important;
}

.tile, .tile * {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    font-weight: 400;
    color: #605b51;
}

.tile .tile-content h2, .tile .tile-content h3, .tile .tile-content h2:visited, .tile .tile-content h3:visited {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    color: #005187;
}

.tile .tile-content h2:hover, .tile .tile-content h3:hover {
    color: #005187;
}

.tile .tile-content h4, .tile .tile-content h4:hover, .tile .tile-content h4:visited {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    font-size: 14px;
    color: #605b51;
    font-weight: 700;
    margin-top: -15px; /*IS THERE A BETTER WAY?*/
}

.tile .tile-content p, .tile .tile-content p:hover {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    color: #605b51;
    font-size: 14px !important;
}

.tile .tile-content a, .tile .tile-content a:visited {
    color: #66acd3;
    font-size: 14px !important;
}

.tile .tile-content a:hover, .tile .tile-content a:focus {
    color: #3e96c8;
    text-decoration: underline;
}

.tile .tile-content {
	font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
	background: #f0efee;
	color: #605b51;
	font-size: 14px !important;
}

.tile .brand {
    background: #005187;
}

.brand, .bg-color-blueDark{
    background: #005187 !important;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;       
}

.bg-color-blueDark:hover {
    background-color: #003c63 !important;
}

.brand a {
    font-weight: 400px;
    color: white !important;
}

.brand a:hover {
    color: white !important;
}

.instructions {
    color: #b3b3b3;
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.thumb, #dropcanvas, .droparea {
    width: 90px !important;
    height: 90px !important;
    overflow: hidden;
    border-radius: 50%;
}

.droparea .instructions, .multiple .instructions {
    border: 0 !important;
    opacity: 1;
    background: #f9f9f9;
}

/* --------------------------- BUTTONS */

.labeldesc {
    color: #605b51;
    text-decoration: none !important;
    font-size: 16px;
}
.labeldesc a:hover {
    color: #605b51;
    text-decoration: none !important;
}

.tile.icon {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    height: 40px;
}

.tile.icon:hover {
    outline: none;
}

.tile.icon>.tile-content {
    padding: 0;
    width: auto;
    background: transparent !important;
}

.tile.icon>.tile-content>img {
    position: relative;
    top: auto;
    left:auto;
    width: auto ;
    height: 20px;
    margin: 10px 10px 10px 0;
}

.tile.icon>.brand {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    width: auto;
    position: relative;
    background: transparent !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    display:flex;
    align-content: center;
}

.tile .brand>.name, .tile .tile-status>.name {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0; 
    margin-left: 0;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.two.columns {
    width: 220px !important;
}

.tile.bg-color-blue.icon {
    background-color: #66acd3 !important;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;       
}

.tile.bg-color-blue.icon:hover {
    background-color: #399bd1 !important;
}

.tile.bg-color-purple.icon {
    background: #bcc659 !important;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;    
}

.tile.bg-color-purple.icon:hover {
    background: #9ea73e !important;
}

a.button.gray, a.button.gray:visited {
    border: none;
    box-shadow: none;
    color: white !important;
}

a.button.gray:hover {
    background: #9ea73e;
    box-shadow: none;
    border: 0;
}


/* ---------------------------FORM ITEMS */

.login, .login>h2 {
    color: #44413A;
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
}

select, textarea {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    color: #7b7669 !important;
    font-size: 16px!important;
    border-radius: 5px !important;
    padding: 5px!important;
    /*width: 100% !important;*/
}

.input-control>input[type=email], .input-control>input[type=password], .input-control>input[type=phone], .input-control>input[type=text], .input-control>input[type=url], .input-control>select, .input-control>textarea {
    border: 1px solid #e0e0e0 !important;
    outline: 0;
    font-size: 13px;
    color: #888;
    max-width: 100%;
    display: block;
    background: #fff;
    box-shadow: none;
    border-radius: 5px !important;
}

.button, a.button.color, .button.active, .button.active:visited, input[type=button], input[type=submit] {
    overflow: visible;
    display: inline-block;
    padding: 10px 15px 9px;
    margin-bottom: 0;
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    font-size: 87.5%;
    font-weight: 700 !important;
    line-height: 1.05em;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background-color: #BCC659 !important;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.search-btn-widget {
    height: 32px;
    width: 32px;
}

a.search-btn-widget {
    background-color: #BCC659;
}

.button:hover, a.button.color:hover, a.search-btn-widget:hover, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {
    background-color: #9ea73e !important;
    color: #fff;
}

.button.color, .button.active, .button.active:visited {
        box-shadow: none !important;
}

a.button, .button {
    color: white !important;
}

a.button:visited, a.button:visited {
    color: white !important;
}
a.button:hover, .button.gray:hover, a#FormContentPlaceHolder_A1:hover, .button.active:hover {
    background-color: #9ea73e !important;
}

.button, a.button.color, .button.active, .button.active:visited, input[type=button], input[type=submit] {
        margin-bottom: 5px;
}

#RightSidebarRightContentPlaceHolder_RegisterNowPanel_ICalButton {
    visibility: hidden;
}

#RightSidebarRightContentPlaceHolder_LoginButton {
     visibility: hidden; 
 }
 
#FormContentPlaceHolder_panel_panel_WizardNavigation__WizardSaveButton {
    display: none;
}

a#FormContentPlaceHolder_A1{
    border-radius: 5px;
}

.button.active {
    border-radius: 5px;
}

.button i.halflings {
    margin: -1px 2px 0 -1px;
}

.large-setupnotice, .large-setupnotice p{
    color: #44413A;
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
}

.large-setupnotice p {
    font-size: 28px;
}

.with-helper {
    border-radius: 5px;
    border: 0 !important;
}

.input-control.checkbox .helper:before, .input-control.radio .helper:before {
    width: 15px;
    height: 15px;
}

.input-control.radio input[type=radio]:checked+.helper:after {
    left: 3px;
    width: 9px;
    height: 9px;
}

.input-control.checkbox input[type=checkbox]:checked~.helper:after {
    margin-top: 1px;
    margin-left: 2px;
}

.input-control.text.helper {
    color: #888 !important;
}

.input-control {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
}

.input-control>select {
    display: inline-block;
    /*width: auto;*/
}

.editform {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    font-size: 2em;
}

#FormContentPlaceHolder_panel_titleli, #FormContentPlaceHolder_panel_titleli span, #FormContentPlaceHolder_panel_titleAddress, #FormContentPlaceHolder_panel_subtitle, #FormContentPlaceHolder_panel_name, #FormContentPlaceHolder_panel_accountAddLine1 {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
    font-weight: 700;
    color: #605b51 !important;
}

td input[type="text"] {
    color: #888;
    border: 1px solid #e0e0e0 !important;
    padding: 5px 10px;
}

.error {
    margin-top: 1em;
}

.error, .error strong {
    line-height: 16px;
}

.desc {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
}

/* --------------------------- NJSBA Homepage Meeting List */



/* --------------------------- Meetings Page */

header.meta {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important; 
    font-weight: 400;
    color: #605b51 !important;
}

header.meta>h2>a {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;  
    color: #66acd3;
    font-weight: 700;
}

header.meta {
    font-size: 14px;
}

.day, .month {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    
    color: white;
    background: #005187;
}

.day {
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 0 10px;
    margin-bottom: -6px;
}

.month {
    border-radius: 0 0 5px 5px;
    padding: 0 10px 5px 10px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
}


.line {
    display: none;
}

.post.medium {
    margin-top: 16px;
    background: #f0efee;
    padding: 1em;
}

header a.button-color {
    background: red;
}

.floated.sidebar.right {
    background: transparent;
    margin-left: -1px;
    border-left: 0;


}

.sidebar {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    color: #605b51 !important;
}

#RightSidebarRightContentPlaceHolder_Filters_EventFiltersControls_SearchFilter_clearFiltersLink {
    color:#66acd3;
}

.tags a {
    padding: 5px 10px 5px;
    display: inline-block;
    color: #605b51;
    background-color: #f2f2f2;
    margin: 0 2px 6px 0;
    transition: all .2s ease-in-out;
    box-shadow: none;
    border-radius: 5px;
}

.tags a:hover {
    background: #bcc659;
    color: #fff;
    box-shadow: none;
}

.filters-dropdown {
    box-shadow: none;
    color: #605b51;
    border-radius: 5px;
}

.filters-dropdown:after {
    border-color: #605b51 rgba(255,255,255,0);
}

.filters-dropdown.active {
    background: #bcc659;
    box-shadow: none;
}

#RightSidebarRightContentPlaceHolder_Filters_EventFiltersControls_MonthFilter_Categories_CategoryLinkButton_0 {
    color: #66acd3;
}

.search-field {
    box-shadow: none;
    border-radius: 5px;
}

.search-btn-widget {
    border-radius: 5px;
    margin-left: 2px;
    border-bottom-color: transparent;
    box-shadow: none;
}

.widget-search input {
    width: 160px;
    color: #605b51;
}

a#RightSidebarRightContentPlaceHolder_Filters_EventFiltersControls_SearchFilter_SearchLinkButton {
    background-color: #bcc659;
}

a#RightSidebarRightContentPlaceHolder_Filters_EventFiltersControls_SearchFilter_SearchLinkButton:hover {
    background-color: #9ea73e;
}


a.button.color,a.button.color:hover {
    box-shadow:none;
    color:#fff !important;
    font-weight: 700 !important;
}

a.button.color {
    background:#bcc659!important;
    background-image: none !important;
}
a.button.color:hover{
    background:#9ea73e!important
    
}

.pagination .current {
    background: #005187!important;
}

#top-line, .button.active, .button.light:hover, .caption-color, .highlight.color, .skill-bar-content, .tags .current, .tags a:hover, .top-line {
    background: #005187;
}

/* ---------------------------CALENDAR */
.fc-event-skin {
    border-color: #005187;
    background: #005187;
}
.fc-event-skin:hover {
    border-color: #66acd3;
    background: #66acd3;
}

th {
    font-weight: 700;
}

.fc-state-default {
     border-style: none;
    background: transparent;   
}

.fc-state-default .fc-button-inner {
    border-style: none;
    background: #f0efee;
    color: #605b51;
    border-radius: 5px;
    padding: 3px;
    margin: 0 1px !important;
}

.fc-state-default .fc-button-inner:hover {
    background: #e2e2e2;
}

.fc-state-highlight {
    background: #E6E9D0;
}

/* --------------------------- MEETING DETAILS */

.page-title h2, h2#pageTitleDiv {
    line-height: 1.2;
    font-family: inherit;
    font-weight: 700;
    color: #005187;
    font-size: 30px;
}

.jssocials-share a{
    color: white !important;
}

.meta h2 {
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    color: #66acd3;
    font-weight: 700;
}

.tab-content {
    background: white;
}

.tab-content ul {
    list-style: disc;
	margin-left: 1em;
}

.tab-content i.icon-map-marker {
    color: #66acd3 !important;
}

/*-------------------------------MISC */
#intrdouctionTextPageTextDiv {
    font-size: 18px;
    line-height:1.4em;
}

[class*=span]>h3 {
   font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif;
   font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #005187;
}

#FormContentPlaceHolder_panel_CertType {
    font-size: 16px;
}

#FormContentPlaceHolder_panel_CertTypeli {
    margin-bottom: 2em;
}

#intrdouctionTextPageTextDiv span{
    font-family: proxima-nova,"Proxima Nova","Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
    font-size: 16px !important;
}

a.current {
    color: white !important;
    font-weight: 700;
}

/* ------------------------------RESPONSIVE */

@media screen and (max-width: 500px) { 
    .thumb, #dropcanvas, .droparea {
    width: 50px !important;
    height: 50px !important;
    }
    .thumb {
        min-height: 30px !important;
        margin: 0 auto;
    }
    .container.floated {
        width: 100%;
    }

}    
  

@media screen and (max-width: 768px) { 
    .two.columns, .seven.columns {
        width: 100% !important;
    }   
    #updatePanel {
        overflow: scroll;
    }
    .container.floated {
        width: 100%;
    }
}