.panel-default > .panel-heading {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-size: 1.375rem;
    font-weight: 900;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--bs-primary);
    
}

    .panel-title a {
        text-decoration: none;
    }

.panel {
    margin-bottom: 20px;
    background-color: var(--bs-primary);
    color: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.panel-body {
    padding: 15px;
}

.content-block a:hover {
    text-decoration: none;
}


@media screen and (min-width:640px) {

    /* .cta-block,
    .feature-block,
    .height1x,
    .image-block,
    .quote-block {
        height: 30.00vw
    } */


}


@media screen and (min-width:1100px) {

    /* .cta-block,
    .feature-block,
    .height1x,
    .image-block,
    .quote-block {
        height: 24.35vw;
		max-height:360px;
    } */

}




@media screen and (min-width:1440px) {

    /* .hero-block_content {
    padding: 40px 3%;
	} */

    .global-footer {
        background: none;
    }

    .global-header {
        left: 0;
        margin-left: 0;
        max-width: 1920px;
    }
    /* .no-touch .global-header--stick .nav-section .nav-menu {
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 1440px;
	}  */


    /* .global-header--stick .nav-primary 
	{
		padding-right:25%;
	} */



    .global-header_logo-link {
        left: 0;
        margin-left: 40px;
    }


    .footer-container {
        width: 1440px;
        margin: 0 auto;
    }
}

/* Flexible iFrame */

.border-right {
    border-right: 1px solid #ebebeb;
    margin-right: 40px;
}

/* 
	Generic Styling, for Desktops/Laptops 
	*/
/* Zebra striping */



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */

    /* Hide table headers (but not display: none;, for accessibility) */

    /*
	Label the data
	*/
}

/* DB */



p {
    margin-bottom: 1rem;
}

.hero-block {
    margin-top: 100px;
}

.hero-block_content {
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.64) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.64) 100%);
}

@media screen and (max-width:640px) {
    .hero-block_title {
        background: none !important;
        padding: 0px;
    }
}

/* .overide {
	height: auto;
    opacity: 1;
	padding: 4px 30px;
    -webkit-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
} */

@media screen and (max-width: 1099px) {
    .hero-block {
        margin-top: 55px;
    }
}

@media screen and (min-width: 1100px) {
    .hero-block {
        margin-top: 110px;
    }
}

.sb-msg {
    line-height: 1.3rem;
    font-size: 14px;
}

.page {
    max-width: 1920px;
}

.content-block hr {
    margin-bottom: 1.5rem;
    height: 6px;
    background: url(/images/general/hr-greylines.png) repeat-x 0 0;
    border: 0;
    clear: both;
    margin: 0 0 1.5rem 0;
}

.btn-success {
    border: none;
}


/* 
	Generic Styling, for Desktops/Laptops 
	*/
/*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
/* Zebra striping */


@media only screen and (max-width: 760px) {


    /* .standard-page table {
	  display: inline-block;
      max-width: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  overflow: hidden;
	  background: none;
	  
	}
	
	.standard-page table,
.standard-page table tbody {
 
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

	.standard-page table thead {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-negative: 0;
		  flex-shrink: 0;
	  min-width: -webkit-min-content;
	  min-width: -moz-min-content;
	  min-width: min-content;
	}

	.standard-page table tbody {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
	}
	
	.standard-page table td:first-child,	
	.standard-page table tbody tr:first-child {
	  background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 0) 100%);
	  background-image: linear-gradient(to right, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 0) 100%);
	  background-repeat: no-repeat;
	  background-size: 20px 100%;
	}
	.standard-page td:last-child,
	.standard-page table tbody tr:last-child {
	  background-image: -webkit-linear-gradient(right, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 0) 100%);
	  background-image: linear-gradient(to left, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 0) 100%);
	  background-repeat: no-repeat;
	  background-position: 100% 0;
	  background-size: 20px 100%;
	}

	.standard-page table tr {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
	}

	.standard-page table td,
	.standard-page table thead td {
	  display: block;
	}

	.standard-page table td {
		  background-image: none !important;

	  border-left: 0;
	}

	.standard-page table thead td:not(:last-child),
	.standard-page table td:not(:last-child) {
	  border-bottom: 0;
	}	 */
}


/* 
	Generic Styling for apps 
	*/

/* Zebra striping */
.data-protect {
    border: 1px solid #e5e5e5;
    height: 170px;
    overflow: auto;
    padding: 10px;
}

    .data-protect p {
        font-size: 12px;
    }

#installationForm label p {
    text-transform: none;
}

#installationForm .panel-default > .panel-heading {
    background-color: rgba(92, 135, 144, 0.2);
}

/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/


.style-msg {
    display: block;
    color: #444;
    border-left: 4px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.infomsg {
    background: var(--bs-info);
    color: #fff;
}

.style-msg .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.sb-msg i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}


.panel-body p {
    margin-bottom: 15px;
}

    .panel-body p:last-child {
        margin-bottom: 0;
    }

/* ----------------------------------------------------------------
	Pricing Boxes
-----------------------------------------------------------------*/


/* Pricing Boxes
-----------------------------------------------------------------*/


/* Pricing Boxes - Title
-----------------------------------------------------------------*/


/* Pricing Boxes - Price
-----------------------------------------------------------------*/


/* Pricing Boxes - Features
-----------------------------------------------------------------*/


/* Pricing Boxes - Action
-----------------------------------------------------------------*/


/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/


/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/


/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/* form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
    margin-bottom:25px;
} */

#installationForm label p {
    text-transform: none;
}

#installationForm .panel-default > .panel-heading {
    background-color: #202B50;
    color: #fff;
}

#installationForm .panel-default > .panel-heading,
#installationForm .panel-default > .panel-heading .panel-title,
#installationForm .panel-default > .panel-heading .panel-title a {
    color: #fff;
}

.panel-body p {
    margin-bottom: 15px;
    font-size: inherit;
}

    .panel-body p:last-child {
        margin-bottom: 0;
    }

.form-control {
    min-width: 100%;
}

/* label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
} */

@media screen and (min-width: 1100px) {
    .hero-block {
        min-height: 220px;
    }
}

/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.form-control {
    border-radius: 3px;
}

    .form-control:active,
    .form-control:focus {
        border-color: #999;
        box-shadow: none;
    }

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Raleway', sans-serif; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 1.3rem;
}

.radio-inline {
    /*line-height: 1;*/
}

.help-block {
    color: rgb(229, 17, 124);
}

.panel .checkbox input {
    transform: translateY(2px);
}

#courses .panel-default {
    margin-bottom: unset;
}

#courses .panel-default > .panel-heading {
    background: #fff;
    font-size: 1rem;
    transition: background .25s ease-in-out;
}

#courses .panel-default > .panel-heading:hover {
    background: var(--bs-info);
}

#courses .panel-default > .panel-heading:hover .panel-title {
    color: #fff;
}

#courses .panel-default > .panel-heading a:hover {
    color: unset !important;
}

.hidden {
    display: none !important;
}

#courses .panel-collapse .panel-body {
    background: #fff;
}

#courses .panel-collapse .panel-body label {
    color: var(--bs-primary);
}

#courses .panel_btn[aria-expanded="true"] .panel-heading {
    background: var(--bs-info);
}

#courses .panel_btn[aria-expanded="true"] .panel-title {
    color: #fff;
}

.alert-info {
    background: var(--bs-info);
    color: #fff !important;
}

.apply .data-protect a {
    color: var(--bs-light);
    text-decoration: underline;
}