
/*------------------------------------*\
    1.  General
\*------------------------------------*/

@font-face {
    font-family: 'BebasNeue';
    src: url(../fonts/BebasNeueBold.ttf);
    src: url(../fonts/BebasNeueBook.ttf);
    src: url(../fonts/BebasNeueLight.ttf);
    src: url(../fonts/BebasNeueRegular.ttf);
}
@font-face {
    font-family: "PatuaOne";
    src: url('../fonts/PatuaOne-Regular.ttf');
    src: url('../fonts/PatuaOne-Regular.otf');
}
body
{
    background:  #fff;
    font-family: 'Quattrocento';
    font-size:   14px;
    color:       #000;
}

h1, h2, h3, h4
{
    font-weight:   400;
    margin-top:    0;
    margin-bottom: 15px;
    line-height:   1.25;
    color:         #000;
    font-family: 'PatuaOne';
}
p
{
    line-height: 20px;
}
a
{
    transition:         all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition:    all .2s linear;
}
.btn.focus, .btn:active:focus .btn:focus, .btn:hover, a:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
}
.btn, label
{
    font-weight: 400;
}
.row
{
    margin: 0 -10px;
}
.row > [class*=col-]
{
    padding: 0 10px;
}
.row.row-space-10
{
    margin: 0 -5px;
}
.row.row-space-10 > [class*=col-]
{
    padding: 0 5px;
}
.text-center
{
    text-align: center !important;
}
.text-left
{
    text-align: left !important;
}
.bg-silver
{
    background: #f4f6f7 !important;
}
.fade
{
    opacity:            0;
    -webkit-transition: opacity .3s linear;
    transition:         opacity .3s linear;
}
.btn{
    display:inline-block;
    position:relative;
    cursor:pointer;
    color:white; 
    z-index:0;
    border: none;
    font-size: 16px;
    border-radius: 0;
}
.btn:before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;  
    left: 0;  
    right: 0;  
    bottom: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    opacity: 0.3;
}
.btn:hover:before{
    transform: scaleX(1);
}
.btn-block
{
    padding-left:  12px;
    padding-right: 12px;
}
.btn:active
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow:         inset 0 3px 5px rgba(0, 0, 0, .1);
}
.nav > li > a
{
    color: #6e7179;
}
.nav > li > a:hover
{
    background: none;
}
.nav > li > a:focus{
    background: none;
}
.contentAnimated
{
    -webkit-animation-duration:  1.5s;
    animation-duration:          1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:         both;
}
.finishAnimated
{
    -webkit-animation: none !important;
    animation:         none !important;
}
/*------------------------------------*\
    2.  Header
\*------------------------------------*/
#navbar-logo{
    height: 40px;
}
.header.navbar
{
    border-bottom:      none;
    margin-bottom:      0;
    text-align:         center;
    -webkit-transition: all .2s linear;
    transition:         all .2s linear;
}
.header.navbar .navbar-nav > li > a
{
    font-size:   20px;
    line-height: 20px;
    color:       #fff;
    padding:     25px 15px;
    font-family: 'BebasNeue';
}

@media only screen and (max-width: 770px ) {
    #main-mobile-nav-item
    {
        font-size:   24px;
    }
}

.header.navbar .navbar-nav > li > a::before {
    position: absolute;
    top: 60%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 15px;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.navbar-toggle
{
    margin-top:         18px;
    margin-bottom:      18px;
    border-color:       #8F8E8E;
    -webkit-transition: all .2s linear;
    transition:         all .2s linear;
    border: none;
}
.navbar-toggle i
{
    color: #fff;
    font-size: 20px;
}
.header.navbar.navbar-small .navbar-toggle i{
    color: #000;
}
.navbar-toggle.collapsed .fa-bars{
    display: block;   
}
.navbar-toggle .fa-bars
{
    display: none;
}
.navbar-toggle.collapsed .fa-close
{
    display: none;
}
.header.navbar .brand-text
{
    color: #fff;
}
.navbar-brand{
    padding: 15px;
}
.header.navbar.navbar-small .navbar-brand{
    padding: 7px;
}
.header.navbar.navbar-small
{
    border-bottom:      none;
    background:         #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow:         0 1px 2px rgba(0, 0, 0, .2);
}
.header.navbar.navbar-small .navbar-nav > li > a
{
    color:   #000;
    padding: 15px;
}
.header.navbar.navbar-small .navbar-nav > li > div > button
{
    color:   #000;
    padding: 15px;
}
.header.navbar.navbar-small .brand-text
{
    color: #000;
}
.navbar-small .navbar-toggle
{
    border-color:  #ddd;
    margin-top:    8px;
    margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar
{
    background: #888;
}
.header.navbar .navbar-nav > li > div > button {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 25px 15px;
    font-family: 'BebasNeue';
}
.header.navbar .navbar-nav > li > div > div > a {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 25px 15px;
    font-family: 'BebasNeue';
}
.brand-text
{
    color:       #2d353c;
    font-size:   20px;
    font-weight: 700;
    display:     block;
}
.brand-text .text-theme
{
    position:       relative;
    font-size:      30px;
    font-weight:    900;
    margin:         0 15px;
    vertical-align: bottom;
}
.brand-text .text-theme:before
{
    content:       '';
    position:      absolute;
    top:           -4px;
    left:          -10px;
    width:         38px;
    height:        38px;
    border-radius: 50%;
}
/*------------------------------------*\
    3.  Content
\*------------------------------------*/
.content
{
    padding: 58px 15px 58px;
}
.content .content-heading
{
    text-align:    center;
    position:      relative;
    margin-bottom: 0px;
    margin-top:    0;
    font-family: 'BebasNeue';
    font-weight: bold;
}
.divider{
    margin-bottom: 20px;
    margin-top: 5px;
}
.divider .outer-line {
    width: 10%;
    border-bottom: 2px solid #000;
}
.divider span {
    display: inline-block;
    vertical-align: middle;
}
.divider .fa {
    font-size: 20px;
    margin: 0 15px;
    color: #000;
}
.content .content-desc
{
    text-align:    center;
    margin-bottom: 50px;
    color:         #000;
}
.content.bg .container .content-heading,
.content.bg h1,
.content.bg h2,
.content.bg h3,
.home
{
    color: #fff;
}
.content.bg
{
    padding-bottom: 40px;
    overflow:       hidden;
    position:       relative;
}
.content.bg .content-bg,
.content.bg .content-bg:before
{
    position: absolute;
    top:      0;
    bottom:   0;
    left:     0;
    right:    0;
}
.content.bg .content-bg:before
{
    content:    '';
    background: rgba(0, 0, 0, 0.6);
}
.content.bg .container
{
    position: relative;
}
.content.bg .content-bg img
{
    max-width: 100%;
}
.custom_link_textarea{
    min-height: 100px;
    line-height: 22px !important;
}
/*------------------------------------*\
    4.  Log in
\*------------------------------------*/
.parallaxLogin {
    background-color: #141e32;
    background-size: cover;
    height: 100%;
}
#loginHeight
{
    padding-top: 170px;
}
/*------------------------------------*\
    4.  Home
\*------------------------------------*/

.home
{
    /*height:  20vh;*/
}
.banner-content
{
    z-index:    1020;
    position:   absolute;
    top:        50%;
    left:       0;
    right:      0;
    color:      #FFFFFF;
    padding:    0 15px;
    text-align: center;
}
.banner-content h1, .banner-content h3
{
    color:       #fff;
    margin:      0 0 30px;
    font-weight: 400;
}
.text-color{
    font-weight: bold;
}
.banner-content h1
{
    font-size:   64px;
    font-weight: 700;
    font-family: 'BebasNeue';
}
.banner-content h3
{
    font-size: 32px;
}
.banner-content p
{
    margin-bottom: 60px;
}
.banner-content a:focus, .banner-content a:hover
{
    color: #fff;
}
.banner-content .btn
{
    margin: 5px;
}
.button-scroll {
    position: absolute;
    bottom: 5vh;
    left: calc(50% - 13px);
    width: 26px;
    height: 50px;
    border-radius: 15px;
    border: 2px solid #fff;
    cursor: pointer;
}
.button-scroll span {
    position: absolute;
    left: calc(50% - 4px);
    color: #fff;
    bottom: 0;
}
/*------------------------------------*\
    6.  Services
\*------------------------------------*/
#services .content-desc{
    margin-bottom: 60px;
}
#services.content{
    padding-bottom: 40px;
}
.service-item-box{
    padding: 30px;
    border: 1px solid;
}
.service-item-box h3 {
    font-size: 16px;
    margin-top: 30px;
}
.service-item-box i {
    line-height: 80px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 30px;
}
.space-20 {
    margin-bottom: 20px;
}
/*Icons*/
.icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Effect 1 */
.service-item-box .icon {
    background: #000;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.service-item-box:hover .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.service-item-box:hover .icon{
    color: #fff;
}
.service-item-box:hover .icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.service-item-box p{
    margin-bottom: 0;
    height: 32px;
}
.tst-thumb {
    width: 100px;
    height: auto;
    display: inline-block;
}
.tst-thumb img{
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.service-item-box:hover .icon{
    transition: 1.40s;
    -webkit-transition: 1.40s;
    -moz-transition: 1.40s;
    -ms-transition: 1.40s;
    -o-transition: 1.40s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*------------------------------------*\
    7.  Quote
\*------------------------------------*/
.quote
{
    text-align:  center;
    font-size:   28px;
    font-weight: 400;
    color:       #fff;
    color:       rgba(255, 255, 255, .9);
}
.quote .fa-quote-left, .quote .fa-quote-right
{
    color:     #fff;
    font-size: 14px;
    position:  relative;
    top:       -14px;
}
.quote small
{
    display:    block;
    font-size:  18px;
    margin-top: 20px;
    font-weight: bold;
}
.quoteBuffer{
    height: 200px !important;
}
/*------------------------------------*\
    15.  Footer
\*------------------------------------*/
.footer
{
    padding:            30px 0;
    background:         #000;
    text-align:         center;
    box-shadow:         inset 0 100px 80px -80px rgba(0, 0, 0, .7);
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, .7);
}
.footer p{
    color: #fff;
}
.footer .social-list
{
    margin:    30px 0 0;
    font-size: 20px;
}
.footer .social-list i{
    color: #fff;
}
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-cw{
    margin-top:10px;
}
/*------------------------------------*\
    Theme Settings
\*------------------------------------*/
.theme-settings .theme-collapse-btn {
    position: absolute;
    right: -44px;
    top: 69%;
    margin-top: -24px;
    width: 44px;
    height: 35px;
    line-height: 39px;
    font-size: 30px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    border-radius: 0 4px 4px 0;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}
.theme-settings {
    position: fixed;
    left: -158px;
    bottom: 0;
    z-index: 1020;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    width: 156px;
    -webkit-transition: left .2s linear;
    transition: left .2s linear
}
.theme-settings .theme-settings-content {
    padding: 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1020
}
.theme-settings .theme-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.theme-settings .theme-list > li {
    float: left
}
.theme-settings .theme-list > li + li {
    margin-left: 5px
}
.theme-settings .theme-list > li > a {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative
}
.theme-settings .theme-list > li.active > a:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    line-height: 30px;
    text-align: center
}
.theme-settings.active {
    left: 0
}
/*------------------------------------*\
    Various CSS
\*------------------------------------*/
.filterButtons{
    margin-bottom: 15px;
}
.inactiveButton{
    background: gray !important;
}
#blog_text{
    margin: 10px 0;
}
/*------------------------------------*\
    Downloads Table
\*------------------------------------*/
.docItem{
    min-height: 30px;
}
.docTitle{
    padding-top: 5px;
}
.docItem:hover{
    background-color: #f2f2f2 !important;
}
.docDownload{
}
.webinarDocDownloadButton{
    padding: 2px 20px;
    margin-top: 2px;
    background: #eb2134 !important;
}
/*------------------------------------*\
    Audio Table
\*------------------------------------*/
.audioItem{
    min-height: 40px;
}
.audioTitle{
    padding-top: 4px;
}
.audioItem:hover{
    background-color: #f2f2f2 !important;
}
.audioElement{
    height: 26px;
    margin-top: 12px;
    width: 100%;
    border: 2px solid #F1F3F4;
    background-color: #F1F3F4;
    border-radius: 3px;
}
.downloadButton{
    padding: 2px 20px;
    /*float: right;*/
}
.itemPadding{
    height: 5px;
}
hr { margin: 10px 0 10px 0; }
.playAudioButton, .downloadAudioButton{
    padding: 2px 20px;
    margin-top: 2px;
    float: right;
}
/*------------------------------------*\
    Edit Resource Modal
\*------------------------------------*/
.editResource{
    padding: 2px 20px;
    margin-top: 2px;
    float: right;
}
#resource_title_edit_ext{
    margin: 10px 0 0 0;
}
.delete_resource_btn{
    float: left;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
/*------------------------------------*\
    Book List Table
\*------------------------------------*/
#bookTable{
    min-height: 200px;
}
.bookItem{
    min-height: 22px;
}
.bookTitle{
    padding-top: 5px;
}
.edit_book{
    min-height: 40px;
}
.bookAuthor{
    padding-top: 5px;
    font-weight: 600;
}
.bookItem:hover{
    background-color: #f2f2f2 !important;
}
.bookDownload{
}
.deleteBook{
    background: blue;
}
.delete_book_btn{
    float: left;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
/*------------------------------------*\
    Inputs
\*------------------------------------*/

label {
    font-weight: inherit
}
label input,
label textarea {
    margin-top: 5px;
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 44px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in-out;
}

input[type="text"][disabled] {
    background-color: lightgray;
}

.hide{
    display: none !important;
}

#announcement_textbox{
    min-height: 100px;
    line-height: normal;
    resize: vertical;
    padding: 10px;
}
#error_textbox{
    min-height: 100px;
    line-height: normal;
    resize: vertical;
    padding: 10px;
}
#announcement_text{
    margin-top: 10px;
}
#newLaunchAdd, #new_launch_edit, #display_event_payment{
    height: 18px;
    width: 18px;
}
.progress{
    margin-top:10px;
}
.iframe_interview{

}

/*
BEGIN PROCESS SPECIFIC CSS
*/
/*small*/
@media only screen and (max-width: 770px ) {
    #interview-video, #walkthrough-video, #generic-video{
        margin: 10px 0;
        width: 100%;
        height: 300px;
    }
}
/*larger*/
@media only screen and (min-width: 771px ) {
    #interview-video, #walkthrough-video, #generic-video{
        margin: 50px 0;
        width: 100%;
        height: 400px;
    }
}
#resource_link_page{
    min-height: 450px;
}
#resource_links{
    height: 700px;
}

.resource-btn-large{
    width: 90%;
    margin: 10px;
    max-width: 500px;
}
.align_left{
    text-align: left;
}
.question_textarea{
    min-height: 122px;
    resize: vertical;
    line-height: 25px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #b2b2b2;
}
.list_question_textarea{
    min-height: 72px;
}
.list_question_space{
    padding-left: 20px;
}
.list_question_div {
    padding: 0 !important;
}
.checkbox_input{
    float: left;
}
.checkbox_question_space{
    margin: 0 0 20px 25px;
    text-align:left;
}
.user_input{
    text-align: left;
    margin-top: 10px;
}
.yes_no_radio{
    margin: 0px 5px !important;
}
.yes_no_text{
    padding-left: 15px;
}
.datepicker-icon{
    float: left;
    font-size: 20px;
    padding: 6px;
}
.red_error_border{
    border: 1px solid red !important;
}
.red_text{
    color: red;
}
.normal_border{
    border: 1px solid black !important;
}
.copy_button{
    float: right;
    margin-left: 10px;
}
.expire_button{
    float: right;
    margin-left: 10px;
}
.ge_blue{
    color: #5adcf0;
}
.ge_orange{
    color: #ffa000;
}
.ge_dark_blue{
    background-color: #141e32;
}
.bold_text{
    font-weight: bold;
}

.dropbtn {
  /*background-color: #04AA6D;*/
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.generic-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #19263f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.generic-dropdown:hover .dropdown-content {display: block;}

/* Begin Spinner*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Spinner*/