/* 

pale yellow fffcec 
dark yellow fbdf58
blue 5285ec

*/

ul.pagination{
	list-style: none;
    padding: 5px;
    margin: 0px;
    text-align: center;
	margin-top: 5px;
}
ul.pagination>li{
	display: inline-block;
    width: 28px;
    line-height: 28px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px #999;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
	cursor: pointer;
}
ul.pagination>li.active{
	background-color: #fddf59;
	color:#000;
}

ul.pagination2{
	list-style: none;
    padding: 5px;
    margin: 0px;
    text-align: center;
	margin-top: 5px;
}
ul.pagination2>li{
	display: inline-block;
    width: 28px;
    line-height: 28px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px #999;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
	cursor: pointer;
}
ul.pagination2>li.active{
	background-color: #fddf59;
	color:#000;
}

.manager-login-window{
	position: fixed;
	left: 0px;
	right:0px;
	bottom:0px;
	top:0px;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
}
.manager-login-window>div{
	width: 280px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-family: helvetica;
    font-size: 13px;
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.manager-login-window>div>h2{
	margin: 0px;
    margin-bottom: 20px;
    background-color: #111;
    color: #fddf59;
    padding: 8px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    font-weight: normal;
}
.manager-login-window .login-error{
	background-color:tomato;
	color:#fff;
	padding: 20px;
	text-align: left;
	display: none;
}
.manager-login-window button#login-cancel{
	border: #0778c0 solid 1px;
    background-color: #fff;
    color: #0778c0;
}
.manager-login-window>div>p{
	
}
.manager-login-window>div>p>input{
	width: calc(100% - 20px);
	border: solid 1px #ccc;
	padding: 9px;
}
.manager-login-window>div>p>button{
	background-color: #0778c0;
	color:#fff;
	border: none;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}
.pre-container{
	font-family: 'Open Sans', sans-serif;
}
.pre-container>div{
	position: relative;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.pre-container>div>h1{
	font-size: 46px;
    font-weight: bold;
    margin-top: 70px;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
	line-height: 44px;
}
.pre-container>div>h2{
	margin: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.pre-container2{
	font-family: 'Open Sans', sans-serif;
	display:none;
}
.pre-container2>div{
	position: relative;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.pre-container2>div>h1{
	font-size: 46px;
    font-weight: bold;
    margin-top: 70px;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
	line-height: 44px;
}
.pre-container2>div>h2{
	margin: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.filters{
	min-height: 72px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.filters>.filter-tags{
	padding: 10px;
    width: calc(100% - 260px);
    margin-left: 60px;
}
.filters>.filter-tags>div{
	border: solid 1px #2481c3;
    border-radius: 20px;
    padding: 7px;
    font-size: 11px;
    color: #fff;
    width: auto;
    display: inline-block;
    padding-left: 11px;
    padding-right: 37px;
    transition: all 0.7s;
    background-color: #2481c3;
    position: relative;
    margin-right: 8px;
    margin-bottom: 4px;
    transform: translateY(-50%);
    top: 25px;
}
.filters>.filter-tags>div>span{
	border-radius: 50%;
    display: inline-block;
    height: 23px;
    width: 23px;
    padding: 0px;
    background-image:url("../assets/remove-filter.png");
	background-size: 100% 100%;
    color: #2481c3;
    position: absolute;
    right: 4px;
    top: 3px;
    text-align: center;
    cursor: pointer;
}
.filters>button{
	position: absolute;
    right: 60px;
    top: 25px;
    border: none;
    background-color: #fff;
    color: #0778bf;
    font-size: 17px;
	cursor:pointer;
	transition: 0.3s;
}

.filters>button>img{
	vertical-align: middle;
    height: 16px;
    margin-top: -4px;
    margin-left: 5px;
}
.filters>.filter-menu{
	position: absolute;
    right: 60px;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 40%);
    top: 60px;
    display: none;
    max-width: 320px;
	z-index:999999;
}
.filters>.filter-menu.show{
	display:block;
}
.filters>.filter-menu>h3{
	line-height: 64px;
    border-bottom: solid 1px #ebebeb;
    font-size: 19px;
    text-align: left;
    text-indent: 25px;
	position: relative;
}
.filters>.filter-menu>ul{
	list-style: none;
    padding: 18px;
    margin: 0px;
}
.filters>.filter-menu>ul>li{
	border: solid 1px #2481c3;
    border-radius: 20px;
    padding: 7px;
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    width: auto;
    display: inline-block;
    padding-left: 11px;
    padding-right: 11px;
	cursor:pointer;
	transition:all 0.3s;
}
.filters>.filter-menu>ul>li.selected{
	background-color: #2481c3;
	color:#fff;
}
.filters>.filter-menu>nav{
	height: 52px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
}
.filters>.filter-menu>nav>a{
	color: #000;
    text-decoration: none;
    margin-left: 0px;
    line-height: 52px;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
}
.filters>.filter-menu>nav>a.filter-apply-button{
	color: #2481c3;
}
video{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    outline: none;
	margin-top: 35px;
}
hr{
	background-color: #cccccc;
    height: 1px;
    border: none;
    border-radius: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #053a5f;
  height: 0.5rem;
}

input[type="range"]::-moz-range-track {
  background: #053a5f;
  height: 0.5rem;
}

input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   margin-top: -12px;
   background-color: #5cd5eb;
   height: 2rem;
   width: 1rem;    
}

input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 0;
    background-color: #5cd5eb;
    height: 2rem;
    width: 1rem;
}
*/

.login-window{
	position:fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	z-index:999999999999;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
}
.login-window table{
	top: 40%;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
}
.login-window input{
	padding: 6px;
    width: 94%;
    outline: none;
}
.login-window .loginError{
	padding: 12px;
    background-color: #d65c5c;
    color: #ffffff;
    border: solid 1px #ff0000;
}
.login-window button{
	background-color: #5086ec;
    color: #fff;
    padding: 10px;
    width: 100px;
    cursor: pointer;
    border: solid 1px #fff;
	outline:none;
	transition:all 0.3s;
}
.login-window button:hover{
	background-color: #fce059;
    color: #333;
    padding: 10px;
    width: 100px;
    cursor: pointer;
    border: solid 1px #333;
}
a{
	color:#5185ec;
}
section h3{
	max-width: 760px;
    margin: auto;
    text-align: left;
    font-size: 17px;
    line-height: 19px;
    margin-top: 0px;
}
.success{
	width: 80%;
    background-color: #8df792;
    padding: 6px;
    color: #000;
}
.success p{
	padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 12px !important;
}
.errors{
	width: 80%;
    background-color: #888787;
    padding: 6px;
    color: #fff;
}
.errors p{
	padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 12px !important;
}
footer{
	background-color: #fcdf59;
    padding: 30px;
	margin-top: 0px;
}
footer .copyright{
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #000;
    text-align: right;
}
html,body{
	background-color:#fff;
	color:#111;
	margin:0px;
}
header {
   position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 112px;
    background-color: white;
    transition: all 0.5s;
    border-bottom: solid 1px #ddd;
}
section#home .podcast h3{
	display:none;
}
section#home .podcast button.rewind{
	display:none;
}
section#home .podcast button.play {
    width: 200px;
    height: 55px;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
	background-image: url(../assets/play2.jpg);
}
section#home .podcast button.play.playing {
    width: 200px;
    height: 55px;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
	background-image: url(../assets/pause2.jpg);
}
header nav {
    position: absolute;
    margin: auto;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 0px;
    cursor: default;
    transition: all 0.5s;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: calc(100% - 200px);
    margin: 0px;
    padding: 0px;
}
header nav a{
	color: #333;
    text-decoration: none;
    transition: all 0.3s;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 2px transparent;
    line-height: 70px;
    display: inline-block;
    width: calc(33% - 15px);
    text-align: center;
}
header nav a:hover{
	color: #0278be;
    border-bottom: solid 2px #0278be;
}
header nav a.active{
	color: #000;
    border-bottom: solid 2px #000;
}

.innernav{
	position: relative;
    max-width: 950px;
    margin: auto;
    height: 100%;
}
.innernav h1{
	max-width: 610px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 40px;
    position: absolute;
    left: 188px;
    top: -11px;
}
.innernav h2{
	position: absolute;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    left: 190px;
    top: 67px;
    max-width: 600px;
    text-align: center;
    line-height: 26px;
    color: #000000;
    font-weight: normal;
    font-size: 16px; 
}

#logo{
	position: absolute;
    left: 0px;
    top: 34px;
    height: 41px;
    transition: all 0.5s;
}
#logo2{
	position: absolute;
    left: 124px;
    top: 26px;
    height: 56px;
    transition: all 0.5s;
}
button.meet-button{
	background-color: #fce057;
    line-height: 42px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
    padding-left: 25px;
    padding-right: 25px;
	cursor:pointer;
	transition:all 0.3s;
}
button.meet-button:hover{
	box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}
button.meet-button>img{
	position: relative !important;
    height: 20px !important;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
}
video.meet-video{
	margin-top: 0px;
	margin-bottom: 40px;
}
div.container{
	min-height:600px;
}
div.container.team{
	background-color:#fafafa;
}

#mobiletrigger{
	position: absolute;
	top: 68px;
	right: 10px;
	color: #fff;
	width: 32px;
	height: 32px;
	display:none;
	background-image: url(../assets/menu.png);
	transition:all 0.4s;
}
#mobiletrigger.focused{
	transform: scale(0.7);
}
section#home{
	min-height: 400px;
    background-image: url(../assets/wallpaper.1.jpg);
    background-size: cover;
    background-position: center center;
	border-bottom: solid 8px #fcdf59;
}
section#home blockquote{
	max-width: 562px;
    margin: auto;
    display: block;
    background-color: rgba(255,255,255,0.5);
    min-height: 300px;
    padding: 50px;
}

section#home h1{
	text-align: center;
    font-family: 'Francois One', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    margin-bottom: 40px;
    line-height: 32px;
    margin-top: 10px;
}
section#home h2{
	text-align: center;
    font-family: 'Francois One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    line-height: 32px;
    margin: 0px;
    margin-bottom: 40px;
    font-weight: bolder;
}

section#getstarted{
	max-width: 760px;
    margin: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
	padding-bottom: 80px;
	padding-top:80px;
}
section#getstarted h1{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 41px;
    letter-spacing: 5px;
}
section#getstarted h2{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0px;
    line-height: 27px;
    letter-spacing: 8px;
}
section#getstarted p{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
}
section#solution{
	max-width: 960px;
    margin: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}
section#solution h1{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
}
section#solution ul{
	max-width: 760px;
    margin: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
section#solution ul li{
	
}
section#team{
	    max-width: 860px;
    margin: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}
section#team h1{
	text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 44px;
    color: #333;
    font-weight: normal;
}
section#team article{
	    height: auto;
    min-height: 320px;
    float: none;
    position: relative;
    margin-top: 40px;
}
section#team article img{
	height: 260px;
	position: absolute;
	left:0px;
	top:0px;
}
section#team article div{
	width: calc(100% - 290px);
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-left: 270px;
    max-width: 600px;
    line-height: 23px;
}
section#team article h2{
	
}
section#team .clear{
	clear:both;
}
section#team .morelink{
	color: #0388d1;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid 0px #fec341;
	transition:all 0.2s;
}
section#team .morelink:hover{
	border-bottom: solid 6px #fec341;
}
section#team .more{
	display:none;
}

section#listen{
	max-width: initial;
    margin: auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
	border-top: solid 8px #fddf59;
}
section#listen blockquote{
	background-image: none;
    background-position: center 20px;
    background-size: auto 35%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    min-height: 173px;
    border-top: solid 2px #007cb1;
    border-bottom: solid 2px #007cb1;
    margin-top: 20px;
}
section#listen blockquote>div{
	margin-top: 20px;
}
section#listen h1{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 44px;
    color: #028acf;
    font-weight: normal;
}
section#listen article{
	display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 140px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

section#listen blockquote p{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

section#listen blockquote p>img{
	float: left;
    max-height: 170px;
    margin-right: 20px;
}
section#listen .clear{
	clear:both;
}
section#listen .podcastthumbnails{
	max-width: 800px;
    margin: auto;
	min-height:400px;
}
section#listen .podcastthumbnails:empty:before{
	content: "..LOADING PODCAST DATA..";
	display:block;
	padding:50px;
	font-size:17px;
	text-align:center;
	color:#666;
}
section#listen .podcastthumbnails article div{
	margin: 0px;
    position: absolute;
    right: 0px;
    left: 170px;
}
section#listen .podcastthumbnails article div.podcast{
	margin: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
}
section#listen .podcastthumbnails article div h2{
	color: #fff;
    position: absolute;
    right: 0px;
    width: 44%;
    padding: 3%;
    font-size: 12px;
    margin: 0px;
    text-align: center;
	font-weight:normal;
	display:none;
}
section#listen .podcastthumbnails article div h3{
	color: #444;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    line-height: 26px;
    margin-bottom: 0px;
}
section#listen .podcastthumbnails article div span{
	color: #09608b;
    position: absolute;
    right: 0px;
    width: 44%;
    padding: 3%;
    font-size: 10px;
    margin: 0px;
    text-align: center;
    bottom: 0px;
}

section#manager-training .cat-icon>div {
    background-image: url(../assets/categories/manager.svg) !important;
	background-size: 42px;
}


section#manager-training h1{
	font-size: 46px;
    font-weight: bold;
    margin-top: 85px;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    line-height: 44px;
}
section#manager-training h2{
	margin: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
section#manager-training>div{
	padding-left: 20px;
    padding-right: 20px;
}


section#manager-training{
	max-width: initial;
    margin: auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
	border-top: solid 8px #fddf59;
}
section#manager-training blockquote{
	background-image: none;
    background-position: center 20px;
    background-size: auto 35%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    min-height: 173px;
    border-top: solid 2px #007cb1;
    border-bottom: solid 2px #007cb1;
    margin-top: 20px;
}
section#manager-training blockquote>div{
	margin-top: 20px;
}

section#manager-training article{
	display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 140px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

section#manager-training blockquote p{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

section#manager-training blockquote p>img{
	float: left;
    max-height: 170px;
    margin-right: 20px;
}
section#manager-training .clear{
	clear:both;
}
section#manager-training .podcastthumbnails{
	max-width: 800px;
    margin: auto;
	min-height:400px;
}
section#manager-training .podcastthumbnails:empty:before{
	content: "..LOADING PODCAST DATA..";
	display:block;
	padding:50px;
	font-size:17px;
	text-align:center;
	color:#666;
}
section#manager-training .podcastthumbnails article div{
	margin: 0px;
    position: absolute;
    right: 0px;
    left: 170px;
}
section#manager-training .podcastthumbnails article div.podcast{
	margin: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
}
section#manager-training .podcastthumbnails article div h2{
	color: #fff;
    position: absolute;
    right: 0px;
    width: 44%;
    padding: 3%;
    font-size: 12px;
    margin: 0px;
    text-align: center;
	font-weight:normal;
	display:none;
}
section#manager-training .podcastthumbnails article div h3{
	color: #444;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    line-height: 26px;
    margin-bottom: 0px;
}
section#manager-training .podcastthumbnails article div span{
	color: #09608b;
    position: absolute;
    right: 0px;
    width: 44%;
    padding: 3%;
    font-size: 10px;
    margin: 0px;
    text-align: center;
    bottom: 0px;
}



section#contact{
	max-width: initial;
    margin: auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #5185ec;
    color: #fff;
    padding-bottom: 100px;
}

section#contact .innerContact{
	max-width: 760px;
    margin: auto;
}

section#contact .innerContact article p{
	padding: 20px;
    font-size: 15px;
}
section#contact .innerContact article form p{
	padding: 0px;
    font-size: 15px;
}

section#contact article {
    width: 80%;
    float: none;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

section#contact .clear{
	clear:both;
}

section#contact input{
	font-family: 'Open Sans', sans-serif;
    padding: 6px;
    width: 96%;
    background-color: #fff;
	border:none;
}
section#contact textarea{
	font-family: 'Open Sans', sans-serif;
    padding: 6px;
    width: 96%;
    background-color: #fff;
	border:none;
}
section#contact button{
	background-color: #fcdf59;
    border: none;
    padding: 12px;
    width: 120px;
    cursor: pointer;
	transition:all 0.3s;
}
section#contact button:hover{
	background-color:white;
	color:#5185ec;
}
section#contact h1{
	color: white;
    text-align: center;
    padding: 20px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

section#contact p{
	margin-left: 0px;
	margin-right: 0px;
}
section#contact p a {
    color: #0078bf;
}
section#contact img{
	margin-top: 20px;
    height: 65px;
    margin-left: 20px;
}


@media screen and (max-width: 1000px) {
	
	
}
@media screen and (max-width: 950px) {
	.pre-container>div{
		padding-left:20px;
		padding-right:20px;
	}
	.pre-container2>div{
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (max-width: 800px) {
	header nav{
		width: calc(100% - 190px);
	}
}
@media screen and (max-width: 740px) {
	header nav a>span{
		display:none;
	}
}


@media screen and (max-width: 720px) {
	
	
	

	
	section#contact article {
		width: calc(100% - 60px);
    float: none;
    min-height: 100px;
    padding: 30px;
	}
	section#contact .innerContact article p {
		padding: 0px;
		font-size: 15px;
	}
}

@media screen and (max-width: 720px) {
	
	section#manager-training h1 {
		font-size: 36px;
		font-weight: bold;
		color: #2c2c2c;
		font-family: 'Lato', sans-serif;
		margin-bottom: 5px;
		line-height: 34px;
	}
	
	section#listen .podcastthumbnails article div h3 {
		font-size: 21px;
	}
	section#manager-training .podcastthumbnails article div h3 {
		font-size: 21px;
	}
	
	#mobiletrigger{
		display:block;
	}
	section#home h1 {
		text-align: center;
		font-family: 'Francois One', sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px rgba(255,255,255,1);
		margin-bottom: 10px;
		line-height: 30px;
		margin-top: 10px;
	}
	section#home h2 {
		text-align: center;
		font-family: 'Francois One', sans-serif;
		font-size: 26px;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px rgba(255,255,255,1);
		line-height: 26px;
		margin-top: 26px;
	}
	section#home blockquote {
		max-width: 562px;
		margin: auto;
		display: block;
		background-color: rgba(255,255,255,0.2);
		min-height: 185px;
		padding: 58px;
	}
	section#home {
		min-height: 300px;
		background-image: url(../assets/wallpaper.1.jpg);
		background-size: cover;
		background-position: center center;
		border-bottom: solid 8px #fcdf59;
	}
	section#solution ul {
		font-size: 15px;
	}
	section#solution ul li{
		margin-bottom:4px;
	}
	section#solution h1 {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 28px;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	section#team h1 {
		text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
	}
	
	section#listen h1 {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		text-transform: uppercase;
		margin-bottom: 10px;
		margin-top: 0px;
		padding-top: 50px;
		color: #0084cb;
	}
	
}

.closedrawer{
	display:none;
}

@media screen and (max-width: 690px) {
	
	section#team article img {
		height: auto;
		position: relative;
		left: initial;
		top: initial;
		display: block;
		margin: auto;
		max-width: 320px;
		margin-bottom: 20px;
	}
	section#team article div {
		width: auto;
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		margin-left: 0px;
		max-width: 100%;
		line-height: 23px;
	}
	.slider {
		width: calc(100% - 70px);
		height: 6px;
		background-color: #cacaca;
		outline: none;
		opacity: 1;
		-webkit-transition: .2s;
		transition: opacity .2s;
		margin: auto;
		display: block;
		transform: none;
		transition: all 0.5s;
		border: none;
		border-radius: 0px;
		margin-left: 70px;
		margin-top: 30px;
		pointer-events: none;
		position: relative;
		border-radius: 3px;
	}
	.closedrawer{
		display: inline;
		position: absolute;
		right: 8px;
		width: 48px;
		height: 48px;
		background: none;
		background-image: url(../assets/closedrawer.png);
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		background-size: 80%;
		top: 8px;
		cusror: pointer;
	}
	.filters {
		min-height: 48px;
	}
	.filters>button {
		position: absolute;
		right: 20px;
		top: 13px;
		border: none;
		background-color: #fff;
		color: #0778bf;
		font-size: 17px;
		cursor: pointer;
		transition: 0.3s;
	}
	
	.filters>.filter-tags {
		padding: 0px;
		width: calc(100% - 260px);
		margin-left: 20px;
	}
	.filters>.filter-haze{
		content: "";
		position: fixed;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		background-color:rgba(0,0,0,0.5);
		pointer-events: none;
		opacity: 0;
		transition: all 0.5s;
		display:none;
		z-index: 99;
	}
	.filters>.filter-haze.show{
		pointer-events: auto;
		opacity: 1;
		display:block;
	}
	.filters>.filter-menu {
		position: fixed;
		right: 0px;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 40%);
		top: 0px;
		display: none;
		max-width: 320px;
		z-index: 999999;
		bottom: 0px;
	}
	.pre-container>div>h1{
		line-height: 42px;
	}
	.pre-container2>div>h1{
		line-height: 42px;
	}
	#logo {
		left: 50%;
    	margin-left: -120px;
	}
	#logo2 {
		left: 50%;
    	margin-left: 12px;
	}
	.pre-container>div {
		padding-top: 20px;
	}
	.pre-container2>div {
		padding-top: 20px;
	}
	header nav {
		position: absolute;
		margin: auto;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		padding: 0px;
		cursor: default;
		transition: all 0.5s;
		right: -15px;
		bottom: -72px;
		z-index: 99;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: initial;
		margin: 0px;
		padding: 0px;
		left: -15px;
	}
	section#team h1 {
		margin-top: 80px;
	}
}
@media screen and (max-width: 620px) {
	.cat-icon{
		display:none;
	}
	section#listen .podcastthumbnails article div {
		margin: 0px;
		position: absolute;
		right: 16px;
		left: 16px;
	}
	section#listen .podcastthumbnails article div h3 {
		color: #444;
		font-size: 19px;
		text-align: left;
		padding-left: 0px;
		line-height: 20px;
		margin-bottom: 0px;
	}
	section#manager-training .podcastthumbnails article div {
		margin: 0px;
		position: absolute;
		right: 16px;
		left: 16px;
	}
	section#manager-training .podcastthumbnails article div h3 {
		color: #444;
		font-size: 19px;
		text-align: left;
		padding-left: 0px;
		line-height: 20px;
		margin-bottom: 0px;
	}
	.podcast h4 {
		position: relative;
		text-align: left;
		margin: 0px;
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		margin-bottom: 12px;
	}
	.podcast button {
		width: 48px;
		height: 48px;
	}
	/* 
	.slider {
		-webkit-appearance: none;
		width: calc(100% - 64px);
		height: 6px;
		background: #cacaca;
		outline: none;
		opacity: 1;
		-webkit-transition: .2s;
		transition: opacity .2s;
		margin: auto;
		display: block;
		transform: none;
		transition: all 0.5s;
		border: none;
		border-radius: 0px;
		margin-left: 64px;
		margin-top: 34px;
		pointer-events: none;
	}
	*/
	section#listen article {
		display: block;
		padding-top: 24px;
		padding-bottom: 24px;
		height: 106px;
		border-bottom: solid 1px #ccc;
		position: relative;
	}
	section#manager-training article {
		display: block;
		padding-top: 24px;
		padding-bottom: 24px;
		height: 106px;
		border-bottom: solid 1px #ccc;
		position: relative;
	}
	.filters {
		min-height: 48px;
		position: relative;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.filters>button {
		position: absolute;
		right: 10px;
		top: 15px;
		border: none;
		background-color: #fff;
		color: #0778bf;
		font-size: 15px;
		cursor: pointer;
		transition: 0.3s;
		transform: scale(1);
	}
	.filters>.filter-menu {
		position: fixed;
		right: 0px;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 40%);
		max-width: 320px;
		z-index: 9999999;
		top: 0px;
		display: block;
		transform: translateX(340px);
		transition: transform 0.6s;
	}
	.filters>.filter-menu.show {
		transform: translateX(0px);
	}
	.filters>.filter-tags {
		padding: 0px;
		width: calc(100% - 120px);
		margin-left: 0px;
		padding-left: 10px;
	}
	
	footer .copyright {
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		color: #000;
		text-align: center;
	}
}
@media screen and (max-width: 540px) {
	.innernav h2 {
		font-size:9px;
	}
	header nav a>span{
		display: none;
	}
	
	section#manager-training h1 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media screen and (max-height: 540px) {
	
	
	
	
	
	section#getstarted p img {
		float:left;
	}
	
}

@media screen and (max-width: 420px) {
	.innernav h1 {
		max-width: initial;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 18px;
		position: absolute;
		left: 10px;
		top: 48px;
		text-align: center;
		right: 10px;
	}
	.innernav h2 {
		position: absolute;
		margin: 0px;
		font-family: 'Open Sans', sans-serif;
		right: 10px;
		bottom: initial;
		width: auto;
		text-align: center;
		font-size: 13px;
		line-height: 13px;
		color: #000000;
		left: 10px;
		top: 86px;
	}
}

@media screen and (max-width: 550px) {
	
	section#getstarted p img {
		float:left;
	}
	
}

@media screen and (max-width: 500px) {
	
	.pre-container>div>h1 {
		font-size: 28px;
		line-height: 30px;
	}
	.pre-container2>div>h1 {
		font-size: 28px;
		line-height: 30px;
	}
}


