/*Global*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* removes bullets in list items for IE11*/ 
    /* You may need the next line: #page_bonds #videos li */
    li {
        list-style-position: outside;
        overflow: hidden;
    }
}

ul { list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

ul li { list-style: none; }


h1 {
    color: #1B73C2;
    font-size: 50px;
    font-family: 'News Cycle', sans-serif;
}

h2 {
    color: #1B73C2;
    font-family: 'News Cycle', sans-serif;
    font-size: 30px;
}

p, td {
    font-family: 'News Cycle', sans-serif;
    font-size: 18px;
}

.btn {
    border-radius: 0px;
    font-family: 'News Cycle', sans-serif;
}

.btn-green {
    background: #9DCA4C;
    color: #fff
}

.btn-orange {
    background: #EE7E37;
    color: #fff
}

.btn-blue {
    background: #1B73C2;
    color: #fff
}

.section-break {
    margin-bottom: 30px;
}

.freeform-form-has-errors {
    padding: 15px !important;
    border: 1px solid #CC0000 !important;
    margin-bottom: 20px !important;
    color: #cc0000 !important;
}

.freeform-errors { 
	border: 1px #cc0000 solid !important;
    background-color: lightpink !important;
    color: #000 !important;
}


/*header layout*/
.header-image {
    background: #333 url(https://lionzone.com/images/uploads/front-grn.webp) bottom no-repeat;
    background-size: cover;
    min-height: 400px;
    width: auto;
    margin-top: 50px;
	background-position: right;
}

.logo {
    padding: 0px;
    margin: 0px;
    color: #EE7E37;
    font-size: 40px;
    font: 'Arial', sans-serif;
    font-weight: 200;
    letter-spacing: 3px    
}

.logo a:link {
    color: #EE7E37;  
}

.logo a:hover {
    text-decoration: none;
}

.home-header-text {
    background: #fff;
    opacity: .9;
    min-height: 400px;
    padding: 15px;

}

.home-header-headline {
    padding: 20px 0 0 0;
}

.we-are {
    font-size: 70px;
}

.welcome-text {
    padding: 20px;
}

.social-icon {
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px 5px 5px 5px;
    border: none;
}

/*navigation*/

.navbar {
    border-radius: 0px;
    border: 0px;
    background: #EE7E37 !important;
    color: #fff !important;
}

.navbar a{
    border-radius: 0px;
    background: #EE7E37;
    color: #fff !important;
    height: 50px;
}

.navbar ul {
    border-radius: 0px;
    background: #EE7E37;
    border: none;     
	list-style-type: none;
}

.navbar-right ul.dropdown-menu { text-align: left; }

.navbar li {
}

.navbar li a{
    padding: 15px 15px 0px 15px !important;
}

.navbar li a:hover {
    border-radius: 0px;
    background: #1B73C2;
    color: #fff !important;
}

.navbar li.active a { background: #1B73C2 !important; }

.navbar li a:visited {
    background: #EE7E37;
    color: #fff !important;
}

.navbar ul ul {
    border-radius: 0px;
    background: #9DCA4C;
}

.navbar li li a {
    border-radius: 0px;
    background: #9DCA4C;
    padding: 15px 15px 0px 15px !important;
    height: 50px;
}

.navbar li li a:hover {
    border-radius: 0px;
    background: #1B73C2;
    color: #fff !important;
    height: 50px;
}

.navbar li li a:visited {
    background: #9DCA4C;
}

.navbar li li a > .open {
    background: #1B73C2;
}

.navbar ul ul ul{
    border-radius: 0px;
    background: #1B73C2;
    margin-left: -140px !important;
    margin-top: -50px !important
}

.navbar li li li a{
    border-radius: 0px;
    background: #1B73C2;
    padding: 15px 15px 0px 15px !important;
}

.navbar li li li a:hover {
    border-radius: 0px;
    background: #EE7E37;
    color: #fff !important;
    height: 50px;
}

.navbar li li li a:hover {
    background: #1B73C2;
}

.dropdown-menu {
    border-radius: 0px;
    border: none;
    background: #9DCA4C !important;
    padding-top: 0px;
    padding-bottom: 0px;
	list-style-type: none;
}

.dropdown-menu li a:hover {
    border-radius: 0px;
    background: #1B73C2 !important;
    color: #fff !important;
}

.highlighted {
    background-color: #9DCA4C !important;
}


/*Active Link*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #EE7E37;
    color: #fff !important;
}

/*Active Dropdown*/
.navbar-default .navbar-nav> .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #9DCA4C;
    color: #fff !important;
}

.hightlighted {
    background: #9DCA4C !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background: #EE7E37;
}

/*Home Gray Box*/

.home-gray-offerings-box {
    background: #EBECED;
    color: #fff;
    
}

.home-gray-offerings-box h2 {
    font-size: 20px;   
}

.whylz {
    font-size: 80px;
}

.offerings-box-orange {
    background: #EE7E37;
    min-height: 20px;
    padding: 15px;
}

.orange h2 {
    color: #EE7E37 !important;
}

.offerings-box-green {
    background: #9DCA4C;
    min-height: 20px;
    padding: 15px;
}

.green h2 {
    color: #9DCA4C;
}

.offerings-box-blue {
    background: #1B73C2;
    min-height: 20px;
    padding: 15px;
}

.blue h2 {
    color: #1B73C2;
}

.offerings-col {
    padding: 0 0 30px 0;
}

.offerings-col img {
    width: auto;
    height: 50px;
}

/*Call TO ACTION SECTION*/
.row-orange {
    background: #EE7E37;
    min-height: 20px
}

.row-blue {
    background: #1B73C2;
    min-height: 20px
    color: #fff;
    padding: 5px 0 20px 0;
}

.row-blue h2 {
    padding: 0 20px 20px 20px;
    color: #fff;
    font-size: 40px
}

/*Contact Form*/

.form-col {

}

.form-group p img { margin-bottom: 10px; }

.form-control {
    border-radius: 0px;
    background: #EBECED;
}

.row-contact-us { padding-top: 30px; }

.row-contact-us h2 {
    padding: 0px;
    margin-top: 0px;
}

.form-col form .form-group input[type="text"] { border-radius: 0px; border: 0; }
.form-col form .form-group input[type="phone"] { border-radius: 0px; border: 0; }
.form-col form .form-group input[type="email"] { border-radius: 0px; border: 0; }
.form-col form .form-group input[name="captcha"] { border-radius: 0px; margin-top: 10px; border: 0; }

ul.navbar-right { margin-right: -12px; }

/*Footer Section*/
.row-footer {
    background: #EE7E37;
    min-height: 100px;
}

/*Internal Service Pages*/

.header-image-internal {
    background: #333 url(/images/home-header.jpg) bottom no-repeat;
    background-size: cover;
    min-height: 200px;
    width: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}

.internal-header-headline h2 {
    padding: 20px 0 20px 0;
    font-size: 75px;
}

.header-image-internal .row .image-text h2 {
	color: #FFF;
    font-size: 55px;
    float: right;
    text-align: right;
}

.internal-header-text {
    background: #fff;
    opacity: .9;
    min-height: 200px;
    padding: 15px;

}

.blog-cat {
	background: #FFF;
    margin: 10px 0;
}

.blog-cat ul {
	float: left;
    list-style: none;
    padding: 0;
}

.blog-cat ul li {
	float: left;
    padding: 5px 20px;
}

.blog-cat ul li a {
	font-weight: bold;
    font-size: 18px;
}

.blog-main {
	float: left; 
    width: 100%;
    position: relative;
}

.blog-main p {

}

.blog-main p img {
	max-width: 100% !important;
    height: auto;
}

.blog-main p a {

}

.blog-main a {
	word-break: break-all;
}

.blog-main table thead th { font-size: 18px; font-family: 'News Cycle', sans-serif; }

.blog-list {

}

.blog-list .col-sm-4 {
	min-height: 450px;
}

.blog-list .blog-image { float: left; width: 100%; min-height: 200px; }
.blog-list .blog-title { float: left; width: 100%; }
.blog-list .blog-excerpt { float: left; width: 100%; }

.internal-offerings-box {
    background: #EE7E37;
    color: #fff;
    padding: 0px;
    
}

.internal-offerings-box-blue {
    background: #1B73C2;
    color: #fff;
    padding: 0px;
    
}

.internal-offerings-box-green {
    background: #9DCA4C;
    color: #fff;
    padding: 0px;
    
}

.internal-offerings-box h1 {
    font-size: 30px;  
    color: #fff !important;
    padding: 6px 0 0 0;
}


.offerings-icon-header {

}

.offerings-icon-header img {
    padding: 0px 15px 20px 0;
    float: left;
}

.internal-overview-text {
    padding: 20px 15px 20px 15px;
}

.gray-bg {
    background: #EBECED;
    padding-top: 30px;
}

.form-col img {
    padding: 0px 0 0 0;
}

.internal-offerings-col {
    padding: 0 0 30px 0;
}

.img-full {
    width: 100%;
    height: auto;
    padding: 15px;
}

.orange-bullet ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.orange-bullet ul li {
    background-image: url(/images/24hour-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 40px;
    background-size: 30px
}

.blue-bullet ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.blue-bullet ul li {
    background-image: url(/images/message-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 40px;
    background-size: 30px
}

.green-bullet ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.green-bullet ul li {
    background-image: url(/images/gear-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 40px;
    background-size: 30px
}

.row-footer p { text-align: center; margin-top: 30px; color: #FFF; font-size: 14px; }
.row-footer p a { color: #FFF; font-weight: bold; font-size: 16px; margin: 0 15px; }
.row-footer p a:hover { text-decoration: none; color: #FFF; }
.row-footer p a img { float: none; }

.navbar-default .navbar-toggle .icon-bar { color: #FFF; background-color: #FFF; }
.navbar-default .navbar-toggle:hover .icon-bar { color: #888; background-color: #888; }

@media only screen and (max-width: 767px) {
    .form-col { padding-left: 20px; padding-right: 20px; }
    table { width: 100% !important; }
    h2 { font-size: 200% !important; }
    .home-gray-offerings-box h2 { font-size: 125% !important; }
    .row-footer p a { font-size: 13px; }
    
	.at-share-btn-elements { text-align: center; }
    .blog-cat ul { width: 100%; border-bottom: 2px solid #eee; padding-bottom: 15px; margin-bottom: 20px; }
    .blog-cat ul li { width: 100%; text-align: center; float: left; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .home-gray-offerings-box h2 {
    font-size: 25px;
    }
    
    .we-are {
    font-size: 100px;
    }
    
    .whylz {
    font-size: 100px;
    }
    
    .navbar {
    position: relative;
    }
    
    
    .navbar-collapse {
        background: #EE7E37;
    }

    .navbar-nav li a {
        color: #fff !important;
}
    .navbar-nav li:hover {
        background: #EE7E37;
}
    
    .navbar-right ul ul.dropdown-menu {
        left:0;
        right:auto;
        margin-top: -50px !important;
}
    
    .menu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .header-image {
        background: #333 url(https://lionzone.com/images/uploads/front-grn.png) bottom no-repeat;
        background-size: cover;
        min-height: 400px;
        width: auto;
        margin-top: 0px;
		background-position: right;
    }
    
    .row-blue h2 {
        padding: 0 100px 20px 100px;
        color: #fff;
        font-size: 40px;
    }
    
    /*Internal Service Page*/
    
    .header-image-internal {
        background: #333 url(/images/home-header.jpg) bottom no-repeat;
        background-size: cover;
        min-height: 200px;
        width: auto;
        margin-top: 0px;
	background-position: right;
    }
    .offerings-icon-header img {
        padding: 20px 15px 20px 0;
        float: left;
    }
    
    .navbar-right {
        margin-right: -15px;
        margin-left:-15px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .navbar-header {
        padding-left: 0px;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        float: right;
        margin: 10px 5px 5px 5px;
}
    

}

.form-group { float: left; width: 100%; }

#audio-player-container {
  --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    margin: 100px 2.5% auto 2.5%;
    width: 95%;
    max-width: 500px;
    height: 132px;
    background: #fff;
}
#audio-player-container::before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(to left, #007db5, #ff8a00);
    z-index: -1;
}

#audio-player-container button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 40px;
    float: left;
}

#audio-player-container p {
    position: absolute;
    top: -18px;
    right: 5%;
    padding: 0 5px;
    margin: 0;
    font-size: 28px;
    background: #fff;
}
#audio-player-container #play-icon {
    margin: 20px 2.5% 10px 2.5%;
}
#audio-player-container path {
    stroke: #007db5;
}
#audio-player-container .time {
    display: inline-block;
    width: 37px;
    text-align: center;
    font-size: 20px;
    margin: 28.5px 0 18.5px 0;
    float: left;
}
#audio-player-container output {
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 20px;
    margin: 10px 2.5% 0 5%;
    float: left;
    clear: left;
}
#audio-player-container #volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}
#audio-player-container #volume-slider::-webkit-slider-runnable-track {
    background: rgba(0, 125, 181, 0.6);
}
#audio-player-container #volume-slider::-moz-range-track {
    background: rgba(0, 125, 181, 0.6);
}
#audio-player-container #volume-slider::-ms-fill-upper {
    background: rgba(0, 125, 181, 0.6);
}
#audio-player-container #volume-slider::before {
    width: var(--volume-before-width);
}
#audio-player-container #mute-icon {
    margin: 0 2.5%;
}
#audio-player-container input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 48%;
    margin: 0;
    padding: 0;
    height: 19px;
    margin: 30px 2.5% 20px 2.5%;
    float: left;
    outline: none;
}
#audio-player-container input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
#audio-player-container input[type="range"]::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #007db5;
    cursor: pointer;
}
#audio-player-container input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -7px 0 0 0;
}
#audio-player-container input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #007db5;
}
#audio-player-container input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
#audio-player-container input[type="range"]::-moz-range-progress {
    background-color: #007db5;
}
#audio-player-container input[type="range"]::-moz-focus-outer {
    border: 0;
}
#audio-player-container input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
#audio-player-container input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5;
}
#audio-player-container input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}
#audio-player-container input[type="range"]::-ms-fill-lower {
    background-color: #007db5;
}
#audio-player-container input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
#audio-player-container input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
#audio-player-container input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #007db5;
}