/**
 * External libraries
 */


/**
 * Global section
 */

body {
    font-family: 'PT Sans', sans-serif !important;
    color: #000 !important;
    background-color: #fff !important;
}

* {
    transition: all 250ms ease, background-position 1ms;
}

a {
    color: #fff;
    font-weight: bolder;
    transition: color 250ms;
}

a:hover,
.orbit-content a:hover,
.top-bar .menu a:hover,
.dropdown.menu>li.is-dropdown-submenu-parent>a::after,
.social-links a:hover {
    color: rgb(55, 179, 74) !important;
    border-color: rgb(55, 179, 74) transparent transparent !important;
}

.orbit-next,
.orbit-previous {
    opacity: 0.5 !important;
    background-color: hsla(0, 0%, 4%, .15);
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered.vertically {
    flex-direction: column;
    align-items: flex-start;
}

.content-padding {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.menu.is-dropdown-submenu {
    border: 1px solid transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif !important;
    color: #fff;
}

h1 {
    font-size: 4rem;
    font-weight: 700 !important;
}

h4,
h1,
h5 {
    text-transform: uppercase;
    font-weight: 700;
}

h4.title {
    font-size: 1.25rem;
}

.title {
    font-weight: 700;
}

.alt-title {
    color: rgba(55, 179, 74, 1);
}

.container,
.row {
    max-width: 80.5rem !important;
    margin-left: auto;
    margin-right: auto;
}

.indented {
    padding: 0 7.5rem;
}

.main.with-showcase {
    position: relative;
    width: 100%;
}

.full-width {
    width: 100%;
}

/**
* Responsive section
* @type {[type]}
*/

@media screen and (max-width: 38.9375em) {
    .orbit-content p.description {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }

    .section.blog .entry {
        border-right: solid thin transparent !important;
    }

    .indented {
        padding: inherit;
    }

    .content-padding {
        padding: 0 1rem !important;
    }

    .main.with-showcase {
        top: -4rem;
        position: relative;
        width: 100%;
    }

    .centered-small {
        text-align: center;
    }

    .share-buttons {
        margin-bottom: 8px;
    }

}


/**
* Form and inputs
*/

.btn,
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #0071bc;
    color: #fefefe;
    padding: 1rem 2.75rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.button.no-padding {
    padding: 0.725rem 1rem !important;
}

.button.round {
    border-radius: 4rem;
}

.button.no-radius,
.no-radius {
    border-radius: 0px !important;
}

.button.radius-right,
.radius-right {
    border-bottom-right-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
}

.button.radius-left,
.radius-left {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
}

.button {
    padding: 1rem 2.75rem !important;
    font-weight: bold;
}

.button {
    background-color: rgba(230, 231, 232, 1);
}

.button:hover {
    background-color: rgba(0, 113, 188, 1) !important;
}

.button.monochrome {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.button.hollow,
a.button.hollow {
    border: 0px solid transparent !important;
    background-color: #fff;
}

.button.hollow:hover {
    color: #fff !important;
}

.button.secondary {
    background-color: rgba(0, 113, 188, 1);
}

.button.hollow.secondary,
a.button.hollow.secondary {
    color: rgba(0, 113, 188, 1);
}

.button.success:hover {
    background-color: rgba(55, 179, 74, 1) !important;
    color: #fff !important;
}

.button.success {
    background-color: rgba(55, 179, 74, 1) !important;
    color: #fff !important;
}

.button.success:hover {
    background-color: rgba(55, 179, 74, 1) !important;
    color: #fff !important;
}

.button.success {
    background-color: rgba(55, 179, 74, 1) !important;
    color: #fff !important;
}

.button.success:hover {
    background-color: rgba(55, 179, 74, 1) !important;
    color: #fff !important;
}

.button.warning {
    background-color: rgba(247, 147, 30, 1) !important;
    color: #fff !important;
}

.button.warning:hover {
    background-color: rgba(247, 147, 30, 1) !important;
    color: #fff !important;
}

.button.alert {
    background-color: rgba(255, 0, 0, 1) !important;
    color: #fff !important;
}

.button.alert:hover {
    background-color: rgba(255, 0, 0, 1) !important;
    color: #fff !important;
}

.button.disabled {
    background-color: rgba(153, 153, 153, 1) !important;
}

.button.disabled:hover {
    background-color: rgba(153, 153, 153, 1) !important;
}

.button-group input {
    display: none;
}

.button-group input:checked+label,
.button-group input:checked+label:active {
    background-color: rgba(55, 179, 74, 1) !important;
}

.responsiv-uploader-fileupload.style-image-single .upload-button {
    border: 4px dotted rgba(0, 0, 0, 0.25) !important;
}

textarea.form-control {
    min-height: 200px;
    padding: 1rem
}

.form-control {
    padding: 0.5rem 1rem !important;
    border-radius: 8px !important;
}


/**
* Icons section
*/

.icon {
    margin: 0 0.5rem;
    height: 1.15rem;
}

.icon.small {
    height: 1.5rem;
}

.icon.medium {
    height: 2rem;
}

.icon.large {
    height: 3rem;
}


/**
* Fonts section
*/

.small-font {
    font-size: .9rem;
}

.light-font {
    color: rgb(153, 153, 153);
}


/**
* Media section
*/

.event-actions {
    text-transform: uppercase;
}

.event-actions a {
    font-size: 1rem;
}

.event-actions a span {
    vertical-align: middle;
}

.event-actions .arrow {
    font-weight: normal;
}


/**
* Content section
*/

.title {
    clear: both;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-title .title {
    margin-bottom: auto;
}

.page-title .is-dropdown-submenu {
    background: #000;
}

.title .indicator {
    width: 2rem;
    height: 0.40rem;
    background-color: rgb(55, 179, 74);
}

.sub-content {
    color: #fff !important;
    position: relative;
}

.sub-content .column {
    padding: 2rem;
    display: flex;
}

.sub-content .button {
    text-transform: uppercase;
    margin-top: 1rem;
}

.about-us {
    height: 500px;
}

.about-us .title .indicator {
    background-color: rgb(0, 113, 188);
}

.contribute-to-us {
    height: 250px;
}

.contribute-to-us .title .indicator {
    background-color: rgb(55, 179, 74);
}

.pitch-at-cite {
    height: 250px;
}

.pitch-at-cite .title .indicator {
    background-color: rgb(247, 147, 30);
}

.cite-resources {
    height: 250px;
}

.cite-resources .title .indicator {
    background-color: rgb(255, 0, 0);
}

.section {
    position: relative;
}

.section .title {
    /* color: rgb(55, 179, 74); */
}

.section .heading {
    background-color: rgb(55, 179, 74);
    padding: 1rem 4rem;
    color: #fff;
}

.section .event .month,
.section .event .content {
    padding: 1rem;
}

.event {
    min-height: 325px;
}

.event .content {
    padding: 0 2rem;
}

.event .month,
.event .day {
    text-align: right;
}

.event .month {
    background-color: rgb(230, 231, 232);
    font-size: 2rem;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    border-right: solid 0.15rem #fff;
}

.section.events {
    margin-bottom: 20px;
}

.section.events li .column:last-child .event .month,
.section.events li .column:last-child .event .content {
    border: none;
}

.event .day {
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 400;
}

.event .content {
    border-right: solid 0.15rem rgb(153, 153, 153);
}

.event .speaker {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgb(230, 231, 232);
    overflow: hidden;
}

.event .speaker img {
    width: auto;
    height: 100%;
}

.section.join .heading {
    background-color: transparent;
    background-image: url('../themes/cite/assets/images/signup-background.png');
    background-size: contain;
}

.section.blog {
    min-height: 524px;
}

.section.blog .entry .body {
    padding: 1rem 1rem;
}

.section.blog .entry {
    padding: 1rem 0.5rem;
    height: 450px;
    border-right: solid thin rgb(153, 153, 153);
}

.section.blog li .column:last-child .entry {
    border: none;
}

.section.blog .entry .image {
    height: 215px;
    padding-bottom: 15px;
    overflow: hidden;
}

.section.blog .entry .image img {
    height: auto;
    width: auto;
    min-height: 215px;
    min-width: 100%;
}

.section.blog .entry .author {
    text-transform: uppercase;
    color: rgb(153, 153, 153);
}

.section.blog .entry .excerpt {
    height: 100px;
    overflow: hidden;
}

.section.blog .entry .title {
    color: #000;
}

.section .blog-entries {
    padding: 1rem 0;
}

.media-object .thumbnail.avatar,
.member .thumbnail.avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.hoverable,
.member {
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid thin #ccc;
}

.hoverable:hover,
.member:hover {
    /*box-shadow: 0 4px 6px -2px rgba(0,113,188,.5);*/
    background-color: rgba(55, 179, 74, 0.15);
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        text-align: center;
    }
}


/**
* Footer section
*/

footer a {
    color: #000 !important;
}


/**
 * Flash mesage section
 */

.flash-message {
    position: fixed;
    width: 500px;
    left: 50%;
    top: 13px;
    margin-left: -250px;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    z-index: 10000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.flash-message.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms, width 0s;
    transition: all 250ms, width 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.flash-message.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.flash-message.success {
    background: #8da85e
}

.flash-message.error {
    background: #cc3300
}

.flash-message.warning {
    background: #f0ad4e
}

.affiliate,
.flash-message.info {
    background: #5fb6f5
}

.flash-message button {
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    color: white
}

.flash-message button:hover {
    color: white
}

.flash-message.static {
    position: static !important;
    width: auto !important;
    display: block !important;
    margin-left: 0 !important
}

.dropdown-pane {
    border-radius: 0px !important;
}

.dropdown-pane.dark {
    background-color: #000;
    border: none;
}


/**
 * Radio button list
 */

input[data-toggle] {
    display: none;
}

input[data-toggle]:checked+label,
input[data-toggle]:checked+label:active,
.radio-button-list label:hover {
    background-color: #37b34a !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button-group.toggle li:not(first-child) {
    margin: 0 -0.9rem;
}

.radio-button-list label.button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: solid thin rgba(0, 0, 0, 0.15);
    padding: 1rem 0.5rem !important;
    margin: 0 !important;
    height: 100px;
}

.radio-button-list.row {
    margin-left: 0 !important;
}


/*
 * Images
 */

.image:hover img,
.scaled-bg:hover div {
    transform: scale(1.075);
}

.image {
    float: left;
    overflow: hidden;
    background-color: rgba(153, 153, 153, 1);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
    -webkit-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
}

.image:hover {
    background-size: auto 115%;
    background-position: center center;
}

/**
 * Social buttons
 */

.share-buttons {
    list-style-type: none;
    float: left;
}

.share-buttons li {
    display: inline-block;
    margin: 3px;
}

.share-buttons li img {
    opacity: 0.70;
    transition: opacity 0.25s;
}

.share-buttons li img:hover {
    opacity: 1;
}

/**
 * Country input section
**/
.country-flag-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex: 1 1 100%;
}

.country-flag-name :first-child {
    flex: 0 1 100px;
}

.country-flag-name :last-child {
    flex: 0 0 70%;
}

/**
 * Pricing table
 */
.pricing-table {
    background-color: white;
    border: solid 1px silver;
    width: 100%;
    text-align: center;
    list-style-type: none;
}

.pricing-table li {
    border-bottom: dotted 1px silver;
    padding: 0.875rem 1.125rem;
    list-style-type: none;
}

.pricing-table li:last-child {
    border-bottom: 0;
}

.pricing-table .title {
    background-color: black;
    color: white;
    border-bottom: 0;
    margin-bottom: 0px;
}

.pricing-table .price {
    background-color: lightgray;
    font-size: 2rem;
    border-bottom: 0;
}

.pricing-table .description {
    color: gray;
    font-size: 1rem;
}

.pricing-table :last-child {
    margin-bottom: 0;
}

/**
 **/
[data-show-on-ready] {
    display: none;
}

.control-richeditor {
    min-height: 50vh !important;
}