@font-face {
    font-family:'Montserrat-Regular';
    src: url('/portal/fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('/portal/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/portal/fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('/portal/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Montserrat-Regular';
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat-Regular';
}

body{
    font-family: 'Montserrat-Regular';
}

.navbar {
    padding:9px 0px;
    /* margin-top: -15px; */
}
.navbar-nav li {
    padding-right:10px;
    margin-top: auto;
    margin-bottom: auto !important;
    /* text-align: right; */
}

.navbar-nav > li > a {
    color: #fff;
    padding-left: 60px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    font-size:18px;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #bfbfbf;
}

.navbar-brand > img {
    height: 55px;
}

.navbar-nav > li > a {
    padding:0px !important;
    text-transform: uppercase;
    color: #fff;
}

.fixed-top {
    position: absolute !important;
}

.top-bar a {
    color: #fff;
    visibility: hidden;
}

.top-bar a:hover {
    text-decoration: none;
}

.navbar-dark {
    background-color: #fff;
    transition: background-color 0.25s;
    margin: 0;
}

@media (min-width: 992px) {
    .navbar-transparent {
        box-shadow: 0 4px 2px -2px rgba(0,0,0,0) !important;
    }
    .navbar-dark {
        padding:0.6em 1.25em;
    }
}

.navbar-collapse {
    text-align: center;
}

@media (max-width: 992px) {
    .navbar-collapse{
        height: 100vh;
        max-height: 100vh;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch; /* mobile safari */
    }

    .navbar-mobile-padding {
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .navbar-dark {
        padding:0.4em 0.25em;
    }
}

.nav-item > .nav-link {
    margin: 0;
    text-transform: uppercase;
}


.overlay {
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}


/* Hero */
.carousel-inner {
    height: 30rem;
    /*margin-top: 6.0em;*/
}

.carousel-inner-secondary
{
    height:35em;
}

.carousel-inner-test
{
    height: 100%;
    border-bottom: none;
}

.carousel-style
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 25%;
}

.carousel-inner:after {
    content: '';
}

.carousel-inner-home {
    height: 55em;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 100%;
    background-color: #000;
}

.carousel-item:hover {
    cursor: pointer;
}
.head-carousel-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 30%;
}

.carousel-indicators li {
    height: 1em;
    width: 1em;
    margin: auto 0.75em;
    background-color: white;
    /*margin-top: 300px;*/
}

.carousel-indicators .active {
    background-color: #A96728;
}

.carousel-caption {
    bottom: 4.5rem;
    z-index: 10;
    right: 9em;
    left: 53%;
    padding: 25px 2px;
    text-align: left;
}

.second-carousel> .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
/* Hero */

/* Feature Section */

.featured-section{
    margin: 2em 4.5em;
    position:relative
}

.learn
{
    position: relative;
    left: 1em;
}

h4.feature {
    color: #72a150;
    font-family: 'Montserrat-Bold';
}

/* Feature Section */

.chevron{
    height: 25px;
    padding-right: 0.5em;
    flex-shrink:0;
}

.service1
{
    position: relative;
    top: 7em;
    color: white;
    text-align: right;
    padding-right: 2em;
}

.service2
{
    position: relative;
    top: 1em;
    color: #2c75ae;
    text-align: left;
    padding-left: 2em;
}

.boxes a {
    text-decoration: none !important;
}

.flex-container {
    display: flex;
    justify-content: flex-end;
}

/* Search */
.search-section {
    position: absolute;
    width: 60%;
    height: 60%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-search-input {
    background: #fff;
    outline: none !important;
    border-width: 3px;
    box-shadow: none !important;
    border-radius: 0px;
    color: #fff;
    height: 38px;
}

.hero-search-input:focus {
    background: rgba(0,0,0,.5);
    color:white;
}

.hero-search-input::placeholder {
    color: #D15420 !important;
}

.searchButton {
    background: #D15420 !important;
    outline: none !important;
    border-color: #A96728 !important;
    box-shadow: none;
    border-radius: 0px;
    color: white;
    text-transform: Uppercase;
    padding-right: 20px;
}

.title > h1 {
    font-family: "Monserrat-Italic";
    font-weight: bold;
}


.title {
    text-transform: uppercase;
    padding: 40px 0 0 0;
}

/* PORTAL JASMIN */
.title-one
{

    color: white;
    position: relative;
    font-size: 4rem;
    right: 5em;

}

.title-two
{
    color: white;
    position: relative;
    right: 11.25em;
}

.brand {
    position: relative;
    left: 10em;
}


.imagine{
    font-family: 'Montserrat-Bold';
}

.banner {
    background-color: #D15420;
    width: 100%;
    display:flex;
}

.banner-image
{
    height: 6em;
    flex-shrink: 0;
}

.return
{
    padding: 1em 0em 0em 10em;
}

.experience
{
    position: absolute;
    top: 16em;
    left: 8em;
}

.print_wrapper
{
    padding-bottom: 2em;
}

.service-one-orange
{
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service-one-small
{
    height: 30px;
    position: absolute;
    left: 13em;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service-two-yellow
{
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service-two-blue
{
    height: 70px;
    position: absolute;
    left: 10em;
    top: 0;
    right: 0;
    bottom: 8em;
    margin: auto;
}

.service-two-green
{
    height: 50px;
    position: absolute;
    left: 20em;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vid {
    /* width: 100vw;
      height: 400px;
      object-fit: cover;
      z-index: -1;
      position: absolute;
      background-color: black;

     */
}
#yt {
    display: none;
    width:100%;
    height:60em;

}
#content1 {
}
#ytbutton {

}
#close-button{
    display:none;
    background-color: transparent;
    color: white;
    border: none;
    float: right;
    position: relative;
    top: 4em;
}

#navigation-white{

}

.video
{
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.85;
}
#content_wrapper_homepage
{

}

.brand_video
{
    background-color: transparent;
    color: white;
    border: none;
}
@media (max-width: 425px) {
    .service-two-blue
    {
        right: 3em;
        bottom: -3em;
    }

    .service-two-green
    {
        left:14em;
        top: 6em;
    }

    .service-two-yellow
    {
        right:1em;
        top: 6em;
    }
    .service-one-orange
    {
        bottom:6em;
    }
}

@media (max-width: 425px) {


    .title-two {
        bottom: 2em;
        right: 0.7em;
    }


    .title-one {
        bottom: 2em;
        right: 0.5em;
        font-size: 2.75rem;
    }

    .experience {
        left: 2em;
    }

    .brand {
        left: 0em;
        top: 0.5em;
        font-size: 21px;
    }
    .service1{
        padding-right: 1em;
    }
    .service2 {
        top: 0.5em;
    }
}

@media (min-width: 768px) {
    .title h1 {
        font-size:40px;
    }

    .carousel-caption {
        bottom: 2.5rem;
        right: 3em;
    }
}

@media (max-width: 425px) {
    .carousel-caption {
        bottom: 0em;
        right: 1em;
        left: 40%;
    }
    .carousel-inner-home{
        height:50em;
    }
}

@media (max-width:768px) and (min-width:425px) {
    .carousel-caption{
        left: 50%;
        right: 1em;
    }

}

@media (max-width:768px) and (min-width:426px) {
    .experience {
        /*  padding-left : 2em;*/
        left: 19em;
        top: 16em;
    }
    .brand{
        top: 1em;
        left: 6em;
    }
}

@media (max-width:768px) {
    .featured-section {
        margin: 1em;
    }

    .banner{
        padding: 0.45em;
        text-align: center;
    }
    .banner-image
    {
        display:none;
    }

    .return
    {
        padding: 0;
    }


}


@media (min-width: 768px) and (max-width: 1024px) {
    .experience{
        padding-left : 2em;
        top:16em;
    }


}

@media (max-width: 992px) {

    .carousel-indicators {
        bottom: -5px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .carousel-indicators {
        bottom: -5px !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .carousel-caption {
        bottom: 2.5rem;
        right: 3em;
        left: 60%;
    }

}

@media (max-width: 992px) {
    .search-section{
        width: 90%;
        height: 60%;
    }

}

.carousel-caption a {
    text-decoration: none !important;
}

.dropdown-content a:hover {
    color: #d1541f;
    background-color: black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity:0.8;
    /* color: white; */
}

.dropdown-content a {
    color: white;
    padding: 6px 6px 3px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Footer */
#footer {
    width: 100%;
    background: #464646;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-content {
    padding: 30px 0;
    color: white;
    line-height: 1em;
}

.footer-content hr {
    border: 1px solid white;
}

.footer-content ul {
    text-decoration: none;
    list-style: none;
    margin: auto 0;
    padding: 0;
}

.footer-links .nav-link {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.59);
    text-transform: inherit !important;
}

.footer-links a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-logo{
    height: 60px;
    padding-top: 18px;
}

.footer-copyright {
    padding: 20px 0;
    color: #fff;
    background: #000;
    width: 100%;
}

.footer-copyright a {
    color: white;
    padding: 0px 10px;
}
.footer-section {
    padding-top: 1em;
}

input#KEYWORD_SUBMIT {
    background-color: #d15421;
    border-color: #914014;
    border-radius: 0px;
}

#keyword_input {
    padding-bottom: 1em;
}

.search-footer{
    color: rgba(255, 255, 255, .5);
    text-transform: inherit !important;
    font-weight: 900;
    padding-bottom: 0.5em;
}

.official{
    padding-top: 0.5em;
}

label[for="KEYWORD"]{
    display:block;
}
#KEYWORD{
    display: inline;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*  width: 100%; */
    margin-bottom: 10px;
}

#keyword_input{
    display:inline;
}

#KEYWORD_SUBMIT{
    border-radius: 0px;
    margin-top: -2px;
    margin-bottom: 10px;
    width: 75%;
}


#agency_list, #keyword_search{
    padding: 0 10px;
}


@media (min-width: 768px) {

    #KEYWORD_SUBMIT{
        width: auto;
        margin-right: 5px;
        margin-bottom: 0;
    }
    #KEYWORD{
        width: auto;
    }
    #agency_list, #keyword_search{
        padding: 0;
    }
}


/* Footer */

/* RESPONSIVE CSS (for carousel, and bootstrap size class extensions)
-------------------------------------------------- */
@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (min-width: 768px) {



    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}