/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s): NAME
Created: DATE
======================================================*/

/* Tablet */
@media only screen and (max-width: 1199px) {
    .CourseBuckets .bucket, .WebinarBuckets .bucket {
        width: 49%;
    }
    .footer-btn {
        float: none !important;
        margin-top: 30px !important;
    }
    .visible-mobile {
        display: block;
    }
    .global-market-blocks-sidebar .w75 {
       display: block !important; 
       width: 100% !important;
    }
    .global-market-blocks-sidebar .w25 {
        display: none !important;
    }
    .block-a-tabs {
		display: block;
		z-index: 10;
	}
		.solution-section .tabs-row {
		padding-left: 0px;
		display: table;
		margin: 0 auto;
	}
	.solution-section .tabs-row-desktop {
		display: none ;
	}
	.solution-section .tab-content-block {
		float: none;
		width: 100%;
	}
	.solution-section .inner-img {
		position: relative;
		top: -20px;
		left: -20px;
	}
	.solution-section .tabs-row {
		width: 70%;
		margin: 0 auto;
		display: table !important;
	}
	.solution-section .inner-tabs-filter {
		display: none;
		width: 90%;
		margin: 0 auto;
		-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
		        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	    border: 1px solid #F4F4F4;
	    border-radius: 9px;
	    background-color: white;
	    z-index: 1;
	}
	.qcChunk .bucket-inner {
	    height: 280px !important;
	}
	.solution-section .tab-inner button, .solution-section .tab-inner a {
        color: #046C89;
        font-size: 16px !important;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 10px 20px;
        background-color: transparent !important;
        text-align: left !important;
        border-color: white !important;
        border-style: none !important;
        border-radius: 10px;
    }
	body .solution-section input[type=text] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 9px;
        background-color: white;
        display: block;
        position: relative;
        padding-right: 30px;
        font-size: 16px;
        padding: 14px 11px;
        width: 95%;
	}
	body .solution-section input::-webkit-input-placeholder {
		color: #002a38 !important;
	}
	.solution-section .tab-inner button:hover, .solution-section .tab-inner a:hover {
        color: #dc4405;
        text-decoration: none;
    }
	body .solution-section input::placeholder, body .solution-section ::-webkit-input-placeholder {
		color: #002a38 !important;
	}
	.solution-section .input-area {
		position: relative;
		z-index: 2;
		-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	    border-radius: 9px;
	}
	.solution-section .tab-inner.active button, .solution-section .tab-inner .active-tab-a {
        color: #dc4405;
    }
	body .solution-section .see-more:before {
		content: "\f078";
	    width: 10px;
	    font-family: Font Awesome\ 5 Pro;
	    cursor: pointer;
	    height: 10px;
	    position: absolute;
	    font-size: 15px;
	    top: 30%;
	    right: 15px;
	    z-index: 10;
	    color: #003E51;
	}
	body .solution-section .see-less:before {
		content: "\f077";
	    width: 10px;
	    font-family: Font Awesome\ 5 Pro;
	    cursor: pointer;
	    height: 10px;
	    position: absolute;
	    font-size: 15px;
	    top: 30%;
	    right: 15px;
	    z-index: 10;
	    color: #003E51;
	}
	.solution-section .tab-inner {
		border: none;
	}
	.solution-section .tab-inner:hover {
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: none;
		border-radius: 0px;
		background-color: white;
	}
	.solution-section .tab-inner.active {
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: none;
		border-radius: 0px;
		background-color: white;
	}
	.solution-section .tab-inner button:active {
	    -webkit-box-shadow: none;
	            box-shadow: none;
	}
	.solution-section .inner-tab-content {
		padding: 40px 40px 40px 30px;
	}
	.anchor {
        display: block;
        height: 80;
        margin-top: -30px;
        visibility: hidden;
        top: -2.618em;
    }
	.block .column{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block .column{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.block.full {
	    padding-left: 16px;
	    padding-right: 16px;
    }
	.block.swap-tablet{
		flex-direction: row-reverse;
	}
	.block.t100.swap-tablet{
		flex-direction: column-reverse;
	}
	.block.narrow > .column > *{
        max-width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.block.t100 > .column{
		width: 100%;
	}
	.block.t75 > .column{
		width: 75%;
	}
	.block.t60 > .column{
		width: 60%;
	}
	.block.t50 > .column{
		width: 50%;
	}
	.block.t40 > .column{
		width: 40%;
	}
	.block.t33 > .column{
		width: 33.33%;
	}
	.block.t25 > .column{
		width: 25%;
	}
	.block.t100 > .column + .column{
		margin-top: 15px;
	}
	.block.t100.full.column-has-bg > .column + .column{
		margin-top:0;
	}
	.block .block.t100 > .column{
		width: 100%;
	}
	.block .block.t75 > .column{
		width: 75%;
	}
	.block .block.t60 > .column{
		width: 60%;
	}
	.block .block.t50 > .column{
		width: 50%;
	}
	.block .block.t40 > .column{
		width: 40%;
	}
	.block .block.t33 > .column{
		width: 33.33%;
	}
	.block .block.t25 > .column{
		width: 25%;
	}
	.constrain{width:100%;  padding-left:15px; padding-right:15px;}
	.fullsite {display:none !important;}
	.smallsite {display:block !important;}	
	.hr{
	  margin: 20px auto;
	}
	/* Start Mobile Nav */
	
	#overlay {
		background: rgba(0,0,0,0.4);
		height:100%;
		width: 100%;
		position: fixed;
		top:0;
		left:0;
		z-index: 999;
		display: none;
	}
	
	.responsive-nav {
	    text-align: left;
	    background: #fff;
	    width: 90%;
		height: 100%;
	    padding: 20px 20px 20px;
	    position: fixed;
	    top: 0;
	    right: -90%;
	    z-index: 9999;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    transition: all 0.2s;
	    -ms-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    -webkit-transition: all 0.2s;
	    -o-transition: all 0.2s;
	}
	.responsive-nav.open {
		right:0;
		display: block !important;
	}
	.responsive-nav .logo{
		width: 164px;
		display: inline-block;
	}
	.responsive-nav .primary-close{
	    float: right;
	    font-size: 24px;
	    color: #002a38;
	    margin-top: 7px;
	}
	.responsive-nav .primary-nav{
		margin:20px 0 0;
		float: none !important;
	}
	.responsive-nav-inner{
        height: calc(100vh);
	    padding: 0 0 120px;
	    width: 100%;
	    margin: 0 auto;
	}
	.primary-nav li,
	.primary-nav li a {
		font-size: 14px !important;
		font-weight: 700;
	}
	.primary-nav li {
		line-height: 1 !important;
		margin-bottom: 5px;
	}
	.primary-nav a {
		color:#656363 !important;	
		text-decoration: none !important;
		line-height: 1.43;
		width: 78%;
		padding: 10px 40px 10px 0;
		display: inline-block;	
	}
	
	.primary-nav > li i.hidden-lg {
	    color: #48494a;
	    font-size: 17px;
	    text-align: right;
	    vertical-align: top;
	    width: 54px;
	    display: inline-block !important;
	    cursor: pointer;
	    margin-top:13px;
	}
	.primary-nav > li i.hidden-lg.rotate:before{
		content:"\f077";
    }
	.primary-nav ul .back {
		color:#aaa;
		margin-bottom: 10px;
		padding: 10px 10px 10px 30px;
		cursor: pointer;
	}
	.primary-nav ul .back i {
		margin-right:10px;
	}
	
	.primary-nav ul {
		display: none;
		transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}
	.primary-nav ul.active {
		display: block;
	}
	.primary-nav ul li{
		height: auto;
	}
	.primary-nav ul li a{
		padding:5px 15px;
		font-weight: 400;
	}
	.primary-nav ul li i.hidden-lg{
		margin-top:8px;
		font-weight: 400;
	}
	.primary-nav ul ul{

		padding:10px 0;
	}
	.primary-nav ul ul li{
		padding-left: 16px;
	}
	#additional-menu{
	    border-top: 1px solid gray;
	    margin-top: 20px;
	    padding-top: 20px;
	}
	#additional-menu li{
		display: block;
		padding:10px 0;
	}
	#additional-menu li a{
		font-size:14px;
		color:rgba(40, 42, 43, 0.56);
		line-height: 1.43px;
	}
	/* End Mobile Nav */
	.fancybox-stage{
		width: 80%;
		margin: 0 auto;
	}
	.fancybox-arrow{
		width: 40px;
	}
	.img-wrapper.img-left,
	.img-wrapper.img-right{
		float: none;
		padding: 0;
		margin-top: 0;
	}
	.columnlist-3 ul,
	ul.columnlist-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .image-text-block{
        width: 50% !important;
    }
    .image-text-block.image-text-row{
        width: 100% !important;
    }
	#main-content > .block-1 .nested:first-child .block-1 .video-block, 
	#main-content > .block-1 .nested:first-child .block-1 .image-single{
		margin-right:-32px;
	}
	#AlertContent{
        padding: 10px 0;
	}
    .tabbed-content.has-dropdown {
        position: relative;
        padding-top:40px;
    }
    .tabbed-content.has-dropdown .nav-tabs {
        position: absolute;
        top: 0;
        margin: 0 !important;
    }
    .tabbed-content .nav-tabs li {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .tabbed-content .nav-tabs li.active {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .tabbed-content .nav-tabs.open {
        max-height: 1000px !important;
    }
    
        .page-240 .image-single-inner img {
        min-height: 233px;
    }
    #home-banner .slides .constrain{
	    position: relative;
	    height:500px;
    }
	#home-banner .caption {
		height: auto !important;
	    position: absolute !important;
	    z-index: 2;
	    top: 50%;
	    left: 0;
	    right: 0;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    padding:0 30px;
    }
    .testimonial .slick-arrow:before {
        display:none;
    }
}
@media only screen and (max-width : 1415px) {
    #main-content > .block-1 .nested:first-child .block-1 .image-single {
        width: 120%;
    }
}
@media only screen and (max-width : 1300px) {
    #main-content > .block-1 .nested:first-child .block-1 .image-single {
        width: 100%;
    }
}
@media only screen and (max-width: 1055px) {
    .benefits-calc{
        height: 2555px !important;
    }
    .qcChunk .bucket-inner {
	    height: 400px !important;
	}
}
/* Phone (portrait and landscape) */
@media only screen and (max-width : 767px) {
    .CourseBuckets .bucket, .WebinarBuckets .bucket {
        width: 100%;
    }
    .benefits-calc{
        height: 2660px !important;
    }
    .qcChunk .bucket-inner {
        height: 160px!important;
    }
	.location-block .column {
	    padding-bottom: 0px !important;
	}
	.location-block ul {
	    margin-bottom: 0px !important;
	}
	.location-block-padding {
	    padding-top: 30px !important;
	}
	#main-content > .block-1 .nested:first-child .block-1 .image-single {
	    position: relative !important;
	}
	#home-banner .caption {
	    width: 100% !important;
	    padding-left: 35px;
        padding-right: 35px;
        padding-top: 0px !important;
	}
	body #home-banner .slick-dots {
	    bottom: 5px !important;
    }
    body #home-banner ul li {
        background-position: center center !important;
        background-size: cover !important;
    }
    .full-video .hp-viewport-header {
        height: 420px;
    }
	.block.swap-mobile{
		flex-direction: row-reverse;
	}
	.block.m100.swap-mobile{
		flex-direction: column-reverse;
	}
	.nested .block .column{
		padding-left:0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	.nested .block {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.block.m100 .column{
		width: 100%;
	}
	.block.m75 .column{
		width: 75%;
	}
	.block.m60 .column{
		width: 60%;
	}
	.block.m50 .column{
		width: 50%;
	}
	.block.m40 .column{
		width: 40%;
	}
	.block.m33 .column{
		width: 33.33%;
	}
	.block.m25 .column{
		width: 25%;
	}
	.block.m100 .column + .column{
		margin-top: 20px;
	}
	.block.m100.swap-mobile .column:first-child{
		margin-top:20px;
	}
	.block.m100.swap-mobile .column + .column{
		margin-top:0;
	}
	.block.m100.full.column-has-bg .column + .column{
		margin-top:0;
	}
	.block .block.m100 .column{
		width: 100%;
	}
	.block .block.m75 .column{
		width: 75%;
	}
	.block .block.m60 .column{
		width: 60%;
	}
	.block .block.m50 .column{
		width: 50%;
	}
	.block .block.m40 .column{
		width: 40%;
	}
	.block .block.m33 .column{
		width: 33.33%;
	}
	.block .block.m25 .column{
		width: 25%;
	}
	.block .w40, .block .w60, .block .w50 {
	    width: 100%;
	    display: block;
	    /*text-align: center;*/
	}
	.block .w40 .button, .block .w60 .button, .block .w50 .button {
	    width: auto;
	}
	.img-wrapper img{
		margin:0 auto;
		display:block;
	}
	.cover-object img {
	    object-fit: cover;
	}
	.block .column:first-of-type {
	    padding-bottom: 10px;
	}
	.block .column:last-of-type {
	    padding-top: 10px;
	}
	.center-mobile {
	    text-align: center;
	}
	.auto-width {
	    width: auto !important;
	}
	.video{
		width: 100%;
		height: 200px;
	}
	.paging ul li a{
		padding: 5px 12px;
	}
	.crumb-container .crumb.first ~ .crumb{
    	display: none;
	}	
	.columntext-2,
    .columntext-3 {
        display: block;
    }
    .columntext-2 > p,
    .columntext-3 > p {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .columntext-2 > p + p,
    .columntext-3 > p + p {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    .columnlist-2 > ul,
    ul.columnlist-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .columnlist-3 > ul,
    ul.columnlist-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .image-text-block{
        width: 100% !important;
    }
    .image-text-row {
        margin-bottom: 35px !important;
    }
    .image-text-row .image{
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .image-text-row .content{
        width: 100% !important;
    }
	.forms .input-group{
		width: 100%;
	}
	#main-content > .block-1 .nested:first-child .block-1 .video-block, 
	#main-content > .block-1 .nested:first-child .block-1 .image-single{
		margin-top:0;
		padding-top:0;
		margin:20px -16px 0;
	    height: auto;
	}
	#main-content > .block-1 .nested:first-child .block-1 .image-single {
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	#main-content > .block-1 .nested:first-child .block-1 .image-single .image-single-inner{
		height: 225px;
	}
	#main-content > .block-1 .nested:first-child .block-1 .image-single .image-single-inner img{
		top:50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	}
	#breadcrumbs #breadcrumb{
		padding:0;
	}
	#breadcrumbs .crumb-container a:after, #breadcrumb .crumb-container a:after{
		content:"";
	}
	.forms input[type=text], .forms input[type=email], .forms input[type=number], .forms input[type=tel], .forms textarea, .forms select, .forms #file-uploader-image, .forms .bootstrap-select{
		font-size:10px;
	}
	.forms .fileupload label{
		font-size:10px;
		top:17px;
	}
	.testimonial .testimonial-slide {
        display: inline;
    }
    .descrip-text {
        width: 100%;
    }
    .descrip-img {
        width: 100%;
    }
    .testimonial-slide .image {
        height: 357px;
        margin: 46px 6px 27px 18px;
    }
    .testimonial-slide .fa-quote-left {
        margin-top: 25px;
    }
    .tabbed-buckets-special.has-dropdown {
        position: relative;
        padding-top:40px;
    }
    .tabbed-buckets-special.has-dropdown .nav-tabs {
        position: absolute;
        top: 0;
        margin: 0 !important;
    }
    .tabbed-buckets-special .nav-tabs li {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .tabbed-buckets-special .nav-tabs li.active {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .tabbed-buckets-special .nav-tabs.open {
        max-height: 1000px !important;
    }
    .video-area .tagline {
        display: none;
    }

}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
    left: -12px !important;
}
}
/* Phone (portrait) */
@media only screen and (max-width : 480px) {

}
