/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");

body{
    font-family: 'Roboto', sans-serif;
    
}


/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
}
a,
a:hover,
a:visited{
    color: navy;
}
a:hover{
    text-decoration: none;
}



/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_publication_title > a{
     font-size: 1.5em;
}

/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    font-size: 1.1em;
    margin: .4em 0;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #598acc;
}
.wh_top_menu ul li:hover a{
    color: #fff;
}

.wh_top_menu ul li:hover {
    background-color: #598acc;
    color: #fff;
}

@media only screen and (min-width: 768px) {

    /* Menu activated on :HOVER */
    .wh_top_menu:not(.activated-on-click) ul ul {
        transition: none;
    }
}


.wh_top_menu ul ul li a:hover {
    background: #598acc;
}
.wh_top_menu ul ul li {
    border-top-color: #e4e4e4;
}

.wh_top_menu ul li.active > ul {
    padding-left: 0;
}

#careers .navbar .active ul{
    background-color: #275e9d;
}
.navbar .active ul:first-child {
    border-top-color: #1556ae;
}

.wh_top_menu ul ul li{
    margin:0
}
/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}

@media only screen and (max-width: 767px) {
    .wh_indexterms_link a:before{
        bottom: 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    background-color: #eeeeee;
}
.wh_breadcrumb ol{
    color: #878787;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #5185cb;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #eeeeee;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
    color: #347bb7;
    text-decoration: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    border-radius: .5em;
    background-color: #eeeeee;
}
.wh_tile_shortdesc{
    margin-top:0.5em;
    text-align: center;
}
.wh_tile_title{
    font-family:'Arial';
    text-align: center;
    font-size:1.1em;
    text-decoration: none;
}
.wh_tile_title  a{
}
.wh_tile_shortdesc{
    text-align: center;
}
.wh_tile_text:after{
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1) 50%);
}
@media only screen and (max-width: 767px) {
    .wh_tile > div{
        height: auto;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/


/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input{
    margin:2em 0;
}
.wh_welcome:not(:empty){
    font-size: 2.5em;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-shadow: none;
    color:#040480;
}
.wh_search_textfield{
    border: solid 1px #CCC;
    border-radius: 25px;
    padding: 0 .5em;
    font-size: 1.2em;
    line-height: 2em;
    height: 2.5em;
}
.wh_search_button{
    border: solid 0px #CCC;
    padding: 1em;
    background-color: #fff;
    color: #777777;
    height: 1.5em !important;
    margin-top: 3px;
    margin-right: 3px;
}

.wh_search_results{
    margin-top: 3em;
}

/* Search autocomplete */
.ui-menu-item {
    font-size: 1.4em;
}

.ui-menu-item .ui-state-active {
    background-color: #346ec5;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #006621;
}

.navbar .active {
    /*border-radius: 37px;
    background: linear-gradient(183deg, #256dd0, #104ea2);*/
    background-color: #275e9d;
}

.navbar .active a{
    color: white;
}



/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active{
    text-decoration: none;
    color:inherit;
    font-size: 0.8em;
}
.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active{
    color: #fff;
}

/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #346ec5;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #346ec5 !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
.wh_publication_toc{
    border-radius: 3px;
    background-color: #eeeeee;
    padding: 1.5em 2em;
    line-height: 2em;
}
.wh_publication_toc .active > .topicref a {
    color: #5185cb;
}
.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #7b7a7a;
}
.wh_publication_toc a:hover {
    text-decoration: underline;
}
.topictitle3{
    font-weight: 400
}
@media only screen and (max-width: 767px) {
    .wh_publication_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
    }
}

/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer{
    text-align: center;
    padding: 1em;
    margin-top:3em;
    background-color:#f9fcff;
    /* border-top: 1px solid #d2d2d2;*/
    box-shadow: -1px -1px 7px #ccc;
}


.wh_footer .logo{
    width: 135px
}

#copy{
    font-size: .9em;
    padding-top: 1em;
    line-height: 1.9em;
    text-align:left
}
/*.footer{width: 1140px}*/
/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */

.wh_topic_content,.wh_content_area {
    color: #000000;
    line-height: 1.7em
}
.wh_content_area{
    min-height: 700px
}
.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links {
    background-color: #eeeeee;
    padding: 1.5em;
    margin-top: 1.5em;
}


.related-links a,
.related-links a:visited {
    color: #5185cb;
    padding-bottom: .3em;
    display:inline-block;
}

.wh_top_menu ul li a{
    font-size: .9em;
    color: #444;
}

.wh_top_menu ul li{
    margin: 0 .5em;
}
/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

.searchresult li a {
    color:#346ec5;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}
.wh_search_expression{
    font-weight:bold;
}




/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #346ec5;
}
.wh_index_terms #indexList{
    padding:0;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
}




/*
 * ------------------------------------------------------------------
 *  
 * SYNCRO customization
 * 
 */


#wh_topic_container, .wh_topic_body{
    max-width: 100% !important;
    

}
.container-fluid{
    max-width: 1140px;    
}
.col-12#wh_topic_body{
    padding-left:0;
    padding-right:0
}
    
#quick_links img{
    width: 40px;
    margin: 0 .5em 1em .5em;
    
}    
/*.row{margin-right:0; margin-left:0}*/

header.navbar{      
    box-shadow: 0px 1px 3px #989898;
    background-color: white;
}
nav.wh_tools, .wh_publication_title {display:none}
.wh_header{padding:0}
.wh_search_textfield {
    height: 1.7em;
    font-size:1em
}
.wh_logo img{    
    width: 125px;
    padding-bottom: 0.3em;}
.wh_search_input{margin:1.2em}

.container .title{
    font-size: 3.5em;
    color: #275e9d;
    font-weight: 600;
    padding-top: 2.4em;
    line-height:1.1em
}
.container .slogan{
    font-size: 1.7em;
    font-weight: 200;
    margin-top: 1.5em;
    max-width: 400px;
    line-height: 1.4em;
}

.title.topictitle1 {
    display:none
}

.cards .card {
  float: left;
  width: 33.33%;
  padding: 50px;
  
}

/*
 * Contact page
 */

.container.contact .background_contact{
    background-image:url(resources/img/mb_contact.png);
    /*width: 1140px;*/
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;   
    background-position-x: right;
    margin-bottom: 3em;
}



#contact .col{
    max-width: 450px;
    background-color: #fff;
    border-radius: 7px;
    /*box-shadow: 1px 2px 10px #ccc;*/
    
}

#contact .col ul{
    padding-left:0;
    list-style:none
    
}

#contact .col ul ul{
/*    padding-left: 2em;
*/    padding-bottom: 1em
    
}

#contact .col ul li{
   /* padding-bottom: 1em*/
}
#contact .col1{
    margin-right: 8em;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


footer .row{
    width: 1600px;
}

.more{font-size: .9em}

/*
 * Product page
 */
.container .background_products{
    background-image:url(resources/img/mb_products.png);
    /*width: 1140px;*/
    height: 425px;
    background-size: 95%;
    background-repeat: no-repeat;   
    background-position-x: right;
}

.mb_products.container .title{
    padding-top: 1.4em
}
.container.sync_products .row{
   margin-bottom: 2em;
}

.banner.stripe-fortune100{
    width: 100%;
    min-height: 145px;
    padding: 2em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-image: linear-gradient(to bottom, #2b71c1 , #275e9d);
    text-align:center;
}

.stripe-fortune100 .col{
    text-align:center;
    color: #fff;
    font-size: small;
    line-height:1.5em;
    max-width: 127px;
}

.banner.stripe-fortune100 .message{
     line-height: 1.52em;
     font-weight: 100;
     font-size: 1.6em;
     margin-bottom: 1.2em
}

.fortune:after{
  /*  width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50px;*/
    background-repeat: no-repeat;
    background-position: center;
}

.fortune.aviation:after{
    background-image:url(resources/img/fortune_aviation.png);
}

.fortune.pharma:after{
    background-image:url(resources/img/fortune_pharma.svg);
}

.fortune.computer:after{
    background-image:url(resources/img/fortune_computer.svg);
}

.fortune.entertainment:after{
    background-image:url(resources/img/fortune_entertainment.svg);
}

.fortune.army:after{
    background-image:url(resources/img/fortune_army.svg);
}

.fortune.banking:after{
    background-image:url(resources/img/fortune_banking.svg);
}

.fortune.auto:after{
    background-image:url(resources/img/fortune_auto.svg);
}

.fortune.semiconductor:after{
    background-image:url(resources/img/fortune_semiconductor.svg);
}

.fortune.financial:after{
    background-image:url(resources/img/fortune_financial.svg);
}



.bb_title{
    font-size: 2.1em;
    color: #045b8d;
    font-weight: 400;
    margin-top: 1.5em;
}

.bb_slogan{
  font-size: 1.5em;
  /* font-weight: 200; */
  margin-top: 1.5em;
  color: #383838;
  /* line-height: 2.2em; */
  margin-bottom: 1.1em;
  line-height: 1.4em;
}

.product_icon{
  width: 156px;
  height: 156px;
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 8.5em;
  
}

.product_icon.pi_editor{
    background-image:url(resources/img/OxygenXMLEditor_icon_2019.svg);
}

.product_icon.pi_author{
    background-image:url(resources/img/OxygenXMLAuthor_icon_2019.svg);
}

.product_icon.pi_webauthor{
    background-image:url(resources/img/OxygenXMLWebAuthor_icon_2019.svg);
}

.product_icon.pi_developer{
    background-image:url(resources/img/OxygenXMLDeveloper_icon_2019.svg);
}

.product_icon.pi_fusion{
    background-image:url(resources/img/OxygenContentFusion_icon_2019.svg);
}

.product_icon.pi_publishing{
    background-image:url(resources/img/OxygenOPE_icon_2020.svg);
}

.product_icon.pi_feedback{
    background-image:url(resources/img/OxygenFeedback_icon_2019.svg);
}

.product_icon.pi_webhelp{
    background-image:url(resources/img/OxygenXMLWebhelp_icon_2019.svg);
}

.product_icon.pi_chemistry{
    background-image:url(resources/img/OxygenPDFChemistry_icon_2019.svg);
}

.product_icon.pi_positron{
    background-image:url(resources/img/AI_Positron_2024.svg);
}
.product_icon.pi_json{
    background-image:url(resources/img/JSON_Editor_2024.svg);
}


.tooltip{display:none}

/*
 * Company page
 */

.background_company{
  background-image:url(resources/img/mb_company.png);
  height: 417px;
    /*width: 1140px;*/
  background-size: contain;
  background-repeat: no-repeat; 
  background-position-x: right;
}

.about{
     background-image: url(resources/img/Celebrating_26_years.jpg);
    /* width: 1140px; */
    height: 367px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    margin-top: 2em
}

.local_img{
    margin-top: 1.5em;
    text-align:center
}


/*
 * Impact page
 */

.container.impact .background_impact{
  background-image: url(resources/img/mb_impact.png);
  /* width: 1140px; */
  height: 415px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 71%;
}

.supporting_the_informatics_laboratory{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 1em;
  background-image:url(resources/img/resp_lfb_lab.jpg);
}
.edu_intership{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 5em;
  background-image:url(resources/img/resp_internship2021.jpg);
}

.edu_cppi{
    margin-top:5em
}
.cyber{
    margin-top:6em
}
.edu_cyber{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 1em;
  background-image:url(resources/img/resp_lab_cybersecurity.jpg);
}

.open4tech{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2020.jpg);
  margin-top: 11em;
}
.open4tech21{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2021.jpg);
}
.open4tech25{
  height: 297px;
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2025.jpg);
   margin-top:5em;
}
.open4tech24{
  height: 297px;
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2024.jpg);
}
.open4tech22{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2022.jpg);
}
.open4tech23{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_open4tech2023.jpg);
  margin-top:11em;
}

.cppi{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_cppi.jpg);
}

div.strike{
    display: inline-block;
    text-decoration: line-through;
}
.rehabilitating_the_cybersecurity_laboratory_txt{
    padding-top:6em;
}
.open4tech_txt{
     padding-top: 6em;
}
.supporting_the_informatics_laboratory_txt{
    padding-top: 9em;
}

.sync_community{
    margin-top: 6em;
    
}

.sync_community .row{
    margin-bottom:3em
}

.comm_airly{
 height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  background-image:url(resources/img/resp_airly.jpg);
  margin-top: -.5em;
}


.comm_wwf{
 height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 1.5em;
  /*background-position-x: 47%;*/
  background-image:url(resources/img/resp_wwf.jpg);
}

.wwf_txt, .agentgreen_txt{
    padding-top:2em
}

.comm_agentgreen{
  height: 297px;
  /* width: 464px; */
  background-size: contain;
  background-repeat: no-repeat;   
  margin-top: 1.7em;
  /*background-position-x: 47%;*/
  background-image:url(resources/img/resp_agentgreen.jpg);
}

.comm_wewilder{
  height: 297px;
  /* width: 464px; */
  background-repeat: no-repeat;
  background-position-x: 10%;
  margin-top:5em;
  background-image:url(resources/img/resp_wewilder.jpg);
}


/*
 * Jobs page
 */

.container.jobs .background_jobs{
  background-image:url(resources/img/mb_careers.png);
  /*width: 1140px;*/
  height: 450px;
  background-size: contain;
  
  background-repeat: no-repeat;   
  background-position-x: right;
  background-position-y: 30%;
}




.banner{
    width: 100%;
    background-color: #d6f1fd;
    min-height: 145px;
    padding: 2em;
    background-image: linear-gradient(to right, #025a8c , #457eb9);
}

.banner .message{
    font-weight: 600;
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
}

.stripe-slogan {
    /* border-top: 1px solid #2f71b1; */
    /* border-bottom: 1px solid #d8d8d8; */
    /*background-image: linear-gradient(to bottom, #fefdeb , #f1e9d4);*/
    color: white;
    background-image: none;
    background-color: transparent;
    margin-top: -155px;
}

.stripe-slogan .slogan_promo{
    line-height: 1.2em;
    color: #143d67;
    text-align: center;
    font-size: 2.7em;
    padding: .2em 2em;
}

.stripe-description-company, 
.stripe-products, 
.stripe-join-our-team{
    background: white;
    font-size: 1.1em;
    line-height: 1.8em;
    color: #4c4949;
}

.stripe-description-company{
   /* font-size: 1em*/
}

.stripe-products{
   padding-top:0;
}

.stripe-join-our-team{
    background-color: #fbfbfb;
    height:15em
}

.stripe-products .product_item img{
    width: 64px;
    height: auto;
}
.stripe-products .product_item{
    text-align: center;
    align-items: center;
}
.join_our_team{
    text-align: center;
    margin-top: 20px;
}
.btn_join_our_team{
    border-radius: 30px;
    width: 200px;
    height: 53px;
    text-align: center;
    font-size: 20px;
    line-height: 2.4em;
    background-color: #0a62d1;
    /* border-color: #1444a4; */
    color: #fff !important;
    background: linear-gradient(183deg, #256dd0, #104ea2);
    box-shadow: 0px 2px 4px #a9a9a9;
    border: 0;
    text-transform: capitalize;
}

.home_cards{
    padding-top: 40px;
    margin: 2em  auto;
}

.title_category{
    font-size: .7em;
    margin-bottom: 3px;
    margin-left: 15px;
}

#wh_topic_container .table{
    width:100%;
}

table.available_jobs td{
    border-top:none;
    border-bottom: 1px solid #eee !important;
}
.job_details{
    display:none;
    width: 90%;
    float: left;
    margin-top: 15px;
}
.job_title{
    max-width: 255px;
    float: left;
    font-size: 1.3em;
}

.available_jobs caption:empty{
    display: none !important;
}

div.show_content{
    text-align:right;
    color:#1444A4;
    font-size: .9em;
    padding-right: 3.9em;
    cursor: pointer;
    background-image: url(resources/img/more_collapsed.png);
    background-repeat:no-repeat;
    background-position-x: right;
    background-position-y: center;
    width: 35px;
    float: right;
   
}

.d-none {
    display: block!important;
}

.navbar-dark .navbar-toggler{
    background-color: #3784c4 !important;
}

div.hide_content{
    background-image: url(resources/img/more_expanded.png);
}



.benefits div:first-child{
    padding-top: 4em;
    width: 70px;
    height: 70px;
    /*border: 3px solid #555;*/
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 4em auto 2em auto;
    /*background-color: #d0f1ff*/
}

.benefits .finance{
   background-image: url(resources/img/benefits_money.png); 
}

.benefits .health{
   background-image: url(resources/img/benefits_health.png); 
}

.benefits .career{
   background-image: url(resources/img/benefits_career.png); 
}

.benefits .smile{
   background-image: url(resources/img/benefits_smile.png); 
}

/*
 * Internship page
 */
 
 .application_deadline{
     font-size: 1.2em;
     text-align: center;
     margin-top: 10px;
 }

.container.internship .background_internship{
    background-image:url(resources/img/mb_internship.png);
    /*width: 1140px;*/
    height: 430px;
    background-size: contain;
    
    background-repeat: no-repeat;   
    background-position-x: right;
    background-position-y: 30%;
}

.banner.stripe-internship{
    margin-top: 2em;
    width: 100%;
    min-height: 145px;
    padding: 2em;
    background-image: linear-gradient(to bottom, #dbf4ff , #c0dbff);
}

.banner.stripe-internship .message{
    color: #413838;
    font-weight: 400
    
}
.banner .message{
    font-weight: 600;
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
}
.msg_internship{
    margin-top: 2em;
    font-size: 1.1em
}

.banner.stripe-internship2{
    background-color: #f3f3f3;
    background-image:none;
    font-size: 1.2em;
    margin: 3em 0;
}


/*
 * Index page
 */
.stripe-syncro23{
    /* background-image:url(resources/img/syncro23.jpg); */
    /* width: 100%;
    height: 792px;
    background-size: contain;
    background-repeat: no-repeat;   
    background-position-x: center;
    background-color: #fffffb; */
    margin: 5em auto;
    padding: 0;
    }
    .stripe-syncro23 img{
        width: 100%;
    }

.mb_index{
    width: 100%;
    height: 706px;
    background-size: auto;
    background-repeat: no-repeat;   
    background-position-x: center;
    background: linear-gradient(180deg, #2f71b1 0%, #275e9d 79.5%, #fff 79.5%, #fff 100%);

}

.mb_index_bg{
    background-image:url(resources/img/mb_hero_syncro_soft.jpg);
    width: 100%;
    height: 706px;
    background-size: auto;
    background-repeat: no-repeat;   
    background-position-x: center;

}

.msg_sync23{
    color: #331b95;
    font-style: italic;
}

.home_cards .card-body{
    margin-top: 19rem;
}

.home_cards .card{
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: 0 0 6px #ccc;
    border-radius: 10px;
}

.card_internship{
    background-image:url(resources/img/card_internship.png);
}
.card_education{
    background-image:url(resources/img/card_education.png);
}
.card_giving{
    background-image:url(resources/img/card_giving_back.png);
}

.support_specialist .new{
    color: #ff4a01;
}

.title_main{
    color: #fff;
    font-size: 3em;
    text-align: left;
    padding-top: 5em;
    font-weight: 500;
    max-width: 450px;
    line-height: 1.2em;
    margin-left: 15%;
}
.wh_welcome{display:none !important}

#quick_links{
    padding-top: 1em
}

.embed-responsive{
    margin-top: 3.5em
}

/* Tooltip container */
.tooltipc {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltipc .tooltiptextc {
  visibility: hidden;
     width: 120px;
    background-color: #072d58;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-left: -10px;
    margin-top: -44px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.stripe-fortune100 .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #072d58;
  position: absolute;
  bottom: -9px;
  left: 48px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipc:hover .tooltiptextc {
  visibility: visible;
}




/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.14em solid #fff;
  width: 0.72em;
  height: 0.72em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 80px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0.1em;
  background-color: #adadad;
  margin-top: 10px;
}
.c100 *, .c100 *:before, .c100 *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > .perc {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  background-color: #2967af;
  width: 0.83em;
  height: 0.83em;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*.c100:hover {
  cursor: default;
}
.c100:hover > .perc {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
*/.c100.dark {
  background-color: #777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > .perc {
  color: #777;
}
.c100.dark:after {
  background-color: #666;
}
.c100.dark:hover > .perc {
  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > .perc {
  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > .perc {
  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > .perc {
  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > .perc {
  color: #e08833;
}


/* Responsive */
@media (max-width: 1199px){
  .mb_products.container .title {
    padding-top: .4em;
  }
}

@media (max-width: 991px){
  .stripe-slogan{
    min-height: 130px;
    padding-top: 35px;
  }
  .stripe-slogan .slogan_promo{
    padding: 0;
    font-size: 2.2em;
  }
  .stripe-description-company{
    padding-top: 1em;
  }

  .home_cards .card {
    margin-top: 20px;
  }
  
  .container.company .title{
    padding-top: .4em;
  }
  .background_company{
    height: 235px;
  }

  .container .background_products{
    height: 323px;
    background-size: 97.5%;
  }

  .container.contact .background_contact {
    height: 357px;
    margin-bottom: 0;
  }


  .container.mb_products .row, .container.impact .row, .container.contact .row{
    flex-wrap: wrap-reverse;
  }
  .mb_products.container .title, .impact.container .title, .contact.container .title {
    padding-top: .4em;
  }

  .container.impact .background_impact {
    background-position-y: 40%;
  }

  .container.mb_products .slogan, .container.impact .slogan, .container.contact .slogan{
    margin-bottom: 1.8em;
  }

  .container.jobs .title {
    padding-top: 1.4em;  
  }

  .container.jobs .background_jobs {
    height: 335px;
  }


  .container.internship .background_internship {
    height: 340px;
    background-position-y: 58%;
  }

  .container.internship .title{
    padding-top: 1.4em;
  }


}


@media (max-width: 976px){
  .wh_search_input{
    display:none
  }
@media (max-width: 767px){
  .container.company .row, .container.jobs .row, .container.internship .row{
    flex-wrap: wrap-reverse;
  }
  .container.company .title, .container.jobs .title, .container.internship .title{
    padding-top: .4em;
  }
  .background_company{
    height: 271px;
  }

  .background_jobs{
    height: 300px;
  }

  .container.jobs .slogan, .container.internship .slogan {
    margin-bottom: 2em;
  }

}

@media (max-width: 575px){
  .stripe-products .product_item {
    margin-top: 15px;
  }

  .sync_products .row:nth-child(2n+1) {
    flex-wrap: wrap-reverse;
  }

}
