/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.facetwp-counts{
    display: inline-block !important;
}

@media (min-width: 992px) {
    .fl-page-nav-right .fl-page-header-wrap
    {
        border-bottom: 5px solid #5aa8d7;
    }
}

@media (min-width: 768px)
{
/*This is just removing some default styles(not required)*/
 .fl-page-nav UL.sub-menu
 {
 padding: 10px 0;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 border: 0;
 background: none;
 }
 
 UL.navbar-nav LI.mega-menu> UL.sub-menu:after
 {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 top: -1px;
 height: 100%;
 width: 100vw;
 transform: translateX(-50%);
 z-index: -1;
 box-sizing: border-box;
 /*These styles are replacing the BB style that are being over written above (not required)*/
 border-top: 1px solid #DEDEDE;
 /*+box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);*/
 -moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 background-color: #F6F6F6;
 }
}

@media (min-width: 992px) {
    .submenutitle a{
        color: #255a8a;
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .desktop-menu-header {
        margin-bottom:20px;
        font-size:30px;
        color: #055183 !important;
    }
}

.fl-page-nav-wrap A:hover, .fl-page-nav-wrap A:focus, .fl-page-nav-wrap A:hover *, .fl-page-nav-wrap A:focus *, .fl-page-nav-wrap A.fa:hover, .fl-page-nav-wrap A.fa:focus
{
 color: #000000;
}

@media (max-width: 992px)
{
   .mobile-nav-header {
        display: none;
    }
}

#template-layout {
    width: 100%;
    display: table;
}

@media (max-width: 768px) {
    #template-layout {
        width: 100%;
        display: flex;
    }
}

#template-layout-container {
    display: table-row
}

@media (max-width: 768px) {
    #template-layout-container {
        display: flex;
        flex-wrap: wrap;
    }
}

#template-layout-image {
    width: 15%;
    display: table-cell;
    vertical-align:top;
    padding-top: 10px;
}

@media (max-width: 768px) {
    #template-layout-image {
        width: 20%;
        display: flex;
        padding-top: 5px;
    }
}

#template-layout-content {
    display: table-cell;
    vertical-align:top;
}

@media (max-width: 768px) {
    #template-layout-content {
        width: 80%;
    }
}

#template-layout-buttons {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #template-layout-buttons {
        vertical-align: bottom;
        width: 100%;
    }
}

#template-layout-more {
    max-width: 186px;
    float: right;
}

@media (max-width: 768px) {
    #template-layout-more {
        padding-top: 10px;
        max-width: inherit;
        float: none;
    }
}

#template-layout-profiles {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%
}

@media (max-width: 768px) {
    #template-layout-profiles {
        justify-content:space-between;
        width:100%;
    }
}

#template-layout-profile {
    width:33.33%;
    padding: 15px;
}

@media (max-width: 768px) {
    #template-layout-profile {
        padding: 15px 0px 15px 0px;
        width:100%;
    }
}

#template-layout-courses {
    width: 100%;
}

@media (max-width: 768px) {
    #template-layout-courses {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        cursor: pointer;
        height: 100%;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #template-layout-courses-hr {
        display: none;
    }
}

#template-layout-course {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #template-layout-course {
        justify-content:space-between;
        display: block;
    }
}

@media (max-width: 768px) {
    #template-layout-courses-button {
        text-align: center;
    }
}

#template-layout-courses-button-link {
    white-space:nowrap;
}

@media (max-width: 768px) {
    #template-layout-courses-button-link {
        width: 100%;
    }
}

#template-layout-courses-tags {
    text-align: right;
}

@media (max-width: 768px) {
    #template-layout-courses-tags {
        text-align: center;
        padding-top: 9px;
    }
}

#template-layout-courses-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #template-layout-courses-content {
        flex-wrap: wrap;
    }
}

#template-layout-courses-details {
    color:dimgrey;
    white-space: nowrap;
    padding-top: 9px;
    text-align: center;
}

@media (max-width: 768px) {
    #template-layout-courses-details {
        white-space: unset;
    }
}

#template-layout-courses-h3 {
    margin-top: 5px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #template-layout-courses-h3 {
        margin-bottom: 5px;
    }
}

#template-layout-courses-img {
    max-width: 166px;
    max-height: 150px;
    margin-right: 5px;
    box-sizing: border-box;
    background-clip: content-box;
}

@media (max-width: 768px) {
    #template-layout-courses-img {
        max-width: 100px;
        max-height: 100px;
        padding-top: 9px;
    }
}


@media (max-width: 768px) {
    #template-layout-followmenu {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    #template-layout-profile-followmenu {
        margin-top: -10px;
    }
}

#template-layout-subtitle {
    color: #1e1e1e;
}

@media (max-width: 768px) {
    #template-layout-subtitle {
        white-space: nowrap;
    }
}

#template-layout-org-employees-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 70%;
}

@media (max-width: 768px) {
    #template-layout-org-employees-ul {
        width: 100%;
        padding-left: 5px;
    }
}

#template-layout-org-employees-li {
    width:50%;
    padding: 0 24px 16px 0;
    position: relative;
    display:flex;
    list-style:none;
    text-align: left;
}

@media (max-width: 768px) {
    #template-layout-org-employees-li {
        width: 100%;
    }
}

#template-layout-org-employee {
    width: 30%;
    margin: 16px;
    position: relative;
    display: flex;
    text-align: left;
    border: 1px solid #ddd;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    #template-layout-org-employee {
        width: 100%;
        margin: 5px 0px 5px 0px;
    }
}

#template-layout-org-employee-profile-button {
    float: right;
    margin: 0px 16px 16px 16px;
    cursor: pointer;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #055183;
    color: #055183;
}

@media (max-width: 768px) {
    #template-layout-org-employee-profile-button {
        float: none;
    }
}

#template-layout-org-employee-profile-div {
    width: 100%;
}

@media (max-width: 768px) {
    #template-layout-org-employee-profile-div {
        text-align: center;
    }
}

#template-layout-org-employee-profile-hr {
    border-top: 1px solid #eee; 
    width:100%;
}

@media (max-width: 768px) {
    #template-layout-org-employee-profile-hr {
        display: none;
    }
}

#template-layout-org-employee-content {
    display: flex;
}

@media (max-width: 768px) {
    #template-layout-org-employee-content {
        display: block;
    }
}

#template-layout-org-employee-content-div {
    width: 50%;
}

@media (max-width: 768px) {
    #template-layout-org-employee-content-div {
        width: 100%;
        padding-bottom: 5px;
    }
}

#template-layout-org-overview-row {
    display: table-row;
}

@media (max-width: 768px) {
    #template-layout-org-overview-row {
        display: block;
    }
}

#template-layout-org-overview-about {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}

@media (max-width: 768px) {
    #template-layout-org-overview-about {
        display: block;
        width: 100%;
    }
}

#template-layout-org-overview-details {
    display: table;
}

@media (max-width: 768px) {
    #template-layout-org-overview-details {
        width: 100%;
    }
}

#template-layout-profile-skills {
    display: table-cell;
    padding: 10px;
    font-weight:600;
}

@media (max-width: 768px) {
    #template-layout-profile-skills {
        padding: 0px;
    }
}

#template-layout-profile-similar {
    display: table-cell;
    width:35%;
    padding-left: 20px;
}

@media (max-width: 768px) {
    #template-layout-profile-similar {
        padding-left: 0px;
    }
}

#template-layout-profile-similar-ul {
    list-style:none;
}

@media (max-width: 768px) {
    #template-layout-profile-similar-ul {
        padding-left: 5px;
    }
}

#template-layout-profile-education-ul {
    list-style:none;
}

@media (max-width: 768px) {
    #template-layout-profile-education-ul {
        padding-left: 5px;
    }
}


#template-layout-profile-tab-short {
    display: none;
}

@media (max-width: 768px) {
    #template-layout-profile-tab-full {
        display: none;
    }
    #template-layout-profile-tab-short {
        display: inline-block;
    }
}

#template-layout-profile-courses-details {
    color:dimgrey;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 768px) {
    #template-layout-profile-courses-details {
        white-space: unset;
    }
}

#template-layout-profile-courses-button-link {
    white-space:nowrap;
    color: #fff;
    background-color: #055183;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
}

@media (max-width: 768px) {
    #template-layout-profile-courses-button-link {
        width: 100%;
    }
}

#template-layout-profile-course {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #template-layout-profile-course {
        display: block;
    }
}

#template-layout-sponsor-silver {
    font-size: 25px;
    padding: 10px;
    color: #929495;
    text-shadow: 1px 1px 0 #262626, -1px -1px 0 #fff;
}

@media (max-width: 768px) {
    #template-layout-sponsor-silver {
        font-size: 20px;
    }
}

#template-layout-sponsor-gold {
    font-size: 25px;
    padding: 10px;
    color: #D4AF37;
    text-shadow: 1px 1px 0 #574816, -1px -1px 0 #fff;
}

@media (max-width: 768px) {
    #template-layout-sponsor-gold {
        font-size: 20px;
    }
}

#template-layout-sponsor-platinium {
    font-size: 25px;
    padding: 10px;
    color: #cecdcf;
    text-shadow: 1px 1px 0 #85838d, -1px -1px 0 #fff;
}

@media (max-width: 768px) {
    #template-layout-sponsor-platinium {
        font-size: 20px;
    }
}

#organisations-thumbnail {
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
    max-width: 100%;
    max-height: 122px;
}

#profiles-thumbnail {
    flex-shrink: 0;
    margin-right: 4px;
    background-color: #b6b6b6;
    width: 100px;
    height: 100px;
    background-clip: content-box;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
}

#profile-thumbnail {
    flex-shrink: 0;
    margin-right: 4px;
    background-color: #b6b6b6;
    width: 60px;
    height: 60px;
    background-clip: content-box;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
}

#profile-org-thumbnail {
    max-width: 25px;
    max-height: 25px;
    margin: auto;
    display: block;
}

#follow-menu {
    float: right;
    margin: 0 auto 10px;
    width:100%;
    max-width: 186px;
}

@media (max-width: 768px) {
    #follow-menu {
        max-width: inherit;
    }
}

#follow-menu ul {
    list-style: none;
    padding-left: 0;
}
#follow-menu li {
    float: left;
    position: relative;
    width:100%;
}
#follow-menu a {
    display: block;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #055183;
}

#follow-menu ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 200px;
    z-index: 99999;
}
#follow-menu ul ul ul {
    left: 100%;
    top: 0;
}
#follow-menu ul ul a {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 200px;
    border: 2px solid #055183;
    font-family: "Open Sans",sans-serif;
    font-weight:500;
    font-size: 14px;
    border: 1px solid #fff; 
}
#follow-menu li:hover > a,
#follow-menu ul ul :hover > a,
#follow-menu a:focus {
    background-color: #5aa8d7;
}
#follow-menu li:hover > a,
#follow-menu a:focus {
    background-color: #5aa8d7;
    color: #fff;
}
#follow-menu ul li:hover > ul {
    display: block;
}

#follow-menu .current-menu-item > a,
#follow-menu .current-menu-ancestor > a,
#follow-menu .current_page_item > a,
#follow-menu .current_page_ancestor > a {
    font-weight: bold;
}

.inner-tab-button {
    background: #fff;
    cursor: pointer;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #055183;
    color:#055183
}

.inner-tab-button:hover {
    background-color: #5aa8d7;
    color: #fff;
}

.skills-button {
    background: #055183;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #055183;
    display: inline-flex;
    margin: 5px;
    border-radius: 4px;
}

.skills-button > a {
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.skills-button:hover {
    background-color: #5aa8d7;
    color: #fff;
}

.tags-button {
    background: #5bc0de;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid #5aa8d7;
    display: inline-flex;
    margin: 3px;
    border-radius: 4px;
}

.tags-button > a {
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.tags-button:hover {
    background-color: #5aa8d7;
    color: #fff;
}

.career-card{
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   text-align: center;
   cursor: pointer; 
   height: 100%;
}

.career-card:hover{
    background-color: #f3f6f8;
    border: 1px solid #c9c9c9;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.warpper{
  display:flex;
  flex-direction: column;
}

.tabs{
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 0 24px;
}

@media (max-width: 768px) {
    .tabs {
        padding: 0 15px;
    }
}

.tab{
  cursor: pointer;
  padding:10px 20px;
  display:inline-block;
  color:grey;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
    .tab {
        padding: 10px 10px;
    }
    .panel-title {
        font-size:1.4em !important;
    }
}

.panels{
  min-height:200px;
  width:100%;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}

.panel{
  display:none;
  animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.panel-title{
  font-size:1.5em;
  font-weight:bold
}

.panel-sub-title{
  font-size:15px;
  font-weight:bold
}

.radio{
  display:none;
}

#overview:checked ~ .panels #overview-panel,
#alumni:checked ~ .panels #alumni-panel,
#sponsor:checked ~ .panels #sponsor-panel,
#employees:checked ~ .panels #employees-panel,
#aboutme:checked ~ .panels #aboutme-panel,
#courses:checked ~ .panels #courses-panel,
#experience:checked ~ .panels #experience-panel{
  display:block
}
#overview:checked ~ .tabs #overview-tab,
#alumni:checked ~ .tabs #alumni-tab,
#sponsor:checked ~ .tabs #sponsor-tab,
#employees:checked ~ .tabs #employees-tab,
#aboutme:checked ~ .tabs #aboutme-tab,
#courses:checked ~ .tabs #courses-tab,
#experience:checked ~ .tabs #experience-tab{
  color:#055183;
  border-bottom: 3px solid #055183;
}


.dont-break-out {

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}