/* BYB UKBM Custom CSS */

/* Cookie Blocker */

#redim-cookiehint {
    padding: 15px 20px !important;
    background-color: #1b3864 !important;
    font-size: 15px !important;
}

#redim-cookiehint .cookiecontent {
    font-size: 15px !important;
    line-height: 20px !important;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmit.btn{
    padding: 5px 25px !important;
    color: #ffffff !important;
    background-color: #d95139!important;
    font-size: 14px!important; 
    line-height: 2.5em;
    margin-top: 2px!important; 
    margin-bottom: 2px!important; 
	border: none !important;
	transition: opacity 0.4s ease;
	margin-right: 5px;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmitno.btn{
    padding: 5px 25px !important;
    color: #1b3864 !important;
    background-color: #f7f7f7!important;
    font-size: 14px!important; 
    line-height: 2.5em;
    margin-top: 2px!important; 
    margin-bottom: 2px!important; 
	border: none !important;
	transition: opacity 0.4s ease;
	margin-left: 5px;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmit.btn:hover, #redim-cookiehint .cookiebuttons #cookiehintsubmitno.btn:hover {
	opacity: 0.6 !important;
}

#redim-cookiehint a {
	color: #d95139!important;
}

#redim-cookiehint .cookiecontent {
    display: block !important;
	text-align: center !important;
}

#redim-cookiehint .cookiebuttons {
    display: block !important;
    float: none !important;
    text-align: center !important;
    margin-top: 15px !important;
}

/* Navbar */

@media (min-width: 1200px) {
	.contacttop {
		background: rgb(27,56,100);
		background: linear-gradient(90deg, rgba(27,56,100,1) 0%, rgba(67,110,172,1) 100%);
		min-height: 44px !important;
		color: #fff;
		margin-top: 18px;
		display: inline-block;
		margin-left: 29px;
		margin-right: 29px;
		border-radius: 30px;
		color: #fff !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		transition: opacity 0.3s ease !important;
	}		
	.contacttop:hover {
		opacity: 0.6;
	}
}


/* Bullets fix */

.uk-list-disc>::before, .uk-list-circle>::before {
    content: '–\00A0\00A0';
	list-style-type: none;
}
.uk-list-disc > *, .uk-list-circle > * {
	padding-left: 20px;
}

/* general */  

.widget-card .uk-card-default {
	border-radius: 10px;
}

.widget-card .uk-card-body {
	padding: 20px 20px;
}

.widget-card .uk-h5 {
	font-size: 18px;
	font-weight: 600;
}

.widget-card p{
	margin: 0 0 0px 0;
}

.bold-text span, .bold-text a{
	font-weight:bold;
}

.bold-text a{
	color:#1b3864;
}
.bold-text a:hover{
	color: rgba(19, 50, 95, 0.5);
}

.businessmodel {
	mix-blend-mode: multiply;
}


/* Hide dropdown menu */

.navbar .nav > li > .dropdown-menu.uk-open, .uk-navbar-dropdown.uk-open {
    display: none !important;
}

/* about */

.uk-switcher .uk-first-column{
	text-align:center;	
}

/* Buttons */

.buttonsshadow .uk-button {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2) !important;
}

.uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-button-primary {
	background: rgb(27,56,100);
	background: linear-gradient(90deg, rgba(27,56,100,1) 0%, rgba(67,110,172,1) 100%) !important;
	transition: opacity 0.3s ease !important;
}
 
 .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-button-primary:hover {
	opacity: 0.6;
}

.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-button-secondary {
	background: rgb(140,24,62);
	background: linear-gradient(90deg, rgba(140,24,62,1) 0%, rgba(218,81,58,1) 100%) !important;
	transition: opacity 0.3s ease !important;
}
 
 .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-button-secondary:hover{
	opacity: 0.6;
}


#bybsubnav {
	text-transform: lowercase !important;
	letter-spacing: 1px;
}

#bybsubnav .uk-subnav > * > :first-child {
	font-size: 17px;
}


/* triangle backgrouns */

#hero .uk-position-cover, #triangles, #subhero .uk-position-cover {
	background-image: url('blue-corner.svg'), url('red-corner.svg') ;
	background-repeat: no-repeat, no-repeat;
	background-position: -1px 0%, 100.5% 100.5%;
	background-size: 20% auto, 20% auto;
}

/* find a mentor */

.local-mentor-grid .uk-border-rounded {
    border-radius: 20px;
}

.local-mentor-grid .uk-card .uk-first-column{
	text-align:center;
}

/* News blog */

.latestnews li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}



.latestnews li:last-child{
	border-bottom: 0px dotted #ccc;
}

/* BYB Footer */

.bybfooter a {
	color: #555;
}

.bybfooter a:hover {
	opacity: 0.6;
}

.phone-link-grey {
	color: #555 !important;
	font-size: 19px;
}

.social img {
	transition: opacity 0.3s ease;
}

.social img:hover {
	opacity: 0.6;
}

/* Headings */

.lightbluedivider {
	border-color: #436eac;
}

.reddivider {
	border-color: #8c183e;
}

.orangedivider {
	border-color: #da513a;
}


/* Backgrounds */

.darkgrad {
	background: rgb(20,40,71);
	background: linear-gradient(180deg, rgba(20,40,71,1) 0%, rgba(27,56,100,1) 100%);
}

.uk-section-default + .uk-section-muted {
    border-top: 0px solid #eaeaea00!important;
	border-bottom: 0px solid #eaeaea00!important;
}

.uk-section-muted + .uk-section-default{
	 border-top: 0px solid #eaeaea00!important;
}

/* General */

.smalllead {
    font-size: 20px;
}

.phone-link-large {
	font-size: 22px;
}

.topphone {
	float: right;
}

.textlogo {
	width: 450px;
}

.orangetext {
	color: #d95139 !important;
}


/* Download  brochure panel */
.brochure-panel {
    width: 1150px;
}

/* Cards and Tiles */

.uk-card-default {
	border-radius: 30px;
}

.uk-tile-default {
	box-shadow: 0 10px 50px 0 rgba(67,110,172,.22);
	border-radius: 30px;
}

.uk-tile-orange{
	box-shadow: 0 10px 50px 0 rgba(218, 81, 58,.22);
}

.headerlightblue {
	color: #436eac !important;
}

.headerorange {
	color: #d95139 !important;
}

.headerred {
	color: #8c183e !important;
}

.headerlightblue > ::after, .headerlightblue  > ::before {
    border-color: #436eac !important;
}

.headerorange > ::after, .headerorange  > ::before {
    border-color: #d95139 !important;
}

.headerred > ::after, .headerred  > ::before {
    border-color: #8c183e !important;
}

.lightbluebutton a {
	background-color: #436eac !important;
	color: #fff !important;
}

.orangebutton a {
	background-color: #d95139 !important;
	color: #fff !important;
}

.redbutton a {
	background-color: #8c183e !important;
	color: #fff !important;
}

.buttontile a {
    border-radius: 0px 0px 30px 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 15px 10px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	transition: opacity 0.3s ease;
}

.buttontile a:hover {
	opacity: 0.6;
}

.contentbeforebutton {
	padding-bottom: 40px;
}

.picturecurve img {
	border-radius: 20px 20px 0px 0px;
}

/* Testimonials Home */


.testimonial-slider{
box-shadow: 0 10px 50px 0 rgba(67,110,172,.22);
padding: 30px;
}

.testimonialshome .el-content {
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
}

.testimonialshome .uk-text-meta {
	font-size: 16px;
	font-weight: 700;
}
	

.bluegradient {
background: rgb(67,110,172);
background: linear-gradient(39deg, rgba(67,110,172,1) 0%, rgba(27,56,100,1) 69%);
}

/* Freeindex */

#greyarea {
    background-color: #374355;
    color: #fff;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.3);
    z-index: 1;
    position: relative;
}

/* Accordion  */

.uk-accordion > :nth-child(n+2) {
    
    border-top: 1px dotted #555;
}

/* Our Franchisees  */

.muted-white-bg .uk-tile-muted{
	background-color: #fff;
}

.give-me-a-call{

	color: #13325f;
    font-weight: 600;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Enquiry Form */

.ukbmform .ba-form-page input[type="text"], .ukbmform .ba-form-page input[type="email"], .ukbmform .ba-form-page textarea, .ukbmform .ba-form-page select {
	box-shadow: 0px 2px 20px rgba(0,0,0,0.05) !important;
	border: 2px solid transparent!important;
}

.ukbmform .ba-form-page select {
	margin-top:12px;
}

.ukbmform .ba-form-page input[type="text"]:focus, .ukbmform .ba-form-page input[type="email"]:focus, .ukbmform .ba-form-page textarea:focus, .ukbmform .ba-form-page select:focus {
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3) !important;
	border: 2px solid #4d95139  !important;
}

.ba-form-submit-btn {
    display: inline-block;
    transition: opacity 0.6s ease;
    text-transform: uppercase !important;
	margin-top: 25px;
	font-weight: 600 !important;
}

.ba-form-acceptance-field .ba-field-container, .ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
	padding-left: 40px !important;
}


.ukbmform .ba-form-dropdown-field .ba-input-wrapper{
	margin-top:20px;
}

.ba-form-acceptance-field .ba-form-acceptance-html p {
	color: #666 !important;
	font-size: 16px !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a {
	color: #d95139  !important;
	text-decoration: underline !important;
}
.ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
	color: #d95139  !important;
	text-decoration: underline !important;
	opacity: 0.7;
}

.ukbmform .uk-select:not([multiple]):not([size]), select:not([class*=uk-]):not([multiple]):not([size]){
background-image: url("down-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: 98% 50%!important;
	background-size: 10px 10px!important;
	margin-right:10px;
}



@media only screen and (max-width: 768px){
	.ukbmform .ba-form-page {
    padding: 0px !important;
}
}

/* Sub Nav */

@media all and (min-width: 1300px) and (max-width:1439px){
#bybsubnav .needsubmenu .uk-subnav > * > :first-child {
    font-size: 15px;
	letter-spacing: 0.5px;
}
}

@media all and (min-width: 1200px) and (max-width:1299px){
	#bybsubnav .needsubmenu .uk-subnav > * > :first-child {
    font-size: 14px;
	letter-spacing: 0.5px;
}
}

@media all and (min-width: 960px) and (max-width:1199px){
	#bybsubnav .needsubmenu .uk-subnav > * > :first-child {
    font-size: 15px;
	letter-spacing: 1px;
}
}

/* Site Map */

a.hover{
	text-decoration:none;
}

.treeview a{
	color: #6c6d74;
}

.treeview .hover{
	color: rgba(108,109,116, 0.5);
	text-decoration:none;
}

.treeview a.selected {
    background-color: #fff;
	text-decoration:none;
}

.treeview a.selected {
font-size: 16px;
}


/* News */

.news a img {
	transition: opacity 0.4s ease;
}

.news a img:hover {
	opacity: 0.6;
}

.news h1.uk-h2 {
	font-size: 30px;
}

.news h2 {
	font-size: 26px;
}

.news h3 {
	font-size: 24px;
}

/* events */

.events a img {
	transition: opacity 0.4s ease;
}

.events a img:hover {
	opacity: 0.6;
}

.events h1.uk-h2 {
	font-size: 30px;
}

.events h2 {
	font-size: 26px;
}

.events h3 {
	font-size: 24px;
}

.events .tm-top{
	background: #da513a;
}

.events .uk-tile-default{
	box-shadow: 0 10px 50px 0 rgba(218, 81, 58,.22)!important;
}


/* Bottom Section */


#tm-bottom {
    background: rgb(20,40,71);
    background: linear-gradient(180deg, rgba(20,40,71,1) 0%, rgba(27,56,100,1) 100%);
}

.newsbutton {
	float: right;
}

.newscta {
	float: left;
	margin-top: 5px;
}

/* Free Training Videos */

.training-videos hr{
	border-top: calc(2.05px) solid #1b3864;
}

/* Testimonials */

.client-testimonials .uk-card-default {
    border-radius: 0px;
    padding: 20px;
}

.testimonial p{
	font-style: italic;
}


.testimonial span{
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(85,85,85,0.7);
	letter-spacing: 1.5px;
	line-height:normal;
}
.testimonial hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #e9e9e9;
}

.testimonial-grid .uk-card-body {
    padding: 25px 25px;
}

/* Find a mentor */

#findtool .uk-button {
	width: 211px;
	float: right;
}

#findtool select {
	width: 515px;
}

/* Search Results */

.searchresults #tm-main {
	border-top: 2px solid #d95139;
	border-bottom: 2px solid #d95139;
}

.uk-search-default .uk-search-input {
  height: 40px;
  border: 1px solid #436eac;
  box-shadow: 0px 1px 10px rgba(67,110,172,.22) !important;
  border-radius: 4px;
}

.uk-search-default .uk-search-input:focus {
	border: 1px solid #d95139;
}

.searchresults .uk-article + .uk-article {
  margin-top: 20px;
}

.searchresults .uk-article {
	background: #fff;
	box-shadow: 0 10px 50px 0 rgba(67,110,172,.22) !important;
	padding: 30px;
	 border-radius:30px;
}

.searchresults h2 a.uk-link-reset {
  color: #d95139 !important;
  margin-bottom: 15px;
  display: inline-block;
}

 .searchresults h2 a.uk-link-reset:hover {
	color: #436eac !important;
}

#tm-sidebar .uk-search-default .uk-search-input {
    height: 40px;
    box-shadow: 0px 1px 10px rgba(67,110,172,.22); !important;
}

.uk-search .uk-search-icon {
  z-index: 1;
}


.searchnews .uk-search-default {
  width: auto;
}
.searchnews .uk-search {
  max-width: auto;
}

.searchnews .uk-search-input {
  width: 100%;
}

@media (min-width: 1680px) {
	.newsmaingrid .searchnews .uk-search-input {
  width: 370px;
}
}
@media (min-width: 1280px) {
.newspostsearch .searchnews .uk-search-input {
  width: 370px;
}
}


/*Adjust Responsive*/

@media all and (min-width: 1500px) and (max-width:1599px){
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    padding: 0 24px;
}
.contacttop {
    margin-left: 24px;
    margin-right: 24px;
}
}


@media all and (min-width: 1300px) and (max-width:1499px){
.uk-navbar-container .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}
.uk-navbar-nav > li > a {
	padding: 0px 18px;
	font-size: 16px;
}
.contacttop {
    margin-left: 18px;
    margin-right: 18px;
}
#hero .uk-position-cover, #triangles, #subhero .uk-position-cover {
	background-size: 16% auto, 16% auto;
}
.uk-logo img {
	width: 200px;
}
}

@media all and (min-width: 1200px) and (max-width:1299px){
.uk-navbar-container .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}
.uk-navbar-nav > li > a {
	padding: 0px 16px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.contacttop {
    margin-left: 16px;
    margin-right: 16px;
}
#hero .uk-position-cover, #triangles, #subhero .uk-position-cover {
	background-size: 16% auto, 16% auto;
}
.testimonialshome .el-content {
    font-size: 18px;
}
#footer .uk-h4 {
    font-size: 18px;
    letter-spacing: 0px;
}
.uk-logo img {
	width: 170px;
}
}

@media (max-width: 1199px) {
#hero .uk-position-cover {
	background-color: rgba(27,56,100,0.5) !important;
}
}

/*small desktop*/
@media all and (min-width: 960px) and (max-width:1199px){
#hero .uk-position-cover, #triangles, #subhero .uk-position-cover {
	background-size: 16% auto, 16% auto;
}
.phone-link-large {
    font-size: 20px;
}
#homeoptions .uk-tile {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.uk-h1, h1 {
    font-size: 38px;
}
#homeoptions .uk-h3 {
    font-size: 22px;
}
.buttontile a {
    font-size: 16px;
}
.uk-h2, h2 {
    font-size: 28px;
}
.testimonialshome .el-content {
    font-size: 17px;
}
.uk-dotnav > * > * {
    width: 20px;
    height: 20px;
}
.uk-text-small {
    font-size: 13px;
}
#footer .uk-h4 {
    font-size: 18px;
    letter-spacing: 0px;
}
}


/*ipad*/
@media all and (min-width: 640px) and (max-width:959px){
#hero .uk-position-cover, #triangles, #subhero .uk-position-cover {
	background-size: 16% auto, 16% auto;
}
.homehero .uk-background-top-center {
    background-position: 70% 0;
}
.topphone {
    float: none;
}
.testimonialshome .el-content {
    font-size: 18px;
}

.bg-image-padding .uk-tile-large{
	padding-top: 200px;
    padding-bottom: 200px;
}

.bg-image-padding .uk-tile{
	padding-top: 200px;
    padding-bottom: 200px;
}
.newsbutton {
	float: none;
	margin-top: 20px;
	text-align: center;
}

.newscta {
	float: none;
	margin-top: 0px;
}
#findtool .uk-button {
	float: right;
	width: 36%;
}

#findtool select {
	width: 60%;
}
}

/*mobile*/
@media (max-width: 639px) {
.uk-navbar-toggle {
	padding-right: 0px;
	padding-left: 15px;
}
.homehero .uk-background-top-center {
    background-position: 80% 0;
}
.topphone {
    float: none;
}
.uk-text-lead {
    font-size: 20px;
}
.uk-h1, h1 {
    font-size: 28px;
}
.uk-text-large {
    font-size: 18px;
    line-height: 1.4;
}
#homeoptions .uk-h3 {
    font-size: 22px;
}
.testimonialshome .el-content {
    font-size: 17px;
}
.uk-text-small {
    font-size: 13px;
}

.bg-image-padding .uk-tile-large{
	    padding-top: 120px;
    padding-bottom: 120px;
}

.bg-image-padding .uk-tile{
	padding-top: 150px;
    padding-bottom: 150px;
}

.uk-button {
    font-size: 15px;
}

.uk-h4, h4 {
    font-size: 18px;
}

.uk-h3, h3 {
    font-size: 20px;
}

.uk-h2, h2 {
    font-size: 22px;
}

.uk-text-lead {
    font-size: 19px;
}

.franchisees-row{
	margin-bottom: 40px;
}

.franchisees-row .uk-h4{
    margin-top: 20px;
}
.newsbutton {
	float: none;
	margin-top: 20px;
	text-align: center;
}
.newscta {
	float: none;
	margin-top: 0px;
}

.news h1.uk-h2 {
	font-size: 27px;
}

.news h2 {
	font-size: 24px;
}

.news h3 {
	font-size: 22px;
}

.news h4 {
	font-size: 19px;
}

/* Mentor page */

.mentor-profile .uk-container{
	padding-left: 0px;
	padding-right: 0px;
}

.mentor-profile .uk-tile-muted{
	padding-left: 8px;
	padding-right: 8px;
}

.mentor-profile a{
font-size: 15px;
}

/* team switcher*/

.team-switcher .uk-thumbnav > * {
    padding-left: 2px;
}

#findtool .uk-button {
	float: none;
	width: auto;
	margin-top: 15px;
}

#findtool select {
	width: 100%;
}
.largebuttonmob .uk-button {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;	
}
}

