/*  */

/*  */

body {
    background-color: #FFFFFF;
    background-image: ;
    background-repeat: ;
    background-attachment: ;
    background-position: ;
}

/* we want some elements to have a solid background irrespective of user settings */
body > .main-content > .row {
    background-color: #FFFFFF;
}
@media (min-width: 768px) {
    body > .main-content > .row {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-bottom: 20px; /* to show the user's custom body background, if set */
    }
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 0 !important;
    }
}


/** all other custom settings should be scoped to be within .user-page-content **/
/* with the exception of the page title and page description */

/* page settings (also page description) */

.user-page-content,
.user-page-content .panel .panel-body table,
.user-page-content .panel-body ul,
#view-description {
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    color: #000000;
            font-size: small;
    
}

.user-page-content pre {
    color: #000000;
            font-size: small;
    
}


/* links and headings */

.user-page-content a,
.user-page-content a:link,
.user-page-content a:visited {
    color: #E4CB4C;
    text-decoration: none;
}
.user-page-content a:hover,
.user-page-content a:active {
    color: #E4CB4C;
    text-decoration: none;
}
.user-page-content h1,
.user-page-content h2,
.user-page-content h3,
.user-page-content .panel-body h3,
.user-page-content h4,
.user-page-content h5,
.user-page-content h6,
.user-page-content .list-group-item-heading,
#viewh1 {
    color: #000000;
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    font-weight: bold;
}


/* blocks */

.user-page-content .panel .title:not(.feedtitle) {
    font-weight: bold;
    color: #000000;
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    border-color: #000000;
}
.user-page-content .panel .title a,
.user-page-content .panel .title a:link,
.user-page-content .panel .title a:visited,
.user-page-content .panel .title a:active {
    color: #000000;
    text-decoration: none;
}
.user-page-content .panel .title a:hover {
    color: #E4CB4C;
    text-decoration: none;
}
.user-page-content .link-blocktype:hover {
    background-color: transparent;
}
.user-page-content .panel {
    background-color: transparent; /* take away default white panel bg */
}


/* list groups */

.user-page-content .list-group-item {
    background-color: transparent;
}
.user-page-content .panel > .block .list-group .list-group-item {
    border-color: #000000;
}


/* pagination */

.user-page-content .pagination > .active > a,
.user-page-content .pagination > .active > a:focus,
.user-page-content .pagination > .active > a:hover,
.user-page-content .pagination > .active > span,
.user-page-content .pagination > .active > span:focus,
.user-page-content .pagination > .active > span:hover {
    background-color: #E4CB4C;
}


/** advanced: custom css **/

*,:after,:before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

.btn-group.btn-group-top {
display:none
}

.main-column {
background:#EAEAEA
}

.cmsbody {
font-family:'PT Sans',sans-serif;
display:table;
width:100%;
background:#EAEAEA
}

.cmscontainer {
display:table-cell;
vertical-align:middle;
text-align:center
}

.button {
display:inline-block;
position:relative;
background:none;
border:none;
color:#e4cb4c;
font-size:23px;
cursor:pointer;
margin:20px 30px;
background:#686369
}

.span {
display:block;
padding:40px 120px
}

.button::before,.button::after {
content:"";
width:0;
height:4px;
position:absolute;
transition:all .4s linear;
background:#e4cb4c
}

.span::before,.span::after {
content:"";
width:4px;
height:0;
position:absolute;
transition:all .4s linear;
background:#e4cb4c
}

.button:hover::before,.button:hover::after {
width:100%
}

.button:hover .span::before,.button:hover .span::after {
height:100%
}

.btn-2::before,.btn-2::after {
transition-delay:0
}

.btn-2 .span::before,.btn-2 .span::after {
transition-delay:.4s
}

.btn-2::before {
right:0;
top:0
}

.btn-2::after {
left:0;
bottom:0
}

.btn-2 .span::before {
left:0;
top:0
}

.btn-2 .span::after {
right:0;
bottom:0
}

.btn-2:hover::before,.btn-2:hover::after {
transition-delay:0
}

.btn-2:hover .span::before,.btn-2:hover .span::after {
transition-delay:0
}

.collection-nav {
display:none
}

.page-header {
display:none
}

.with-heading {
display:none
}

.metadata {
display:none
}

.viewfooter {
display:none
}

.footer {
display:none
}
