@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');


body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #343a40;
}

a:link, a:visited {
    color: rgba(244,159,36,1.00);
    text-decoration: none;
}

a:hover, a:active {
    color: rgba(244,159,36,1.00);
    text-decoration: underline;        
}

.admin_tools {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.smlink:link, .smlink:visited {
    color: rgba(244,159,36,1.00);
    padding-left: 5px; 
}

#ui-datepicker-div {
	z-index: 100000 !important;
}

.smlink:hover, .smlink:active {
    color: rgba(244,159,36,0.50);
    padding-left: 5px;
}

.btn {
    padding: .5rem!important;
}

.footer_nav:link, .footer_nav:visited {
    color: #343a40;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
}

.footer_nav:hover, .footer_nav:active {
    text-decoration:underline;
}

.footer_nav2:link, .footer_nav2:visited {
    color: #343a40;
    text-decoration: none;
    font-weight: 400;
}

.footer_nav2:hover, .footer_nav2:active {
    text-decoration:underline;
}

.sortNav:link, .sortNav:visited {
    color: rgba(139,182,201,1.00);
    text-decoration: none;
    padding-left: 20px; 
    padding-right: 20px;
}

.sortNav:hover, .sortNav:active {
    color: #343a40;
    text-decoration: underline;
}


.sortNav.active {
    color: #343a40 !important;
    text-decoration: underline !important;    
}

h1 {
    font-family: 'Sora', sans-serif;
    font-size: 2em;
    font-weight: 300;
}

h2 {
    font-family: 'Sora', sans-serif;
    font-size: 1.8em;
    font-weight: 300;
}

h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
}

h4 {
    font-family: 'Sora', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}

.sora30 {
    font-family: 'Sora', sans-serif;
    text-transform: uppercase;
}

.lh1 {
    line-height: 1em;
}

.lined {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.fa_links {
    max-width: 200px;
    height: auto;
    cursor: pointer;
}

.upper {
    text-transform: uppercase;
}

.bg-tnc {
    background-color: rgba(142,183,203,1.00);
}

.card_date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    z-index: 1000;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 0.9em;
}

.nav-link {
    padding-left: 33px !important;
    padding-right: 33px !important;
}


.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #343a40;
}


.navbar {
    padding: 0px !important;
}


.white {
    color: #ffffff;
}

.black {
    color: #343a40;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fs06 {
    font-size: 0.6em;
}

.fs07 {
    font-size: 0.7em;
}

.fs08 {
    font-size: 0.8em;
}

.fs12 {
    font-size: 1.2em;
}

.fs14 {
    font-size: 1.4em;
}

.fs16 {
    font-size: 1.6em;
}

.fs18 {
    font-size: 1.8em;
}

.fs20 {
    font-size: 2.0em;
}

.fs30 {
    font-size: 3.0em;
}

.fs35 {
    font-size: 3.5em;
}

.fs40 {
    font-size: 4.0em;
}



.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
 border: 0;
}


@media (max-width: 1200px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}



@media (max-width: 992px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}



@media (max-width: 768px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}



@media (max-width: 576px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.gbg {
    background-color: rgba(238,238,238,1.00);
}
.opas60 {
    opacity: 0.6;
}

.opas50 {
    opacity: 0.5;
}

.opas40 {
    opacity: 0.4;
}

.opas30 {
    opacity: 0.3;
}

.card {
    background-color: transparent;
}

.res_sec_title {
    font-family: 'Sora', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
}

.res_sec_title:link, .res_sec_title:active, .res_sec_title:visited {
    text-decoration: none;
}

.res_sec_title:hover {
    color: rgba(244,159,36,1.0);
}

.sec_title {
    display: none;
}

.sec_titlea {
    display: none;
}


.ssec_content {
    display: none;
}


.baoBK {
    background-color: #beaed2;
}

.bao {
    color: #beaed2;
}



.bao1 {
    background-color: rgba(186,161,227,0.60);
}
.bao2 {
    background-color:rgba(190,174,217,0.60);
}
.bao3 {
    background-color: rgba(206,189,236,0.60);
}
.bao4 {
    background-color: rgba(183,167,209,0.60);
}
.bao5 {
    background-color: rgba(173,145,222,0.60);
}
.bao6 {
    background-color: rgba(197,171,241,0.60);
}

.cd {
    color: #b98fad;
}

.cd:link {
    color: #b98fad;
}

.cd:hover {
    color: rgba(244,159,36,1.0);
}

.cd1 {
    background-color:rgba(185,143,173,0.60);
}
.cd2 {
    background-color: rgba(183,117,164,0.60);
}
.cd3 {
    background-color: rgba(205,110,178,0.60);
}
.cd4 {
    background-color: rgba(208,170,197,0.60);
}
.cd5 {
    background-color: rgba(211,151,194,0.60);
}
.cd6 {
    background-color: rgba(162,97,143,0.60)
}


/* NEW RECOURCES CSS */

.sec_subs {
    display: none;
}

.rs_link {
    font-family: 'Sora', sans-serif;
    color: #FFFFFF;
    float: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
    margin-bottom: 0;
}

.rs_link:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f358';
    position: absolute;
    right: 15px;
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s; 
    line-height: inherit;
}



.rs_link:hover {
    background-color: rgba(244,159,36,0.40);
    color: #000000;
}

.rs_sub_link {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 2em;
    font-family: 'Sora', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;    
}

.rs_sub_link:hover {
    text-decoration: none;
    color: rgba(244,159,36,1.0);
}
.re_sub_title_arrow {
    padding-left: 10px;
    padding-right: 10px;
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s; 
}

.rs_sub_link.active {
    color:  rgba(244,159,36,1.0);   
}    
    
.flip:after {
  transform: rotate(180deg);
}

.flip {
    background-color: rgba(244,159,36,0.40);
    color: #000000;
}

.aflip {
   transform: rotate(180deg);
}


.rs_sub_content {
    display: none;
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;     
}    
    
/* END NEW RECOURCES CSS */

.arrow_up, .arrow_upa {
    padding-left: 10px;
    padding-right: 10px;
}

.cd_title {
    background-color: #b98fad;
    font-family: 'Sora', sans-serif;
    color: #FFFFFF;
    float: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

.cd_title:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35b';
    position: absolute;
    right: 15px;
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s; 
    line-height: inherit;
}

.cd_title:hover {
    background-color: rgba(244,159,36,0.40);
    color: #000000;
}


.res_icon {
    font-size: 2em; 
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;  
    float: left;
}

.res_title {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 2em;
    float: left;
}

.item_stripped {
    background-color: rgba(211,151,194,0.20);
}

.item_link {
    cursor: pointer;
}

.item_link:hover {
    background-color: rgba(244,159,36,0.40);
}

.arrow_up {
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;  
}




.flip:after {
  transform: rotate(180deg);
}

.showhide {
    display: none;
}

.ie1 {
    background-color: rgba(125,154,236,0.60);
}
.ie2 {
    background-color: rgba(148,168,224,0.60);
}
.ie3 {
    background-color: rgba(108,129,188,0.60);
}
.ie4 {
    background-color: rgba(90,126,226,0.60);
}
.ie5 {
    background-color: rgba(113,127,168,0.60);
}
.ie6 {
    background-color: rgba(67,111,234,0.60);
}


.dw1 {
    background-color: rgba(199,222,108,0.60);
}
.dw2 {
    background-color: rgba(142,175,12,0.60);
}
.dw3 {
    background-color: rgba(115,136,34,0.60);
}
.dw4 {
    background-color: rgba(197,208,29,0.60);
}
.dw5 {
    background-color: rgba(110,115,24,0.60);
}
.dw6 {
    background-color: rgba(85,190,28,0.60);
}


.cl1 {
    background-color: rgba(204,122,136,0.60);
}
.cl2 {
    background-color: rgba(215,83,104,0.60);
}
.cl3 {
    background-color: rgba(184,31,56,0.60);
}
.cl4 {
    background-color: rgba(150,96,105,0.60);
}
.cl5 {
    background-color: rgba(227,114,132,0.60);
}
.cl6 {
    background-color: rgba(210,171,178,0.60);
}


.aRes {
    cursor: pointer;
}

.aRes:hover {
    background-color: rgba(238,238,238,1.00);
}

.fa_card {
    cursor: pointer;
}

.card_hover {
    background-color: rgba(244,159,36,0.50);
}

.the_res_edit_list:hover {
    background-color: rgba(238,238,238,1.00);
}

.footer {
    background-color: rgba(142,183,203,1.00);
}

.sortBar {
    color: rgba(139,182,201,1.00);
    text-transform: uppercase;
    font-weight: 700;
}

.open {
    display: block !important;
    transition: transform 0.25s;  
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;  
}

.res_link:link, .res_link:hover, .res_link:active, .res_link:visited {
    color: #000000 !important;
    text-decoration: none !important;
}


@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.page_held {
    z-index: 15;
    position: relative;
    font-size: .5em;
    right: 0px;
    top: -9px;
}

.ON_HOLD {
    color: #ffc107 !important;
}

.card2 {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    width: 75%;
    margin-bottom: 2em;
}

.blue1 {
    color: #f4a126 !important;
}

.modual_bk {
    position: absolute; 
    border-radius: 1em; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-image: url('/images/backgrounds/grey.jpg'); 
    background-size: cover; 
    opacity: 0.2; 
    width: 100%; 
    height: 100%; 
    z-index: -1;
}

.grey1 {
    color: #3d4144 !important;
    font-size: 0.9em;
    line-height: 1em;
}

.blue3_bk {
    background-color: #1065a4 !important;
    border-color: #1065a4 !important;
}

.blue3_bk:hover {
    background-color: #2d96e7 !important;
    border-color: #2d96e7 !important;
}

.blue3 {
    color: rgba(142,183,203,1.00) !important;
}

.form_error {
    color: #dc3545 !important;
    font-size: 0.8em;
}

.form_error_border {
    border: 2px solid #dc3545 !important;
}

.red_border {
    border: 2px solid #dc3545 !important;    
}


.card_no_ex_link::after {
    font-size: .7em !important;
    text-align: right !important;
    font-style: italic !important;
    color: #3d4144 !important;
    content: "©2021 Meta Strategies" !important;
}

.font-small {
    font-size: 0.9em;
}

.top_admin_button {
    background-color: #1065a4 !important;
    border-color: #1065a4 !important;
    color: #fff !important;
}

.white {
    color: #fff !important;
}

.top_admin_button:hover {
    background-color: #1065a4 !important;
    border-color: #1065a4 !important;
    color: #fff !important;
}

.admin_site_links {
    background-color: #669 !important;
    border-color: #669 !important;
    color: #fff !important;
    position: absolute;
    z-index: 1001;
}

.admin_site_links:hover {
    background-color: #3c3c60 !important;
    border-color: #3c3c60 !important;
    color: #fff !important;
}

.admin_user_btn {
    font-size: 1.1rem; 
    line-height: 1.5; 
    top: 55px; 
    right: 75px; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.admin_logout_btn {
    font-size: 1.1rem; 
    line-height: 1.5; 
    top: 55px; 
    right: 33px; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.admin_main_dropdown {
    position: absolute;
    top: 55px; 
    right: 122px; 
}

.admin_main_cog_btn {
    font-size: 1.1rem !important; 
    line-height: 1.5 !important; 
    padding-top: 5px !important; 
    padding-bottom: 5px !important;     
}

@media (max-width: 991px) {
    .admin_logout_btn {
        top: 5px; 
        right: 15px;         
        padding-left: 10px !important; 
        padding-right: 10px !important;          
    }
    .admin_user_btn {
        top: 40px; 
        right: 15px; 
    }  
    .admin_main_dropdown {
        position: absolute;
        top: 75px; 
        right: 15px; 
    }   
    .admin_main_cog_btn {
        padding-left: 5px !important; 
        padding-right: 5px !important;     
    }    
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 5001;
    cursor: pointer;
}

#the_popup {
    position: absolute;
    display: none;
    top: 25px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    border: 0 solid red;
    background-color: #fff;
    z-index: 5002;
    background-position: left top, right top;
    background-repeat: no-repeat;
}

#popup_inner {
    padding: 0 20px 20px 20px;
}

#popup_close {
    padding: 10px;
}

#popup_close2 {
    padding:10px
}

#popup_inner2 {
    padding:0 20px 20px 20px
}

#popup_close2 a:link {
    color:#1065a4 !important
}

#popup_close2 a:visited {
    color:#1065a4 !important
}

#popup_close2 a:hover {
    color:#1065a4
}

#popup_close2 a:active {
    color:#1065a4 !important
}

#overlay2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 5011;
    cursor:pointer
}

#overlay3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 700;
    cursor:pointer
}

#the_popup2 {
    position: absolute;
    display: none;
    top: 25px;
    left: 45%;
    width: 70%;
    margin-left: -30%;
    border: 0 solid red;
    background-color: #fff;
    z-index:5012
}



@media screen and (max-width: 1420px) {
    #the_popup {
        left: 0;
        width: 100%;
        border: 0 solid red;
        background-color: #fff;
        margin-left: 0;
        z-index: 5002;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #the_popup2 {
        left: 0;
        width: 100%;
        border: 0 solid red;
        background-color: #fff;
        margin-left: 0;
        z-index: 5012;
        display: none;
        overflow-y: scroll;
        overflow-x:hidden
    }    
    
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 1.25s linear infinite !important;
    animation: spinner-border 1.25s linear infinite !important;
}

.admin_tool_link {
    color: #fff;
    background: #1065a4 !important;
    border-color: #1065a4 !important;
}

.admin_tool_link:hover {
    color: #fff;
    background: #0c4773 !important;
    border-color: #0c4773 !important;
}

.ui-sortable-handle {
    cursor: row-resize !important;
}


.ui-sortable-handle:hover {
    background-color: rgba(0,0,0,0.05);
}

.the_list_of_users:hover {
    background-color: rgba(0,0,0,0.05);    
}

.admin_page_links {
    background-color: #969 !important;
    border-color: #969 !important;
    color: #fff !important;
}

.admin_page_links:hover {
    background-color: #684268 !important;
    border-color: #684268 !important;
    color: #fff !important;
}


.col-2dot4, .col-lg-2dot4, .col-md-2dot4, .col-sm-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left:15px
}

.col-2dot4, .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%
}

@media (max-width: 1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width:33% !important
    }
}

@media (max-width: 900px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
}

@media (max-width: 400px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width:100% !important
    }
}

.leb3 {
    position: absolute;
    top: 0;
    left: 16px;
    padding: .375rem .75rem;
    font-size: 1em;
    background-color: #a68439;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.editable {
    position: relative !important;
}

.leb3:hover {
    color: #fff;
    cursor: pointer;
}

.admin_sec_links {
    background-color: #458559 !important;
    border-color: #458559 !important;
    color: #fff !important;
}

.admin_sec_links:hover {
    background-color: #2a5538 !important;
    border-color: #2a5538 !important;
    color: #fff !important;
}


.con_page_image {
    width: 100%;
    height:auto
}

.con_page_image80 {
    width: 80%;
    height:auto
}

.page_image {
    width: 100%;
    height:auto
}

.page_image80 {
    width: 80%;
    height:auto
}

.page_image60 {
    width: 60%;
    height:auto
}

.page_image50 {
    width: 50%;
    height:auto
}

.page_image40 {
    width: 40%;
    height:auto
}

.lan_pick_text {
    color: #000;
    line-height: 24px;
    font-weight: 400;
    float: right;
}

.admin_subsec_links {
    background-color: #77d594 !important;
    border-color: #77d594 !important;
    color:#fff !important
}

.admin_subsec_links:hover {
    background-color: #5fad77 !important;
    border-color: #5fad77 !important;
    color:#fff !important
}

.custom-switch .custom-switch-input + .custom-switch-btn {
    background: #fff !important;
    border: 1px solid #000;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn {
    width: 48px;
    height: 24px;
    padding: 2px !important;
    border-radius: 48px;
}

.custom-switch .custom-switch-input + .custom-switch-btn:after {
    background: #000 !important;
}

.the_show_hide:link, .the_show_hide:visited {
    text-decoration: none;
}

.the_show_hide:hover, .the_show_hide:active {
    text-decoration: none;
}

.the_show_hide:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35b';
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}


.the_show_hide_show:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f358' !important;
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}


.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:hover, .dropdown-menu a:active {
    color: #000;
}


#popup_close a:link, #popup_close a:visited {
    color: #1065a4 !important;
}

#popup_close a:hover, #popup_close a:active {
    color: #0c4773 !important;
}


#return-to-top {
    position: fixed;
    z-index: 10000000;
    bottom: 20px;
    right: 0;
    background: rgba(244,159,36,0.60);
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


#return-to-top:hover {
    background: rgba(244,159,36,0.80);
}


.admin_tool_link_delete {
    color: #fff !important;
    background: #d6494b !important;
    border-color: #d6494b !important;
}

.admin_tool_link_delete:hover {
    color: #fff !important;
    background: #993032 !important;
    border-color: #993032 !important;
}

.admin_tool_link_warning {
    color: #fff !important;
    background: #ffbc34 !important;
    border-color: #ffbc34 !important;
}

.admin_tool_link_warning:hover {
    color: #fff !important;
    background: #ac8027 !important;
    border-color: #ac8027 !important;
}

.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0,0,0,0.25);
    border-radius: 10px 0px 0px 0px;
}

#go_down {
    opacity: 0.8;
    width: 60px;
    height: auto;
    cursor: pointer;
}

#go_down:hover {
    opacity: 1;
}

.dropdown-toggle {
    padding: .5rem!important;    
}



/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 1.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #1065a4;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(143,183,202,.2);
}

tr {
	border-bottom: 2px solid rgba(143,183,202,1);	
}

.list_title {
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
}

a { outline: none; }



.btn-orange {
	color: #000;
	background-color: rgba(244,159,36,1.00) !important;
	border-color: rgba(244,159,36,1.00) !important;
}
.btn-orange:hover {
	color: #fff;
	background-color: rgba(244,159,36,1.00) !important;
	border-color: rgba(244,159,36,1.00) !important;
}

blockquote {
	font-family: 'Sora', sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	background-color: rgba(238,238,238,1.00);
	border-radius: 1rem;
	padding: 20px;
}

.required {
	color: RED;
	font-weight: 700;
}



select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(/images/downArrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-right: 45px;
}

/*
	.overline {
	  background-position: top left; 
	  background-size: 100% 2px; 
	  background-repeat: no-repeat;
	  padding-bottom: 2px; 
	}
*/

	.overline {
	  /*border-top: 2px solid BLACK;
	  background-position: top left; 
	  background-size: 100% 2px; 
	  background-repeat: no-repeat;
	  padding-bottom: 2px; */
	}

.f_top_links {
	font-family: 'Sora', sans-serif; 
	line-height: 1.1em; 
	font-size: 1.1em;
	cursor: pointer;
}


.f_top_links:hover {
	color: #F49F24 !important; 
}

.overline:hover {
	border-top: 2px solid #F49F24 !important;
	
	/*background-image: linear-gradient(#F49F24, #F49F24) !important; */
}

.factive {
	color: #F49F24 !important;
}


.search_button {
	color: #fff;
	background: #969 !important;
	border-color: #969 !important;
}

.search_button:hover {
	color: #fff;
	background: #684268 !important;
	border-color: #684268 !important;
}

.public_button_links {
    background-color: rgba(244,159,36,1.00) !important;
    border-color: rgba(244,159,36,1.00) !important;
    color: #fff !important;
}

.public_button_links:hover {
    background-color: rgba(152,93,7,1.00) !important;
    border-color: rgba(152,93,7,1.00) !important;
    color: #fff !important;
}

