/* Style for Accessibility for Ontarians with Disabilities Act */

/*.full-width{
	width: 100%;
}*/
a.login-link, .blog-section .more, .subscription , a.learn-more, #post-nav .next, #post-nav .previous{
	background: #d92a28;
}
.site-footer {
	background: #151414;
}
.morelink {
    background: #fcd941;
    color: #000000;
}
.office-address a{
	color: #E81511;
}
a{
	color: #E81511;
}
.site-footer .contact a{
	color: #EF322E;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) a {
	color: #D7120F;
}
.timbits-section .bitmore, .suspension-section .box-link a{
	color: #3B3B3B;
	background: #FCD941;
}
.team-btn-group a {
    background: #fcd941;
    color: #424242;
}
.team-btn-group a:last-child {
    background: #ef3331;
    color: #141414;
}
.site{
	overflow: hidden;
}
.navbar-nav .dropdown-menu{	
	background: #d92a28;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #d92a28 !important;
}
.blog-section .details {
	min-height: 300px;
}

/* The followgs changes for the best practice  */

.sticker .h4-cls, .sticker h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 32px;
    /* margin-top: 30px; */
}
.sticker .h4-cls span, .sticker h3 span {
    font-weight: 900;
    display: block;
}
.section-title{
	display: inline-block;
}
.mainbody .logos-section .container {
    max-width: 1500px;
}
.site-footer .container{
    max-width: 1200px;
}
.subs-form h3 {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.hide-h1 .item.title{
    position: relative;
    left: -99999px;
    z-index: -1;
}
.governance-section .gov-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subs-form .cls-h3 {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.no-style{
        font-family: 'Roboto';
        font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
}
.banner .item.subtitle{
    color: #fff;
    font-size: 65px;
}
.banner .item.title{
    color: #ef3331;
    font-size: 60px;
}
.icon-ball{
    border-radius: 50%;
}
.nine-group .wp-block-column p {
    color: #E02929;
}
.black-column .wp-block-column h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.terminology-conainer p strong {
    color: #E81511;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0579BD !important;
}
.subs-form .frm-title {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}
.ump-list-form{
    list-style: none;
    padding-left: 10px;
}
.contact .contact-hdr{
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
@media (min-width: 1200px) {
  .governance-section .gov-title{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1470px) {
    .sticker .h4-cls, .sticker h3{
        font-size: 26px;
    }
    .banner .item.subtitle{
        font-size: 40px;
    }
    .banner .item.title{
        font-size: 45px;
    }

}