/* Yellow fffd56 */
/* Blue 0076bc */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.otf');
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    src: url('../fonts/SourceSansPro-Bold.otf');
}

@font-face {
    font-family: 'Source Sans Pro Semi Bold';
    src: url('../fonts/SourceSansPro-Semibold.otf');
}


@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/SourceSansPro-Light.otf');
}




a{
    color: #0076bc;
    text-decoration: none;
}

a:hover{
    color: #0076bc;
    text-decoration: none;

}

.learnmore{
    display: inline-block;
    font-size: 0.8em;
}


body {
    width:100%;
    margin:0;
    background-color: #f9ed3d;
    }

.navbar-brand img{
	width: 130px;
}

.bg-dark {
    background-color: #0076bc!important;
}

.navbar-nav{
	color: #FFFFFF;
}

.navbar-collapse{
	font-family: Source Sans Pro;
}

.title-text{
	margin-right: 40px;
	font-family: Source Sans Pro;
    margin-top: 20px;

}

.social-icons a{
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.social-icons a:hover{
	color: #fffd56;
	text-decoration: none;
}

.container-lang select {
    font-family: Source Sans Pro;
    font-size: 1.2em;
    color: #013981;
    vertical-align: middle;
    border: none;
    margin-left: 5px;
    height: 30px;
}

.container-menu.closed {
    visibility: hidden;
    opacity: 0;
}

.container-lang{
	display: inline;
}

.container-hamburger{
	display: inline;
}



.hamburger-box {
    height: 10px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fffd56 !important;
}

.fa, .fab, .fal, .far, .fas {
    font-size: 20px;
}


.main-slider{
    margin-top: 150px;
}

.left-img img{
    width: 100%;
    max-width: 800px;
}

.left-img-overlay img{
    width: 100%;
}

.carosel-text{
    font-family: Source Sans Pro Bold;
    font-size: 2.0em;
    color: #0076bc;
    margin-top: 140px;
}



.larger-text{
    font-family: Source Sans Pro Bold;
    color: #0076bc;
    font-size: 2.4em;
    line-height: 50px;
}

.smaller-text{
    font-family: Source Sans Pro Light;
    color: #0076bc;
    font-size: 1.6em;
    line-height: 30px;
}

.text-area a{
    text-decoration: none;
}

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


.text-area{
    padding-left: 30px;
    z-index: 99;
}


.carousel-item {
    height: 438px;
    min-height: 438px;
}


.fa-angle-right{
    color: #0076bc;
    font-size: 100px;
    position: relative; 
    float: right;
    margin-top: -20px;

}

.video-overlay-image{
    z-index: 2;
    position: absolute;
    width: 100%;
}


video{
    z-index: 1;
    position: absolute;
    width: 100%;
    
}

.modal-full {
    min-width: 100%;
    background-color: #f9ed3d;
    margin: 0;
    margin-top: 105px;
    background-color: transparent;
}

.modal-full .modal-content {
    min-height: 100vh;

}

.modal-content{
    background-color: #f9ed3d;
    color: #0076bc;
    font-family: Source Sans Pro;
}



button.close {
    color: #0076bc;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 70px;
    font-weight: 900;
    opacity: 1;
}

.close a{
    color: #0076bc !important;
    opacity: 1;
}

.close a:hover{
    color: #0076bc !important;
    opacity: 1;
}

.modal-header {
    border-bottom: none; 
}

h1{
    text-transform: uppercase;
    font-family: Source Sans Pro Bold;
    font-size: 2em;
}

h2{
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-size: 1.5em;
}

p{
    font-family: Source Sans Pro Light;
    font-size: 1.0em;

}

.italic{
    font-style: italic;
}

i {
    border: solid #0076bc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

/* old
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative; 
    float: right;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
*/

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    float: right;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    margin-right: 26px;
    z-index: 99;
}

.left {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    position: relative; 
    float: left;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}


.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}

.carousel-control-prev {
    position: fixed;
    margin-top: 200px;
    z-index: 99;
    left: -70px;
}

.carousel-control-next {
    position: fixed;
    margin-top: 200px;
    z-index: 99;
    right: -70px;
}


.floatingFooter {
    height: 131px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 151px;
    z-index: 99999;
    margin-right: 60px;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.navbar{
    z-index: 999999;
}

.breakthrough{
    font-size: 1.2em;
    font-family: Source Sans Pro Bold;
    text-transform: uppercase;
    margin-top: 15px;
}


.floatingFooter-mobile{
    display: none;

}

.carousel-indicators {
    position: relative;
    justify-content: left;
    margin-right: 0px;
    margin-left: 0px; 
    margin-top: 20px;
}



.carousel-indicators li { 
border-radius: 50%; 
height: 15px;
width: 15px;
background-color: #0076bc;
}
.carousel-indicators .active {
height: 15px;
width: 15px;
background-color: transparent;
 border: none;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #0076bc;   

}


.videowheat{
    margin-top: 110px;
}

.videocaribou{
    margin-top: 190px;
}

.videooil{
    margin-top: 45px;
}


.videobrain{
    margin-top: 45px;
}

.videofive{
    margin-top: 55px;
}


.menu-item{
    cursor: pointer;
}


/* Carousel Fade */
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.form-control {
    display: inline-block;
    width: 20%;
}


.container-menu {
    padding-top: 10px;
    position: fixed;
    right: 40px;
    top: 105px;
    transition: all .3s;
    background: #0076bc;
    color: #ffffff;
    z-index: 999;
    width: 200px;
    font-family: Source Sans Pro;
    font-size: 0.8em;
    text-transform: uppercase;
    padding-right: 15px;
}

.container-menu li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-menu a {
    
}

.container-menu li:hover {
    color: #fffd56;
}

.yellow{
    color: #fffd56;
}

.more-cases{
    margin-top: 40px;
}

.more-cases a{
    font-weight: 900;
    font-family: Source Sans Pro Semi Bold;
    font-size: 0.9em;
}

.wheatclose, .caribouclose, .oilclose, .brainclose, .slide5close, .slide6close{
    display: none;
}


.closemodaldiv{
    display: inline-flex;
    width: 60px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.closemodal {
    text-shadow: none;
  position: relative;
  padding-left: 0px;
    padding-right: 20px;
  opacity: 1;
}
.closemodal:hover {
  opacity: 1;
}
.closemodal:before, .closemodal:after {
  position: absolute;
  content: ' ';
  height: 40px;
  width: 4px;
  background-color: #fffd56;
}
.closemodal:before {
  transform: rotate(45deg);
}
.closemodal:after {
  transform: rotate(-45deg);
}


.hamburger {
    padding: 0px;
}

.hamburgerspacing{
    padding: 15px 15px; 
}


@media only screen and (max-width:1199px){
    .videowheat{
    margin-top: 90px;
}

.videocaribou{
    margin-top: 90px;
}

.videooil{
    margin-top: 35px;
}

.videobrain{
    margin-top: 90px;
}

}





@media only screen and (max-width:1192px){
.floatingFooter {
    margin-top: 160px;
    margin-right: 20px;
}

.floatingFooter-mobile {
    display: block;
    float: right;
    margin-bottom: -24px;
    margin-right: -100px;
    height: 150px;
    min-height: 150px;
}

.right {
    margin-top: 40px;

}

}


@media only screen and (max-width:992px){

.main-slider{
    margin-top: 40px;
}

.text-area{
    margin-top: 450px;
}

.floatingFooter-mobile {
    height: 150px;
    min-height: 150px;
}

.carousel-item {
    height: 800px;
    min-height: 800px;
}

.left-img img{
    margin-top: 100px;
}

   .videowheat{
    margin-top: 120px;
}

.videocaribou{
    margin-top: 220px;
}

.videooil{
    margin-top: 100px;
}

.videobrain{
    margin-top: 145px;
}

.videofive{
    margin-top: 167px;
}

.videosix{
    margin-top: 100px;
}

.container-menu {
    right: 0px;
   
}

}

@media only screen and (max-width:768px){
.mobile{
    display: block;
}

.desktop{
    display: none;
}

.text-area{
    margin-top: 400px;
}

.floatingFooter {
    display: none;
}


.carousel-item {
    height: 800px;
    min-height: 800px;
}

.left-img img{
    margin-top: 100px;
}

   .videowheat{
    margin-top: 120px;
}

.videocaribou{
    margin-top: 190px;
}

.videooil{
    margin-top: 100px;
}


}


@media only screen and (max-width:518px){

.container-menu {
    padding-top: 100px;
}


}


@media only screen and (max-width:501px){

    .videocaribou{
    margin-top: 170px;
}

}



@media only screen and (max-width:450px){

.main-slider{
    margin-top: 100px;
}
.text-area{
    margin-top: 270px;
}

.modal-full {
    margin-top: 159px;
}

.larger-text{
    font-size: 2.0em;
}

.videofive{
    margin-top: 150px;
}

}


