/* <rcm-three-choices> */

.RcmThreeChoices .choice:nth-of-type(1) {
    border-color: #F8971D;
}
.RcmThreeChoices .choice:nth-of-type(1) h2 {
    color: #F8971D;
}
.RcmThreeChoices .choice:nth-of-type(1) .btn.btn-primary {
    background-color: #F8971D;
    border-color: #F8971D;
}

.RcmThreeChoices .choice:nth-of-type(2) {
    border-color: #8DC63F;
}
.RcmThreeChoices .choice:nth-of-type(2) h2 {
    color: #8DC63F;
}
.RcmThreeChoices .choice:nth-of-type(2) .btn.btn-primary {
    background-color: #8DC63F;
    border-color: #8DC63F;
}

.RcmThreeChoices .choice:nth-of-type(3) {
    border-color: #F15D22;
}
.RcmThreeChoices .choice:nth-of-type(3) h2 {
    color: #F15D22;
}
.RcmThreeChoices .choice:nth-of-type(3) .btn.btn-primary {
    background-color: #F15D22;
    border-color: #F15D22;
}

.RcmThreeChoices .choice {
    border: 1px solid black;
    padding: 15px;
    position: relative;
    padding-top: 0;
}

.RcmThreeChoices .choiceDesc {
    margin-bottom: 15px;
}

.RcmThreeChoices .btnWrap {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    left: 0;
}

.RcmThreeChoices .hiddenSpacer {
    visibility: hidden;
    margin-bottom: 0;
}

.RcmThreeChoices .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .RcmThreeChoices .choice {
        margin:0 15px 15px 15px;
    }
    .RcmThreeChoices .btnWrap {
        text-align: left;
        left:15px;
    }
}
@media (min-width: 768px) {
    .RcmThreeChoices .sm-table {
        display: table;
        border-spacing: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .RcmThreeChoices .sm-tr {
        display: table-row;
    }

    .RcmThreeChoices .sm-tr:before, .RcmThreeChoices .sm-tr:after{
        content:none;
    }

    .RcmThreeChoices .sm-td {
        display: table-cell;
        float: none;
        margin-left: 15px;
    }
}

.RcmThreeChoices ul{
    padding-left: 1em;
}

/* </rcm-three-choices> */
.RcmNavigation, .RcmNavigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    overflow: visible !important;
}

.RcmNavigation a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: black;
}

.RcmNavigation li {
    padding-right: 30px;
    padding-top: 10px;
    float: left;
}

.RcmNavigation li:hover {
    background: transparent;
}

.RcmNavigation li ul li {
    padding: 5px;
    float: none;
}

.RcmNavigation li ul li a {
    font-weight: normal;
    color: #000000;
}

.RcmNavigation li ul li.heading, .RcmNavigation li ul li.bold {
    font-weight: bold;
}

.RcmNavigation li ul li.heading {
    background-color: #666;
    padding: 5px;
}

.RcmNavigation li ul li.heading a {
    color: white;
    font-weight: bold;
}

.RcmNavigation li ul li:hover {
    background-color: #F8971D;
}

.RcmNavigation li .popup {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    padding: 2px;
    left: -999em;
    z-index: 950;
}

.RcmNavigation li:hover .popup,
.RcmNavigation li.sfhover .popup {
    left: auto;
}

/* Disable hover on locked plugins */
.rcmPluginLocked.RcmNavigation li:hover .popup,
.rcmPluginLocked.RcmNavigation li.sfhover .popup {
    left: -999em;
}

.RcmNavigation .column, #rcmContainer_1 .column {
    width: 250px;
    padding: 0 0 10px 0;
    float: left;
}

.RcmNavigation li .columnCount_2,
#rcmContainer_1_0 .RcmNavigation li .columnCount_2 {
    width: 502px;
}

.RcmNavigation .columnCount_2 .column_1,
#rcmContainer_1 .columnCount_2 .column_1 {
    border-right: 1px solid black;
}
/* <rcm-image-with-thumbnail> */

.rcmContainer .RcmImageWithThumbnails {
    position: relative;
    /*  border: 1px solid #CCC; */
    padding: 0px;
}

.RcmImageWithThumbnails .selected {
    border: 1px #999 solid;
}

.RcmImageWithThumbnails .thumb {
    /* float:left; */
    margin-right: 10px;
    margin-top: 10px;
}

.RcmImageWithThumbnails ul.imgThumbs li {
    list-style-type: none;
    display: inline-block;

}

/* </rcm-image-with-thumbnail> */

/* <rcm-google-search-box> */

.RcmGoogleSearchResults .gsc-search-box {
    display: none;
}

/* </rcm-google-search-box> */

.rcmRssFeedLine {
    padding-top: 12px;
}

.rcmRssFeedLine a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.rcmRssFeedReaderMainContainer h2 {
    position: relative;
    overflow: hidden;
}
.rcmRssFeedReaderMainContainer h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    margin-left: 20px;
}

.RcmLoginLink a {
    height: 20px;
}

.RcmLoginLink .showWhenLoggedIn {
    display: none;
}

.RcmLoginLink .loggedIn .showWhenLoggedIn {
    display: inherit;
}

.RcmLoginLink .loggedIn .showWhenLoggedOut {
    display: none;
}

.RcmLoginLink .pws {
    margin-top: 5px;
    /*color: #F8971D;*/
}
/** This is for the plugin **/
.rcmPlugin.RcmMessageList {
    width: 100%;
}

.rcmMessage {
    width: 99%;
    padding: .2em .5% .2em .5%;
}

.rcmMessage ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

.rcmMessage ul li {
    margin: 0;
    padding: 0;
}

/* Glyphicons from bootstrap */
.rcmMessage.flashMessageList i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    padding-right: 1em;
}

.rcmMessage.flashMessageList .alert-info i:before {
    content: "\e086";
}

.rcmMessage.flashMessageList .alert-success i:before {
    content: "\e089";
}

.rcmMessage.flashMessageList .alert-warning i:before {
    content: "\e107";
}

.rcmMessage.flashMessageList .alert-danger i:before {
    content: "\e086";
}
/* <rcm-action-button> */

.rcmPlugin.RcmActionButton.first:before {
    /*clear: both;*/
    content: " ";
    display: table;
}
.rcmPlugin.RcmActionButton .button-box {
    border: 0px solid;
    border-radius: 10px 0 10px 0;
    margin-bottom: 1.5em;
    padding: .5em;
    width: 100%;
}

.rcmPlugin.RcmActionButton .button-area {
    display: table;
    min-height: 2em;
    width: 100%;
}

.rcmPlugin.RcmActionButton .button-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    horiz-align: center;
}

/* </rcm-action-button> */

/* <rcm-google-analytics loading> */

.rcm-google-analytics .loading {
    /*overflow: hidden;*/
    padding-top: 5em;
    position: fixed; left: 0;
    width: 100%;
}

.rcm-google-analytics .loading .loading-container {
    float: left;
    position: relative;
    left: 50%;
}

.rcm-google-analytics .loading .loading-content {
    background-color: #FFFFFF;
    float: left;
    padding: .5em 1em;
    position: relative; left: -50%;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: .5em;
    box-shadow: .2em .2em .1em rgba(0,0,0,.10);
}

.rcm-google-analytics .loading .loading-indicator {
    /* Bootstrap glyphicon */
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -animation: spin .8s infinite linear;
    -webkit-animation: spin2 .8s infinite linear;
    -moz-animation: spin2 .8s linear infinite;
}

.rcm-google-analytics .loading .loading-indicator:before {
    /* Bootstrap glyphicon refresh */
    display: inline-block;
    content: "\e031";
}

.rcm-google-analytics .rcm-google-analytics .loading .loading-message {
    display: inline-block;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

/* </rcm-google-analytics loading> */

/* <rcm-google-analytics admin-analytics> */

.rcm-google-analytics form {
    display: block;
    padding: 1em;
}

/* </rcm-google-analytics admin-analytics> */

/* rcm-vimeo RcmVimeo */
.rcm-vimeo .embed-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rcm-vimeo .embed-container iframe,
.rcm-vimeo .embed-container object,
.rcm-vimeo .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}

.rcm-vimeo .embed-container.placeholder {
    display: none;
    background-color: #999999;
    width: 100%;
    height: 100%;
}

.rcm-vimeo .embed-container.placeholder .icon {
    margin: 10% auto auto auto;
    width: 80px;
    height: 80px;
    padding: 0;
    background-image: url("/modules/rcm-vimeo/icon.png");
}
.rcm-vimeo .embed-container.placeholder .label {
    display: block;
    margin: 1em auto auto auto;
    width: 100%;
    padding: 0;
    text-align: center;
}
.rcm-vimeo .embed-container.placeholder .label a,
.rcm-vimeo .embed-container.placeholder .label a:link,
.rcm-vimeo .embed-container.placeholder .label a:visited,
.rcm-vimeo .embed-container.placeholder .label a:hover{
    color: #ffffff;
}

.rcmPlugin.RcmVimeo.ui-draggable-dragging .embed-container {
    display: none;
}

.rcmPlugin.RcmVimeo[editing="true"] .embed-container{
    display: none;
}

.rcmPlugin.RcmVimeo.ui-draggable-dragging .embed-container.placeholder {
    display: block;
}

.rcmPlugin.RcmVimeo[editing="true"] .embed-container.placeholder{
    display: block;
}





#rcmPortalOptions .menuItem {
    background-color: #0CB3B0;
    height: 34px;
    border-top-right-radius: 10pt;
    border-bottom-right-radius: 10pt;
    padding: 8px;
    margin-bottom: -1px;
}
#rcmPortalOptions .menuItem span a {
    color: white;
}
#rcmPortalOptions .portalMenuItem {
    margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
    .RcmPortalOptions.col-xs-4 {
        width: 100%;
    }
}
.Conference .conference-ticket h2 {
    margin: 0;
    padding: 0 0 1em 0;
}

.Conference .ticketSelect
{
    border: 1px solid rgba(0, 0, 0, 0.31);
    border-radius: 4px;
    margin-top: 20px;
    padding: 15px;
}

.Conference .ticketSelect p
{
    margin-top: 15px;
}

.Conference .ticketSelect {
    margin-bottom: 40px;
}

.Conference .ticketType {
    margin-right: -19px;
    margin-top: 9px;
}

.Conference .noTickets {
    margin-bottom: 30px;
}

.Conference .input-error {
    color: #F15D22;
}

.Conference .input-error input {
    color: #F15D22;
    border: 1px solid #F15D22;
}

.Conference .input-error select {
    border: 1px solid #F15D22;
    color: #F15D22;
}

.Conference .continueButton {
   float: right;
}

.Conference .remove {
    margin-right: 16px;
}
.Conference .remove span {
    cursor: pointer;
}
.Conference p {
    font-weight: bold;
}
@keyframes growdown {
    0%   {height:0}
    100% {height:100px}
}
.Conference .grow:last-of-type {
    /* background-color: red;  */
    animation-name: growdown;
    animation-duration: .5s;
    animation-iteration-count: 1;
    display:block;
    overflow-y: hidden;
}




.rcmPlugin.RcmShoppingCartSuggestedDisplay {
    /*position: relative;*/
    text-align: center;
}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductDisplay {
    text-align: left;
}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductTable {

}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductImageDisplayImg {

}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductDisplayItem {
    /*clear: both;*/
    display: table;
}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductNameDisplay a {
    color: #00A4E4;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductNameDisplay {
    display: table-cell;
    vertical-align: middle;
    padding-left: .8em;
}

.rcmPlugin.RcmShoppingCartSuggestedDisplay .suggestedProductImageDisplay {
    vertical-align: middle;
    text-align: left;
    padding-top: 15px;
}



/* <rcm-dynamic-navigation> */

.RcmDynamicNavigation .HiddenLink
{
    display: none;
}

/* </rcm-dynamic-navigation> */

.RcmPwsProfileInfo .personalImage, .RcmPwsProfileInfo .personalInfo {
    float: left;
}

.RcmPwsProfileInfo .personalImage {
    width: 100px;
    padding-right: 0.5em;
}

.RcmPwsProfileInfo .personalInfo {
    width: calc(100% - 100px);
}
.PwsRecommendedProducts .selectProductAmount {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin: 0.5em;
    padding: 0.5em 0;
}

.PwsRecommendedProducts .disable-edit {
    opacity: 0.5;
}

.PwsRecommendedProducts .selectProductAmount .selectedQty {
    float: right;
    padding-left: 0.5em;
}

.PwsRecommendedProducts .selectProductAmount .selectText {
    float: right;
}

.PwsRecommendedProducts table.boxes {
    border-collapse: separate;
    border-spacing: 4px 0;
}

.PwsRecommendedProducts table.boxes td.recommendedProductItemColumn {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-radius: 10px 10px 0 0;
}

.PwsRecommendedProducts table.boxes td.button-container {
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-radius: 0 0 10px 10px;
}

.PwsRecommendedProducts td {
    padding: 3px;
}

.PwsRecommendedProducts td .button-container {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}

.editContainer {
    position: relative;
    width: 100%;
    text-align: right;
}

@media (max-width: 767px) {
    .PwsRecommendedProducts table td:nth-child(4) {
        display: none;
    }

    .PwsRecommendedProducts table td:nth-child(5) {
        display: none;
    }

    .PwsRecommendedProducts table td:nth-child(6) {
        display: none;
    }
}

.featuredProd .prodContainer {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.featuredProd .prod {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    max-width: 100px;
    border: 1px dotted rgb(0, 0, 0);
    border-radius: 10px !important;
    cursor: pointer;
}

.featuredProd .thumb-size {
    max-height: 90px;
}

.featuredProd .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.featuredProd .prodTitle {
    height: 75px;
    width: 100px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    overflow-wrap: break-word;
}

.PwsRecommendedProducts .recommended-product-image-main img {
    height: 147px;
}

.PwsRecommendedProducts .recommended-product-order-main button {
    width: 120px;
    height: 30px;
}

.PwsRecommendedProducts .recommended-product-image-small img {
    height: 76px;
}

@media (max-width: 768px) {
    .PwsRecommendedProducts .recommended-product-image-main img {
        height: 80px;
    }

    .PwsRecommendedProducts .recommended-product-order-main button {
        width: 80px;
        height: 20px;
    }
}

.recommended-product-image img {
    height: 66px;
    max-width: none !important;
}


.PwsCallToAction .loadingIcon {
    color: #00A4E4;
    float: left;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    padding: .5em;
    /*position: absolute;*/
    top: 0;
    left: 0;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.PwsCallToAction .pwsActionBoxes {
    margin-left: -30px;
}

.PwsCallToAction .pwsCallToAction_0 {
    background-color: #00a0d2;
    border-radius: 0 12px 0 12px;
}
.PwsCallToAction .pwsCallToAction_1 {
    background-color: #F8971D;
    border-radius: 12px 0 12px 0;
}
.PwsCallToAction .pwsCallToAction_2 {
    background-color: #8DC63F;
    border-radius: 0 12px 0 12px;
}
.PwsCallToAction .pwsCallToAction_3 {
    background-color: #F15D22;
    border-radius: 12px 0 12px 0;
}
.PwsCallToAction .iconContainer-4, .icon-4 {
    clear: both;
}
.PwsCallToAction .pws-call-action-title {
    font: 600 16px 'Open Sans', sans-serif;
    margin: 20px 0 12px;
    color: #333333;
    text-align: left;
}
.PwsCallToAction .pws-call-action-title .pws-call-action-title {
    font-weight: bold;
}

.PwsCallToAction .addContent {
    position: static !important;
}

.PwsCallToAction .pws-call-action-content {
    font-size: 12px;
    color: black;
    padding-bottom: 10px;
    text-align: left;
}

.PwsCallToAction .readMore {
    color: #00A4E4;
    padding-bottom: 10px;
    text-align: left;
}

.PwsCallToAction a {
    color: black;
    text-decoration: none;
}

.PwsCallToAction img {
    display: block;
    margin: 0 auto;
}

.PwsCallToAction .rollImg {
    width: 147px;
    height: 147px;
    /*background-size: 301px 147px;*/
    overflow: hidden;
}

.PwsCallToAction .rollImg:hover {
    background-position: 148px;
}

.PwsCallToAction .edit {
    position: absolute;
    right: 4px;
    color: grey;
    padding: 5px;
    border-radius: 3px;
}

.PwsCallToAction .iconImg {
    width: 147px;
    height: 147px;
    background-color: grey;
}
.PwsCallToAction .modal-dialog {
    width: 700px;
}
.PwsCallToAction .modal-body {
    max-height: 500px;
    overflow-y: auto;
}
.PwsCallToAction .modal-dialog {
   margin-top: 100px;
}

.PwsCallToAction .last.row {
    border-bottom: 1px dotted;
    padding-bottom: 20px;
}
.PwsCallToAction .glyphicon-remove-circle {
    font-size: 16px;
}
.PwsCallToAction .deleteIcon {
  float: left;
    background-color: lightgrey;
    width: 20px;
    padding-left: 4px;
}

.PwsCallToAction .editIcon {
    float: right;
    padding-left: 4px;
    margin-right: 15px;
    background-color: lightgrey;
    width: 20px;
}
.PwsCallToAction .addNewOneInput {
    margin-top:30px;
}
.PwsCallToAction .form-group {
    height: 40px;
}
.PwsCallToAction .adminActionChoicesButton {
    border-bottom: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
    padding-left: 40px;
}
.PwsCallToAction .addNewIconRow {
    margin-bottom: 20px;
}

.PwsCallToAction .addNewIcon .rollImg
{
    background-color: grey;
}
.PwsCallToAction .editPwsAction .rollImg, .rollImgXs{
    background-color: grey;
}
.PwsCallToAction .editActionInput input {
    width: 400px;
    margin-bottom: 10px;
}
.PwsCallToAction .imagePathNewAction input{
    width: 400px;
    margin-bottom: 10px;
}

.PwsCallToAction .pws-call-action-title input, .addContent  {
    width: 162px;
}
.PwsCallToAction .addContent {
    margin-bottom: 20px;
}
.PwsCallToAction .editContent, .addContent {
    margin-bottom: 20px;
}

.PwsCallToAction .titleHolder,  .PwsCallToAction .input {
    width: 160px;
}
.PwsCallToAction .addNewTitle, .addNewUrl input {
    width: 160px;
}
.PwsCallToAction .mce-edit-focus {
    height: 200px;
}
.PwsCallToAction .addContent {
    position: static !important;
}
.PwsCallToAction .rollImgXs {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {

    .PwsCallToAction .pws-call-action-title {
        margin: 0px;
    }
    .PwsCallToAction .pencil {
        /*display: none;*/
    }

    .PwsCallToAction {
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .PwsCallToAction .rollImg {
        width: 100px;
        height: 100px;
        /*background-size: 200px 100px;*/
        float: left;
        margin-right: 15px;
        margin-bottom: 55px;
        overflow: hidden;
    }

    .PwsCallToAction .rollImg:hover {
        background-position: 100px;
    }
    .PwsCallToAction .iconContainer .editIcon {
        float: left;
        margin-right: 107px;
        display: inline-block;
    }
}

.pws-rotating-image button {
    margin-bottom: .5em;
}

.pws-rotating-image label,
.rcm-admin-dialog .pws-rotating-image label {
    font-weight: normal;
}
.pws-rotating-image .image-container {
    position: relative;
    min-height: 8em;
}

.pws-rotating-image .edit-buttons {
    position: absolute;
    top: 3px;
    left: 3px;
}

.pws-rotating-image.display .edit-buttons {
    width: 100%;
}

.pws-rotating-image .edit-buttons .glyphicon {
    color: rgb(128, 128, 128);
}

.pws-rotating-image .option-image-list .image-container {
    position: relative;
    min-height: 3em;
}

.pws-rotating-image .option-image-list .image-container .image img {
    border: 1px solid #DDDDDD;
    max-height: 10em;
}

.pws-rotating-image .option-image-list .image-container .row {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: .5em;
    padding-top: .5em;
}

.pws-rotating-image .option-image-list .image-container form .row {
    border: none;
    padding-bottom: .5em;
    padding-top: .5em;
}

.pws-rotating-image .option-image-list .edit-buttons {
    position: relative;
}

.pws-rotating-image .alert.image-error-message {
    position: fixed;
    width: calc(100% - 50px);
    z-index: 1000;
}


.rcm-loading {
  background-color: rgba(255, 255, 255, 0.5);
  border: medium none;
  cursor: wait;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  /* IE fix */
  z-index: 50000;
  /* Just in case */
}
.rcm-loading .loading {
  padding-top: 15em;
  position: fixed;
  left: 0;
  width: 100%;
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container {
  float: left;
  position: relative;
  left: 50%;
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container .loading-content {
  background-color: #ffffff;
  float: left;
  padding: .5em 2.5em;
  position: relative;
  left: -50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .5em;
  box-shadow: 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.2);
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container .loading-content .loading-indicator {
  border-radius: 50%;
  display: block;
  font-size: 7px;
  margin: 4em auto 4em calc(50% - .5em);
  position: relative;
  text-align: center;
  width: 1em;
  height: 1em;
  -webkit-animation: rcmloadinganim 1.3s infinite linear;
  animation: rcmloadinganim 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container .loading-content .loading-message {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin: -2.7em auto 1.6em auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 1em;
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container .loading-content .loading-message .loading-indicator-text {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  padding: 0;
  zoom: 1;
  /* IE fix */
}
.rcm-loading .loading .loading-container .loading-content .loading-message .loading-message-text {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.9);
  padding: 0;
  zoom: 1;
  /* IE fix */
}
@-webkit-keyframes rcmloadinganim {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #999999, 2em -2em 0 0em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 0em #999999;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #999999, 2em -2em 0 0.2em #999999, 3em 0em 0 0em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 0em #999999, 3em 0em 0 0.2em #999999, 2em 2em 0 0em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 0em #999999, 2em 2em 0 0.2em #999999, 0em 3em 0 0em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 0em #999999, 0em 3em 0 0.2em #999999, -2em 2em 0 0em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 0em #999999, -2em 2em 0 0.2em #999999, -3em 0em 0 0em #999999, -2em -2em 0 -0.5em #999999;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 0em #999999, -3em 0em 0 0.2em #999999, -2em -2em 0 0em #999999;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 0em #999999, -3em 0em 0 0em #999999, -2em -2em 0 0.2em #999999;
  }
}
@keyframes rcmloadinganim {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #999999, 2em -2em 0 0em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 0em #999999;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #999999, 2em -2em 0 0.2em #999999, 3em 0em 0 0em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 0em #999999, 3em 0em 0 0.2em #999999, 2em 2em 0 0em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 0em #999999, 2em 2em 0 0.2em #999999, 0em 3em 0 0em #999999, -2em 2em 0 -0.5em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 0em #999999, 0em 3em 0 0.2em #999999, -2em 2em 0 0em #999999, -3em 0em 0 -0.5em #999999, -2em -2em 0 -0.5em #999999;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 0em #999999, -2em 2em 0 0.2em #999999, -3em 0em 0 0em #999999, -2em -2em 0 -0.5em #999999;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 0em #999999, -3em 0em 0 0.2em #999999, -2em -2em 0 0em #999999;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #999999, 2em -2em 0 -0.5em #999999, 3em 0em 0 -0.5em #999999, 2em 2em 0 -0.5em #999999, 0em 3em 0 -0.5em #999999, -2em 2em 0 0em #999999, -3em 0em 0 0em #999999, -2em -2em 0 0.2em #999999;
  }
}
