html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img,
b, u, i,
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom:0;
}
.block_link {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:3; /* must be higher than content and corners */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMTYvMTPlFMTNAAAADUlEQVQImWP4//8/AwAI/AL+hc2rNAAAAABJRU5ErkJggg==);
    text-indent:-9999px;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

li{
    list-style-type: none;
    display:block;
}

a{
    text-decoration:none;
}


a:link,
a:visited {
    color:#525252;
}

p a {
    text-decoration: underline;
}

body{
    margin:0 auto;
    color:#525252;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
}

p{
    font-size:13px;
    line-height:135%;
}

.clear {
    clear:both;
    display:block;
    content:' ';
}

.wrapper {
    width:100%;
    max-width:1002px;
    margin:0 auto;
    position:relative;
}




.banner-items,
.banner-items ul li,
.feature-box-frame,
.gallery-wrapper .gallery-frame,
.gallery-wrapper li a,
.gallery-wrapper li,
.listing-item-img-frame,
.large-gallery-container li,
.abs {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}


.gallery-wrapper .gallery-frame,
.feature-box-frame,
.listing-item-img-frame {
    background-size:100% 100%;
    background-position: center;
}

header{
    position: relative;
}

.header-trim {
    background-color: #111111;
    padding:11px 0;
    font-size:11px;
    font-weight:700;
    color:#AAAAAA;
}

.header-trim li:nth-child(2){
    color: #2DACD4;
}

.header-menu-top ul li{
    color: #cccccc;
}


.header-trim li {
    float:left;
}

.header-trim li:last-child {
    float:right;
}



.header-content {
    min-height:117px;
}



.header-logo {
    float:left;
    padding:13px 0;
}

.header-menu {
    float:right;
}

.header-menu li {
    display:inline-block;
}

.header-menu-bottom {
    position:absolute;
    bottom: 0;
    right:0;
}

.header-menu-bottom li {
    padding:0;
    box-sizing: border-box;
    margin:0 10px;
    font-size:12px;
    font-weight:500;
    border-bottom:solid 4px #fff;
}

.header-menu-bottom li a:link {
    display: block;
    height: 36px;
    padding: 0;
}

.header-menu-bottom li.current-menu-item,
.header-menu-bottom li.current_page_item {
    border-bottom:solid 4px #0090C6;

}


.header-menu-bottom li.current-menu-item a:link,
.header-menu-bottom li.current_page_item a:link {
    color:#0090C6;
    font-weight:700;
}

.header-menu-top {
    padding-top:30px;
}

.header-menu-top a:link {
    font-size:21px;
    font-weight:700;
    margin-left:2px;
}

.header-menu-top a{
    color:#0090C5;
}

li a.fa.fa-facebook-square {
    color: #3A5898;
}

li a.fa.fa-twitter-square {
    color: #54ABEE;
}

li a.fa.fa-youtube-square {
    color: #cd201f;
}

li a.fa.fa-google-plus-square {
    color: #E02F2F;
}

li a.fa.fa-linkedin-square {
    color: #306599;
}

li a.fa.fa-instagram{
    color:#306599 ;
}
li. a.fa{
    color: #007AB9;
}

.home-feature-banner.article{
    height: 306px;
    border-bottom: 1px solid #0090C6;
    border-top: 1px solid #0090C6;
}


.home-feature-banner {
    background-color: rgb(217, 217, 217);
    height:599px;
    margin:0;
    position: relative;
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
}


.home-feature-banner .banner-frame {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#000;
    overflow:hidden;
}


.banner-items,
.banner-items ul li {

}

.banner-items ul li {
    background-size: cover;
    background-position: center;
    opacity:0;
    z-index:1;
    transition:0.5s ease;
}

.banner-items ul li.active {
  /*  z-index: 2;
 */   opacity:1;
}





.banner-text {
    position:relative;
    color:#fff;
    max-height:0;
    min-height:0;
}


.banner-text > span {
    text-align:center;
}

.banner-text-title {
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 24px;
    opacity:0;
    transition: 1s ease;
    color:#0090C6;
}
.banner-text-title {
    position: relative;
    top:-100px;
}

.fade-in .banner-text-title {
    top:0;
}

.banner-text-subtitle {
    position: relative;
    bottom:-100px;
}

.article .banner-text-title {
    top: 45px;
}

.article .banner-text-subtitle {
    bottom: -23px;
}


.fade-in .banner-text-subtitle {
    bottom: 17px;
}

.article .fade-in .banner-text-subtitle {
    bottom: -23px;
}



.banner-text-subtitle {
    font-size:110px;
    font-weight:300;
    letter-spacing: 4px;
    margin-top: 0px;
    display: block;
    text-align: center;
    opacity:0;
    transition: 1s ease;
    color:#fff;
    margin-bottom:200px;
    text-shadow: 1px 2px 1px #000;
}

.fade-in {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.fade-in .banner-text-title,
.fade-in .banner-text-subtitle {
    opacity:1;
}


.header-item {
    height: 100%;
    position: absolute;
    width: 100%;
    background: no-repeat;
    background-size: cover;
}

.header-text .banner-text-title{
    top: 128px;
    opacity: 1;
}

.header-text .banner-text-subtitle {
    position: relative;
    bottom: -110px;
    opacity: 1;
}

.home-intro-content {
    background-color:#ffffff;
    padding: 20px 0 5px 0;
    position: relative;
}



.course-menu-top{
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 9;
    bottom: 0;
}

.course-menu-top > ul {
    background: linear-gradient(#333, #000);
    background-position: center;
    background-size: cover;
    height: 72px;
    padding: 20px;
    box-sizing: border-box;
}

.course-menu-top .sub-menu li a{
    font-weight: 500;
    font-size: 20px;
}

.course-menu-top .sub-menu li{
    border-bottom: 1px solid #444444;
    padding: 10px 0;
}
.course-menu-top p, .course-menu-top li a{
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 20px;
}


.course-menu-top  li:hover .sub-menu{
    display: block;
    max-height: 300px;
    background-color: #3F3F3F;
    padding-bottom: 50px;
    border-bottom-width: 5px;
}

.course-menu-top li:hover > a{
    color: #0090C6;
    border-bottom: 5px solid #0090C6;
}

.course-menu-top .account-menu li:hover > a{
    border-bottom: none;
    color: #ffffff;
}
.course-menu-top li.has-children:hover:after{
    color: #0090C6;

}
.course-menu-top li.has-children:after {
    content: "\f0d7";
    font-family: FontAwesome;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 14px;
    color: #070707;
    z-index: 10;
    position: relative;
}

.course-menu-top .sub-menu li:after{
    content: '';
    margin-top: 0;
}

.course-menu-top .sub-menu li:before{
    width: 5%;
    height: 9px;
    display: block;
    margin-top: 4px;
    color: #0090c6;
    font-size: 12px;
    float: left;
    z-index: 33;
    font-family: FontAwesome;
    content: '\f0da';
    position: relative;
    opacity:0;
}
.course-menu-top .sub-menu li:hover:before {
    opacity:1;
}



.course-menu-top .sub-menu li:hover > a{
    border-bottom:  none;
}

.sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 72px;
    background-size: cover;
    background-position: center;
    border-bottom: 0px solid #0090C6;
    transition: 0.5s ease;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
}


.course-menu-top li{
    float: left;
    padding-right:19px;

}

.course-menu-top p{
    color: #737373;
    float: left;
    margin-right: 20px;
    line-height:32px;
}

.sub-menu ul {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.course-menu-top > div > ul > li > a {
    line-height:32px;
}

.sub-menu li{
    width: 50%;
    float: left;
}


.search-form.login-form{
    width: 60%;
}

.search-form.login-form input{
    background-color: #111111;
}


.search-form.login-form input[type=text]{
    width: 30%;
    float: right;
    margin-left: 10px;
    color: #ffffff;
}
.search-form{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    background-color: #0090C6;
    height: 40px;
    text-align: center;

}

.search-form input {
    height: 35px;
    background-color: #444444;
    transition: width ease 0.1s;
    color:#fff;
}


.search-form input[type=text]{
    width: 100%;
    float: right;
}



.course-menu-top .search-form input.button {
    height: 35px;
    width: 35px;
    border: none;
    background-color:#0090C6;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-family:FontAwesome;
    margin: inherit;
    line-height: inherit;
    padding: inherit;
    border-radius: inherit;
    left: inherit;
    display: inherit;
    right: -4px;
    top: -1px;
    font-size: 17px;

}

.search-form i{
    color: #ffffff;
    position: absolute;
    right: 11px;
    top: 12px;
    font-size: 17px;
    cursor: pointer;
}
.half-width {
    float: left;
    width: 79%;
    box-sizing: border-box;

}

.half-width:nth-child(2) {
    float:right;
    width: 20.3%;

}

.content .half-width-title h1{
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
}


.content .loadmore a:link, .content .loadmore a:visited{
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    color: #0090C6;
}

.content .half-width-title .listing-sorting p{
    float: left;
    color:#666666;
    font-weight: 600;
}

.content .half-width-title .listing-sorting p a{
    color:#0090C6;
    margin-left: 4px;
    text-decoration: underline;
}

.full-width{
    margin-bottom: 16px;
}

.full-width.listing .half-width-title h1{
    float: left;
}

.listing-sorting{
    float: right;
    margin-right: 20px;
}

.listing-sorting.breadcrumbs p:last-of-type{
    margin-left: 4px;
}

.listing-sorting.breadcrumbs{
    float: left;
}


.content .half-width:nth-child(2) .half-width-title h1{
    text-align: center;
    margin-left: 0;
}

.search-container{
    border: 1px solid #DDDDDD;
    padding: 15px;
}



.search-title p{
    font-size: 13px;
    color: #0090C6;
    font-weight: 500;
    margin-bottom: 10px;
}

.content .search-content p{
    font-size: 11px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 15px;

}

.course-item-container.featured .course-item-image {
    height: 200px;
}



.course-item-container.featured .course-item-text{
    padding: 0 30px;
    box-sizing: border-box;
}

.content .course-item-container.featured .course-item-title p {
    font-size: 18px;
}

.course-item-container.listing .course-item{
    max-width: 244px;
    padding: 7px;
    height: 259px;
}


.course-item-container.featured .course-item {
    max-width: 328px;
    height: 303px;
}


.course-item a.block{
    display: block;
    width: 100%;
    overflow: hidden;
}

.course-item-text a:hover {
    opacity:0.8;
}


.course-item{
    float: left;
    width: 33%;
    max-width: 244px;
    margin-right: 0.7%;
    border: 1px solid #DDDDDD;
    margin-bottom: 0.7%;
    padding: 13px;
    box-sizing: border-box;
}

.course-item:hover .course-item-image{
    width: 140%;
    margin-left: -20%;
}

.course-item-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    transition: all .5s;
    height: 150px;
}

.content .course-item-title p{
    margin: 12px 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    line-height: 18px;
}

.course-item-text p , .course-item-title p{
    text-align: center;
}

.course-item-text span.details{
    color: #0090C5;
    float: left;
}

.course-item-text span.addto{
    color: #0090C5;
    float: right;
}

.course-item-text span.addto i{
    color: #444444;
}
.course-item-text span.details i{
    color: #444444;
    font-style: italic;
}


.content .course-item-text p{
    font-size: 12px;
    font-weight: 500;
    color: #0090C5;
    margin-bottom: 0;
}
.course-item-container.featured .course-item:nth-child(3),
.course-item:nth-child(4n+4) {
    margin-right: 0px !important;
}

.banner-course-links{
    width: 100%;
    margin: auto;
    max-width: 1024px;
    background:rgba(0,144,198, 0.7);
    position: absolute;
    right: 0;
    z-index: 10;
    left: 0;
    bottom:0;
    text-align: center;
}

.course-item-text {
    font-size:10px;
}

.banner-course-links ul{
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 26px 0;
}



.banner-course-links ul li{
    float: left;
    margin-right: 30px;
    position: relative;
    opacity:1;
}

.footer-menu-top .header-menu-socials a:link,
.header-menu-top .header-menu-socials a:link {
    font-weight:normal;
}
.content .banner-course-links li:hover a{
    font-weight:500 ;
}

.banner-course-links ul li:last-of-type{
    margin-right: 0;
}

.banner-course-links li a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.banner-course-links li.active a{
    font-weight: 500;
}


.banner-course-links li.active:before{
    content: "\f0d8";
    font-family: FontAwesome;
    width: 100%;
    text-align: center;
    display: block;
    color: rgba(0,144,198, 0.7);
    position: absolute;
    font-size: 21px;
    top: -41px;
}

.content h1 {
    margin-bottom: 16px;
    font-size: 18px;
}

.content .page-title h1 {
    font-size:52px;
    font-weight:300;
}

.content dl,
.content p {
    margin-bottom: 10px;
    line-height:155%;
}

.home-blog-container{
    width: 100%;
    max-width: 1002px;
    border-top: 6px solid  #0090C6;
    background-color: #000;
    position: relative;
    height: 399px;
}

.home-blog-container li a {
    color: #ffffff;
}

.home-blog-container ul{
    height: 53px;
}

a.fa-right{
    padding: 20px;
    float: right;
}

a.fa-right i{
    color: #ffffff;
}

.home-blog-container p, .home-blog-container li{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 5px #000000;
}

.blog-banner a{
    display: block;
    width: 100%;
    height: 100%;
}

.blog-banner-title p{
    margin-left: 4px;
}
.home-blog-container ul li{
    padding: 17px 15px;
}

.blog-banner-title img, .blog-banner-title p {
    float: left;
}

.content .blog-banner-title p{
    margin-bottom: 0;
}
.home-blog-container .blog-banner-title{
    background-color: #0090C6;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;

}
.home-blog-container ul li .blog-banner{
    opacity: 0;
    transition: opacity 0.9s ease;
    z-index: 2;
}

.home-blog-container ul li.active .blog-banner{
    opacity: 1;
    z-index: 3;
}


.blog-banner-title img{
    margin-top: -7px;
}

.blog-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-blog-container ul li .blog-banner{
    position: absolute;
    width: 100%;
    height: 345px;
    left: 0;
    top: 54px;
}

.home-blog-container ul {
    width: 100%;
    background: linear-gradient(#333, #000);
    border-bottom: 1px solid #fff;

}

.home-blog-container li:hover > a{
    color:#0090C5;
}
.home-blog-container ul li, .home-blog-container ul div{
    float: left;
}
.blog-banner-logo{
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 24%;

}


.blog-banner-logo img{
    width: 100%;
}

.blog-banner img{
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 50px;
}

.blog-banner .blog-banner-logo img{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}


.blog-banner h1{
    font-size: 72px;
    margin-left: 50px;
    font-weight: 300;
    margin-bottom: -10px;
    margin-top: -10px;
    color: #ffffff;
}

.blog-banner h2{
    font-size: 35px;
    color: #0090C5;
    margin-left: 50px;
    font-weight: 300;
}

.wrapper.article .half-width{
    width: 63%;
}

.wrapper.article .half-width:nth-child(2) {
    width: 33%;
}

.wrapper.article{
    max-width: 990px;
}

.article-container h1{
    font-size: 38px;
    color: #222222;
    font-weight: 500;

}

.article-container h2{
    font-size: 13px;
    color: #0090C6;
    line-height: 19px;
}

.article-content {
    margin: 40px 0;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;

}

.article-left{
    float: left;
    width: 57%;
}


.article-right{
    float: right;
    width: 38%;
}

.article-right .course-item{
    width: 100%;
    float: none;
}

.article-container .article-right h2{
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.cost-details{
    background-color: #000000;
    padding:20px;
    box-sizing: border-box;
    margin: 0 0 10px 10px;
}

.price-container {
    background-color: #000;
}

.price-header {
    background-color: #0090c6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

.price-box {
    padding: 15px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.article-container .cost-details h1{
    font-size: 18px;
    color: #ffffff;
}

.article-container .cost-details h2{
    font-size: 18px;
}

.cost-details h2 span{
    font-size: 32px;
    line-height: 40px;

}

.terms:first-of-type{
    margin-bottom: 20px;
    border-bottom: 1px solid #555555;
    padding-bottom: 10px;

}

.content .cost-details .terms h2{
    font-size: 11px;
    color: #ffffff;
}

.terms img{
    float: left;
}

.content .terms p{
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    line-height: 12px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.cost-details h2 span:last-of-type{
    font-size: 14px;
}

.register-interest {
    background-color: #0090C6;
    padding: 27px;
    margin-top: 1px;
}

.content .register-interest a:link, .content .register-interest a:visited{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.content .share-article p{
    font-size: 12px;
    color:#666666;
    float: left;
    font-weight: 600;
    margin-bottom: 0;
}

.share-article ul{
    float: right;
}

.share-article ul li a{
    font-size: 18px;
    margin-left: 2px;
}
.share-article{
    padding: 30px 15px;
}

.course-details{
    background-color: #dddddd;
    padding: 30px 20px;
}

.content .course-details h2{
    font-size: 18px;
    color: #0090C6;
}


.course-details ul{
    margin-top: 20px;
    max-width: 183px;
}

.course-details ul li{
    margin-bottom: 15px;
    font-size: 12px;
    color: #525252;
    font-weight: 600;
    padding-left: 16px;
}

.course-details ul li:last-of-type{
    margin-bottom: 0;
}


.course-details ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -13px;
    color: #0090C6;
    width: 13px;
}

.article-image{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.course-details.right{
    background-color: transparent;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}



.course-details.right ul li{
    font-size: 13px;

}

.course-details.right ul{
    max-width: 100%;
}


.related-courses{
    padding: 30px 20px;
}

.content .related-courses p{
    color: #666666;
    font-weight: 600;
}

.related-courses li a:link{
    font-weight: 600;
    color: #0090C5;
}

.related-courses li {

    margin-bottom: 15px;

}

.content .listing-sorting.breadcrumbs p:first-of-type a{
    margin-left: 0;
}
.related-courses li:last-of-type {
    margin-bottom: 0px;
}

.back{
    float: right;
    margin-bottom: 30px;
}

.content .back a:link,.content .back a:visited{
    color: #0090C6;
    text-decoration: underline;
}

.article-left.full{
    width: 100%;
    float: none;
}
footer {
    padding:50px 0 100px 0;
    background-color:#111111;
    position:relative;
}

footer .group-icons {
    margin-top: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: solid 1px #fff;
}



footer .header-menu p {
    color:#AAAAAA;
    text-align: right;
}

.footer-menu-top {
    padding-top: 10px;
    float: right;
}

.footer-menu-top a:link {
    font-size:21px;
    font-weight:700;
    margin-left:2px;
    color:#fff;
}

.header-menu-bottom.footer-links{
    float: right;
    position: relative;
}

.footer-links li{
    float: left;
}

.footer-links li a{
    color: #ffffff;
    font-weight: 500;
}
.group-icons {
    height: 60px;
    border-bottom: solid 1px #fff;
    background-color:#111;
    max-height:0;
    overflow: hidden;
    transition: 0.2s linear;
}

.group-icons.active {
    max-height:60px;
}


.group-icons li {
    display: inline-block;
    width: 20%;
    height: 60px;
    float: left;
    border-right: solid 1px #fff;
    box-sizing: border-box;
    border-left: solid 1px transparent;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
}

.group-icons li:first-child {
    border-left:solid 1px #fff;
}

.group-icons li.alias-academy {
    background-image:url(images/aa-logo.png);
    background-color:#FF8000;
}

.group-icons li.alias-hire {
    background-image:url(images/ah-logo.png);
    background-color:#2693FF;
}

.group-icons li.pec-video {
    background-image:url(images/pec-logo.png);
    background-color:#AAAAAA;
}

.group-icons li.alias-presents {
    background-image:url(images/ap-logo.png);
    background-color:#096C6A;
}

.group-icons li.alias-tv {
    background-image:url(images/at-logo.png);
    background-color:#FAAE3F;
}

.dia-group-toggle{
    cursor: pointer;
}


.course-menu-top > div > ul {
    background: linear-gradient(#333, #000);
    background-position: center;
    background-size: cover;
    height: 72px;
    padding: 20px;
    box-sizing: border-box;
}

.course-menu-top .login-menu{
    background: linear-gradient(#008BC0, #035372);
    background-position: center;
    background-size: cover;
    height: 72px;
    padding: 20px;
    box-sizing: border-box;
    top:0;
    width: 100%;
    display: none;

}

.course-menu-top > div > ul.account-menu{
    background: linear-gradient(#008BC0, #035372);
}

a.bold{
    font-weight: 700;
}

.course-menu-top .account-menu p{
    float: right;
    color: #ffffff;
    margin-top: 5px;
}

.account-menu p a{
    color: #ffffff;
}

.course-menu-top .account-menu li:after{
    content: '';
}

.course-menu-top .login-menu p{
    margin-right: 0;
}

.banner-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33%;
    background-image: url(https://aliashire.co.uk/wp-content/themes/alias-hire/images/banner-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.banner-arrow-right {
    left:auto;
    right:0;
    transform:rotate(180deg);
}

form label {
    display: block;
    padding-bottom: 5px;
}

form input, form textarea {
    margin-bottom:10px;
    padding:5px 10px;
    box-sizing: border-box;
    background-color:#CCCCCC;
    border: solid 1px transparent;
    width:100%;
    font-family: 'Raleway', sans-serif;
}


form input[type=submit] {
    cursor:pointer;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-weight:700;
    font-size:15px;
    font-family: FontAwesome;
}

.course-menu-top form input[type=submit]:hover {
    background-color: #979797;
}


.map-container {
    height:300px !important;;
}

.acf-map {
    width: 100%;
    height: 300px;
    background-color: rgb(217, 217, 217) !important;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}


.acf-map-overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:4;
}

article h1, article h2 {
    display:inline-block;
    margin-right:10px;
}


article {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:solid 1px rgba(204, 204, 204, 0.15);
    position: relative;
}


article .entry-content {
    min-height: 106px;
    padding-left: 140px;
}

article img {
    position:absolute;
    bottom:0;
    left:0;
}



.header-menu-bottom li:last-child {
    margin-right:0;
}


span.wpcf7-not-valid-tip {
    font-size:inherit;
    font-weight:700;
    color:#b90000;
    margin-bottom:20px;
    display:block;
}

div.wpcf7-validation-errors {
    border: none;
    padding: 0;
    margin: 0;
}

.ajax-loader {
    display:none !important;
}


.content a:link {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.form{
    width: 100%;
    max-width: 500px;
    background-color: #000000;
    border: 1px solid #DDDDDD;
    margin: auto;
}

.form-top{
    padding: 25px;
    box-sizing: border-box;
}
.form h1{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.form p{
    float: left;
    font-size: 18px;
    color: #0090C6;
    font-weight: 500;
    width: 100%;
    line-height: 33px;
    margin-bottom: 5px;
}

.form input, .form select{
    float: right;
    width: 60%;
    background-color: #ffffff;
    padding: 7px;
    box-sizing: border-box;
}
.form input.error {
    border: solid 1px #f00;
    background-color: #b90000;
    color: #fff;
}


.form form input, .form form select{
    margin-bottom: 20px;
}


.products ul li i{
    background-color: #B70808;
    border-radius: 209px;
    padding: 2px 3px;
    color: #fff;
    font-size: 10px;
    margin-top: -2px;
    margin-right: 5px;
}


.form-content{
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #555555;
}

.form-content:last-of-type{
    border-bottom: none;
}

.form form button{
    background-color: #0090C6;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    border-top: 1px solid #dddddd;
    width: 100%;
    padding: 32px;
    font-size: 32px;
    float: none;
    margin-bottom: 0px;
}

.form select{
    background-image: url("https://aliashire.co.uk/wp-content/themes/alias-hire/images/select.jpg");
    background-repeat: repeat-y;
    background-position: right -1px;
}

p.product-list{
    float: left;
    width: 30%;
}

.form-content .products{
    float: right;
    width: 65%;
    margin-top: 10px;
}

.products li input[type=number]{
    width: 15%;
    margin-left: 10px;
    height: 25px;
    padding: 0px 0 0 10px;
}

.form-content .products li{
    text-align: left;
    width: 90%;
    clear: both;
    font-size: 14px;
    /*color: #ffffff;*/
}

.form-content.dates .products li {
    float: left;
    width: 45%;
    clear: none;

}
#enquiry-popup {
	max-width: 800px;
}
.form-content.dates .products li input{
    padding: 2px;
    float: none;
    margin-left: 8px;
}

.form-content.dates .products li p{
    padding: 2px;
}
.form-content.dates .products li:last-of-type{
    float: right;

}

.form-content p span.small {
    font-size: 12px;
    width: 140px;
    display: block;
    float: left;
    line-height: 17px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:18%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.banner-spacer {
    height:100px;
}



.alternative-products h2 {
    margin:20px 0;
}


.alternative-products .course-item {
    width:100%;
    max-width:100%;
    float:none;
    margin-left:0;
    margin-right:0;
}

.alternative-products .course-item .course-item-image {
    height:200px;
}



.article-left ul {
    list-style: disc;
    margin: 10px;
}
.article-left ul li {
    list-style: disc;
    display: list-item;
    margin: 10px;
}

.breadcrumbs p span {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.continue-shopping {
    display: block;
    text-align: center;
    color: rgb(0, 144, 198);
    font-size: 20px;
}

.or {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 16px;
}


.listing h2.entry-title a:link,
.listing h2.entry-title a:visited,
.listing h2.entry-title a:active,
.listing h2.entry-title {
    font-size: 30px;
    color: #0090C6;
}

.listing article:hover h2.entry-title a {
    opacity:0.8;
}

.listing article div.entry-content {
    padding-left: 0;
    margin: 10px 0;
    min-height:150px;
}



.entry-footer {
    background: none;
    color: #B3B3B3;
    border-top: solid 1px #999;
    padding: 10px 0;
}

.listing-blog-image {
    width: 25%;
    height: 130px;
    float: left;
    margin: 0 20px 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.full-width.listing.with-sidebar {
    width:70%;
    float:left;
}

.sidebar{
    float:right;
    width:25%;
}

.sidebar section {
    display:block;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:solid 1px rgba(204, 204, 204, 0.15);
    width:100%;
    float:none;
}

.sidebar section .search-form {
    width:100%;
    float:none;
}

.widget-title {
    font-size: 19px;
    margin-bottom: 5px;
    color: #0090C6;
    font-weight: normal;
}

.widget .search-submit {
    background-color: #0090C6;
    font-family: Raleway;
}

.screen-reader-text {
    display:none;
}

.search-field {
    margin-bottom:0px;
}

.search-form label {
    padding-bottom:1px;
}

.cat-links {
    display:inline-block;
    margin-right:10px;
}

.widget li {
    line-height: 19px;
    margin-top: 5px;
}


.woocommerce-message {
    border-top-color: #0090C6;
}


.footer-links li {
    float: left;
    border-bottom: none !important;
}

.banner-items ul li.active.banner-has-link a {
    background-color:rgba(255,255,255,0);
    transition:0.5s ease;
}

.banner-items ul li.active.banner-has-link:hover a {
    background-color:rgba(255,255,255,0.2);
}

.banner-items ul li.hovering {
    transform:scale(1.2);
    transition:8s ease;
}

.banner-items ul li.hovering .banner-container {
    transform:scale(0.8);
    transition:8s ease;
}

.banner-trigger-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}


.page-numbers {
    text-align: center;
    color: #0090C5;
    font-weight: 700;
    font-family: Arial;
    font-size: 20px;
}

.content .half-width-title .listing-sorting p a.active {
    color: #525252;
}


form.wpcf7-form {
    margin-bottom: 30px;
}

form.wpcf7-form label {
    display: block;
    padding-bottom: 5px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    margin-bottom:10px;
    padding:5px 10px;
    box-sizing: border-box;
    background-color:#CCCCCC;
    border: solid 1px transparent;
    width:100%;
    font-family: 'Raleway', sans-serif;
}


form.wpcf7-form input[type=submit] {
    cursor:pointer;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-weight:700;
    font-size:15px;
}

form.wpcf7-form input[type=submit]:hover {
    background-color: #979797;
}

.reveal-form {
    display:none;
    top: 3px;
    right: 5px;
    position: absolute;
    z-index: 25;
    width: 200px;
}

.search-form.active {
    background-color:transparent;
}

.search-form.active .reveal-form {
    display:block;
}

.academy {
	background-color:rgba(249,146,25,0.3);
	border: 1px solid rgba(249,146,25,1)
}

.academy:hover {
	background-color:rgba(249,146,25,0.9);
}

.hire {
	background-color:rgba(2,149,203,0.3);
	border: 1px solid rgba(2,149,203,1)
}

.hire:hover {
	background-color:rgba(2,149,203,0.9);
}

.presents {
	background-color:rgba(106,188,184,0.3);
	border: 1px solid rgba(106,188,184,1)
}

.presents:hover {
	background-color:rgba(106,188,184,0.9);
}

.masthead {
	background-image:url(https://aliashire.co.uk/wp-content/uploads/2019/02/sony-new.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	overflow:scroll;
	width:100%;
}

.masthead > div > div > div > div > h3 {
			color:#ffffff !important;
}

.academy > a {
	color:#ffffff !important;
}

.hire > a {
	color:#ffffff !important;
}

.presents > a {
	color:#ffffff !important;
}

.alias-text {
	font-size:16pt;
	line-height:20pt;
	text-align:center;
	color:#ffffff;
}

@media only screen and (min-width: 600px) {
  .alias-text {
    font-size:24pt;
	line-height:30pt;
  }
}

.responsive-logo {
	max-width:100%;
	min-width:50%;
}