

/*a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
*/
.mobile-menu{position: absolute; left: 0; z-index: 9999; top: 23%; display: block;}
.navbar {
    padding: 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px; box-shadow: 1px 1px 3px rgb(222, 11, 92);
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 99999;
    /*background: #7386D5;*/background: #fff;
    /*color: #fff;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: #7386D5;*/
    background: #de0b5c;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    /*z-index: 998;*/
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1111;
    top: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {/*padding: 20px;*/padding: 10px 20px;background: #fff;}
#sidebar .sidebar-header img{width: 85%;}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    /*color: #fff;*/
    padding: 5px 15px 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    display: block;
    color: #1f3777;
}

#sidebar ul li a:hover {
    color: #162858;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #1f3777;
    /*background: #6d7fcc;*/ background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
    padding: 7px 8px 0px 20px !important;
}

ul.CTAs {/*padding: 20px;*/padding: 0px;margin-bottom: 0px;}

/*ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}*/

/*a.download {
    background: #fff;
    color: #7386D5;
}*/

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/*#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
	z-index:9999;
}*/
.list-unstyled li{border-bottom: 1px solid #e8e8e8;}
.list-unstyled li:last-child {border-bottom: 0px solid #e8e8e8;}

@media (max-width: 480px) and (min-width: 320px){
.mobile-menu{position: absolute; left: 0; z-index: 9999; top: 2%; display: block;}
.btn-info {
    /*background-color: #de0b5c;
    border-color: #de0b5c #de0b5c #de0b5c;
    color: #FFF;*/
    background-color: #de0b5c;
    border-color: #de0b5c #de0b5c #de0b5c;
    color: #FFF;
    font-size: 30px;
    padding: 0px 12px;
    line-height: inherit;
}
.btn-info:hover, .btn-info:focus .btn-info.hover {
    background-color: #de0b5c;
    border-color: #de0b5c #de0b5c #de0b5c;
    color: #FFF;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 11, 92, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #de0b5c;
    border-color: #de0b5c;
}



}