﻿@charset "UTF-8";
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    cursor: grab;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.upnmappingoverrule {
    color: #EEAF22;
    font-weight: bold;
}

.downloadlinkbutton {
    font-size: 15px;
}

input {
    border: 0;
}

.upncredential {
    color: #FFF;
}

.ddlextend {
    width: 200px !important;
}

.ddlshorter {
    width: 200px !important;
}

.ddlsettings {
    height: 35px;
    margin-left: 10px;
    font-size: 17px;
}

.ddlindent {
    margin-left: 50px;
}

.hideGridColumn {
    display: none;
}

.standardtable {
    background: none !important;
}

    .standardtable td {
        padding: 4px;
        background: none !important;
        vertical-align: middle;
    }

.namingtable {
    background: none !important;
    border-radius: 5px 5px;
    /*width: 450px;*/
}

    .namingtable input[type='image'] {
        display: inline-block;
        vertical-align: middle;
    }

.namingamount {
    /*border: 1px #2A3756 solid;*/
    background-color: #FFF !important;
    height: 35px;
}

sup {
    font-size: smaller;
    vertical-align: super;
    color: #f04641;
    padding-left: 3px;
}

div.bottom-right {
    bottom: 0; /* Aligns the div to the bottom of the page */
    right: 0; /* Aligns the div to the right edge of the page */
    margin: 10px; /* Optional: Adds some margin from the edges */
    padding: 10px; /* Optional: Add padding */
    z-index: 1000; /* Optional: Ensures the div stays on top of other elements */
    position: relative;
}

p {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

td {
    text-align: left;
}

th {
    text-align: left;
}



.FeedbackLabel {
    border: 2px solid #C0C0C0;
    padding: 10px 10px 10px 10px;
    background-color: #EEEEEE;
}

.CellWithComment {
    position: relative;
    cursor: grab;
}

.CellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: #EEE;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    padding: 23px 13px 23px 13px;
    color: black;
    top: 40px;
    left: 20px;
    width: 500px;
    opacity: 80;
    cursor: pointer;
    font-size: 12px;
}

.processedformat {
    color: #2F943E;
    font-weight: bold;
}

.processedformatyellow {
    color: #FFB619;
    font-weight: bold;
}

.CellWithComment:hover span.CellComment {
    display: block;
}

.ui-widget-overlay {
    /*background: rgba(255,255,255,.2);
    background: var(--palette-black-alpha-20,rgba(255, 255, 255, .2));*/
    background: rgba(0,0,0,.3);
    background: var(--palette-black-alpha-20,rgba(0, 0, 0, .3));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none;
    z-index: 100;
}

.ui-widget-loader {
    /*background: rgba(255,255,255,.2);
    background: var(--palette-black-alpha-20,rgba(255, 255, 255, .2));*/
    background: rgba(0,0,0,.3);
    background: var(--palette-black-alpha-20,rgba(0, 0, 0, .3));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none;
    z-index: 9998;
}

.modal {
    opacity: 0.95 !important;
    display: none; /* Hidden by default */
    color: #bbb;
    border: 4px solid #444;
    padding: 30px;
    position: fixed;
    z-index: 1002;
    height: 250px;
    width: 550px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(66,67,73); /* Fallback color */
    background-color: rgba(66,67,73,1); /* Black w/ opacity */
    box-shadow: 0 25.6px 57.6px rgba(0,0,0,.22),0 4.8px 14.4px rgba(0,0,0,.18);
    box-shadow: 0 25.6px 57.6px var(--panel-shadow-color,rgba(0, 0, 0, .22)),0 4.8px 14.4px var(--panel-shadow-secondary-color,rgba(0, 0, 0, .18));
    border-radius: 5px 1px;
}

    .modal p {
        font-size: 15px;
    }

    .modal h3 {
        color: #FFF;
    }

.custommodal a {
    font-weight: bold;
    vertical-align: unset;
}

    .custommodal a:hover {
        font-weight: bold;
        vertical-align: unset;
    }

.custommodal {
    height: 230px;
    width: 500px;
    z-index: 9998;
}

.sendemailmodal {
    height: 305px;
}

.bulkremoval {
    height: 250px;
}

.custommodalbulk {
    height: 430px;
    width: 1024px;
    overflow-y: scroll;
}

.additionmodal {
    height: 380px !important;
}

.tenantadditionmodal {
    height: 700px !important;
    width: 700px !important;
}

.tenanteditmodal {
    height: 720px !important;
    width: 700px !important;
}

.extendmodal {
    height: 230px;
    width: 400px;
}

.credmodal {
    height: 370px;
}

.credmodalv2 {
    height: 380px;
    z-index: 1002 !important;
}

.upncredmodal {
    height: 350px;
}

.groupadditionmodalv2 {
    height: 470px !important;
    width: 630px !important;
}

.groupeditmodal {
    height: 380px !important;
}

.groupremovalmodal {
    height: 200px !important;
}

.privilegeadditionmodal {
    height: 720px !important;
    width: 650px !important;
    overflow-y: scroll;
}

.privtimerangemodal {
    height: 320px !important;
    background-color: #005573;
}

.TimeRangeLabel {
    color: #F04643;
}

.filtergroupmodalv2 {
    height: 485px !important;
}

.filterschedulemodal {
    height: 500px !important;
}

.filteragentmodal {
    height: 420px !important;
}

.namingpreviewmodal {
    height: 150px !important;
    z-index: 3000;
    width: 450px;
}

.namingconfirmationmodal {
    height: 220px !important;
}

.credconfirmationmodal {
    height: 290px !important;
}

.saveconfirmationmodal {
    height: 140px !important;
    width: 330px !important;
}

.customnamingerrormodal {
    height: 160px !important;
    width: 330px !important;
}

.componentinfomodal {
    height: 350px !important;
    width: 470px !important;
    z-index: 6000;
}

.upnmappingmodal {
    height: 320px !important;
    width: 570px !important;
    z-index: 2000;
    background: #03516F !important;
}

.feedbacktable {
    background: none;
}

    .feedbacktable td {
        border: 1px solid #303136;
        padding: 6px 6px 6px 16px;
    }

    .feedbacktable th {
        border: 1px solid #303136;
        padding: 6px;
        color: #CCC;
        font-weight: bold;
    }

.namingerrormodal {
    height: 300px !important;
    width: 390px !important;
    z-index: 5000;
}

.downloadagentmodal {
    height: 480px !important;
}

    .downloadagentmodal a {
        font-size: 20px;
        font-weight: bold;
        color: #F04641;
    }

        .downloadagentmodal a:hover {
            font-size: 20px;
            font-weight: bold;
            color: #02AFA8;
        }

.filterreportmodal {
    height: 650px !important;
    width: 600px !important;
}

.filterauditmodal {
    height: 630px !important;
    width: 600px !important;
}

.filterreportmodal table {
    background: none;
}

.filterhistmodal {
    height: 500px !important;
    width: 550px !important;
}

    .filterhistmodal table {
        background: none;
    }

.filterdomainmodal {
    height: 280px !important;
}

.filterprivilegesmodal {
    height: 600px !important;
    width: 580px !important;
}

.bulkmodal {
    height: 280px !important;
    width: 580px;
}

.domaineditmodal {
    height: 370px !important;
}

.ondemandmodal {
    height: 380px !important;
    width: 620px !important;
}

.infomodal {
    height: 375px !important;
}

.infomodalreporting {
    height: 300px !important;
}

.linkbutton {
    font-size: 14px;
}

    .linkbutton:hover {
        color: #F04641;
    }

.privinfomodal {
    height: 350px !important;
    background: #03516F !important;
    width: 470px;
    color: #FFF;
}

.forgotmodal {
    height: 380px !important;
    background: #03516F !important;
    width: 470px;
    color: #FFF;
    z-index: 1003 !important;
}

.schedulereportmodal {
    height: 650px !important;
}

.editschedulereportmodal {
    height: 650px !important;
}

.privilegeeditmodal {
    height: 535px !important;
    width: 650px !important;
    overflow-y: scroll;
}

.scheduleremovalmodal {
    height: 220px !important;
}

.additionmodal table {
    background: none;
    width: auto;
}

.additionmodal input {
    color: #30353C;
}

.namingpreview {
    max-width: 400px;
    word-break: break-word;
}

.bulkadddiv {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px;
    font-size: 14px !important;
    color: #DDD !important;
    /*background:#FFF;*/
}

.addrecipienterror {
    color: #f04641 !important;
    font-weight: bold;
}

.alertlabel {
    font-size: 17px;
    text-align: center;
}

.FloatingPreview {
    position: absolute;
    left: 10px;
    bottom: 10px;
    float: left !important;
}

.FloatingButton {
    position: absolute;
    right: 10px;
    bottom: 10px;
    float: right;
}

.FloatingButtonForgot {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0;
    width: 90%;
}

.filtertable {
    background: none;
}

    .filtertable td {
        vertical-align: middle;
        font-weight: bold;
        color: #00B5AD;
        padding: 2px 3px 3px 0px;
        font-size: 14px;
    }

    .filtertable p {
        vertical-align: middle;
        color: #FFF;
        font-weight: 100;
    }

    .filtertable input[type=file] {
        width: 200px;
        height: 35px;
        font-size: 14px;
        background: #EAEBED;
        color: #48494D;
    }

.additiontable {
    background: none;
}

.ResetFontsize {
    font-size: 0px !important;
}

.additiontable input[type=text], input[type=password] {
    width: 400px;
    height: 40px;
}

.additiontable h6 {
    text-align: left;
    color: #E54740;
    font-size: 16px;
}

.settingstable td {
    padding: 5px 5px 5px 0px;
    margin-left: 15px;
    vertical-align: middle;
}

.settingstable h6 {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
    font-size: 28px;
}

.settingstable p {
    padding-top: 10px;
}

.settingstable b {
    font-size: 14px;
}

.fixcolumns td {
    width: 40px;
}

.settingscheckboxlist {
    width: 400px !important;
}

.settingstable input[type='image'] {
    display: block;
    vertical-align: middle;
}



.inmodaltext {
    background: none;
}

    .inmodaltext td {
        vertical-align: bottom;
        color: #FFF;
        font-weight: 100;
    }

#opaque {
    position: page;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: black;
    opacity: 0.6;
}

/** html #opaque {
    position: absolute;
}*/
/* The Close Button */
.close {
    color: #00B5AD !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    top: 20px;
    right: 20px;
    position: absolute;
}


    .close:hover,
    .close:focus {
        color: #F04641 !important;
        text-decoration: none;
        cursor: pointer;
    }

.checkbox-wrapper {
    white-space: nowrap;
    text-align: center;
    width: 490px;
    text-align: left;
    padding: 1px;
}

    .checkbox-wrapper input[type='checkbox'] {
        display: initial !important;
        vertical-align: middle;
        width: 18px;
        height: 18px;
    }

    .checkbox-wrapper label {
        padding-left: 5px;
    }

    .checkbox-wrapper table {
        vertical-align: middle;
        background: none;
    }

    .checkbox-wrapper td, .checkbox-wrapper span, .checkbox-wrapper label {
        vertical-align: middle;
        font-weight: bold;
        color: #F04641;
        font-size: 14px;
    }

.checkbox {
    vertical-align: top;
    display: inline-block;
    height: 30px;
}

.checkbox-label {
    white-space: normal;
}

input.larger {
    width: 20px;
    height: 20px;
}

.bold {
    font-weight: bold;
}

.timeclass {
    padding-bottom: 25px;
    text-align: center;
}

.adminbuttons {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    /*font-family: Montserrat-Regular, sans-serif;*/
    font-family: "Roboto Slab", sans-serif;
}

    .adminbuttons a {
        font-family: "Roboto Slab", sans-serif;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        color: #30353C;
    }

        .adminbuttons a:hover, a:active {
            font-weight: bold;
            color: #FFF;
        }

.controlpanel td {
    padding-top: 25px;
    text-align: center;
    width: 50px;
    font-weight: bold;
}

.filteredlabel {
    color: #FFB619;
}

.usernamebox {
    font-family: "Roboto Slab", sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    color: #00B5AD;
    display: run-in;
    width: 300px;
}

.homeusernamebox {
    font-family: "Roboto Slab", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #f04641;
    float: right;
    padding-top: 10px;
    padding-right: 15px;
}

.signoutbox {
    font-size: 23px;
    font-weight: bold;
    color: #f04641;
    float: right;
    padding-top: 38px;
    padding-right: 15px;
    right: 0px;
    position: absolute;
    z-index: 10000;
}

    .signoutbox a {
        font-size: 17px;
    }

        .signoutbox a:hover {
            color: #00B5AD !important;
        }

.feedbacklinks {
    color: #005573;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

    .feedbacklinks:hover {
        color: #005573;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.5;
    }

.smallergridfont {
    font-size: 13px !important;
}

.creatorlabel {
    color: #f04641;
    font-weight: bold;
    font-size: 13px;
}

.justificationcolumn {
    min-width: 220px !important;
    max-width: 220px !important;
}

.frequencycolumn {
    min-width: 112px !important;
    max-width: 112px !important;
}

.formatcolumn {
    min-width: 90px !important;
    max-width: 90px !important;
}

.filterscolumn {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.recipientcolumn {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.propcolumn {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.credentialbutton {
    min-width: 165px !important;
    max-width: 165px !important;
}

.statecolumn {
    width: 65px !important;
    min-width: 65px !important;
    max-width: 65px !important;
}

.processedcolumn {
    width: 55px !important;
    min-width: 55px !important;
    max-width: 55px !important;
}

.validatedcolumn {
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
}

.fa-solid-bigger {
    font-size: 19px;
    padding-left: 10px;
    color: #F04641;
}

.upnmappingcolumn {
    min-width: 100px !important;
    max-width: 100px !important;
}

.notificationcolumn {
    min-width: 120px !important;
    max-width: 120px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.justificationcolumnhistory {
    min-width: 200px !important;
    max-width: 200px !important;
}

.domaincolumn {
    width: 160px !important;
    max-width: 160px !important;
    min-width: 160px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.datecolumn {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
}

.usernamecolumn {
    width: 145px !important;
    max-width: 145px !important;
    min-width: 145px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.durationcolumn {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
}

.typecolumn {
    width: 95px !important;
    max-width: 95px !important;
    min-width: 95px !important;
}

.revokecolumn {
    width: 152px !important;
    max-width: 152px !important;
    min-width: 152px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.usercolumn {
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.valuecolumn {
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.actioncolumn {
    width: 85px !important;
    max-width: 85px !important;
    min-width: 85px !important;
}

.rolecolumn {
    width: 120px !important;
    max-width: 150px !important;
    min-width: 150px !important;
    word-wrap: break-word !important;
    white-space: normal;
}

.buttoncolumn {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
}

.namecolumn {
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
}

.agentremoval {
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
    padding: 7px 5px 7px 5px !important;
    vertical-align: top !important;
    margin: 0px !important;
    height: 50px !important;
}

.domainaddition {
    padding: 7px 5px 7px 5px !important;
    vertical-align: top !important;
    margin: 0px !important;
    height: 50px !important;
}

.revokebuttons {
    width: 260px !important;
    max-width: 260px !important;
    min-width: 260px !important;
    padding: 7px 5px 7px 5px !important;
    vertical-align: top !important;
    margin: 0px !important;
    height: 50px !important;
}

.errorborder {
    border: 2px solid #f04641;
}

.successborder {
    border: 2px solid #02A355;
}

.noborder {
    border: 0;
}

.filterspan {
    width: 500px;
}


/*================      End Resets     =================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

.pull-left {
    float: left;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right;
}

@media (min-width: 480px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-none {
        float: none;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-none {
        float: none;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-none {
        float: none;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1300px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-none {
        float: none;
    }

    .pull-lg-right {
        float: right;
    }
}
/*================      Alignment     =================*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .text-md-left {
        text-align: left;
        /*background:#FFF;*/
        width: 95%;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }
}

@media (min-width: 1000px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }
}
/*
* @section      Main Styles
* @description  This section holds template default elements style
*               declarations
*/


@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.errorformat {
    color: #ED4C3B !important;
    font-weight: bold;
    text-align: center;
}

    .errorformat a {
        font-weight: bold;
    }

        .errorformat a:hover, .errorformat a:active, .errorformat a:focus {
            font-weight: bold;
        }

.successformat {
    color: #02A355 !important;
    font-weight: bold;
}

    .successformat a {
        font-weight: bold;
    }

        .successformat a:hover, .successformat a:active, .successformat a:focus {
            font-weight: bold;
        }



.highlight {
    color: #00B5AD;
    font-weight: bold;
}

@media (min-width: 992px) {
    .small {
        font-size: 16px;
    }
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.text-secondary {
    color: #ffb619;
}

.text-contrast-variant-1 {
    color: #30353c;
}

.text-default-variant-3 {
    color: #a6a6a6;
}

p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
}

time {
    display: block;
}

address {
    line-height: 1.6;
    letter-spacing: 0.5px;
}

a, .link {
    font-size: 16px;
    line-height: 1.4;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    color: #00B5AD;
}

    a:focus, .link:focus {
        outline: none;
    }

    a:active, .link:active {
        background-color: transparent;
    }

    a:hover, .link:hover {
        text-decoration: none;
        color: #005573;
        font-weight: 400;
    }

    a[href^="tel:"],
    a[href^="callto:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

/*
* @section      Main Layout
* @decsription  This section holds class declarations for elements
*               indent creation
*/
* + .row {
    margin-top: 64px;
}

.icon-xl + * {
    margin-top: 24px;
}

* + .btn {
    margin-top: 0px;
}

* + .offset-1 {
    margin-top: 57px;
}

* + .offset-2 {
    margin-top: 41px;
}

* + .offset-6 {
    margin-top: 10px;
}

.inline-list + * {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .inline-list + * {
        margin-top: 130px;
    }
}

* + .marked-list {
    margin-top: 17px;
}

* + .index-list {
    margin-top: 49px;
}

* + .contact-info {
    margin-top: 25px;
}

h3 + img {
    margin-top: 20px;
}

h3 + h6 {
    margin-top: 20px;
}

h3 + p {
    margin-top: 0px;
}

p + p {
    margin-top: 10px;
}

time + h6,
time + .heading-6 {
    margin-top: 20px;
}

img + h6,
img + .heading-6 {
    margin-top: 22px;
}

h6 + p,
.heading-6 + p {
    margin-top: 15px;
}

h3 + .heading-6 {
    margin-top: 0px;
}

h3 + .terms-list {
    margin-top: 50px;
}

p + .small {
    margin-top: 5px;
}

.heading-6 + .row {
    margin-top: 19px;
}

.terms-list-2 + * {
    margin-top: 27px;
}

.offset-3 {
    margin-top: 45px;
}

@media (min-width: 992px) {
    .offset-3 {
        margin-top: -1px;
    }
}

.offset-4 {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .offset-4 {
        margin-top: 0;
    }
}

.offset-5 {
    margin-top: 40px;
}

@media (min-width: 480px) {
    .offset-5 {
        margin-top: 0;
    }
}

.flow-offset-1.row > * + [class*='col-'] {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:first-child {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .
    :nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

.flow-offset-2 > [class*="col"]:nth-child(n + 2) {
    margin-top: 45px;
}

@media (min-width: 480px) {
    .flow-offset-2 > [class*="col"]:nth-child(n + 2) {
        margin-top: 0;
    }

    .flow-offset-2 > [class*="col"]:nth-child(n + 3) {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .flow-offset-2 > [class*="col"]:nth-child(n + 3) {
        margin-top: 0;
    }

    .flow-offset-2 > [class*="col"]:nth-child(n + 4) {
        margin-top: 56px;
    }
}

.flow-offset-3.row > * + [class*='col-'] {
    margin-top: 50px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:first-child {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3) {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3) {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3) {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3) {
        margin-top: 50px;
    }
}

.flow-offset-4.row > * + [class*='col-'] {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:first-child {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3) {
        margin-top: 30px;
    }
}

.flow-offset-5 > [class*="col"]:nth-child(n + 2) {
    margin-top: 19px;
}

@media (min-width: 768px) {
    .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
        margin-top: 0;
    }

    .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
        margin-top: 19px;
    }
}

@media (min-width: 768px) {
    .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
        margin-top: 0;
    }

    .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
        margin-top: 19px;
    }
}

@media (min-width: 768px) {
    .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
        margin-top: 0;
    }

    .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
        margin-top: 19px;
    }
}

/*
* @section      Helpers
* @description  This section holds various helper classes for conditional
*               page styling
*/
.relative {
    position: relative;
}

.border-bottom {
    border-bottom: 6px solid #005573;
    box-shadow: 0 2px 5px #00000029,0 2px 10px #0000001f;
}

.border-top {
    border-top: 6px solid #00B5AD;
    box-shadow: 0 2px 5px #00000029,0 2px 10px #0000001f;
}

@media (min-width: 768px) and (max-width: 992px) {
    .wide-images-sm img {
        width: 100%;
    }
}

.nowrap-md {
    white-space: normal;
}

@media (min-width: 992px) {
    .nowrap-md {
        white-space: nowrap;
    }
}

/*
* @section      Components
* @description  This section holds all elements style declarations of
*               template
*/
/*
* @subsection 	Brand
*/
.brand {
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    width: 190px;
    float: left;
    z-index: 22;
}

    .brand img {
        display: inline-block;
        max-width: 85%;
    }

    .brand .brand_name {
        margin-top: 0px;
        overflow: hidden;
    }

        .brand .brand_name a {
            font-family: "Roboto Slab", sans-serif;
            display: block;
            font-size: 16px;
            line-height: 1.25;
            letter-spacing: -0.14px;
            color: #fff;
        }

            .brand .brand_name a:active, .brand .brand_name a:focus {
                color: #f04641;
                font-weight: bold;
            }

            .brand .brand_name a:hover {
                color: #f04641;
                font-weight: bold;
            }

/*
* @subsection 	List
*/
.list {
    text-transform: capitalize;
}

    .list li + li {
        margin-top: 5px;
    }

@media (min-width: 768px) {
    .list li + li {
        margin-top: 22px;
    }
}

/*
* @subsection 	Inline list
*/
.inline-list {
    font-size: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    .inline-list {
        white-space: nowrap;
    }
}

.inline-list li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .inline-list li {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .inline-list li + li {
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    .inline-list li + li {
        margin-left: 29px;
    }
}

.inline-list li > a {
    color: #f04641;
    border: 2px solid #f04641;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (min-width: 768px) {
    .inline-list li > a {
        width: 70px;
        height: 70px;
    }
}

.inline-list li > a:before {
    line-height: 60px;
}

@media (min-width: 768px) {
    .inline-list li > a:before {
        line-height: 70px;
    }
}

.inline-list li > a:active, .inline-list li > a:focus {
    color: #ffb619;
}

.inline-list li > a:hover {
    color: #30353c;
    background: #f04641;
}

.inline-list a:hover {
    color: #fff;
}

/*
* @subsection 	Marked list
*/
.marked-list li {
    position: relative;
    padding-left: 17px;
}

    .marked-list li a {
        font-size: 16px;
    }

        .marked-list li a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            font-weight: 400;
            font-size: 13px;
            font-family: "FontAwesome";
            color: #30353c;
            pointer-events: none;
        }

        .marked-list li a:active, .marked-list li a:focus {
            color: inherit;
        }

        .marked-list li a:hover {
            color: #5ac441;
        }

    .marked-list li + li {
        margin-top: 5px;
    }

/*
* @subsection 	Index list
*/
.index-list {
    counter-reset: li;
    height: 230px;
}

    .index-list li {
        position: relative;
        padding-left: 40px;
        letter-spacing: -0.15px;
    }

        .index-list li p {
            padding: 5px;
            margin: 5px;
        }

        .index-list li:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: 0;
            top: 0;
            height: 40px;
            width: 40px;
            line-height: 40px;
            color: #fff;
            background: #48a932;
            font-weight: 700;
            font-size: 22px;
            text-align: center;
            padding-bottom: 10px;
        }

.revokelist li:before {
    color: #00aa9b;
    background: #005475;
}

.historylist li:before {
    color: #CCC;
    background: #005573;
}

.setuplist li:before {
    color: #30353C;
    background: #FFB619;
    height: 40px;
    width: 40px;
    padding-top: 7px;
    line-height: normal;
    vertical-align: middle;
}

.setuplist li p {
    padding-top: 8px;
}

.index-list li + li {
    margin-top: 25px;
}

/*
* @subsection 	Terms list
*/
.terms-list dt {
    width: 70px;
    position: relative;
    float: left;
}

    .terms-list dt:after {
        content: '-';
        position: absolute;
        top: 0;
        right: 6px;
    }

.terms-list dd {
    float: left;
    position: relative;
    letter-spacing: -0.12px;
    width: calc(100% - 70px);
}

    .terms-list dd:first-of-type {
        margin-top: 0;
    }

    .terms-list dd + dt {
        margin-top: 25px;
    }

.terms-list dt + dd {
    margin-top: 24px;
}

/*
* @subsection 	Terms list 2
*/
.terms-list-2 dt {
    position: relative;
}

.terms-list-2 dd + dt {
    margin-top: 37px;
}

.terms-list-2 dt + dd {
    margin-top: 15px;
}

/*
* @subsection 	Box  skin
*/
.box-skin * {
    display: inline-block;
    text-align: center;
}

.box-skin p {
    max-width: 300px;
}

@media (min-width: 480px) {
    .box-skin {
        white-space: nowrap;
    }

        .box-skin * {
            display: inline-block;
            text-align: left;
            white-space: normal;
        }

        .box-skin .icon {
            max-width: 30%;
        }

            .box-skin .icon img {
                max-height: 50%;
            }

        .box-skin p {
            margin-left: 20px;
            vertical-align: middle;
            max-width: 70%;
        }
}

@media (min-width: 992px) {
    .box-skin {
        white-space: normal;
    }

        .box-skin * {
            text-align: center;
        }

        .box-skin .icon, .box-skin .icon img, .box-skin p {
            max-width: none;
        }

        .box-skin p {
            margin-left: 0;
        }
}

.box-skin-2 {
    display: inline-block;
    max-width: 360px;
    width: 100%;
}

    .box-skin-2 img {
        width: 100%;
    }

    .box-skin-2 div {
        font-weight: 700;
        line-height: 1;
        text-align: center;
        padding: 30px 15px 30px 15px;
        color: #fff;
        background: #48a932;
    }

        .box-skin-2 div p a {
            -moz-transition: 0.2s ease-out;
            -o-transition: 0.2s ease-out;
            -webkit-transition: 0.2s ease-out;
            transition: 0.2s ease-out;
        }

            .box-skin-2 div p a:active, .box-skin-2 div p a:focus {
                color: inherit;
            }

            .box-skin-2 div p a:hover {
                color: #262626;
            }

        .box-skin-2 div .small {
            line-height: 0.9;
        }

/*
* @subsection 	Event post
*/
.event-post time, .event-post p {
    font-weight: 300;
}

.event-post time {
    font-size: 20px;
    color: #00B5AD;
    line-height: 1;
    font-weight: 500;
}

.event-post h1, .event-post h2, .event-post h3, .event-post h4, .event-post h5, .event-post h6,
.event-post .heading-1, .event-post .heading-2, .event-post .heading-3, .event-post .heading-4, .event-post .heading-5, .event-post .heading-6 {
    line-height: 1;
}

.event-post p {
    font-size: 13px;
}

/*
* @subsection Contact info
*/
.contact-info {
    display: inline-block;
}

    .contact-info:before, .contact-info:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .contact-info:after {
        clear: both;
    }

    .contact-info dl {
        margin-top: 13px;
        text-align: left;
    }

        .contact-info dl:before, .contact-info dl:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .contact-info dl:after {
            clear: both;
        }

        .contact-info dl dt {
            float: left;
            clear: left;
            width: 104px;
            letter-spacing: -0.25px;
        }

            .contact-info dl dt:after {
                content: ': ';
                display: inline-block;
                width: 8px;
            }

            .contact-info dl dt:last-of-type {
                width: auto;
            }

        .contact-info dl dd {
            float: left;
            max-width: 170px;
        }

            .contact-info dl dd a {
                display: inline;
                font-size: 18px;
                line-height: 1.5;
                letter-spacing: -0.55px;
            }

                .contact-info dl dd a[href*="callto"], .contact-info dl dd a[href*="mailto"] {
                    font: inherit;
                    color: #30353c;
                    text-decoration: none;
                }

                    .contact-info dl dd a[href*="callto"]:active, .contact-info dl dd a[href*="callto"]:focus, .contact-info dl dd a[href*="mailto"]:active, .contact-info dl dd a[href*="mailto"]:focus {
                        color: #30353c;
                    }

                    .contact-info dl dd a[href*="callto"]:hover, .contact-info dl dd a[href*="mailto"]:hover {
                        color: #5ac441;
                    }

            .contact-info dl dd:last-of-type {
                float: left;
            }

/*
* @subsection 	Quote
*/
.quote {
    position: relative;
    padding-left: 80px;
}

@media (min-width: 768px) {
    .quote {
        padding-left: 100px;
    }
}

.quote img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .quote img {
        width: 70px;
        height: 70px;
    }
}

.quote p:first-child q {
    line-height: 1.5;
    letter-spacing: -0.18px;
}

.quote p:last-child cite {
    font-weight: 700;
}

.quote p + p {
    margin-top: 20px;
}

/*
* @subsection 	Quote 2
*/
.quote2 p:first-child {
    font-style: italic;
    letter-spacing: -0.75px;
}

    .quote2 p:first-child:before {
        content: '"';
        display: block;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.09091;
    }

.quote2 p:last-child cite {
    font-size: 22px;
    font-weight: 700;
}

.quote2 p + p {
    margin-top: 12px;
}

/*
* @subsection 	Backgrounds
*/
.bg-secondary {
    background: #232d4b;
}

    .bg-secondary:hover {
        background: #232d4b;
        color: #FFF;
    }

[class*="bg-default"] .list a {
    color: #fff;
}

    [class*="bg-default"] .list a:focus, [class*="bg-default"] .list a:active {
        color: #fff;
    }

    [class*="bg-default"] .list a:hover, [class*="bg-default"] .list a.active {
        color: #5ac441;
    }

.bg-default-variant-1 {
    background: #232d4b;
}

[class*="bg-contrast"] {
    color: #fff;
}

    [class*="bg-contrast"] a {
        color: #adb8c7;
    }

        [class*="bg-contrast"] a:active, [class*="bg-contrast"] a:focus {
            color: #005573;
        }

        [class*="bg-contrast"] a:hover, [class*="bg-contrast"] a.active {
            color: #00B5AD;
        }

.bg-contrast-variant-1 {
    background: #232d4b;
}

/*
* @subsection 	Icons
*/
.icon {
    display: inline-block;
    line-height: 1;
    color: #f04641;
}

.icon-sm {
    font-size: 30px;
    line-height: 1.1;
}

.icon-md {
    font-size: 32px;
}

@media (min-width: 768px) {
    .icon-md {
        font-size: 36px;
    }
}

.icon-xl {
    height: 75px;
    width: 75px;
    line-height: 75px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 480px) {
    .icon-xl {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

@media (min-width: 768px) {
    .icon-xl {
        height: 125px;
        width: 125px;
        line-height: 125px;
    }
}

@media (min-width: 992px) {
    .icon-xl {
        height: 170px;
        width: 170px;
        line-height: 170px;
    }
}

.icon-xl img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}

.icon-primary {
    color: #f04641;
}

.icon-secondary {
    color: #f04641;
}

/*
* @subsection 	Buttons
*/
.btn {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 5px 1px;
}

.btn-sm {
    font-size: 13px;
    padding: 0px 14px;
}

.btn-md {
    font-size: 24px;
    width: 170px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.btn-primary, a.btn-primary {
    color: #fff;
    background: #00B5AD;
    /*    border-bottom: 3px solid #005573;
    border-right: 3px solid #005573;*/
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    margin-top: 15px;
}

    .btn-primary:focus, .btn-primary:active, .btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary:hover {
        color: #fff;
    }

    .btn-primary:focus, a.btn-primary:focus {
        background: #005573;
    }

    .btn-primary:active:not(:focus), .btn-primary:hover, a.btn-primary:active:not(:focus), a.btn-primary:hover {
        background: #EB4640;
        font-weight: bold;
    }

.btn-secondary, a.btn-secondary {
    color: #fff !important;
    background: #00B5AD;
    /*    border-bottom: 3px solid #005573;
    border-right: 3px solid #005573;*/
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right:0.25em;
    height: 35px !important;
}

.btn-secondary:last-child {
    margin-right: 0;
}

.forgotbutton:hover {
    background-color: #F04641 !important;
}

.btn-, a.btn-aad {
    background: #00B4E6;
}

.btn-image, a.btn-image {
    color: #fff !important;
    background: #00B5AD;
    /*    border-bottom: 3px solid #005573;
    border-right: 3px solid #005573;*/
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 35px !important;
}

.btn-image-upn {
    border-right: 5px solid #005573;
    border-bottom: none;
}

    .btn-image-upn:hover {
        background: #232C4B !important;
    }


.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active, a.btn-secondary:hover {
    color: #fff;
}

.btn-secondary:focus, a.btn-secondary:focus {
    background: #005573;
}

.btn-secondary:active:not(:focus), .btn-secondary:hover, a.btn-secondary:active:not(:focus), a.btn-secondary:hover {
    background: #005573;
}

.btn-image:focus, .btn-image:active, .btn-image:hover, a.btn-image:focus, a.btn-image:active, a.btn-image:hover {
    color: #fff;
}

.btn-image:focus, a.btn-image:focus {
    background: #005573;
}

.btn-image:active:not(:focus), .btn-image:hover, a.btn-image:active:not(:focus), a.btn-image:hover {
    background: #005573;
}

.btn-grid, a.btn-grid {
    color: #fff !important;
    background: #00B5AD;
    /*    border-bottom: 1px solid #005573;
    border-right: 1px solid #005573;*/
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.loadmore {
    background: #f04641;
}

    .loadmore:hover {
        background: #005573 !important;
    }

.warningbtn {
    background: #F2AF1B;
}

    .warningbtn:hover {
        background: #005573 !important;
    }

.deletebulk {
    background: #e1521a;
}

    .deletebulk:hover {
        background: #005573 !important;
    }

.downloadbutton {
    background: #005573;
}

    .downloadbutton:hover {
        background: #FFB619 !important;
    }

.refreshbutton {
    background: #00B4E6;
    border-color: #555c67;
    vertical-align: bottom;
}

    .refreshbutton:hover {
        background: #FFB619 !important;
    }

.completebutton {
    background: #F04643;
}

    .completebutton:hover {
        background: #FFB619 !important;
    }

/*
* @subsection 	Br
*/
br {
    font-size: 0;
}

.br-visible {
    display: block;
}

.br-none {
    display: none;
}

@media (min-width: 768px) {
    .br-sm-visible {
        display: block;
    }
}

@media (min-width: 768px) {
    .br-sm-none {
        display: none;
    }
}

/*
* @subsection 	Imported modules
*/
/*==================     Box     ======================*/
.box .box__middle,
.box-xs .box__middle,
.box-sm .box__middle,
.box-md .box__middle,
.box-lg .box__middle {
    vertical-align: middle;
}

.box .box__bottom,
.box-xs .box__bottom,
.box-sm .box__bottom,
.box-md .box__bottom,
.box-lg .box__bottom {
    vertical-align: bottom;
}

.box .box_left img,
.box .box_right img {
    max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.box .box_left {
    padding-right: 30px;
}

.box .box_right {
    padding-left: 30px;
}

.box-xs .box_left,
.box-sm .box_left,
.box-md .box_left,
.box-lg .box_left {
    padding-bottom: 30px;
}

.box-xs .box_right,
.box-sm .box_right,
.box-md .box_right,
.box-lg .box_right {
    padding-top: 30px;
}

@media (min-width: 480px) {
    .box-xs .box_left img,
    .box-xs .box_right img {
        max-width: none;
    }

    .box-xs .box_left,
    .box-xs .box_right,
    .box-xs .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-xs .box_left {
        padding-right: 30px;
    }

    .box-xs .box_right {
        padding-left: 30px;
    }

    .box-xs-clear .box_left img,
    .box-xs-clear .box_right img {
        max-width: 100%;
    }

    .box-xs-clear .box_left,
    .box-xs-clear .box_right,
    .box-xs-clear .box_cnt {
        padding: 0;
        display: block;
        vertical-align: top;
    }

    .box-xs-clear .box_left {
        padding-bottom: 30px;
    }

    .box-xs-clear .box_right {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .box-sm .box_left img,
    .box-sm .box_right img {
        max-width: none;
    }

    .box-sm .box_left,
    .box-sm .box_right,
    .box-sm .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-sm .box_left {
        padding-right: 30px;
    }

    .box-sm .box_right {
        padding-left: 30px;
    }

    .box-sm-clear .box_left img,
    .box-sm-clear .box_right img {
        max-width: 100%;
    }

    .box-sm-clear .box_left,
    .box-sm-clear .box_right,
    .box-sm-clear .box_cnt {
        padding: 0;
        display: block;
        vertical-align: top;
    }

    .box-sm-clear .box_left {
        padding-bottom: 30px;
    }

    .box-sm-clear .box_right {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .box-md .box_left img,
    .box-md .box_right img {
        max-width: none;
    }

    .box-md .box_left,
    .box-md .box_right,
    .box-md .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-md .box_left {
        padding-right: 30px;
    }

    .box-md .box_right {
        padding-left: 30px;
    }

    .box-md-clear .box_left img,
    .box-md-clear .box_right img {
        max-width: 100%;
    }

    .box-md-clear .box_left,
    .box-md-clear .box_right,
    .box-md-clear .box_cnt {
        padding: 0;
        display: block;
        vertical-align: top;
    }

    .box-md-clear .box_left {
        padding-bottom: 30px;
    }

    .box-md-clear .box_right {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .box-lg .box_left img,
    .box-lg .box_right img {
        max-width: none;
    }

    .box-lg .box_left,
    .box-lg .box_right,
    .box-lg .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-lg .box_left {
        padding-right: 30px;
    }

    .box-lg .box_right {
        padding-left: 30px;
    }

    .box-lg-clear .box_left img,
    .box-lg-clear .box_right img {
        max-width: 100%;
    }

    .box-lg-clear .box_left,
    .box-lg-clear .box_right,
    .box-lg-clear .box_cnt {
        padding: 0;
        display: block;
        vertical-align: top;
    }

    .box-lg-clear .box_left {
        padding-bottom: 30px;
    }

    .box-lg-clear .box_right {
        padding-top: 30px;
    }
}
/*
* @subsection 	Script modules
*/
/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    width: 520px;
}

    .sf-menu:before, .sf-menu:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .sf-menu:after {
        clear: both;
    }

    .sf-menu > li {
        position: relative;
        float: left;
    }

        .sf-menu > li + li {
            margin-left: 0;
        }

        .sf-menu > li > a {
            display: block;
            height: 83px;
            line-height: 100px;
            padding-left: 20px;
            padding-right: 20px;
            white-space: nowrap;
            color: #fff;
            font-size: 14px;
        }

@media (min-width: 992px) {
    .sf-menu > li > a {
    }
}

.sf-menu > li > a:focus, .sf-menu > li > a:active {
    color: #fff;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #00B5AD;
    background: #005573;
}

.sf-menu > li.active > a {
    color: #EEE;
    background: #005573;
    font-weight: 650;
}

.sf-menu > li.activecontrolpanel > a {
    color: #fff !important;
    background: #f04641;
    font-weight: 650;
}

.sf-menu > li.hovercontrolpanel > a:hover {
    color: #fff !important;
    background: #f04641;
}

.sf-menu ul {
    display: none;
    width: 100%;
    padding: 10px 13px 10px 9px;
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #005573;
    z-index: 4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
}

    .sf-menu ul > li {
        position: relative;
    }

        .sf-menu ul > li + li {
            margin-top: 10px;
        }

        .sf-menu ul > li > a {
            display: inline-block;
            font-size: 12px;
            color: #FFF;
        }

            .sf-menu ul > li > a:focus, .sf-menu ul > li > a:active {
                color: #00B5AD;
            }

            .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
                color: #00B5AD;
            }

    .sf-menu ul ul {
        position: absolute;
        top: -26.6px;
        left: calc(100% + 13px);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 187px;
        padding: 27px 15px 15px 14px;
        background: #f9f9f9;
        margin-top: 0;
        z-index: 4;
    }

.ControlPanelUL {
    background: #8BBE29;
}

.sf-menu ul ul {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
}

    .sf-menu ul ul > li > a {
        color: #30353c;
    }

        .sf-menu ul ul > li > a:focus, .sf-menu ul ul > li > a:active {
            color: #30353c;
        }

        .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
            color: #00B5AD;
        }

.sf-menu > li > .sf-with-ul {
    position: relative;
}

    .sf-menu > li > .sf-with-ul:before {
        position: absolute;
        left: 50%;
        top: 68%;
        margin-left: -7px;
        content: "";
        font: 400 18px/12px "FontAwesome";
    }

.sf-with-ul + ul > li > .sf-with-ul {
    margin-left: -17px;
}

    .sf-with-ul + ul > li > .sf-with-ul:after {
        font-family: "FontAwesome";
        content: "";
        font-size: 16px;
        line-height: 19px;
        position: absolute;
        right: 40px;
    }

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
    }

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 127px 0 71px;
    color: #f9f9f9;
    background: #232d4b;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    font-size: 14px;
}

    .rd-mobilemenu_ul a.active {
        background: #232d4b;
        color: #30353c;
    }

    .rd-mobilemenu_ul a:hover {
        background: #232d4b;
        color: #ffb619;
    }

    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px "FontAwesome";
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: #232d4b;
    }

        .rd-mobilemenu_ul a .rd-submenu-toggle:after {
            content: '\f078';
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
            background: #232d4b;
            color: #f9f9f9;
        }

    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }

        .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #232d4b;
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
    background: none;
}

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #fff;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
                -moz-transform-origin: 1.71429px center;
                -ms-transform-origin: 1.71429px center;
                -o-transform-origin: 1.71429px center;
                -webkit-transform-origin: 1.71429px center;
                transform-origin: 1.71429px center;
            }

    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
        top: 0;
        width: 15px;
    }

    .rd-mobilepanel_toggle.active span:before {
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    .rd-mobilepanel_toggle.active span:after {
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*==================  Stuck menu  ======================*/
.isStuck {
    background: #232d4b;
    z-index: 999;
    height: 74px;
    white-space: nowrap;
}

    .isStuck .brand {
        display: inline-block;
        position: relative;
        top: -20px;
        left: -20px;
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .isStuck .nav {
        position: relative;
        /*display: inline-block;*/
        right: 0;
    }

        .isStuck .nav .sf-menu > li > a {
            height: 69px;
            line-height: 69px;
        }

        .isStuck .nav .search-form_toggle {
            display: none;
        }

        .isStuck .nav .search-form.on {
            display: none;
        }

        .isStuck .nav:before {
            display: none;
        }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
a.toTop {
    width: 60px;
    height: 60px;
    color: #fff;
    background: #00B5AD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    a.toTop:before {
        font-size: 30px;
        line-height: 58px;
    }

    a.toTop:active, a.toTop:focus {
        color: #fff;
        background: #00B5AD;
    }

    a.toTop:hover {
        color: #fff;
        background: #005573;
        text-decoration: none;
    }

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

.thumb {
    position: relative;
    display: block;
}

    .thumb img {
        width: 100%;
    }

.thumb_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .thumb_overlay:before {
        display: block;
        position: absolute;
        top: 45%;
        left: 50%;
        bottom: 0;
        right: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 1;
        content: '\f00e';
        font: 400 48px/48px "FontAwesome";
        color: transparent;
        text-align: center;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.thumb:hover .thumb_overlay {
    background: rgba(48, 53, 60, 0.6);
}

    .thumb:hover .thumb_overlay:before {
        opacity: 1;
        color: rgba(255, 255, 255, 0.8);
    }

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
}

    .parallax p {
        color: #adb8c7;
    }

.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.1;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li, .resp-accordion {
    text-align: center;
    font: 700 22px/24px "Roboto Slab", sans-serif;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.resp-tabs-list {
    text-align: center;
}

    .resp-tabs-list li {
        display: inline-block;
        margin-top: 5px;
    }

        .resp-tabs-list li:hover {
            color: #5ac441;
        }

        .resp-tabs-list li + li {
            margin-left: 47px;
        }

    .resp-tabs-list .resp-tab-active {
        color: #5ac441;
    }

.resp-accordion {
    margin-left: auto;
    margin-right: auto;
    display: none;
    padding: 15px;
    background: #f9f9f9;
    max-width: 650px;
}

    .resp-accordion + .resp-accordion {
        margin-top: 7px;
    }

    .resp-accordion:hover {
        color: #5ac441;
    }

.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
}

@media (max-width: 767px) {
    .resp-accordion {
        display: block;
    }

    .resp-tabs-list {
        display: none;
    }
}
/*
* @section      Page Header
* @description  This section holds specific style redeclarations for
*               some of common elements in page header
*/
header .brand {
    display: block;
    z-index: 10;
}

header .nav {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0px auto !important;
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }

        header .brand, header .nav {
            float: none;
        }
}

@media (min-width: 767px) and (max-width: 1440px) {
    header .nav:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #292d34;
    }
}

@media (min-width: 1440px) {
    header .brand {
        margin: 0;
    }

    header .nav {
        text-align: center;
        margin: 0px auto;
        width: 600px;
    }
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for
*               some of common elements in page content
*/
main {
    display: block;
}

    main a[href*="mailto"] {
        display: block;
        color: #5ac441;
        text-decoration: underline;
    }

        main a[href*="mailto"]:hover {
            color: #ffb619;
        }

.SettingsQuickNavigation {
    position: fixed;
    top: 120px;
    left: 25px;
}



    .SettingsQuickNavigation li {
        padding-bottom: 3px;
    }

@media(max-width: 1500px) {
    .SettingsQuickNavigation {
        display: none;
    }
}

.additiontable h6 {
    scroll-margin-top: 100px;
}

}
/*
* @subsection 	Well
*/
.well {
    padding-top: 130px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .well {
        padding-top: 20px;
    }
}

.well--inset-1 {
    padding-bottom: 50px;
}

.well--inset-2 {
    padding-bottom: 100px;
}

.well--inset-3 {
    padding-bottom: 50px;
}

.well--inset-4 {
    padding-bottom: 150px;
}

.well--inset-5 {
    padding-bottom: 60px;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for
*               some of common elements in page footer
*/
footer address {
    text-transform: uppercase;
}

footer span.icon {
    display: block;
}

footer address, footer a[href*="mailto"] {
    font-weight: 300;
}

footer .small {
    line-height: 1.1;
}

    footer .small.light {
        color: #adb8c7;
    }
