/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  overflow-x: hidden;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
.clear{
	clear: both;
}
.margin-auto{
	margin: 0px auto;
}

@font-face {
font-family: 'MyriadPro';
src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
font-family: 'MyriadPro';
src: url('../fonts/myriadpro-regular_1-webfont.eot');
src: url('../fonts/myriadpro-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/myriadpro-regular_1-webfont.woff') format('woff'),
url('../fonts/myriadpro-regular_1-webfont.ttf') format('truetype'),
url('../fonts/myriadpro-regular_1-webfont.svg#MyriadPro') format('svg');
}

/* latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Aleo Regular'), local('Aleo-Regular'), url(https://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_swA3J0R9rkoc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Aleo Bold'), local('Aleo-Bold'), url(https://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbsxDJJn61_9KI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Header and Main Menu */

#header-gray{
	width: 100%;
	height: 40px;
	background: #979797;
	position: relative;
	display: none;
}

#header{
	width: 100%;
	background: #ebebeb;
	position: relative;
}

.navbar-brand{
	margin: 5px auto;
}

.navbar{
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}

#header h1{
    margin-top: 0px;
}

#header .nav{
	list-style: none;
	margin: 30px auto;
    text-align: right;
}

#header .nav li{
	display: inline-block;
	padding: 10px;
}

#header .nav li a{
	font-family: "MyriadPro";
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
}

#header .nav li a span{
	margin-left: 5px;
}

#header .nav li a:hover, #header .nav li.active a{
	color: #b5121b;
	background: none;
}

#header .nav ul{
    display: none;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 0px;
	width: 130px;
	z-index: 999;
}

#header .nav ul li{
	width: 130px;
	background: #ccc;
	border-top: 1px solid #5a5a5a;
    text-align: left;
}

#header .nav li:nth-child(4) ul li{
    width: 210px;
}

#header .nav li:nth-child(6) ul li{
	width: 155px;
}

#header .nav ul li a, #header .nav li.active ul li a{
	color: #5a5a5a;
}

#header .nav ul li:hover, #header .nav ul li.active{
	background: #b5121b;
}

#header .nav ul li:hover a, #header .nav li.active ul li:hover a, #header .nav ul li.active a, #header .nav li.active ul li a:hover, #header .nav li.active ul li.active a{
	color: #fff;
	text-decoration: none;
}

#header .nav li:hover ul{
	display: block;
}

#header .nav ul li a:before{
	content: normal !important;
}

.item-131 ul{
	display: none !important;
}

/* Icons */

#header .nav li:first-child a:before{
	content: url("../images/home-icon.png");
}

#header .nav li:nth-child(2) a:before{
	content: url("../images/about-icon.png");
}

#header .nav li:nth-child(3) a:before{
	content: url("../images/workshops-icon.png");
}

#header .nav li:nth-child(4) a:before{
    content: url("../images/public-icon.png");
}

#header .nav li:nth-child(5) a:before{
	content: url("../images/speakers-icon.png");
}

#header .nav li:nth-child(6) a:before{
	content: url("../images/archive-icon.png");
}

#header .nav li:last-child a:before{
	content: url("../images/contact-icon.png");
}

/* Icon Hover Links and Active State */

#header .nav li:first-child a:hover:before, #header .nav li.active:first-child a:before{
	content: url("../images/home-icon-ch.png");
}

#header .nav li:nth-child(2) a:hover:before, #header .nav li.active:nth-child(2) a:before{
	content: url("../images/about-icon-ch.png");
}

#header .nav li:nth-child(3) a:hover:before, #header .nav li.active:nth-child(3) a:before{
	content: url("../images/workshops-icon-ch.png");
}

#header .nav li:nth-child(4) a:hover:before, #header .nav li.active:nth-child(3) a:before{
    content: url("../images/public-icon-ch.png");
}

#header .nav li:nth-child(5) a:hover:before, #header .nav li.active:nth-child(4) a:before{
	content: url("../images/speakers-icon-ch.png");
}

#header .nav li:nth-child(6) a:hover:before, #header .nav li.active:nth-child(5) a:before{
	content: url("../images/archive-icon-ch.png");
}

#header .nav li:last-child a:hover:before, #header .nav li.active:last-child a:before{
	content: url("../images/contact-icon-ch.png");
}

/* Banner */

#banner{
	width: 100%;
	position: relative;
}

#banner .description{
    position: absolute;
    bottom: 40%;
    left: 20%;
    background: rgba(255,255,255,0.6);
    padding: 15px;
}

#banner .description p{
	font-family: 'Open Sans', sans-serif;
    font-size: 2.6em;
    font-weight: lighter;
}

#banner .description p a{
	font-size: 0.5em;
	padding: 10px 25px;
	color: #fff;
	background: #b5121b;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}

#banner .bx-wrapper img{
	margin: 0px auto;
}

#banner .bx-wrapper .bx-viewport{
	left: 0px;
	border: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#banner .bx-wrapper .bx-viewport #bxslider{
	padding: 0px;
}

#banner .publictraining-button{
    background: url("../images/publictraining-button.png") no-repeat !important;
    background-size: 100% !important;
    width: 200px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    overflow: visible !important;
    overflow-y: visible !important;
    position: relative !important;
}

/* Home Quicklinks */
#home-quicklinks{
	margin: 30px 0px;
	position: relative;
}

#home-quicklinks h3.showcase-title{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
}

#home-quicklinks h3.showcase-title a{
	color: #333;
}

#home-quicklinks p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}

/*Workshops */
#workshops{
	margin: 30px 0px;
	position: relative;
}

#workshops .workshops-short-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	margin: 30px 0px;
}

#workshops .workshops-item{
	margin: 15px auto;
	position: relative;
}

#workshops .myhover{
	margin: 15px auto;
    display: none;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,  0.7);
	border: 1px solid #000;
	box-sizing: border-box;
	transition: opacity 2s;
}

#workshops .workshops-item:hover .myhover{
	display: block;
}

#workshops .myhover .hover-overlay{
	padding: 40px 20px;
}

#workshops .myhover .hover-overlay h2{
	font-family: 'Open Sans', sans-serif;
}

#workshops .myhover .hover-overlay .by-speaker{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #ed1c24;
	display: block;
}

#workshops .myhover .hover-overlay .workshops-link{
	display: block;
	width: 150px;
	padding: 15px;
	text-align: center;
	color: #ed1c24;
	border: 1px solid #ed1c24;
	margin: 25px auto;
}

#workshops .myhover .hover-overlay .workshops-link:hover{
	text-decoration: none;
}

#workshops .workshops-dropdown .dropdown-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	display: block;
}

#workshops .workshops-dropdown select{
	width: 100%;
	height: 40px;
	text-indent: 15px;
	margin: 15px auto;
}

/* Home Speakers */
#speakers{
	position: relative;
}

#speakers .speakers-short-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	margin: 30px 0px;
}

#speakers .speakers-name{
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	font-size: 1.6em;
	text-align: center;
	margin: 10px 0px;
}

#speakers .bx-wrapper .bx-viewport{
	margin-bottom: -2px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#speaker-workshops h2{
	font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #b5121b;
}

#speaker-workshops ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#speaker-workshops ul li h3{
	margin: 0px;
	font-size: 1.2em;
}

#speaker-workshops ul li a{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	color: #333;
}

#speaker-workshops ul li a:hover{
	color: #b5121b;
}

/* Subpage */
#sub-page{
	margin-bottom: 30px;
}
#sub-page h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #b5121b;
}

#sub-page h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #b5121b;
}

#sub-page p, #sub-page ul, #sub-page ol, #sub-page table{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #1d1d1d;
    margin-bottom: 20px;
}

#sub-page .gallery h3{
	display: none;
}

#sub-page .blog .items-row .page-header{
	padding: 0px;
	margin: 0px;
	border: none;
}

#sub-page .blog .items-row .page-header h2{
	font-size: 1.4em;
}

#sub-page .blog .items-row .page-header h2 a{
	font-family: 'Open Sans', sans-serif;
	color: #b5121b;
}

#sub-page .blog .items-row{
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #b5121b;
}

#sub-page .blog .items-row img{
	width: 300px;
	float: left;
	margin-right: 15px;
}

#sub-page .blog .items-row p.readmore a{
	background: #b5121b;
	color: #fff;
}

#sub-page .blog .dnone, #sub-page .item-page .img-none{
	display: none;
}

#sub-page .title-label{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #b5121b;
}

/* Footer */

#footer{
	width: 100%;
	background: #343434;
	padding: 30px 0px;
	vertical-align: middle;
	position: relative;
}

#footer .margin-top-bottom{
	margin: 30px 0px 0px;
}

#footer p{
	font-size: 0.8em;
	color: #fff;
}

#footer p a{
	color: #fff;
}

#footer .socials{
	margin: 30px 0px 0px;
}

#footer .socials a{
	width: 46px;
    height: 46px;
    display: inline-block;
	text-indent: -9999px;
    margin-right: 15px;
    position: relative;
}

#footer .socials a.home-icon{
	background: url("../images/f_home.png") no-repeat;
}

#footer .socials a.facebook-icon{
	background: url("../images/f_fb.png") no-repeat;
}

#footer .socials a.twitter-icon{
	background: url("../images/f_tw.png") no-repeat;
}

#footer .socials a.linkedin-icon{
    background: url("../images/f_linkedin.png") no-repeat;
}

.osmap-sitemap ul li, .osmap-sitemap ul li a{
	font-size: 1em !important;
}

.alert-message{
	padding: 0px;
	margin: 15px 0px 0px;
    background: #84bcfb;
}

.alert-heading{
	display: none;
}

.alert-message .alert-message{
	text-indent: 15px;
}

.align-center{
	text-align: center;
}

.backtoworkshop{
	padding: 10px 25px;
	background: #b5121b;
	text-decoration: none;
	color: #fff;
	margin: 20px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}

.contactuslink{
	padding: 10px 10px;
	background: #26bd9e;
	text-decoration: none;
	color: #fff;
	margin: 20px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}

.backtoworkshop:hover, .contactuslink:hover{
	text-decoration: none;
	color: #fff;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 2020 */
.navbar-toggle{
    display: none;
}
.padding-top-bottom{
    padding-top: 50px;
    padding-bottom: 50px;
}
.no-gutters{
    padding-left: 0;
    padding-right: 0;
}
.top-main-menu nav{
    text-align: center;
    padding: 0;
}
.top-main-menu .nav{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 15px 30px;
    background: #f5f5f5;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.top-main-menu .nav li{
    display: inline-block;
}
.top-main-menu .nav li a{
    color: #797979;
    border-bottom: 2px solid #f5f5f5;
    display: block;
    padding: 10px;
}
.top-main-menu .nav li a:hover{
    background: none;
    border-bottom: 2px solid #8a151c;
    text-decoration: none;
}
.flex-center{
    display: flex;
    align-items: center;
}
.tato-logo{
    width: 115%;
    position: relative;
    z-index: 1;
}
.top-gray-title{
    background: #f5f5f5;
    padding: 50px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.top-gray-title h1{
    font-family: 'Aleo';
}
.red-text{
    color: #b5121b;
    display: block;
    margin-bottom: 10px;
}
.bluebg-text{
    color: #fff;
    background: #2b2564;
    font-size: 1.1em;
    display: inline-block;
    padding: 5px 15px;
}
.above-fold-cta{
    color: #b5121b;
    border: 2px solid #b5121b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    display: inline-block;
}
.above-fold-cta:hover{
    background: #b5121b;
    color: #fff;
    text-decoration: none;
}
#about-us{
    background: #8a151c;
    padding-top: 50px;
    padding-bottom: 50px;
}
#about-us .bx-wrapper .bx-viewport{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
#about-us img{
    width: 100%;
    height: auto;
}
.slider-content-box{
    color: #fff;
}
.slider-content-box h2{
    margin: 0 0 30px;
    font-family: 'Aleo';
}
#about-us .bx-controls{
    position: absolute;
    top: 77%;
    width: 30%;
}
#about-us .bx-wrapper{
    margin-bottom: 0;
}
#about-us .bx-wrapper .bx-pager{
    text-align: left;
}
#about-us .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
    text-indent: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 1.2em;
    color: #b4b0b0;
    border: 2px solid #fff;
}
#about-us .bx-wrapper .bx-pager.bx-default-pager a:hover, #about-us .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #8a151c;
    color: #fff;
    text-decoration: none;
}
#about-us .bx-wrapper .bx-pager.bx-default-pager a:first-child{
    margin-left: 0;
}
#our-courses{
    position: relative;
}
#our-courses .row{
    position: relative;
}
#our-courses .h2-red-title{
    font-family: 'Aleo';
    color: #b5121b;
    margin-bottom: 50px;
    text-align: center;
}
.courses-thumb-box{
    position: relative;
}
.courses-thumb-box img{
    width: 100%;
    height: auto;
}
.thumb-flex{
    justify-content: center;
}
.overlay-title-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}
.below-title{
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 10px 0;
}
.below-title h3{
    font-size: 1em;
}
.below-title h3 a{
    color: #000;
    margin-bottom: 30px;
}
.below-title h3 a span{
    font-weight: 200;
}
.overlay-title-box:hover{
    background: rgba(181,18,27, 0.7);
    text-decoration: none;
}
.overlay-title-box a{
    border: 2px solid #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: none;
    width: 120px;
    margin: 0 auto;
}
.overlay-title-box:hover a{
    display: inline-block;   
}
.overlay-title-box a:hover{
    text-decoration: none;
}
#our-courses .full-detail-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0 50px 50px;
    z-index: 1;
    display: none;
}
#our-courses .full-detail-overlay h2{
    color: #b5121b;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Aleo';
}
#our-courses .full-detail-overlay .by-author{
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
#our-courses .full-detail-overlay .default-close{
    display: block;
    text-align: right;
    color: #3d3d3d;
    font-size: 1.2em;
}
#our-courses .full-detail-overlay p{
    color: #3d3d3d;
    font-weight: bold;
}
#our-speakers{
    position: relative;
    background: #2b2564;
}
#our-speakers .row{
    position: relative;
}
#our-speakers .h2-white-title{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.speaker-designation{
    color: #fff;
    color: #fff;
    display: block;
    width: 77%;
    margin: 0 auto;
}
.speakers-thumb-box{
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.speakers-thumb-box h3{
    font-size: 1.2em;
    color: #fff;
}
.speakers-thumb-box:hover{
    text-decoration: none;
}
.speaker-flex{
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center
}
#our-speakers .speakers-full-detail-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: #2b2564;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    display: none;
}
#our-speakers .speakers-full-detail-overlay h2{
    font-size: 1.2em;
    color: #fff;
}
#our-speakers .speakers-full-detail-overlay a{
    color: #fff;
}
#our-speakers .speakers-full-detail-overlay a:hover{
    text-decoration: none;
}
#our-speakers .speakers-full-detail-overlay p{
    font-size: 1em;
}
#our-speakers img{
    width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.speaker-close{
    position: absolute;
    top: 0;
    left: -70px;
    border: solid 1px #fff;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: 0.9em;
}
#our-expertise h2{
    font-family: 'Aleo';
    margin-bottom: 30px;
}
.bg-lgray{
    background: #e3e3e3;
    color: #3d3d3d;
}
.bg-dgray{
    background: #3d3d3d;
    color: #e3e3e3;
}
.pop-up-video{
    width: 80%;
    display: block;
    text-align: center;
    padding: 7px;
    margin: 0 auto 30px;
    border: 2px solid #3d3d3d;
    color: #3d3d3d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pop-up-video:hover{
    text-decoration: none;
    background: #3d3d3d;
    color: #e3e3e3;;
}
.blog-cta{
    width: 150px;
    display: block;
    text-align: center;
    padding: 7px;
    margin: 0 auto 30px;
    border: 2px solid #b5121b;
    color: #fff;
    background: #b5121b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.blog-cta:hover{
    text-decoration: none;
    background: #fff;
    color: #b5121b;
}
.popupvideo-overlay{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
    padding-top: 15px;
    display: none;
}
.video-close{
    position: absolute;
    top: -10px;
    right: -50px;
    color: #fff;
    z-index: 9999;
    font-size: 2em;
    font-weight: bold;
}
.video-close:hover{
    color: #b5121b;
    text-decoration: none;
}

#testimonials .bx-wrapper .bx-viewport{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
#testimonials .quote{
    font-style: italic;
    color: #fff;
    font-weight: bold;
}
#testimonials .quotedby{
    font-style: italic;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, #testimonials .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #e3e3e3;
}
#testimonials .bx-wrapper .bx-prev{
    left: -50px;
    z-index: 99;
}
#testimonials .bx-wrapper .bx-next{
    right: -50px;
    z-index: 99;
}
#contact-us .big-lets-talk{
    font-family: 'Aleo';
    color: #3d3d3d;
    font-size: 5em;
}
#contact-us .lets-talk-logo{
    max-width: 250px;
    width: 100%;
    height: auto;
}
.lets-talk-flex{
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center
}
.rsform-block-sign-up{
    text-align: center;
}
.rsform-submit-button{
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    margin: 15px auto 0;
    border: 2px solid #b5121b;
    color: #fff;
    background: #b5121b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.rsform-submit-button:hover{
    color: #b5121b;
    background: #fff;
    border: 2px solid #b5121b;
}
.full-contact-popup{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
    padding-top: 15px;
    display: none;

}
.lets-talk-pop-up-box{
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}
.lets-talk-pop-up-box h2{
    font-size: 2em;
    font-family: 'Aleo';
    color: #3d3d3d;
    margin-bottom: 30px;
}
.close-pop-up{
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 1.2em;
    color: #3d3d3d;
    font-weight: bold;
}
.close-pop-up:hover{
    text-decoration: none;
    color: #b5121b;
}
.fixed-button{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2564;
    border: 2px solid #2b2564;;
    width: 250px;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 999;
    display: none;
}
.fixed-button:hover{
    text-decoration: none;
    background: #fff;
    color: #2b2564;
}
.to-fixed{
    position: fixed;
    width: 100%;
    z-index: 998;
}
/* Media Queries
*********************************************/
/* 2020 Mobile */
@media (max-width: 767px){

.top-main-menu .nav li{
    margin: 10px;
}
.top-main-menu .nav li{
    padding: 0px;
}
.tato-logo{
    width: 100%;
}
#about-us .bx-controls{
    position: relative;
    margin-top: 15px;
    display: block;
    text-align: center;
    width: 100%;
}
#about-us .bx-wrapper .bx-pager.bx-default-pager a{
    margin: 0 10px !important;
}
#our-speakers img{
    max-width: 250px;
}
#our-speakers .speakers-full-detail-overlay{
    padding: 30px;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a{
    width: 20px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 10px;
}
.speaker-close{
    left: 30px;
}
.video-close{
    right: 10px;
}
.bg-dgray{
    padding: 50px 30px;
}
.lets-talk-flex{
    margin-bottom: 30px;
}
#footer p a{
    display: block;
}

}

/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}

/* desktop */
@media (max-width: 1366px) {
    
#banner .description{
    bottom: 30%;
    left: 9%;
}

#banner .description p{
    font-size: 2.6em;
}
	
}

@media (max-width: 1024px) {

#header .nav{
	clear: both;
	margin: 30px 0px;
}

#header .nav li{
	padding: 5px;
}

#banner .description{
    left: 5%;
}

#banner .description p{
    font-size: 2em;
}

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 768px){
	
#header .nav{
	clear: both;
	margin: 20px;
}

#header .navbar-brand img{
    width: 250px;
    height: auto;
}

.navbar-collapse.in {
    overflow-y: visible;
}

#banner .description p{
    font-size: 1.6em;
}

#workshops .myhover{
	display: block !important;
	background: rgba(255,255,255, 0.5) !important;
	width: 360px;
	height: 322px;
	right: 0;
}

#header .nav{
    text-align: center;
}
#header .nav li ul{
    text-align: left;
}

#footer .mobile-center{
    text-align: center;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
.navbar-toggle{
	border: 1px solid #b5121b;
	margin-left: 15px;
	margin-top: 40px;
}

.navbar-toggle .icon-bar{
	background: #b5121b;
}

#header .nav{
	margin: 10px auto;
    text-align: center;
	z-index: 9;
}

#banner .description p{
    font-size: 1.4em;
}

#banner .publictraining-button{
    width: 160px;
    height: 27px;
}
  
}

/* Landscape phones and down */
@media (max-width: 480px) {
	
.navbar-brand{
	width: 72%;
}

#header .navbar-brand img{
    width: 200px;
}

#banner .description p{
    font-size: 1em;
}

#banner .description p a{
    padding: 5px 15px;
}

#banner .description{
    bottom: 20%;
}

#banner .publictraining-button {
    width: 110px;
    height: 19px;
}

#sub-page p img{
    float: none !important;
    text-align: center;
    margin: 0 auto !important;
}
  
}

/* Landscape phones and down */
@media (max-width: 360px) {
	
#workshops .myhover{
	width: 315px;
	height: 282px;
}

#banner .description p{
    font-size: 0.6em;
}
  
}

/* Landscape phones and down */
@media (max-width: 320px) {
	
#workshops .myhover{
	width: 275px;
	height: 246px;
}

#workshops .myhover .hover-overlay h2{
	font-size: 1.4em;
}
  
}

.img-caption{
	font-size: 0.9em !important;
	text-align: center;
}

.newsroom .blog .img-caption, .thought-leadership .blog .img-caption{
	display: none;
}

/* Training Registration */
.training-reg{
    margin: 15px auto;
    position: relative;
}
.training-reg p, .training-reg h2, .training-reg h3{
    font-family: 'Open Sans', sans-serif;
}
.training-reg .top-bottom-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
.training-reg .banner-reg div{
    padding: 0;
    margin: 0 auto;
}
.training-reg .bg-gray{
    background: #eaeaea;
}
.training-reg .date-reg{
    font-weight: bold;
    font-size: 36px !important;
}
.training-reg h2{
    text-align: center !important;
    font-weight: normal !important;
    font-size: 44px !important;
    color: #1d1d1d !important;
    margin-bottom: 20px !important;
}
.training-reg h3{
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
.training-reg .left-right-padding{
    padding-left: 50px;
    padding-right: 50px;
}
.training-reg .top-padding{
    padding-top: 40px;
}
.training-reg .img-responsive {
     margin: 0 auto;
}
.training-reg .readmore-reg, .training-reg .rsform-submit-button{
    width: 150px;
    padding: 10px 25px;
    color: #fff;
    background: #b5121b;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    border: none;
    margin-top: 15px;
    display: block;
    text-align: center;
}
.training-reg .readmore-reg:hover{
    text-decoration: none;
}
.training-reg .border-right{
    padding-right: 40px;
    border-right: 1px solid #1d1d1d;
}
.training-reg .padding-left{
    padding-left: 40px;
}
.training-reg .padding-bottom{
    padding-bottom: 40px;
}
.training-reg .formField{
     margin-bottom: 10px;
}
.training-reg form{
    margin-bottom: 30px;
}
.training-reg form label{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #1d1d1d;
    font-weight: normal;
}
.training-reg form input[type="text"]{
    width: 100%;
    height: 30px;
    border: 1px solid #d7d7d7;
    text-indent: 10px;
    font-size: 1.2em;
    margin: 0 auto;
}
.training-reg form select{
    width: 100%;
    height: 30px;
    border: 1px solid #d7d7d7;
    text-indent: 5px;
    font-size: 1.2em;
    color: #1d1d1d;
    margin: 0 auto;
}
.training-reg form input::placeholder{
    color: #1d1d1d;
}
.training-reg form input[type="radio"]{
     margin: 4px 0 0 4px;
}
.training-reg .paypal-button{
    display: block;
    background: url("../images/paypal.png") no-repeat;
    text-indent: -9999px;
    width: 150px;
    height: 75px;
}
#sbox-content{
    overflow: hidden !important;
}
.training-registration #sub-page{
    margin-bottom: 0;
}
.training-registration .training-reg{
    margin: 15px auto 0;
}
.training-registration .training-reg form{
    margin-bottom: 0;
}
.banner-content{
    position: absolute;
    max-width: 1170px;
    width: 100%;
    top: 0;
}
.banner-content.survey-content{
    top: 3%;
}
.banner-content .logo-public{
    margin: 40px auto 0;
}
.banner-content h2{
    font-size: 3em !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 35px 0;
}
.banner-content.survey-content h2{
    margin: 10px 0 35px;   
}
.banner-content p{
    font-size: 1.2em !important;
    color: #fff !important;
    font-weight: lighter;
    text-align: center;
    margin: 35px 0 !important;
}
.banner-content p.survey-text{
    max-width: 600px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}
.banner-content span.training-title, .banner-content span.training-speaker, .banner-content span.training-date, .banner-content span.training-venue{
    color: #fff;
    font-weight: lighter;
    text-align: center;
    display: block;
}
.banner-content span.training-title, .banner-content span.training-date{
    font-size: 2.4em;
}
.banner-content span.training-speaker, .banner-content span.training-venue{
    font-size: 1.2em;
}
.banner-content .regsform{
    height: 543px;
    background-color: rgba(179,8,7,0.7);
}
.banner-content .regsform h3{
    color: #fff;
    margin: 40px auto 15px;
}
.banner-content .regsform input[type="text"], .banner-content .regsform select{
    height: 20px !important;
    font-size: 1em !important;
}
.banner-content .regsform .rsform-submit-button{
   margin-top: 5px;
   padding: 5px 0px;
   color: #000;
   background: #fff;
}
.banner-content .regsform label, .banner-content .regsform p{
    color: #fff !important;
    font-size: 1em !important;
    text-align: left;
    margin: 0px !important;
}
.disclaimer{
    background: #eaeaea;
    padding: 15px 0;
}
.banner-content .rsform-block-workshop, .banner-content .rsform-block-timedate, .banner-content .rsform-block-returnurl, .banner-content .rsform-block-uid{
    display: none;
}
.tab-1, .tab-2, .tab-3{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    color: #000;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: -15px;
    background: #cfcfcf;
    cursor: pointer;
}
.selected-tab{
    background: #fff;
}
.tabbody-1, .tabbody-2, .tabbody-3{
    margin-top: 30px;
    padding: 30px 0;
}
.why p{
    margin: 0 50px;
    padding 15px;
}
.why ul{
    margin: 20px !important;
}
.training-registration .training-reg .bx-wrapper .bx-viewport{
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.training-registration .training-reg .bx-wrapper .bx-viewport li p{
    padding: 0px 20px !important;
    margin: 20px auto !important;
}
.training-registration .training-reg .bx-wrapper .bx-viewport li{
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
@media (max-width: 1024px){
.banner-content .regsform{
    height: 450px;
}
}
@media (max-width: 768px){
#sbox-window{
    height: 428px !important;
}
.container{
    max-width: 768px !important;
}
.tab-1, .tab-2, .tab-3{
    margin-top: 0;
}
.banner-content{
    position: relative;
    margin-top: -370px;
}
.banner-content.survey-content{
    position: absolute;
    margin-top: 0px;
    top: 0%;
}
.banner-content h2{
    font-size: 2em !important;
    margin: 15px 0;
}
.banner-content span.training-title, .banner-content span.training-date{
    font-size: 1.8em;
}
.banner-content p{
    margin: 15px 0 !important;
}
.banner-content .regsform h3{
    margin: 25px auto 15px;
    padding-top: 15px;
}
.banner-content .regsform{
    height: auto !important;
    padding-bottom: 15px;
}
}
@media (max-width: 640px){

.banner-content {
    margin-top: -315px;
}
.banner-content.survey-content {
    top: 0%;
}
.banner-content .logo-public{
    width: 150px;
    height: auto;
}
.banner-content h2{
    font-size: 1.6em !important;
    margin: 11px 0;
}
.banner-content span.training-title, .banner-content span.training-date{
    font-size: 1.2em;
}
.banner-content span.training-speaker, .banner-content span.training-venue{
    font-size: 1em;
}
.banner-content p{
    font-size: 1em !important;
}

}
@media (max-width: 480px){
    
.banner-content {
    margin-top: -250px;
}
.banner-content.survey-content {
    top: -2%;
}
.banner-content p{
    display: none;
}
.banner-content p.survey-text{
    display: block;
}
}
@media (max-width: 400px){
    
#sbox-window{
    height: 460px !important;
}
.training-reg .img-responsive{
    display: none;
}
.banner-content{
    margin-top: 0;
}
.banner-content.survey-content{
   position: relative;
}
.banner-content .row, .banner-content .regsform{
    background: #000;
}

}
.embedded-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 40px;
}
.embedded-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.embedded-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.embedded-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-page .display-none{
    display: none;
}
.pagination .counter{
    display: none;
}
.pagination ul{
    list-style: none;
}
.pagination ul li{
    display: inline-block;
    margin: 0px 10px;
}
.below-article{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px !important;
}

/*08232017*/

h4{
    color: #b5121b;
}

.contact-form input{
    width: 96%;
    padding: 1% 2%; 
    height: 40px;
    margin-bottom: 15px;
    color: #000;
    background: #cfcfcf;
    border: 1px solid #000;
}
.workshop-contact-button{
    border: none;
    width: 150px;
    padding: 10px 10px;
    background: #26bd9e;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}
.red-radius .red-box{
    padding: 30px;
    border: solid 2px #b5121b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#captcha54{
    margin-bottom: 15px;
}
.formControls.text-right img{
    display: block;
}