/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 30, 2018, 2:39:11 PM
    Author     : Marky Regalado
*/


/*--->  GENERAL-USED STYLES  */
@font-face{
    font-family: JosefinSansSemiBold;
    src: url(../fonts/Primary/Josefin_Sans/JosefinSans-SemiBold.ttf);
}
@font-face{
    font-family: JosefinSansBold;
    src: url(../fonts/Primary/Josefin_Sans/JosefinSans-Bold.ttf);
}
@font-face{
    font-family: AvenirLight;
    src: url(../fonts/Secondary/Avenir/Avenir-Light-07.ttf);
}

@font-face{
    font-family: AvenirMedium;
    src: url(../fonts/Secondary/Avenir/Avenir-Medium-09.ttf);
}

.page-header,.page-overlay-header{
    min-width: 100px;
    width: 100px;
    height: 100%;    
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    /*    background: #FF4813;*/
    background: rgba(0, 62, 82, 0.7803921568627451);
/*    background: rgb(0, 62, 82); 
    mix-blend-mode: multiply;*/
    
    padding: 25px;
    z-index: 900;
}

.page-header:before{
    min-width: 100px;
    width: 100px;
    height: 100%;    
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 62, 82, 0.65);
    mix-blend-mode: multiply;
}

.page-header-icons{
    position: absolute;
    left: 11px;
    color:white;
    text-decoration: none;    
}

.company-logo{       
    top: 15px;
    left: 20px;
    /*border-bottom: orange solid 7px;*/
    padding-bottom: 10px;
}
.company-logo img{
    width: 55px;
    height: 55px;
}

.company-logo img:hover{
    content: url('/bundles/offsureweb/images/smiley-logo-white.png');
}
.loading-icon-container{
   background: #143543b5;
    z-index: 100;
    position: fixed;    
    margin-top: 30;
    padding-top: 300px;
    height: 100%;
    text-align: center;
    width: 100%;
}
.testimonial-container:hover{
    color: white !important;
}
.testimonial-container-readmore:hover{
    color: #003E52;
}

.page-header-menu,.page-header-menu-open,.page-header-menu-close,.page-overlay-menu{
    top:40%;
    font-size:40pt;
    left: calc(100px / 2 - (40pt / 2));     
}


.page-header-menu:hover{
    color: #FF4813;
}

.page-header-menu span svg, .page-header-search span svg,.page-overlay-menu span svg,.page-header-profile span svg{
    height: 50px;
    width: 50px;
}

.page-header-profile{
    top:75%;
    font-size:40pt;
    left: calc(100px / 2 - (40pt / 2));
    outline-color: transparent;
}
.user-badge{
    width: 50px;
    height: 50px;
    background-position-x: center;
    background-position-y: center;
    background-size: 50px, 50px, cover;
    border-radius: 50%;
    border: 2px solid #bcbcbc;
    background-repeat: no-repeat;
}

.page-header-search{
    bottom:10px;
    font-size:30pt;
    left: 25px;
        
}
.page-header-search:hover,.page-header-profile:hover{
    color: lightgrey; 
}

.hidden{
    display: none;
}

.page-container{         
    overflow-x: hidden;
/*    margin-bottom: 20vh;    */
}
.content-container{
    margin-top:30px;
}
.centered-div{
    margin-left: auto;
    margin-right: auto;
}

.center-text{
    text-align: center;
}
.left-text{
    text-align: left;
}
.justified-text{
    text-align: justify;
}

.header-text{
    font-family: AvenirMedium;
}
.header-text-light{
    font-family: AvenirLight;
}
.header-text-bold{
    font-family: AvenirLight;
}
.header-text-super-big{
    font-size: 6vw;
}
.header-text-big{
    font-size: 4vw;
}
.header-text-mid{
    font-size: 3vw;
}
.header-text-sm{
    font-size: 1.5vw;
}
input[type=text], input[type=password], input[type=email], textarea, select{
    font-size: 1vw !important;
}
.content-text{
    font-family: AvenirLight;
}
.error-message{
    font-size: 1rem;
    color: red;
    padding-left: 10px;
}
.error{
    font-size: 1vw;
    color: red;
}

.offsure-button{
    font-family: AvenirLight;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
}

.popover-body{
    width: 150px;
    text-align: center;
    padding-top: 0.5rem;
    padding-right: 2px;
    padding-left: 2px;
}
.popover-item{
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;    
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-item:hover{
    background-color: #f7f7f7;
}

.file-size-legend{
    font-size: 12pt;
}

.required-legend{
    font-size: 12pt;
}
.play-button{
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background: #bcbcbc9e;
    border-radius: 62px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 20pt;
}

.play-button:hover {
    color: #FF4813;
}
.video-player-container{
    margin-left: auto;
    margin-right: auto;
}
.videoPlayer{
    width:900px;
    height:500px;
}

/* OFFSURE BACKGROUND AND FOREGROUND COLORS */
.offsure-fgcolor-cool-kid{
    color: #003E52;
}
.offsure-bgcolor-cool-kid{
    background-color: #003E52;
}

.offsure-fgcolor-orangey{
    color: #FF4813;
}
.offsure-bgcolor-orangey{
    background-color: #FF4813;
}

.offsure-fgcolor-white{
    color: white;
}
.offsure-bgcolor-white{
    background-color: white;
}

.offsure-fgcolor-pantone{
    color: #5B5754;
}
.offsure-bgcolor-pantone{
    background-color: #5B5754;
}

.offsure-fgcolor-beautiful-blank{
    color: rgb(187, 188, 188);
}
.offsure-bgcolor-beautiful-blank{
    background-color: rgb(187, 188, 188);
}


.image-preview{
    width: 500px;
}

.section-separator{
    height:5vh;
    margin-top: -5px;
}
/*<---  GENERAL-USED STYLES  */

/*--->GENERAL FORM STYLES*/
.form-container{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.form-row-container{
    margin-bottom: 10px;
}
.form-row-label{
    margin-bottom: 10px;            
}
.form-row-widget .form-control {
    border: 1.25px solid rgb(0, 62, 82);
    border-radius: 0;

}
.form-row-container > button{
    width: 15%;
    min-width: 150px;
    max-width: 365px;
    border-radius: 0;
}

.col-sm-6 .form-row-widget .form-control{
    width: 90%;
}
.col-sm-12 .form-row-widget .form-control{
    width: 95%;
}

.assessment-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

.take-assessment-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 4vh;
    padding-top: 5px;
    padding-bottom: 50px;
    font-size: 18pt;
    cursor: pointer;
}
/*<---GENERAL FORM STYLES*/


/*--->  Story Page Styles */
.story-container{
    width: 1000px;
}

.story-list-container{
    width: 1500px;
}

.story-content{
    margin-top: 30px;
    border-top: lightgray solid 1px;
    padding-top: 30px;
}

.story-card{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #b9b9b9;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background-color: #e7f3f3;
    margin-bottom: 30px;

}
.story-card:hover{
    cursor: pointer;
    background-color: #ef46251a;
    width: 95%;
}


.story-cards-container{
    margin-top:30px;
}
.story-card-author{
    text-align: right;
}

.story-card-posting-date{
    text-align: right;
    font-size: 0.5vw;
}


/*<---  Story Page Styles */


/*--->  Footer Styles */
.page-footer{
    background-color: #003E52;
    color:white;
}
.footer-wrapper{
    height: 425px;
    margin-left: 100px;
    margin-right: 0;
}
.page-footer-image{
    background-image: url('/bundles/offsureweb/images/OFFSURE-Stories-Header.jpg');    
    height: 395px;
    min-height: 300px;
}

.footer-social-media-text-full{
    margin-top: 100px;
}
.footer-social-media-text-mobile{
    display: none;
}

.footer-company-name{
    font-size: 26pt;
    margin-left: 60px;
    margin-top: 35px;    
}
.footer-company-logo{
    margin-top: 35px;
}
.footer-company-logo a img{
    width: 150px;
}
.footer-company-address{
    margin-left: 60px;
    font-size: 12pt;
}
.footer-contact-numbers{
    margin-bottom: 50px;
}

.social-media-text{
    font-size: 20pt;
    line-height: 2;
    margin-top:50px;
    cursor: pointer;
}

.social-media-icon{
    width: 10vw;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fb-icon{
    width: 6vw;
}
.social-media-text a{
    text-decoration: none !important;
}

.fb-link:hover div{
    color: rgb(59, 89, 152);
}
.ig-link:hover div{
    color: rgb(251, 57, 88);
}
.tw-link:hover div{
    color: rgb(29, 161, 242);
}
.li-link:hover div{
    color: rgb(0, 119, 181);
}

/*<---  Footer Styles */

.site-banner-text{    
    width: calc(100% - 100px);
    text-align: center;
    margin-top: 10%;
    color: white;
    position: absolute;
    top: 0;
/*    margin-left: 5vw;
    margin-right: 5vw;*/

}
.site-banner-wrapper{
    margin-left: 100px;
}

.video-container:before{
    width: 100%;
    height: 99.5%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
/*    background: #003e52c9;*/
}

/*@-webkit-keyframes video-container-animation{
    from {transform: scale(1.2);}
    to {transform: scale(1);}
}
@-moz-keyframes video-container-animation{
    from {transform: scale(1.2);}
    to {transform: scale(1);}
}
@-o-keyframes video-container-animation{
    from {transform: scale(1.2);}
    to {transform: scale(1);}
}
@keyframes video-container-animation{
    from {transform: scale(1.2);}
    to {transform: scale(1);}
}*/

.video-container{
    overflow: hidden;
    position:relative;     
/*    -webkit-animation-name: video-container-animation;
    -moz-animation-name: video-container-animation;
    -o-animation-name: video-container-animation;
    animation-name: video-container-animation;
    
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;*/
}

.video-container img {
    margin-top: -135px;
}
.join-us-button{
    margin-top: 20px;    
    margin-left: auto;
    margin-right: auto;    
    height: 4vh;
    padding-top: 5px;
    padding-bottom: 40px;
    font-size: 18pt;
    cursor: pointer;
}

.icon-border{
    width: 200px;
    height: 100px;    
    overflow: hidden;
    margin-left: auto; 
    margin-right: auto;
}

.large-link{
    width: 50%;
    height: 50vh;    
    margin-right: 5px;
    margin-left: 5px; 
    background-color: #FF4813;
    position:relative;
    flex-glow: 1;
    text-decoration: none !important;
}

.large-link:hover{
    background-color: rgba(0, 62, 82, 0.75);
    cursor: pointer;
}

.large-link:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    mix-blend-mode: multiply;    
    background: rgba(255, 72, 19, 0.75);
}

.large-link:hover .icon-container{
    transform: translateY(-100px);            
} 

.large-link:hover .large-link-header-text{
    color: #FF4813;    
}
.large-link:hover:before {
    background: rgba(0, 62, 82, 0.75);
    mix-blend-mode: multiply;
}
.offsure-btn:hover{
    color: rgb(0, 62, 82); 
}
.offsure-btn{
    width: 15%;    
    min-width: 250px;
    max-width: 365px;
    
}

.body-content-container{
    margin-left: 100px;
    padding-top: 100px;
}

.page-banner-img{
    height: 85vh;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;

}

.page-banner-img-mobile{
    display: none;
}

/*---> SUMMERNOTE STYLESHEETS*/
.summernote + .note-editor{
    margin-left: -15px;
    width: calc(100% - 15px);
    height: 550px;
    font-size: 12pt !important;
}

.note-editor .note-editable {            
    height: calc(100% - 39.5px);            
}
/*<--- SUMMERNOTE STYLESHEETS*/

@media(hover:none){
    .large-link:hover .icon-container{
        transform: translateY(-100px);            
    }  

    .large-link:hover{
        background-color: #003E52;
        cursor: pointer;
    }
    .large-link:hover:before {
/*        background: #003e52cc;*/
        background: rgb(0, 62, 82); 
        mix-blend-mode: multiply;
    }
    .offsure-btn:hover{
        color: rgb(0, 62, 82); 
    }
}

.large-link .icon-container{
    transition: transform 0.5s ease;
}

.large-links-container{
    display: flex;
    display: webkit-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;

    margin-left: 100px;
    margin-bottom: 100px;
    
    font-family: AvenirMedium;

}

.large-link-header-text{
    margin-top:150px;
    z-index: 2;
    position:relative;
}
.large-link-content-text{
    font-size: x-large;
    z-index: 2;
    position:relative;
}

.large-link-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center / cover no-repeat;
    background-position-y: top;
/*    -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}


.icon-img {
    width: 100px;
    height: 100px;
}

.icon-container{
    margin-left: auto; 
    margin-right: auto;
    width: 100px;
}


/*  ABOUT STYLE SHEET*/
.about{
    display: flex;
}

.about-container{
    margin-top: 30px;
    margin-left: 100px;      
}

.index-about-content-text,.index-client-content-text{
    width: 80%;
    font-size: 1.5vw;
    line-height: 2;
    margin-top: 15px;
    text-align: center;
}
.index-know-us-btn{
    margin-top: 50px;   
    margin-left: auto;
    margin-right: auto;
    height: 4vh;
    padding-top: 5px;
    padding-bottom: 40px;
    font-size: 18pt;
    cursor: pointer;
}

/* CLIENT STYLE SHEET */
.clients{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
}
.client-content-text-2,.client-content-text-3{
    display: none;
}
.bullets{
    color:white;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
.pagination-lg{
    font-size: 8pt;
}

i {
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.fa-angle-down.up{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* FAG */
#staff{   
    width: calc(100% - 100px);     
    margin-left: 100px;    
    padding-bottom: 35px;
    padding-top: 20px;
}
.video-player{
    width: 85%;
    height: 25vw;
    margin-top: 5px;
}

#staff > .carousel-control-prev,#staff > .carousel-control-next{
    width: 4%;
}
    
#staff > .carousel-control-next > .carousel-control-next-icon, #staff > .carousel-control-prev > .carousel-control-prev-icon {
    height: 60px;
    width: 30px;
    background-color: lightgray;
    border-radius: 30px;
}


#staff .carousel-indicators {
    bottom: 0px;
}

#staff .carousel-indicators .active {
    background-color: #5B5754;
}

#staff .carousel-indicators li{
    background-color: rgba(167, 160, 160, 0.54);
    
}

@media (max-width: 560px){
    html, body {
        max-width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    
    /*---> PAGE HEADER STYLESHEET */
    
    .page-header, .page-overlay-header {        
        width: 100%;
        height: 60px;        
    }
    .page-header:before {
        
        width: 100%;
        height: 60px;        
    }    

    .company-logo{       
        top: 10px;
        left: 10px;
        /*border-bottom: orange solid 7px;*/
        padding-bottom: 10px;
    }
    .company-logo img{
        width: 40px;
        height: 40px;
    }
    
    .loading-icon-container {       
        padding-top: 250px;       
    }
    
    .loading-icon-container img{
        height: 100px;
    }

    .page-header-menu,.page-header-menu-open,.page-header-menu-close,.page-overlay-menu{
        top: 10px;
        font-size: 25pt;
        /*TEMPORARILY COMMENTED*/
        left: calc(50% - 20px); 
/*        left: calc(100% - 50px);*/
    }   
    .page-header-menu span svg, .page-header-search span svg,.page-overlay-menu span svg,.page-header-profile span svg{
        height: 35px;
        width: 35px;
    }
    .page-header-profile{
        top: 10px;
        font-size: 25pt;
        left: calc(80% - 50px);
        margin-right: 10px;
    }
    .page-header-search{
        top: 10px;
        font-size: 25pt;
        left: calc(100% - 50px);
        margin-right: 10px;
    }
    .page-header-search:hover{
        color: lightgrey; 
    }
    .user-badge{
        width: 35px;
        height: 35px;
        margin-top: 3px;
    }
    /*<--- PAGE HEADER STYLESHEET */
    
    .play-button{
        margin-bottom: 25px;
    }

    .video-player-container{
        margin-left: 0px;
        margin-right: 0px;
    }
    .videoPlayer{
        width:100%;
        height:300px;
    }
    
    /*--->GENERAL FORM STYLESHEET */
    .form-container {
        width: 75%;
    }           
    .form-row-container{
        margin-bottom: 0;
    }
    .form-row-label {
        margin-bottom: 10px;
        display:block;
    }
    .form-row-widget{
        margin-bottom: 20px;
    }
    .col-sm-6 .form-row-widget .form-control{
        width: 100%;
    }
    .col-sm-12 .form-row-widget .form-control{
        width: 100%;
    }

    /*<--- INQUIRY FORM STYLESHEET */
    
    
    /*---> PAGE CONTAINER STYLESHEET*/
    .site-banner{
        background-image: url(/bundles/offsureweb/images/Homepage.jpg);
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
    }
    .page-container{
        margin-top: 60px;
        margin-bottom: 0;
        overscroll-behavior: inherit;
    }
    .video-container img {
        margin-top: 0; 
        display: none;
    }
    .site-banner-wrapper {
        margin-left: 0; 
    }
    .site-banner-text {
        width: 100%;
        margin-top: 35px;
    }
    .join-us-button{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 6vw;
    }
    .large-links-container{
        display: grid;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .large-link{
        width: 100%;
        height: 60vw;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .large-link-header-text{
        margin-top: 60px;
    }
    .large-link-content-text {
        font-size: large;
    }
    
    .header-text-mid {
        font-size: 7vw;
       
    }
    .header-text-sm{
        font-size: 5vw;
    }
    input[type=text],input[type=password], input[type=email], textarea, select{
        font-size: 5vw !important;
    }
    
    .bullet{
        display: none;
    }
    .index-about-content-text{
        width: 85%;
        font-size: 4vw;
        text-align: center;
    }
    
    .index-about-content-text div {
        margin-top: 10px;
    }
    
    .index-know-us-btn{
        margin-top: 30px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 6vw;
    }
    
    
    .about-container{
        margin-left: 0; 
        margin-top: 0;
    }
    /*<--- PAGE CONTAINER STYLESHEET*/
    
    /*FOOTER STYLESHEETS*/
    .footer-wrapper {
        margin-left: 0;
        height: 100%;
    }
    
    .social-media-text{
        margin-top: 30px;
        margin-bottom: 20px;        
        font-size: 20pt;
        line-height: 1.5;    
    }
    
    .footer-company-logo{
        margin-top: 20px;
    }
    
    .footer-company-logo > a > img{
        width: 120px !important;
    }
    
    .footer-social-media-text-full{
        display: none;
    }
    .footer-social-media-text-mobile{
        display: block;
        position: absolute;
        top: 60px;
        left: calc(50% + 10px);
    }
    
    .footer-social-media-text-mobile .offsure-icon{
        width: 35vw;
    }
    
    .footer-company-name{
        margin-left: 0;
        margin-top: 30px;        
        font-size: 20pt;    
    }
    .footer-company-address{
        margin-left: 0;
        font-size: 11pt;
        margin-bottom: 30px;
    }    
    
    .clients{
        margin-top: 0;
        padding-top: 10%;
        padding-bottom: 50px;
        height: 100%;
    }
    .clients-container{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .clients-container .header-text-mid{
        font-size: 6vw;
    }
    .index-client-content-text{
        font-size: 4vw;
        text-align: center;        
        width: 95%;        
    }
    .pagination-lg{
        text-align: center;
        padding-top: 10%;
        font-size: 6pt;
    }
    
    .page-banner-img{
        height: 100%;           
        width: 100%;
        background-image: none;
    }
    .page-banner-img-mobile {
        display: block;
        height: 100%;           
        width: 100%;
    }
    
    /* FAG */
    #staff{   
        width: 95%;     
        margin-left: 10px;            
    }
    .video-player{
        height: 50vw;
        width: 90%;
        margin-bottom: 10px;
    }

    #staff > .carousel-inner > .carousel-item > .row > .col-sm-5{
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .media-content-text,.media-heading-text{
        text-align: center;
    }
    .blog-date{
        font-size: 5vw !important;
    }
    .blog-title{
        font-size: 6.5vw !important;
    }
    
    
    
    
    /* JOB RELATED STYLES */
    .job-site-banner{
        margin-top: -10px;
        padding-top: 30px;
    }
    
    .job-site-banner .site-banner-text{
        margin-left: 0px;        
    }
    .job-site-banner .header-subdetail{
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .job-site-banner + .services-container{
        padding-top: 0px;
    }
    
    .job-site-banner + .services-container .blog-detail-container{
        margin-left: 30px;
        padding-right: 20px;
        text-align: justify;
    }
    
    .job-site-banner + .services-container .job-detail-container{
        margin-left: 50px;
        padding-right: 20px;
        text-align: justify;
    }
    
    .back-bar{
        height: 50px !important;
    }
    
    .back-bar .back-button span svg{
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 561.98px) and (max-width: 767.98px) {
    
    html, body {
        max-width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    
    /*---> PAGE HEADER STYLESHEET */
    .page-header, .page-overlay-header {        
        width: 100%;
        height: 60px;        
    }
    .page-header:before {
        
        width: 100%;
        height: 60px;        
    }    

    .company-logo{       
        top: 9px;
        left: 10px;
        /*border-bottom: orange solid 7px;*/
        padding-bottom: 10px;
    }
    .company-logo img{
        width: 45px;
        height: 45px;
    }
    
    .loading-icon-container {       
        padding-top: 150px;       
    }
    
    .loading-icon-container img{
        height: 100px;
    }

    .page-header-menu,.page-header-menu-open,.page-header-menu-close,.page-overlay-menu{
        top: 10px;
        font-size: 25pt;
        
        left: calc(50% - 20px);
        /*left: calc(100% - 50px); */
    }   
    .page-header-menu span svg, .page-header-search span svg,.page-overlay-menu span svg, .page-header-profile span svg{
        height: 35px;
        width: 35px;
    }
    .page-header-profile{
        top: 10px;
        font-size: 25pt;
        left: calc(80% - 55px);
        margin-right: 10px;
    }
    .page-header-search{
        top: 10px;
        font-size: 25pt;
        left: calc(100% - 55px);
        margin-right: 10px;
    }
    .page-header-search:hover{
        color: lightgrey; 
    }
    
    .user-badge{
        width: 35px;
        height: 35px;
        margin-top: 3px;
    }
    /*<--- PAGE HEADER STYLESHEET */
    
    .play-button{
        margin-bottom: 25px;
    }

    .video-player-container{
        margin-left: 0px;
        margin-right: 0px;
    }
    .videoPlayer{
        width:100%;
        height:300px;
    }
    
     /*--->GENERAL FORM STYLESHEET */
    .form-container {
        width: 85%;
    }           
    .form-row-container{
        margin-bottom: 0;
        display: block;
    }
    .form-row-container div{
        max-width: 100%;
    }
    .form-row-label {
        margin-bottom: 10px;
        display:block;                
    }
    .form-row-widget{
        margin-bottom: 20px;
    }
    .form-row-container button{
        margin-top :50px;
    }
    .col-sm-6 .form-row-widget .form-control{
        width: 100%;
    }
    .col-sm-12 .form-row-widget .form-control{
        width: 100%;
    }

    /*<--- INQUIRY FORM STYLESHEET */
    
    /*---> PAGE CONTAINER STYLESHEET*/
    .site-banner{
        background-image: url(/bundles/offsureweb/images/Homepage.jpg);
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 350px;
    }
    .page-container{
        margin-top: 60px;
        margin-bottom: 0;
        overscroll-behavior: inherit;
    }
    .video-container img {
        margin-top: 0; 
        display: none;
    }
    .site-banner-wrapper {
        margin-left: 0; 
    }
    .site-banner-text {
        width: 100%;
        margin-top: 35px;
    }
    .join-us-button,.index-know-us-btn{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 4vw;
        height: 100%;
        padding-bottom: 1vh;
    }
    .large-links-container{
        display: grid;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .large-link{
        width: 100%;
        height: 60vw;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .large-link-header-text{
        margin-top: 150px;    
    }
    .large-link-content-text {
        font-size: large;
    }
    .header-text-mid {
        font-size: 7vw;
       
    }
    .header-text-sm{
        font-size: 4vw;
    }
    input[type=text],input[type=password], input[type=email], textarea, select{
        font-size: 3vw !important;
    }
    
    .bullet{
        display: none;
    }
    .index-about-content-text{
        width: 85%;                
    }
    
    .index-about-content-text div {
        margin-top: 10px;
    }
    
    .index-about-content-text, .index-client-content-text{
        font-size: 3vw;
    }
    .index-know-us-btn{
        margin-top: 30px;
        height: 13%;
    }
    
    
    .about-container{
        margin-left: 0; 
        margin-top: 0;
        margin-bottom: 30px;
    }
    /*<--- PAGE CONTAINER STYLESHEET*/
    
    /*FOOTER STYLESHEETS*/
    .footer-wrapper {
        margin-left: 0;
        height: 100%;
    }
    
    .social-media-text{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 16pt;
        line-height: 1.5;
    }   
    
    
    .footer-company-logo > a > img{
        width: 100px !important;
    }
    
    .footer-social-media-text-full{
        display: none;
    }
    .footer-social-media-text-mobile{
        display: block;
        position: absolute;
        top: 85px;
        left: 52%;
    }
    
    .footer-social-media-text-mobile .offsure-icon{
        width: 15vw;
    }
    
    .footer-company-name{
        margin-left: 0;
        margin-top: 30px;
        font-size: 3vw;
    }
    .footer-company-address{
        margin-left: 0;
        font-size: 10pt;
        margin-bottom: 30px;
    }  
    
    .clients{
        margin-top: 0;
        padding-top: 10%;
        padding-bottom: 50px;
        height: 100%;
    }
    .clients-container{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .clients-container .header-text-mid{
        font-size: 6vw;
    }
    .index-client-content-text{
        font-size: 3vw;
        text-align: center;
        width: 90%;        
    }
    .pagination-lg{
        text-align: center;
        padding-top: 10%;
        font-size: 8pt;
    }
    
    .page-banner-img{
        height: 100%;           
        width: 100%;
        background-image: none;
    }
    .page-banner-img-mobile {
        display: block;
        height: 100%;           
        width: 100%;
    }
    
    /* FAG */
    #staff{   
        width: 95%;     
        margin-left: 10px;            
    }
    .video-player{
        height: 50vw;
        width: 90%;
        margin-bottom: 10px;
    }

    #staff > .carousel-inner > .carousel-item > .row > .col-sm-5{
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .media-content-text,.media-heading-text{
        text-align: center;
    }
    .video-player-container,.media-content-container{
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    .media-content-text{
        font-size: 3vw;
    }
    
    
    
    /* JOB RELATED STYLES */
    .job-site-banner{
        margin-top: -10px;
        padding-top: 30px;
    }
    
    .job-site-banner .site-banner-text{
        margin-left: 0px;        
    }
    .job-site-banner .header-subdetail{
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .job-site-banner + .services-container{
        padding-top: 0px;
    }
    
    .job-site-banner + .services-container .blog-detail-container{
        margin-left: 40px;
        padding-right: 20px;
        text-align: justify;
    }
    
    .job-site-banner + .services-container .job-detail-container{
        margin-left: 50px;
        padding-right: 20px;
        text-align: justify;
    }
    
    .back-bar{
        height: 50px !important;
    }
    
    .back-bar .back-button span svg{
        height: 30px;
        width: 30px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    
    /*---> PAGE HEADER STYLESHEET */
    .page-header, .page-overlay-header {        
        width: 100%;
        height: 60px;        
    }
    .page-header:before {
        
        width: 100%;
        height: 60px;        
    }    

    .company-logo{       
        top: 7px;
        left: 10px;
        /*border-bottom: orange solid 7px;*/
        padding-bottom: 10px;
    }
    .company-logo img{
        width: 45px;
        height: 45px;
    }
    
    .loading-icon-container {       
        padding-top: 150px;       
    }
    
    .loading-icon-container img{
        height: 100px;
    }

    .page-header-menu,.page-header-menu-open,.page-header-menu-close,.page-overlay-menu{
        top: 10px;
        font-size: 25pt;
        /*TEMPORARILY COMMENTED*/
        left: calc(50% - 20px); 
        /*left: calc(100% - 50px);*/
    }   

    .page-header-menu span svg, .page-header-search span svg,.page-overlay-menu span svg, .page-header-profile span svg{
        height: 40px;
        width: 40px;
    }
    .page-header-profile{
        top: 10px;
        font-size: 25pt;
        left: calc(80% - 55px);
        margin-right: 10px;
    }
    
    .page-header-search{
        top: 10px;
        font-size: 25pt;
        left: calc(100% - 50px);
        margin-right: 10px;
    }
    .page-header-search:hover{
        color: lightgrey; 
    }
    .user-badge{
        width: 35px;
        height: 35px;
        margin-top: 3px;
    }
    /*<--- PAGE HEADER STYLESHEET */
    .play-button{
        margin-bottom: 25px;
    }

    .video-player-container{
        margin-left: 0px;
        margin-right: 0px;
    }
    .videoPlayer{
        width:100%;
        height:300px;
    }
    /*---> INQUIRY FORM STYLESHEET */
    .form-container {
        width: 85%;
    }           
    .form-row-container{
        margin-bottom: 0;
    }
    .form-row-label {
        margin-bottom: 0px;
        font-size:3vw;
        display:block;
    }
    .form-row-widget label{
        margin-bottom: 0px;          
    }
    input[type=radio] + label {
        margin-bottom: 0px;        
    }
    
    .form-row-label, .form-row-widget label, input[type=radio] + label{
        font-size:3vw;
    }
    .form-row-widget{
        margin-bottom: 30px;
    }
    
    .form-row-container button {
        width: 30%;
        font-size: 3vw;
    }
    .col-sm-6 .form-row-widget .form-control{
        width: 95%;
    }
    .col-sm-12 .form-row-widget .form-control{
        width: 98%;
    }
    
    /*<--- INQUIRY FORM STYLESHEET */
    .modal-dialog{
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .videoPlayer{
        width: 100%;
        height: 300px;
    }
    /*---> PAGE CONTAINER STYLESHEET*/
    .site-banner{
        background-image: url(/bundles/offsureweb/images/Homepage.jpg);
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
    }
    .page-container{
        margin-top: 60px;
        margin-bottom: 0;
        overscroll-behavior: inherit;
    }
    .video-container img {
        margin-top: 0; 
        display: none;
    }
    .site-banner-wrapper {
        margin-left: 0; 
    }
    .site-banner-text {
        width: 100%;
        margin-top: 35px;
    }
    .join-us-button,.index-know-us-btn{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 4vw;
        padding-bottom: 5vh;
        height: 50px;
    }
    .large-links-container{
        display: grid;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .large-link{
        width: 100%;
        height: 60vw;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .large-link-content-text {
        font-size: large;
    }
    .header-text-mid {
        font-size: 6vw;
       
    }
    .header-text-sm{
        font-size: 4vw;
    }
    input[type=text],input[type=password], input[type=email], textarea, select{
        font-size: 2.5vw !important;
    }
    
    .bullet{
        display: none;
    }
    
    .index-about-content-text{
        width: 90%;             
    }
    
    .index-client-content-text{        
        width: 100%;
    }
    
    .index-about-content-text,.index-client-content-text{
        font-size: 2vw;
        text-align: center;        
    }
    
    .index-about-content-text div {
        margin-top: 10px;
    }
    .index-know-us-btn{
        margin-top: 30px;        
    }
    
    
    .about-container{
        margin-left: 0; 
        margin-top: 0;
        margin-bottom: 30px;
    }
    /*<--- PAGE CONTAINER STYLESHEET*/
    
    /*FOOTER STYLESHEETS*/
    .footer-wrapper {
        margin-left: 0;
        height: 100%;
    }
    
    .social-media-text{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16pt;
        line-height: 1.5;
    }  
    
        
    .footer-company-logo > a > img{
        width: 120px !important;
    }
    
    .footer-social-media-text-full{
        display: none;
    }
    .footer-social-media-text-mobile{
        display: block;
        position: absolute;
        top: 85px;
        left: 45%;
    }
    
    .footer-social-media-text-mobile .offsure-icon{
        width: 15vw;
    }
    
    .footer-company-name{
        margin-left: 20px;
        margin-top: 30px;
        font-size: 3vw;
    }
    .footer-company-address{
        margin-left: 20px;
        font-size: 1.5vw;
        margin-bottom: 30px;
    }    
    
    .clients{
        margin-top: 0;
        padding-top: 5%;
        padding-bottom: 50px;
        height: 100%;
    }
    .clients-container{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pagination-lg{
        text-align: center;
        padding-top: 0%;
        font-size: 8pt;
    }

    .page-banner-img{
        height: 100%;           
        width: 100%;
        background-image: none;
    }
    .page-banner-img-mobile {
        display: block;
        height: 100%;           
        width: 100%;
    }
    
    /* FAG */
    #staff{   
        width: 95%;     
        margin-left: 10px;            
    }
    .video-player{
        height: 50vw;
        width: 90%;
        margin-bottom: 10px;
    }

    #staff > .carousel-inner > .carousel-item > .row > .col-sm-5{
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .media-content-text,.media-heading-text{
        text-align: center;
    }
    .video-player-container,.media-content-container{
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    .media-content-text{
        font-size: 3vw;
    }
    
    
    
    /* JOB RELATED STYLES */
    .job-site-banner{
        margin-top: -10px;
        padding-top: 30px;
    }
    
    .job-site-banner .site-banner-text{
        margin-left: 0px;        
    }
    .job-site-banner .header-subdetail{
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .job-site-banner + .services-container{
        padding-top: 0px;
    }
    
    .job-site-banner + .services-container .blog-detail-container{
        margin-left: 40px;
        padding-right: 0px;
        text-align: justify;
    }
    
    .job-site-banner + .services-container .blog-detail-container .col-md-9{
        flex: 0 0 65%;
    }
    .job-site-banner + .services-container .blog-detail-container .col-md-3{
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .job-site-banner + .services-container .job-detail-container{
        margin-left: 50px;
        padding-right: 0px;
        text-align: justify;
    }
    .job-site-banner + .services-container .job-detail-container .col-md-9{
        flex: 0 0 65%;
    }
    .job-site-banner + .services-container .job-detail-container .col-md-3{
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .back-bar{
        height: 50px !important;
    }
    
    .back-bar .back-button span svg{
        height: 30px;
        width: 30px;
    }
    
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    body,html{
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .loading-icon-container {       
        padding-top: 300px;       
    }
    
    .loading-icon-container img{
        height: 100px;
    }
    
    wrapper{
        max-width: 90%;
        overflow-x: hidden;
    }
    
    .offsure-btn {        
        min-width: 250px;        
    }
    .large-link{
        height: 300px;
    }
    .large-links-container{
        margin-bottom: 5vh;
    }
    .large-link-header-text {
        margin-top: 100px;
    }
/*    .page-container{
        margin-bottom: 5vh;
    }*/
    .footer-company-name{
        font-size: 22pt;
    }
    .footer-company-address{
        font-size: 10pt;
    }
    .footer-company-name,.footer-company-address{
        margin-left: 0;
    }
    .clients-container{
        margin-left: 100px;
    }
    .body-content-container {
        margin-left: 100px;
        padding-top: 50px;
    }

    .page-banner-img{
        height: 100%;           
        width: 100%;
        background-image: none;
    }
    .page-banner-img-mobile {
        display: block;
        height: 100%;           
        width: 100%;
    }
    
    
    .footer-wrapper {        
        margin-right: 0 !important;
    }
    
    /*---> INQUIRY FORM STYLESHEET */
    .form-container {
        width: 75%;
    }           
    .form-row-container{
        margin-bottom: 0;
    }
    .form-row-label {
        margin-bottom: 10px;
        display:block;
    }
    .form-row-widget{
        margin-bottom: 20px;
    }
    .col-sm-6 .form-row-widget .form-control{
        width: 95%;
    }
    .col-sm-12 .form-row-widget .form-control{
        width: 97%;
    }
    input[type=text],input[type=password], input[type=email], textarea, select{
        font-size: 1.5vw !important;
    }
    /*<--- INQUIRY FORM STYLESHEET */
    .modal-dialog{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .videoPlayer{
        width: 800px;
        height: 500px;
    }
    
    
    /* JOB RELATED STYLES */
    .job-site-banner{
        margin-top: -10px;
        padding-top: 30px;
    }
    
    .job-site-banner .site-banner-text{
        margin-left: 0px;        
    }
    .job-site-banner .header-subdetail{
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .job-site-banner + .services-container{
        padding-top: 0px;
    }
    
    .job-site-banner + .services-container .blog-detail-container{
        margin-left: 40px;
        padding-right: 0px;
        text-align: justify;
    }
    
    .job-site-banner + .services-container .blog-detail-container .col-md-9{
        flex: 0 0 65%;
    }
    .job-site-banner + .services-container .blog-detail-container .col-md-3{
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .job-site-banner + .services-container .job-detail-container{
        margin-left: 50px;
        padding-right: 0px;
        text-align: justify;
    }
    .job-site-banner + .services-container .job-detail-container .col-md-9{
        flex: 0 0 65%;
    }
    .job-site-banner + .services-container .job-detail-container .col-md-3{
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .back-bar{
        height: 50px !important;
    }
    
    .back-bar .back-button span svg{
        height: 30px;
        width: 30px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}


