
/* -------------------------------------------------------- */
/*-----------------Base -----------------------------------     */
/* -------------------------------------------------------- */
body{ 
    font-family: 'ABMSans', 'Arial', sans-serif !important;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; 
    cursor:default;
    font-size: 14px !important;
}

.Telegraf SemiBoldular, h1, h2, h3, h4, h5, h6 {
    font-family: 'ABMSans', Arial !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: 700;
    font-size: 36px !important;
    margin-bottom: 0.50em;
    color:#000;
}
h2.subtitle{
    font-weight: 300;
    color:#919191;
    font-size: 19px !important;
    margin-bottom: 0px;
}
h2.subtitle i{
    color:#ff8200;
    font-size: 2em !important;
}
h2.message{
    font-weight: 500;
    color:#fff;
    font-size: 19px !important;
    margin-bottom: 0px;
}
a{
    text-decoration: none !important;
	color:#ff8200;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.hover-color:hover{
    color:#ff8200 !important;
}
a:hover, a:focus {
    color: #ff8200;
}

#loginmyModal #submitbutton {
    background-color: #ff8200;
	color: #000;
}

#loginmyModal #submitbutton:hover {
    background-color: #ff8200;
	color: #FFF;
}

iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: 600;
}
p{
    line-height: 23px;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
    outline: none;
}
/*============================================================*/
/*========= margin padding for giving spaces in rows =========*/
/*============================================================*/
.margin-btm20{
    margin-bottom: 20px;
}
.padding-60{
    padding: 60px 0px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.divied-40{
    width:100%;
    height: 40px;
    clear: both;
}
.divied-60{
    width:100%;
    height: 60px;
    clear: both;  
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.partner-padding img {
    padding: 5px 20px;
}

/*============================================================*/
/*========= bootstrap overrides ==============================*/
/*============================================================*/


/*layout width set what you want
@media(min-width:1200px){
    .container{
        width:970px;
    }
}

@media(min-width:768px){
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}
*/

/*pagination*/
.pagination  li  a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #eee;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pagination li a:hover{
    color:#fff;
    background-color: #ff8200;
    border-color: #ff8200;
}

/*progress bar*/
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 20px;
    background: #E9E9E9;
}
.progress-bar{
    line-height: 10px;
    background: #ff8200;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h3.heading-progress{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
h3.heading-progress span{
    color:#ff8200;
    font-weight: 400;
}
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}

@media (max-width: 767px) {

	.text-center-mobile {
		text-align: center !important;
	}

	.carousel-item .text-end, .carousel-item .text-start {
		text-align: center !important;
		height: fit-content;
	}
	
    .nopadding {
        padding-left: 15px; 
    }

    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}

.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color:#ff8200;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #ff8200;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
/*resposive audio*/
.audio{
    width:100%;
}
/*resposive video*/
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================== ========*/
/*========= main menu =========*/
/*============================*/
.navbar-inverse{
    background-color: #474544;

}
.navbar{
    border: none !important;
    border-radius: 0;
    margin-bottom: 0px;
    font-family: 'ABMSans', sans-serif;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #ff8200 !important;
    color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-nav {
    margin: 0px;
}

.navbar-collapse input[type="text"] {
    margin-bottom: 10px;
}

.navbar-collapse{
    max-height:450px!important;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 5px 0px;
    min-width: 190px;
    background-color: #222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #ef4f99 !important;
}
.navbar .dropdown-menu li a{
    color:#fff;
    padding: 9px 20px;
    border-bottom: 1px solid #333;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #474544;
    color:#fff;
}
.menu-href, .menu-href:hover {
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
	display: inline-block;
}

.select {            
	font-family: Arial, sans-serif!important;
	font-size: 14px!important;
	display: inline-block!important;
	-webkit-font-smoothing: antialiased!important;
	-webkit-text-size-adjust: 100%!important;
	padding: 0 10px!important;
	margin-bottom: 15px!important;
	font-size: 14px!important;
	line-height: 25px!important;
	color: #7a7a7a!important;
	border: 1px solid #dadada!important;
	resize: none!important;
	vertical-align: middle!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background: #FFF!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	-webkit-transition: all 200ms ease-in!important;
}
.integrations{
	background-color:#e1e1e1;
	padding-top:8px;
	padding-bottom:3px;
}
.btn-twitter {
	background-color: #d9d9d9;
	color: #5ea9dd;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}
.btn-facebook {
	background-color: #3b5998;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}
.btn-linkedin {
	background-color: #0077b5;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}

@media (min-width: 768px){
    .navbar-brand{
        color:#fff !important;
        float: left ;
        padding: 7px 0;
        padding-left: 0px;
        font-weight: 700;
        font-size: 35px;
        height: 78px;
        text-transform: uppercase;

    }

}

/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/
.navbar-default {
    background-color: white;
    border: none;
    color: #575757;
    border-radius: 0px;
    z-index: 9999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: #e0e2e6;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color:#e0e2e6;
    color:#333;
}
/*==================== ========*/
/*========= main flex slider =========*/
/*============================*/

#main-slider-bg{
    background: url('../img/bg.png') no-repeat center;
    position: relative;
    height: 350px;
    margin-top: 125px;
}
.slider-overlay{
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-main{
    background: #4c4f54;
    padding-top: 125px;
    /*height: 400px;*/
    overflow: hidden;
}
.slider-main img{
    width: 80%;
  /*margin-top: 0px;*/
}

.slider-main .flex-control-paging li a {
    background: #fff !important;
}
.slider-main .flex-control-paging li a.flex-active {
    background: #51a0dd !important;
}
.slider-main .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 370px;
    margin-top: 0px;
    z-index: 9;
    display: none;
}

.slider-heading{
    color:#c8102e;
    font-weight: 600;
    font-size: 4em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px #FFFFFF;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.slider-desc{
    color:#c8102e;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 17px;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}



/*==================== ========/
/*========= responsive css for 768px that work in all divices =========*/
/*============================*/

@media(max-width:767px){

    .slider-main .flex-control-nav {
        display: none;
    }

    #main-slider-bg {
        margin-top: 50px;
    }    
    /*for slider text*/
    .slider-heading{
        font-size: 2.9em;
        margin-top: 10px;
    }

    .slider-main {
        padding-top: 0;
        height: auto;
    }

    .slider-main img{
        width: 100%;
        margin-top: 50px;
    }

    .slider-overlay {
        top: 150px;
    }

    .slider-main .flex-control-nav {
        bottom: 350px;

    }

    .navbar-brand{
        padding-top: 7px;
    }
    /*adjust logo size*/
    .navbar-brand img {
        width: 109px;
        height: 35px;
    }
    #page-tree h1 {
        color: white;
        font-size: 36px;
    }
}

@media(max-width:768px){
    #username2 {
        width: 140px;
    }
    #password2 {
        width: 140px;
    }
}

@media(min-width:768px) and (max-width: 991px){
    /*adjust logo position*/
    .navbar-brand{
        padding-top: 7px;
    }
}

#secondary-nav {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 1000;
    background-color: #e0e2e6;
    border: none;
    padding: 7px 0px;
    font-size:12px;
    font-family: 'ABMSans', sans-serif;
    color: white;
}

.mobile-form {
    background-color: #a3a19e;
}

.mobile-form-top {
    padding-top: 10px;
}

.mobile-form-bottom {
    padding-bottom: 10px;
}

#secondary-nav a {
    color: #a4a4a4;
}

#secondary-nav form {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
}

#secondary-nav .container {
    position: relative;
    padding: 0px 5px 5px 0px;
}

#secondary-nav .form-control {
    margin-bottom: 0px;
}

#secondary-links {
    float: left;
    margin-top: 9px;
}


/*==================== ========*/
/*========= buttons css =========*/
/*============================*/
.btn{
    font-weight: 700;
    font-size: 13px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn:hover {
    color: #FFFFFF;
	background-color: #ff9b33;
}
.btn-green {
    background-color: #ff8200;
    color: #fff;
    border: 2px solid #ff8200;
    border-radius: 20px;
    padding: 10px 20px;
}
.carousel-caption .btn-light {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #ff8200;
    color: #ffffff;
    border: none;
    margin-top: 30px;
}
/*button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

.btn-theme{
    background-color: transparent;
    color:#ff8200;
    border-radius: 0;
    border:2px solid #ff8200;
}
.btn-theme:hover{
    background-color: #ff8200;
    color:#fff;
}
.btn-dark:hover{
    background-color: #ff8200;
    border-color: #ff8200;
    color:#fff;
}

@media (max-width:767px) {
    .btn-center {
        text-align: center;
    }

}

/*============================*/
/*========= Social icons =========*/
.social li a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    margin-bottom: 9px;
    font-size: 19px;
    color:#222;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social li a i:hover{
    color:#fff;
    background-color:#ff8200; 
}
/*============================*/
/*============================*/
/*========= Services =========*/
/*============================*/

.services-box{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
    min-height: 350px; 
}
.services-box h3{
    margin-bottom:10px;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 700;
}
.services-box i{
    font-size: 39px;
    color:#51a0dd;
}
.services-box p{
    margin-bottom: 0px;
}
/*services option 2*/
.services-box-2{
    text-align: center;
}
.services-box-2 i{
    font-size: 34px;
}
.services-box-2 h3{
    margin: 13px 0px;
    font-size: 20px;
}

.list-services li i{
    margin-right: 10px;
    font-size: 18px;
}
.list-services li{
    font-size: 16px;
    padding: 5px 0px;
}

@media only screen and (max-width: 990px) {
    .services-box {
        min-height: 0px;
    }
}

/*==================== ========*/
/*========= Sections =========*/
/*============================*/
#recent-work{
    background: #a5a39e;
}
#about-colored {
    background-color: #ff8200;
    padding: 20px;
    margin-top: 100px;
}
@media (max-width: 768px) {
	#about-colored {
		margin-top: 48px;
	}
}
#about-colored-blue{
    background-color: #5bc2e7;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#about-colored-white{
    background-color: #fff;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#testimonials{
    background-color: #ff8200;

}
#footer-default{
    background-color: #FFF;
    color:#101010;
}
#page-tree {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ff8200;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0 1px 1px rgb(255 255 255 / 50%);
    -webkit-box-shadow: 0 1px 1px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    margin-top: 94px;
}

#page-tree h1 {
    color: white;
}

#hightlight-sec{
    background:url('../img/highlight-bg1.jpg')no-repeat center scroll;

}

#hightlight-sec h1{
    margin-top: 100px;
    color:#fff;
}
#hightlight-sec-2{
    background:url('../img/highlight-bg2.jpg')no-repeat center scroll;

}
#hightlight-sec-2 h1{
    margin-top: 100px;
    color:#fff;
    text-transform: uppercase;
    font-size: 40px;
}
#home-contact{
    background-color: #f7f7f7;
}
/*==================== ========*/
/*========= Portflio =========*/
/*============================*/

#grid .mix{
    display: none;
    opacity: 0;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style-type: none;
}
.portfolio-filters{
    margin-left: 0px;
    width:100%;
    padding-left: 0px;
}
.portfolio-filters li{
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 5px;
    background-color:#eee;
    color:#222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.portfolio-filters li:hover{
    background-color: #ff8200;
    color:#fff;
}
.portfolio-filters li.active{
    color:#fff;
    background-color: #ff8200;
}
.port-single-desc strong{
    font-weight: 700;
    color:#555;
}
.port-single-desc{
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
}
.port-single-desc p{
    margin: 0px;
}
.port-single-desc a{
    display: block;
}
/*portflio no margin no padding*/
.portfolio-no-margin{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
}
/*=========================================================*/
/*========= Portflio and blog image hover overlay =========*/
/*=========================================================*/
.portfolio-item{
    margin-bottom: 20px;
}
.image-sec{
    position: relative;
}
.image-overlay {
    position: absolute;
    text-align: center;
    background:rgba(245, 67, 37, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p{
    position: absolute;
    top: 50%;
    color:#fff;
    margin-top:-10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p i{
    font-size: 44px;
    color:#fff;
}
.image-sec:hover .image-overlay{
    opacity: 1;
}

/*=========================================================*/
/*========= blog =========*/
/*=========================================================*/
.blog-desc{
    padding:20px;
    background: #fff;
}
.blog-desc h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-desc h3 a{
    text-decoration: none;
    color:#333;
}
/*blog pages*/
.blog-items{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.blog-items img{
    width:100%;
    height: 400px;
}
.blog-items h1{
    margin: 20px 0px;
}
.blog-items h1 a{
    margin: 20px 0px;
    color:#444;
}
.blog-post-list{
    margin: 20px 0px;
}
.blog-post-list li{
    color:#444;
}
.blog-post-list li a{
    color:#444;
}
.blog-post-more{
    margin-top: 20px;
}
/*blog grid*/
.blog-grid-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 3px #999;
}
.blog-grid-desc{
    padding-top: 15px;
}
.blog-grid-desc h4{
    margin-bottom: 12px;
}
.blog-grid-desc h4 a{
    color:#555;
}
.blog-grid-meta{
    margin: 13px 0px;
}
.blog-grid-meta span{
    margin-right:2px;
}
.blog-grid-meta span a{
    font-size: 12px;
    font-weight: 400;
    color:#555;
}
.blog-grid-desc p{
    color:#555;
}
.more-button{
    margin-top: 15px;
}
.blog-grid-btm{
    padding: 5px 0px;
    border-top: 1px solid #eee;
}
.blog-grid-btm h3{
    margin-bottom: 0px;
}
.blog-grid-btm h3 span a{
    font-size: 14px;
    display: inline-block;
    color:#555;
}
.blog-grid-btm h3 span a i{
    margin-right: 5px;
}
.comment {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.comment i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #555;
    background: #f7f7f7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.comment h4{
    margin-bottom: 10px;
}
.comment span{
    font-size: 14px;
}
.comment p{
    overflow: hidden;
}

/*==================== ========*/
/*========= Testimoials =========*/
/*============================*/


#testimonials h1{
    color:#fff;

}
#testimonials h2.subtitle i{
    color:#fff;
}
#testimonials .testi-text{
    color:#fff;
    font-weight: 300;
    font-size: 23px;

}
#testimonials .testi-person{
    color:#fff;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}
#testimonials .flex-control-nav{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

/*==================== ========*/
/*========= breadcrumbs overrides =========*/
/*============================*/
#page-tree h1{
    margin: 0px;
    font-weight: 300;
}
#page-tree .breadcrumb{
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0px 0;
    background: transparent;
}
#page-tree .breadcrumb li a{
    color:#000;
}
#page-tree .breadcrumb li i:before{
    color:#000 !important;
}
#page-tree .breadcrumb li.active a{
    color:#ff8200;
}
/*==================== ========*/
/*========= footers =========*/
/*============================*/

/*footers default*/
.footer-column h3{
    color:#ddd;
    font-size: 20px;
    font-weight: 300;
}
.post-list li a{
    padding: 11px 0px;
    border-bottom: 1px solid #505152;
    display: block;
    color:#8C8989;
    font-size: 12px;
    font-weight: 500;
}
.work-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.work-list li a img{
    width:53px;
    height: 40px;
    padding: 3px;
    border:1px solid #505152;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.work-list li a img:hover{
    border-color: #ff8200;
}
.contact-list li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.contact-list li i{
    color:#ff8200;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-list li strong{
    font-size: 14px;
}


/*==================== ========*/
/*========= footer option 2 =========*/
/*============================*/
#footer-option{
    background: none repeat scroll 0% 0% #363839;
    color: #8C8989;
}
#footer-option h3{
    font-weight: 300;
}
#footer-copyright{
    padding: 20px 0px;
    background-color: #444444;
}
#footer-copyright span{
    color:#E9E9E9;
}
/*==================== ========*/
/*========= sidebar =========*/
/*============================*/
.sidebar-box-button {
    font-size: 16px;
    font-family: 'ABMSans', Arial;
    color: #ff8200;
    padding: 8px 18px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    vertical-align: middle;
}
.sidebar-box-button i {
    margin-right: 10px;
    color: #ff8200;
    width: 15px;
}
.sidebarbox-title{
    margin-bottom: 15px;
    font-size: 19px;
    color:#a5a39e;
}
.sidebar-box{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.sidebar-box .bold {
    color: #82858d;
}
.sidebar-box-white {
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.sidebar-box-white span {
    font-family: 'ABMSans', Arial !important;
    font-size: 14px !important;
    color: #000 !important;
}
.sidebar-box-blue{
    background-color: #5bc2e7;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.cat-list li{
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.cat-list li a{
    display: block;
    color:#505152;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.cat-list li a:hover{
    color:#ff8200;
}
.sidebar-box .work-list{
    margin-bottom: 0px;
}
.sidebar-box .work-list li{
    margin:0px;
}
.sidebar-box .work-list li a img{
    width:60px;
    margin-top: 5px;
}
.taglist a{
    padding: 3px 8px;
    color:#fff;
    background: #919191;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist a:hover{
    background: #c8102e;
}
.taglist-blue a{
    padding: 3px 8px;
    color:#fff;
    background: #5bc2e7;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist-blue a:hover{
    background: #ff8200;
}


/*==================== ========*/
/*========= error page =========*/
/*============================*/
.error-page h2{
    font-weight: 300;
    font-size: 120px;
}



/*==================== ========*/
/*========= Pricing tabels =========*/
/*============================*/

.price-box{
    padding:25px 0px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.price-box h3{
    font-size: 35px;
}
.price-box h3 small{
    font-size: 13px;margin-left: 5px;
}
.pricing-head{
    margin: 0px;
    padding: 20px 0px;
    background: #555;
    color:#fff;
}
.price-desc{
    margin-top: 25px;
    margin-bottom: 25px;
}
.price-desc p{
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
.price-box-popular .pricing-head{
    background-color: #ff8200;
}


/*==================== ========*/
/*========= team =========*/
/*============================*/
.person-desc{
    padding: 20px 15px;
    background-color: #fff;

}
.person-desc h4{
    font-weight: 700;
    margin-bottom: 10px;
}
.person-desc h4 small{
    font-size: 12px;
    margin-left: 12px;
}
.person-desc .social{
    margin-bottom: 0px;
    margin-top: 15px;
}





/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
#loginmyModal select,
#loginmyModal textarea,
#loginmyModal input[type="text"],
#loginmyModal input[type="password"],
#loginmyModal input[type="datetime"],
#loginmyModal input[type="datetime-local"],
#loginmyModal input[type="date"],
#loginmyModal input[type="month"],
#loginmyModal input[type="time"],
#loginmyModal input[type="week"],
#loginmyModal input[type="number"],
#loginmyModal input[type="email"],
#loginmyModal input[type="url"],
#loginmyModal input[type="search"],
#loginmyModal input[type="tel"],
#loginmyModal input[type="color"],
#loginmyModal  .form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
#loginmyModal textarea:focus,
#loginmyModal input[type="text"]:focus,
#loginmyModal input[type="password"]:focus,
#loginmyModal input[type="datetime"]:focus,
#loginmyModal input[type="datetime-local"]:focus,
#loginmyModal input[type="date"]:focus,
#loginmyModal input[type="month"]:focus,
#loginmyModal input[type="time"]:focus,
#loginmyModal input[type="week"]:focus,
#loginmyModal input[type="number"]:focus,
#loginmyModal input[type="email"]:focus,
#loginmyModal input[type="url"]:focus,
#loginmyModal input[type="search"]:focus,
#loginmyModal input[type="tel"]:focus,
#loginmyModal input[type="color"]:focus,
#loginmyModal  .form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*shortcodes typography css*/
.colored-bg{
    width:100%;
    padding: 15px;
    background-color: #ff8200;
}
.lead{
    font-weight: 300;
}

.bold {
    font-weight: bold;
    color: #919191;
}

.support-icon {
    font-size: 40px;
}

.support-link-text {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 15px;
}

.table {
    display: table;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-cell i {
    color: #919191;
}


/*****************google map*********************/

#map-canvas{
    width:100%;
    height: 400px;
}




.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/*****************custom styles*********************/

.headline-blue {
    color: #ff8200;
    font-size: 24px;
    font-weight: 700;
}

.center-block {
    display: block;
}

#bg-quote {
    background: #363839;
    padding: 40px;
}

#bg-quote p {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
}

#bg-connect {
	background-image: url("../img/background2.jpg");
    background-color: #cccccc;
    padding-top: 40px;
	padding-bottom: 40px;
	background-position: center center;
	background-size: cover;
}


@media(min-width:768px) and (max-width: 991px){

#bg-connect {
    padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: -50px;
}

}

@media (max-width: 767px) {

#bg-connect {
    padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: -100px;
}

}

.venuconnect {
	width:100%;
	height: auto;
}

.venuconnectdiv {
 position:absolute;
 top: 1px;
 left: 1px;
}

.itemtrigger {
 height:100px;
 visibility: hidden;
}

#loginerror {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    margin-top: 10px;
}

#loginerror2 {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    width: 100%;
    z-index: 999;
    position: relative;
    top: 93px;
    margin-bottom: 48px;
}

.headerBoxGraphicWidthLeft, .headerBoxGraphicWidthRight {
    display: none!important;
}

.button-cta {
    border: 0 none !important;
    color: inherit !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 2 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background: #ff8200 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    overflow: hidden !important;
    padding: 0 1.3em !important;
}

.button-cta:hover span {
    color: transparent;
    transform: translate(0px, -100%);
    transition-delay: 0s, 0.2s;
}
.button-cta:hover span::after {
    color: #fff;
    transition-delay: 0.2s;
}

.button-cta.active {
    color: #fff;
}
.button-cta span {
    display: block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.button-cta span::after {
    color: transparent;
    content: attr(title);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 100%);
    transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}

.button-cta:focus {
    outline: 0 none;
}

@media (max-width: 767px) {
.button-cta {
    border-radius: 1.5em;
    font-size: 1.25rem;
    height: auto;
    line-height: 3;
}
}

.button-cta-purple-1 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-2 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-3 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-4 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-5 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-6 {
    padding: 10px;
    line-height: 1.2em;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid black;
    color: #000;
}

.button-cta-purple-6:hover span::after {
    color: #000;
    transition-delay: 0.2s;
}

.button-cta-purple-6.active {
    color: #000;
}

.button-cta-purple {
    width: 100%;
}


.registerbutton {
 width:100% !important;
 float:right !important;
 text-align:right !important;
 z-index:99 !important;
 position:relative !important;
 margin-bottom: -44px !important;
}

.registerbuttontext {
 margin-top:10px !important;
 margin-right:10px !important;
 margin-left:10px !important;
 padding: 5px 50px 5px 50px !important;
 white-space:normal !important;
}

.menu-svg {
	height: 30px;
	width: auto;
	margin-bottom: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #7f7f7f;
}

.navbar-nav, .navbar-right{
    float: right;
}

.navbar-brand img {
	width: auto;
	height: 65px;
}

.nextgenimage {
	width: 100%;
    height: auto;
    max-width: 760px;
    margin-top: 40px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.roundshadow {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.covertxtlower {
    position: absolute;
    width: 100%;
	left: 0px;
}

.covertxt h1 {
    font-size: 4em !important;
	color: #ff8200;
}

.covertxt h3 {
    font-size: 2em !important;
	color: #ff8200;
}

.covertxtlower {
  text-shadow: 2px 2px 10px #FFF;
}

@media screen and (min-width: 768px) {
    #menu-navbar-1 {
        margin-left: 10px;
		margin-right: 36px;
    }
}

@media screen and (min-width: 1200px) {

    #menu-navbar-2 {
        margin-top: 0px;
        font-size: 16px;
        font-family: Arial;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 24px;
        font-weight: normal;
    }	

	.case-study-teaser {
		min-height: 512px;
	}

    .imageTintGreen {
        padding: 10px 20px !important;
    }
    
    .navbar-header {
        width: 168px;
    }
	
	#menu-navbar-2 {
		margin-top: 0px;
	}
	
    .navbar-brand img {
        width: auto;
        height: 65px;
    }
    .imageSquare {
        width:100%;
        height:200px;
    }
}

@media screen and (min-width: 1368px) {
	.covertxt h1 {
		font-size: 4em !important;
		color: #ff8200;
	}
	.covertxtlower {
		bottom: 6px;
	}
	.carousel-indicators {
		bottom: 180px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1367px) {
	.covertxt h1 {
		font-size: 3.5em !important;
		color: #ff8200;
	}
	.covertxtlower {
		bottom: 20px;
	}
	.carousel-indicators {
		bottom: 240px;
	}
}

@media screen and (max-width: 991px) {
	.covertxt h1 {
		font-size: 2.5em !important;
		color: #ff8200;
	}
	.covertxt h3 {
		font-size: 1.5em !important;
		color: #ff8200;
	}
	.carousel-box h2 {
		font-size: 48px;
	}
	.covertxtlower {
		bottom: 30px;
	}
	.carousel-indicators {
		bottom: 240px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .carousel-caption h1 {
        margin: 5px;
        font-size: 36px;
        font-weight: normal;
    }
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 21px;
        font-weight: normal;
    }	

	.header-icon, .header-icon > img {
		margin-left: 0px;
		height: 40px;
		width: auto;
	}

	.case-study-teaser {
		min-height: 250px;
	}
	 
	.case-study-teaser .home-page-metric {
		padding-top: 10px;
		background: none;
	}
	 
	.case-study-teaser a.case-study-image-link {
		width: 50%;
		float: left;
	}	

	.case-study-teaser .home-page-metric, .case-study-teaser .home-page-metric-sub, .case-study-teaser .field-homepage-introduction, .case-study-teaser .read-more-link {
		width: 50%;
		float: right;
	}
	
    .form-group {
        padding-bottom:5px;
    }
    .navbar-header {
        width: 168px;
    }

	#menu-navbar-2 {
		margin-top: 0px;
	}
	
    .navbar-brand img {
        width: auto;
        height: 50px;
    }
    .pageMessage {
        font-size: 30px;
    }
    .maintMessage {
        font-size: 16px;
    }
    .panel-footer {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {

	.training-img {
	 height: 145px;
	 width: auto;
	}

    #menu-navbar-1 {
        margin-left: 10px;
		margin-right: 36px;
    }
	
	.navbar-default {
		margin-bottom: 0px;
	}	
	
	
	.pagebackground {
		width:100%;
		background-color:#dfdcd8;
		height:53px;
		margin-bottom:20px;
	}

	.carouselbackground {
		margin-bottom:20px;
	}

    .videobox {
        height: 630px;
    }

	.carousel-caption {
	  left: 0;
	  right: 0;
	  background-image: none;
	  padding: 100px 33px 0px 33px;
	  color: #ff8200;
	  text-align: left;
	  bottom: unset !important;
	  top: 0px;
	  height: 100%;
	  background-image: url(../img/bluegradient.png);
	  background-position: right;
	  background-size: contain;
	}

    .carousel-caption hr {
        width: 30%;
    }
    
	.navbar-brand {
		padding: 8px 14px 14px 14px !important;
	}
	    
    #loginmyModal .form-control:-moz-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control::-moz-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control:-ms-input-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control::-webkit-input-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }

    #loginmyModal .form-control {
    	font-size:14px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
		border: none !important;
		box-shadow: none !important;
        padding: 4px 12px !important;
        line-height: 1.22857 !important;
        height: auto !important;
        background-color: #202020 !important;
		color: #FFFFFF !important;
		margin: 5px !important;
    }
	
	#loginmyModal .form-control:focus {
		border-color: #66AFE9 !important;
		outline: 0px none !important;
		box-shadow: none !important;
		background-color: #202020 !important;
		color: #FFFFFF !important;
	}	
	
	#loginmyModal .form-control-username {
		margin: 8px !important;
		width: 93% !important;
		background-color: #FFFFFF !important;
		color: #202020 !important;
	}
	
	#loginmyModal .form-control-password {
		margin: 8px !important;
		width: 93% !important;
		background-color: #FFFFFF !important;
		color: #202020 !important;
	}
	    
    .form-group #submitbutton {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 20px;
        padding: 8px 14px 8px !important;
        line-height: 1;
        height: auto;
		margin-top: 6px;
		margin-right: 16px;
    }

}

@media(min-width:768px) and (max-width: 991px){
	.navbar-form {
		padding: 10px 0px 5px 0px;
	}
}

@media (min-width:768px) {
	.navbar-form {
		padding: 10px 0px;
	}
}

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

	.next-gen h2 {
		font-size: 2.5rem;
	}

	.registerbutton {
	 width:100% !important;
	 float:right !important;
	 text-align:right !important;
	 z-index:99 !important;
	 position:relative !important;
	 margin-bottom: 19px !important;
	}

	.registerbuttontext {
	 margin-top:10px !important;
	 margin-right:10px !important;
	 margin-left:0px !important;
	 padding: 5px 0px 5px 0px !important;
	 white-space:normal !important;
	 width:100% !important;
	}

	.case-study-teaser {
		min-height: 250px;
	}

    .carousel-control {
        top: 80px;
    }

    .videobox {
        height: 400px;
		margin-bottom:50px;
    }

    .sliderimage {
        position: absolute;
        bottom:240px;
        left:0;
    }

	.navbar-brand img {
		width: 120px;
		height: auto;
		margin: 2px;
	}
	
    .navbar-brand {
        padding: 0px;
    }	

    #menu-navbar-1,#menu-navbar-2,#menu-navbar-3 {
        margin-top: 15px;
        font-size: 16px;
        font-family: Arial;
		width: 100%;
    }
    
    .navbar-header {
        width: 100%;
    }
    
    #secondary-nav {
    	margin-top: -15px;
    }
    	
    .navbar-default .navbar-nav > li > a {
    	margin-bottom: 0px;
    }
    
	.carousel-caption {
		bottom: unset;
		padding: 200px 0px 0px 0px;
		padding-bottom: 5px;
		width: 100%;
		background: none;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 100%;
	}

    .carousel-caption p {
        font-size: 22px;
    }
    .carousel-caption .btn-lg {
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.33;
        padding: 3px 6px;
    }

    .pageMessage {
        font-size: 20px;
    }
    .maintMessage {
        font-size: 14px;
    }
    .panel-footer {
        padding: 0px !important;
    }
    
    .container-footer, .container-body {
        min-width: 290px;
    }

    #loginmyModal .form-control {
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
        color: #555 !important;
        display: block !important;
        font-size: 14px !important;
        height: 34px !important;
        line-height: 1.42857 !important;
        padding: 6px 12px !important;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
        width: 100% !important;
        margin-bottom:10px !important;
    }
	
	.input-group-addon {
		margin-top: 5px;
		margin-right: 15px;
		font-size: 18px;
	}	

     .modal-dialog-center {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
	.slidecenter {
		text-align: center;
	}	
}

.loginlink {
    font-size: 12px;
    margin: 5px 0px 0px 9px;
    display: block;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-danger , .btn-danger:hover  {
    background-color: #ff9b33 !important;
    border-color: #ff9b33 !important;
    color: #151F6D !important;
}

body, table, td, th, li {
    font-family: 'ABMSans', Arial !important;
}

.langmenustyle img {
  width: 17px;
  height: auto;
}	

.langmenustyle button {
	background-color: transparent;
	color: #151F6D;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-family: inherit;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	background-image: none;
	border: none !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0px;
	padding: 0px 12px 7px 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

@media (max-width: 767px) {

	.loginlink {
		font-size: 16px;
		margin: 20px 17px 10px 17px;
	}

	#loginerror2 {
		top: 48px;
	}

	.navbar-nav, .navbar-right {
		float: unset;
	}

	body {
		overflow-x: hidden;
	}
	
	#navbartop {
		position: absolute;
	}

	.well {
		padding-left: 0px;
		padding-right: 0px;
	}

	.btn {
		white-space: normal !important;
	}

	.langmenustyle {
		position: absolute !important;
		top: 10px !important;
		right: 140px !important;
		z-index: 9999999;
	}

	.loginbarlink {
		cursor: pointer !important;
		color: #ff8200;
		font-size:18px;
		display: inline-block;
	}
	
	.loginbarlink:hover, .loginbarlink a:hover {
		color: #ffffff;
	}

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

	.btn-success {
		color: #fff;
		border-color: #ff8200 !important;
		background-color: #ff8200 !important;
		background: #ff8200 !important;
		font-size: 15px;
	}

	.navbar-toggle {
		background-color: transparent;
		background: none !important;
		border: 0px;
		border-radius: 0px;
		margin-right:0px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .langmenustyle .btn-default:hover, .langmenustyle .btn-default:focus {
		background-color: #transparent !important;
		transition: 0.2s !important;
	}

	.success-color {
		color: #91877f;
	}

	.no-padding {
		padding: 0px;
	}

	.mobile-menu-links {
		padding-top: 20px;
		padding-bottom: 0px;
		font-size: 16px;
	}

	#submitbutton-mobile, #loginbutton-mobile {
		border-radius: 0px !important;
		width: 100%;
		padding: 10px;
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}

	.padding-top-mobile-login {
		padding-top: 15px;
	}

	#menu-mobile input[type="text"], #menu-mobile input[type="password"]{
	  border: none !important;
	  background-color: transparent !important;
	  padding: 0px !important;
	  border-bottom: 1px solid !important;
	  font-size: 17px !important;
	  box-shadow: none !important;
	  border-radius: 0px !important;
	  color: #333333;
	}
	
	#menu-mobile .accordion-header {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navbar-form .form-group {
		margin-bottom: 20px;
	}

	/* Override for bootstrap add-on styling */

	#menu-mobile .input-group-addon {
	  border: none !important;
	  border-radius: 0px;
	  background-color: transparent !important;
	  /*border-bottom: 1px solid !important;*/
	}

	/* Simple on focus styling for fields. */
	#menu-mobile input[type="text"]:focus, #menu-mobile input[type="password"]:focus {
	  transition: 0.2s;
	  border-bottom: 3px solid #8b8b8b !important;
	}

	/* Color used for the bottom line of fields. */
	#menu-mobile input[type="text"], #menu-mobile input[type="password"], #menu-mobile .input-group-addon {
	  border-bottom-color: #8b8b8b !important;
	}
	
	#menu-mobile #submitbutton {
		float: right !important;
		background-color: #ff8200 !important;
		width: 100%;
		margin-top: 10px;
		padding: 15px !important;
		color: white !important;
		font-weight: bold !important;
		border: none !important;
	}

	/* Forcing a bootstrap menu to scroll */
	.scrollable-menu {
		height: auto;
		max-width: 200px !important;
		min-width: 200px !important;
		max-height: 260px;
		overflow-x: hidden;
	}

	.navbar-collapse {
		max-height: 600px!important;
	}

}

@media (max-width: 500px) {
	.langmenustyle {
		right: 100px !important;
	}
}

/* Bootstrap 5 Overrides */

.navbar-nav li {
    float: left;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.navbar-toggler {
    border: none;
    position: absolute;
    right: 20px;
}

.navbar-toggler i {
    color: #333333;
}

#menu-mobile a.loginlink {
    color: #3c5c9a !important;
    font-weight: bold;
}

a.loginlink {
    color: #ffffff;
    font-weight: bold;
}

.broughttoyouby {
    max-height: 33px;
    margin-left: 30px;
}

.footerlogo {
	width: 200px;
	height: auto;
}

#footer-default a, #footer-default a:hover, .footer-links {
    color: #707070 !important;
}

#footer-default span {
    font-size: 12px;
}

#footer-default h4 {
    font-size: 1.35em;
}

#footer-default .menu-link {
    margin-left: 0px;
}

.nav-social-bar {
    position: relative;
    background-color: #ff8200;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 5px;
    height: 31px;
}

.nav-social-bar a {
    color: #eeeeee !important;
    font-size: 12px;
}

.nav-social-bar a:hover {
    color: #ffffff;
}

.nav-social-bar .container {
    padding-left: 29px;
}

.bg-light {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-light-transparent {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.carousel-box i {
    margin-bottom: 20px;
}

.carousel-box {
    color: ff8200;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.carousel-box h2 {
    font-size: 62px;
    margin-bottom: 0px;
    text-align: center;
	color: #ff8200;
}

.carousel-box h2:hover {
    color: #ff8200;
}

.word-bar {
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover;
    height: 95px;
}

.menu-link {
    font-size: 12px;
    font-family: 'ABMSans', Arial !important;
    color: #000;
    padding: 8px 18px;
    margin-left: 20px;
    border: 1px solid #000 !important;
    border-radius: 20px !important;
    vertical-align: middle;
    display: inline-block;
}

.menu-link:hover {
	background-color: #ff8200 !important;
	color: #FFFFFF !important;
}

#login-myBtn {
	background:none !important;
	box-shadow: none !important;
}

#login-myBtn:hover {
    background-color: #ff8200 !important;
	color: #ffffff !important;
}

.menu-link img, .button-link img, .rainbow-link img {
    height: 7px;
    width: auto;
    margin-bottom: 2px;
    margin-left: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}
.menu-link img.hover, .button-link img.hover, .rainbow-link img.hover {
    display: none;
}
.menu-link img.default, .button-link img.default, .rainbow-link img.default {
    display: inherit;
}
.menu-link:hover img.hover, .button-link:hover img.hover, .rainbow-link:hover img.hover {
    display: inherit;
}
.menu-link:hover img.default, .button-link:hover img.default, .rainbow-link:hover img.default {
    display: none;
}

.button-link {
    font-size: 12px;
    font-family: 'ABMSans', Arial !important;
    color: #000000;
    padding: 8px 18px;
    margin-left: 20px;
    border: 1px solid black !important;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
}

.button-link:hover {
	background-color: #000000;
	color: #ffffff;
}

.rainbow-link {
    font-size: 12px;
    font-family: 'ABMSans', Arial !important;
    color: #000000;
    padding: 8px 18px;
    margin-left: 20px;
    border: none !important;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
	background-color: transparent;
	background-image: url('../images/button-gradient.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rainbow-link:hover {
	background-color: #ffffff;
	color: #000000;
	background-image: none;
}

.featured-courses {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.featured-courses h3 {
	float: left;
}

#featuredcoursesdiv {
	background-color: transparent !important;
	width: calc(100% - 110px);
    float: left;
}

#featuredcoursescarousel {
	background-color: transparent !important;
	width: 100%;
}

.featuredcourses .carousel-inner-controls {
    width: 110px;
    position: relative;
    float: right;
}

.featuredcourses .carousel-control-next, .featuredcourses .carousel-control-prev {
	bottom: auto;
}

.carousel-inner-controls .button-link {
	height: 36px;
	width: 36px;
}

.carousel-inner-controls .button-link img {
    margin-top: 3px;
    float: unset;
    margin-left: -6px;
}

.course-box {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
    font-family: 'ABMSans';
    background-color: #222222;
}

.course-box h4 {
    margin-bottom: 0px;
    font-size: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    height: 83px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-box-desc {
	position: absolute;
    bottom: 0px;
    padding: 10px;
    font-size: 0.8em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}

.trocnation {
	margin-bottom: 40px;
	font-size: 0.8em;
}

hr {
	color: #000000;
    height: 2px;
    opacity: 1;
}

.padding-40 {
    padding: 40px;
}

.customer-experience {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    padding: 30px 0px 70px 0px;
    border-top: 30px solid #ff8200;
}

.next-gen {
	background-color: #ff8200;
	color: #ffffff;
	padding: 50px;
}

.next-gen h2 {
	font-size: 2.5em;
    margin-bottom: 0px;
}

.all-the-features {
	background-color: transparent;
	background-image:url('../images/features.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px;
}

.all-the-features li {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    color: #ffffff;
}

.all-the-features h1, .all-the-features h2, .all-the-features h3 {
    font-weight: bold;
    color: white;
}

.launch-forward {
	background-color: #3c5c9a;
	background-position: center;
    background-repeat: no-repeat;
	background-size: 100% 130%;
	padding: 100px;
}

.launch-forward .button-link {
    font-size: 26px;
    font-family: 'ABMSans', Arial !important;
    color: #ffffff;
    padding: 8px 18px;
    margin-left: 20px;
    border: none !important;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
	background-image:url('../images/button-gradient.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.launch-forward .button-link:hover {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

.launch-forward .button-link img {
    margin-left: 40px;
    height: 15px;
    margin-top: 12px;
}

.covertxtbuttons {
	width:100%;
	text-align:left;
	max-width: 510px;
	float: right;
}

a.accordion-button::after {
    background-image: none !important;
    content: "" !important;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: #ff9b33 !important;
    margin: 5px 0px 10px 0px !important;
    border-radius: 30px !important;
    border: none;
    padding: 4px 15px 4px 14px;
    color: #151F6D !important;
    font-family: 'ABMSans', 'Arial', sans-serif !important;
	box-shadow: none !important;
}

.accordion-button:hover {
    background-color: #FF8200 !important;
	color: #151F6D !important;
}

.accordion-button-link:not(.collapsed) {
    color: #FFFFFF !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-header .collapsed::after {
    content: "\f054" !important;
	margin-right: -8px !important;
}

.accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.bodywrap {
	margin-top: 100px;
}

/* Course Carousel Boxes */

.course-box-desc {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    font-size: 12px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-box-desc p {
    line-height: 1.2em;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:1800px) {
	.word-bar {
	  background-size: contain;
	  height: 95px;
	}
}

@media(min-width:768px) and (max-width: 991px){
	.word-bar {
	  height: 85px;
	}	
}

.troc-image {
	width: 100%;
	max-width: 550px;
	max-height: 390px;
	height: auto;
}

#frmregister .input-group {
    margin-bottom: 20px;
}

#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
    min-height: 640px;
}

@media(min-width:1200px){
	#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
		min-height: 746px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
		min-height: 680px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
		min-height: 610px;
	}
}

@media screen and (min-width: 450px) and (max-width: 575px) {
	#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
		min-height: 730px;
	}
}

.exploremore {
	border-left: 2px solid #FFFFFF;
	height: 90px;
	width: 4px;
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: -8px;
	float: unset;
	padding: 0px;
	display: inline-block;
}

.hero-circle {
    width: 100%;
    max-width: 430px;
    height: auto;
    opacity: 100%;
}

.bigger-circle {
    width: 100%;
    max-width: 900px;
	max-height: 350px;
    height: auto;
    opacity: 100%;
}

@media (min-width: 1368px) {
	.bigger-circle {
		width: 100%;
		max-width: 1260px;
		height: auto;
		opacity: 100%;
		max-height: unset;
	}
}

@media (max-width: 767px) {

	.hero-circle {
		max-width: 340px;
	}
	
	.hero-circle {
		margin-top: 0px;
	}

	.hidden-sm {
		display: none !important;
	}

	.covertxtbuttons {
		text-align: center;
	}

	.exploremore {
		height: 40px;
	}
	
	.troc-image {
		width: 100%;
		max-width: 550px;
		max-height: 290px;
		height: auto;
	}

	.bodywrap {
		margin-top: 80px;
	}

	.word-bar {
	  height: 55px;
	}

	.col-xs-4 {
		width: 33%;
	}
	.col-xs-6 {
		width: 50%;
		margin-bottom: 20px;
	}

	.launch-forward .button-link img {
		margin-left: 10px;
		height: 10px;
		margin-top: 6px;
	}

	.launch-forward .button-link {
		font-size: 15px;
		padding: 8px 18px;
	}

	.bg-light {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}
	#featuredcoursescarousel .carousel-inner {
		width: 100%;
	}
	.featuredcourses .carousel-inner-controls {
		width: 100%;
	}	
}

@media (min-width: 576px) {
	.padding-right-20 {
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.troc-image, .hero-circle {
	    width: 100%;
	}
}

@media (max-width: 575px) {
	.covertxtbuttons {
		text-align: center;
	}
	.troc-image, .hero-circle {
	    width: 70% !important;
	}
	.col-xs-12 {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.col-xs-6 {
		width: 100%;
	}
	.col-xxs-12 {
		width: 100%;
	}
}

@media(min-width:768px){
	#featuredcoursesdiv {
		padding-right: 100px;
	}
}

.accordion-header {
	color: #FFF !important;
}

#menu-mobile .accordion-header {
    color: #ff8200 !important;
}

#loginmyModal .accordion-header {
    font-size: 20px;
    margin-left: 17px;
    margin-top: -30px;
    margin-bottom: 20px;
	display: block;
    width: fit-content;
}

.slidecenter {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: fit-content;
}

ol, ul {
    padding-left: 0px;
}

.modal-title {
    display: inline-block;
}

.fixed-top {
    top: 0px;
}

.menulink {
    margin-top: 6px;
}

#menu-navbar-1 a {
    padding: 8px 18px;
    font-size: 12px;
}

@media(min-width:768px) and (max-width: 991px){
	#menu-navbar-1 a, .menu-link  {
		font-size: 10px;
	}
}

/* Reg Process Overrides */

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.btn {
  font-size: 13px;
  text-transform: unset;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 20px 6px 20px;
  border: 1px solid #ff9b33;
  margin-bottom: 2px;
}

.btn-default {
    color: #ff8200;
}

.btn-default:hover {
    background-color: #ff8200;
	color: #fff;
}

.btn-primary {
    background-color: #ff8200;
	color: #fff;
}

.btn-primary:hover {
    color: #ff8200;
	background-color: #fff;
}

.fullcoverhome {
    overflow: hidden !important;
    width: 100%;
    height: calc(100% - 30px) !important;
    position: relative;
    min-height: 650px;
}

.fullcoverhome-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-indicators [data-bs-target] {
    height: 25px;
    background-color: #ff8200;
}

.padding-bottom-50 {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media(min-width:992px) and (max-width: 1500px){
	.fullcoverhome {
		max-height: 650px;
	}
}

@media(min-width:768px) and (max-width: 991px){
	.fullcoverhome {
		height: calc(70% - 30px) !important;
	}
}

@media (max-width: 767px) {
	.fullcoverhome {
		height: 400px !important;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-indicators [data-bs-target] {
		height: 17px;
	}
	.slidecenter {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#latest-news .col-md-12 {
		padding: 20px 0px !important;
	}
	.padding-50 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.covertxt h1 {
		font-size: 1.5em !important;
		color: #ff8200;
	}
	h2.subtitle {
		font-size: 14px !important;
	}	
}

@media (max-width: 500px) {
	.fullcoverhome {
		height: 350px !important;
	}
	.covertxt h1 {
		font-size: 1.3em !important;
		color: #ff8200;
	}
	h2.subtitle {
		font-size: 12px !important;
	}
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alertMsgIcon {
    float: left;
    margin-right: 15px;
    margin-top: -3px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
    transition: box-shadow .15s ease-in-out !important;
}


.ssobutton {
    background-color: #ed8629 !important;
    margin: 5px 0px 10px 0px !important;
    font-size: 20px;
    border-radius: 30px !important;
    border: none;
    padding: 8px 23px 11px 23px;
    color: #151F6D !important;
    font-family: 'ABMSans', 'Arial', sans-serif !important;
	font-weight: normal;
}

.ssobutton:hover {
    background-color: #ff9b33 !important;
	color: #151F6D !important;
}

#menu-mobile .ssobutton {
	border-radius: 0px !important;
    width: 100% !important;
    padding: 15px 15px !important;
	margin: 20px 0px !important;
}

.ssolinkmobile {
    color: #000000;
    font-size: 1rem;
    margin-left: 20px;
}

.accordion-button-desktop {
    font-size: 15px;
    width: auto;
    display: inline-block !important;
}

@media (max-width:767px) {
	.accordion-button-desktop {
		display: none !important;
	}
}

.accordion-body {
    padding: 0px 15px;
}

#accordionFlushDesktop .accordion-body {
    padding-right: 0px;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.forgotpasslink {
	font-size:15px;
	color:#ffffff;
}

.forgotpasslink:hover {
	color:#ff8200;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

#accordionFlushMobile .accordion-button:hover {
    color: #000;
}

.headline {
    color: #FFF;
    font-family: 'ABMSans', 'Arial';
    font-size: 48px;
    margin-top: 50px;
}

.subhead {
	color:#FFF;
	font-family: 'ABMSans', 'Arial';
	font-size:36px;
}

.subsubhead {
    color: #FFF;
    font-family: 'ABMSans', 'Arial';
    font-size: 18px;
    margin-top: 20px;
}

#username2, #password2 {
    width: 197px;
    padding: 0 10px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    height: 34px;
    margin-right: 10px !important;
    display: inline-block;
}

@media (min-width: 1400px){
	.loginfields {
		top: 200px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.loginfields {
		top: 150px;
	}
}

@media(min-width:992px) and (max-width: 1199px){
	.ssobutton {
		font-size: 18px;
	}
	.headline {
		font-size:40px;
	}
	.subhead {
		font-size:30px;
	}
	.subsubhead {
		font-size:18px;
	}		
}

@media(min-width:850px) and (max-width: 991px){
	.headline {
		font-size:38px;
	}
	.subhead {
		font-size:26px;
	}
}

@media(min-width:768px) and (max-width: 849px){
	.headline {
		font-size:30px;
	}
	.subhead {
		font-size:22px;
	}
}

@media(min-width:768px) and (max-width: 991px){
	.container, .container-md, .container-sm {
		max-width: 820px;
	}
	.ssobutton {
		margin: 5px 0px 5px 0px !important;
		font-size: 17px;
	}
	#submitbutton2 {
		font-size: 13px !important;
	}
	#username2, #password2 {
		width: 177px;
		font-size: 15px;
		height: 30px;
	}
	.accordion-button-desktop {
		font-size: 13px;
	}
	#flush-headingDesktopTwo {
		float: right;
		padding-top: 6px;
	}
	.support-link-text {
		padding-top: 14px;
	}
	.forgotpasslink {
		font-size: 12px;
	}
	.subsubhead {
		font-size:12px;
	}	
}

@media (max-width:767px) {
	#flush-headingMobileTwo .accordion-button {
		width: fit-content;
		padding: 6px 15px 6px 14px;
	}
	.headline {
		font-size: 28px;
		margin-left: 15px;
	}
	.subhead {
		color: #fff;
		background-color: #ff8200;
		font-size: 20px;
		margin-top: 15px;
	}
	.subsubhead {
		font-size:10px;
	}		
    .form-control {
        width: 100%
    }
	.fullcoverhome-inner {
		background-color: #002f5f;
	}
	.fullcoverhome-inner .fill {
		opacity: .5;
	}
}

@media (max-width:500px) {
	.headline {
		font-size:24px;
	}
}
@media (max-width:420px) {
	#flush-headingMobileTwo .accordion-button {
		width: 100%;
	}
}


.ssolink {
	color: white;
    font-size: 0.9em;
}

.ssolink:hover {
	color: #ff8200;
}

.ssolinkmobile {
    color: #000000;
    font-size: 1rem;
    margin-left: 20px;
}

.ssolinkmobile:hover {
	color: #ff8200;
}

#accordionFlushMobile .accordion-button:hover {
    color: #FFFFFF;
}

.loginbarlink, .accordion-button-desktop {
	cursor: pointer !important;
	color: #ffffff;
	font-size:16px;
}

.loginbarlink:hover, .accordion-button-desktop:hover{
	color: #ff8200;
}

.bottom-links {
    margin-top: 20px;
    color: white;
    text-align: right;
}

@media(min-width:768px) and (max-width: 991px){
	.loginbarlink, .accordion-button-desktop {
		font-size: 13px;
	}
}

@media (max-width: 767px) {

	.bottom-links {
		margin-right: 20px;
	}

	.btn-password {
		border-radius: 0px !important;
		padding: 15px 15px !important;
		background-color: #ff8200 !important;
		border-color: #ff8200 !important;
	}

	.support-link-text {
		padding-top: 14px;
	}

	.langmenustyle {
		position: absolute !important;
		top: 15px !important;
		right: 70px !important;
	}

	.loginbarlink, .accordion-button-desktop {
		cursor: pointer !important;
		color: #ffffff;
		font-size:13px;
	}

	.btn-success, .btn-success:hover , .btn-danger , .btn-danger:hover  {
		color: #151f6d;
		background-color: #ff9b33;
		border-color: #ff9b33;
	}
	
	.ssobutton {
		font-size: 20px;
		margin: 20px !important;
	}

	#username2, #password2 {
		margin-top: 20px;
	}
}