/****** FILE: themes/coreoilandgas/thirdparty/owl.carousel/assets/owl.carousel.css *****/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/****** FILE: themes/coreoilandgas/thirdparty/fancybox/jquery.fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/themes/coreoilandgas/thirdparty/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/themes/coreoilandgas/thirdparty/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/themes/coreoilandgas/thirdparty/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/themes/coreoilandgas/thirdparty/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/themes/coreoilandgas/thirdparty/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/coreoilandgas/css/main.css *****/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block
}
audio,canvas,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden]{
    display:none
}
html{
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
body{
    margin:0
}
a:focus{
    outline:thin dotted
}
a:active,a:hover{
    outline:0
}
h1{
    font-size:2em;
    margin:0.67em 0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
dfn{
    font-style:italic
}
hr{
    box-sizing:content-box;
    height:0
}
mark{
    background:#ff0;
    color:#000
}
code,kbd,pre,samp{
    font-family:monospace, serif;
    font-size:1em
}
pre{
    white-space:pre-wrap
}
q{
    quotes:"\201C" "\201D" "\2018" "\2019"
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:0
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    border:0;
    padding:0
}
button,input,select,textarea{
    font-family:inherit;
    font-size:100%;
    margin:0
}
button,input{
    line-height:normal
}
button,select{
    text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0
}
input[type="search"]{
    -webkit-appearance:textfield;
    box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
textarea{
    overflow:auto;
    vertical-align:top
}
table{
    border-collapse:collapse;
    border-spacing:0
}
.clear{
    clear:both
}
.grid{
    margin-left:-.5em;
    margin-right:-.5em;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box
}
.grid img{
    max-width:100%;
    height:auto
}
.left-column,.center-column,.right-column,.skill-item,.skill-item img,.skill-item .skill-item-txt,.news-column{
    display:inline-block;
    width:100%;
    padding-left:.5em;
    padding-right:.5em;
    vertical-align:top;
    margin-right:-0.25em;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    *display:inline;
    *zoom:1;
    *behavior:url(/themes/webint/thirdparty/boxsizing.htc)
}
.grid-no-gutter .left-column,.grid-no-gutter .center-column,.grid-no-gutter .right-column,.grid-no-gutter .skill-item,.grid-no-gutter .skill-item img,.skill-item .grid-no-gutter img,.grid-no-gutter .skill-item .skill-item-txt,.skill-item .grid-no-gutter .skill-item-txt,.grid-no-gutter .news-column{
    padding-left:0;
    padding-right:0
}
.left-column,.center-column,.news-column{
    width:100%
}
.skill-item{
    width:50%
}
.skill-item img{
    width:33.33333%
}
.skill-item .skill-item-txt{
    width:66.66667%
}
.right-column{
    width:25%
}
@media only all and (min-width: 45em){
    .skill-item{
        width:50%
    }
    .left-column{
        width:33.33333%
    }
    .center-column{
        width:66.66667%
    }
}
.ie .skill-item{
    width:50%
}
.ie .left-column{
    width:33.33333%
}
.ie .center-column{
    width:66.66667%
}
@media only all and (min-width: 58em){
    .left-column,.skill-item{
        width:25%
    }
    .center-column{
        width:50%
    }
    .news-column{
        width:75%
    }
}
.ie .left-column,.ie .skill-item{
    width:25%
}
.ie .center-column{
    width:50%
}
.ie .news-column{
    width:75%
}
fieldset{
    border:none;
    padding:0;
    margin:0
}
.field{
    margin:0.5em 0;
    clear:both
}
.field label.left{
    padding:0.3em 0
}
.field.confirmedpassword>.middleColumn{
    margin-left:0
}
.field.confirmedpassword .showOnClickContainer{
    padding:0.5em 1em;
    margin-top:0.5em;
    background:#EFF1F4
}
.field input.text,.field textarea,.field select{
    padding:0.3em 0.45em;
    width:100%;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #4db68a
}
.field input.text:focus,.field textarea:focus,.field select:focus{
    border-color:#333
}
@media only all and (min-width: 32em){
    .field label.left{
        float:left;
        display:block;
        width:10em
    }
}
.ie .field label.left{
    float:left;
    display:block;
    width:10em
}
@media only all and (min-width: 32em){
    .middleColumn{
        margin-left:10em
    }
}
.ie .middleColumn{
    margin-left:10em
}
.optionset{
    list-style:none;
    margin:0
}
.optionset li{
    list-style-image:none
}
.optionset li{
    margin-left:1em
}
.optionset li label{
    margin-left:0.4em
}
.field.checkbox{
    margin-left:10em;
    padding-left:1em
}
.field.checkbox label{
    margin-left:0.4em
}
.Actions{
    text-align:center
}
.Actions.stacked{
    margin-left:0
}
@media only all and (min-width: 45em){
    .Actions{
        margin-left:10em;
        text-align:left
    }
}
.ie .Actions{
    margin-left:10em;
    text-align:left
}
.ss-uploadfield [data-icon]:before{
    content:""
}
a{
    color:#333
}
a:hover{
    color:#404040
}
a:active{
    color:#262626
}
.button,.branded-button,.info-button,.ss-uploadfield .ss-ui-button,.success-button{
    background-color:#999;
    padding:0.45em 0.65em;
    color:#FFF;
    text-decoration:none;
    font-size:0.9em;
    display:inline-block;
    border:none;
    border-radius:0.3em;
    line-height:120%
}
.button:visited,.branded-button:visited,.info-button:visited,.ss-uploadfield .ss-ui-button:visited,.success-button:visited{
    color:#FFF
}
.branded-button{
    background-color:#333;
    text-shadow:0 1px 0 #0d0d0d
}
.branded-button:hover{
    background-color:#404040;
    color:#FFF;
    text-decoration:none
}
.branded-button:active{
    background-color:#262626;
    box-shadow:inset 0 0.1em 0.3em #0d0d0d;
    color:#d6d6d6;
    outline:none
}
.info-button,.ss-uploadfield .ss-ui-button{
    background-color:#509be3;
    text-shadow:0 1px 0 #2075c7
}
.info-button:hover,.ss-uploadfield .ss-ui-button:hover{
    background-color:#66a8e7;
    color:#FFF;
    text-decoration:none
}
.info-button:active,.ss-uploadfield .ss-ui-button:active{
    background-color:#3a8edf;
    box-shadow:inset 0 0.1em 0.3em #2075c7;
    color:#dcebf9;
    outline:none
}
.success-button{
    background-color:#83dd3a;
    text-shadow:0 1px 0 #5ead1e
}
.success-button:hover{
    background-color:#91e150;
    color:#FFF;
    text-decoration:none
}
.success-button:active{
    background-color:#75d825;
    box-shadow:inset 0 0.1em 0.3em #5ead1e;
    color:#e6f8d8;
    outline:none
}
img{
    -ms-interpolation-mode:bicubic
}
img.left{
    float:left;
    margin:0.4em 1em 0.4em 0em;
    max-width:50%;
    width:auto;
    height:auto
}
img.right{
    float:right;
    margin:0.4em 0em 0.4em 1em;
    max-width:50%;
    width:auto;
    height:auto
}
img.center{
    max-width:100%;
    width:auto;
    height:auto;
    clear:both;
    display:block;
    margin:0 auto
}
.captionImage{
    max-width:100%;
    position:relative;
    margin:1.5em 0
}
.captionImage img{
    max-width:100%;
    display:block
}
.captionImage .caption{
    margin:0;
    font-size:0.8em;
    padding:0.8em;
    background-color:#333;
    color:#FFF
}
.rgba .captionImage .caption{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.5)
}
ul{
    padding:0;
    margin:0.5em 0 0.5em 2em;
}
ul li{
    margin:0.3em 0
}
p{
    margin:1em 0
}
h1,h2,h3,h4,h5,h6{
    font-weight:400;
    margin:0.6em 0 0.6em;
    line-height:130%
}
h1{
    font-size:2.2em
}
h2{
    font-size:1.6em
}
h3{
    font-size:1.3em
}
h4{
    font-size:1.1em
}
h5{
    font-size:1em;
    font-weight:700
}
h6{
    font-size:0.85em;
    font-weight:700
}
strong,b{
    font-weight:bold
}
blockquote{
    font-style:italic
}
.codesnippet{
    padding:1em;
    font-family:monospace;
    background-color:#EEE
}
.button-group{
    display:inline-block;
    position:relative
}
.button-group .button-dropdown{
    position:absolute;
    top:100%;
    left:-9001px;
    font-size:14px;
    background-color:#FFF;
    min-width:100%;
    margin:0.4em 0 0 0;
    border:1px solid #999;
    padding:0.5em;
    border-top-color:#BBB;
    border-top-color:#888;
    border-radius:0.3em;
    -ms-box-shadow:0px 4px 10px rgba(0,0,0,0.3);
    -o-box-shadow:0px 4px 10px rgba(0,0,0,0.3);
    box-shadow:0px 4px 10px rgba(0,0,0,0.3)
}
.button-group .button-dropdown:before,.button-group .button-dropdown:after{
    position:absolute;
    bottom:100%;
    left:6px;
    content:"";
    border-bottom:6px solid #999;
    border-left:6px solid transparent;
    border-right:6px solid transparent
}
.button-group .button-dropdown:after{
    left:7px;
    border-width:5px;
    border-bottom-color:#FFF
}
.button-group.open .button-dropdown{
    left:0
}
.button-group.right.open .button-dropdown{
    left:auto;
    right:0
}
.button-group.right .button-dropdown:before{
    left:auto;
    right:6px
}
.button-group.right .button-dropdown:after{
    left:auto;
    right:7px
}
.button-group .menu{
    line-height:1em;
    list-style:none;
    padding:0.4em 0
}
.button-group .menu a{
    display:block;
    padding:0.4em 1.5em 0.4em 1em;
    color:#333
}
.button-group .menu a:hover{
    text-decoration:none;
    background-color:#333;
    color:#FFF
}
.button-group .menu li{
    margin:0
}
.button-group .menu .divider{
    border-top:1px solid #BBB;
    margin:0.3em 0
}
.button-group .menu .current{
    font-weight:bold
}
.pagination{
    zoom:1
}
.pagination:after{
    content:"\0020";
    display:block;
    height:0;
    overflow:hidden;
    clear:both
}
.message,.info-message,.success-message,.alert-message,.disabled-message{
    background-color:#999;
    padding:0.45em 0.65em;
    color:#FFF;
    text-decoration:none;
    font-size:1em;
    display:block;
    border-radius:0.3em;
    line-height:120%;
    clear:both
}
.message a,.info-message a,.success-message a,.alert-message a,.disabled-message a{
    color:#FFF;
    font-weight:bold;
    border-bottom:1px dotted #FFF
}
.message a:hover,.info-message a:hover,.success-message a:hover,.alert-message a:hover,.disabled-message a:hover{
    text-decoration:none
}
.info-message{
    background-color:#509be3
}
.success-message{
    background-color:#6ac223
}
.alert-message{
    background-color:#c22323
}
.disabled-message{
    background-color:#999
}
body{
    background-color:#FFFFFF;
    font-family:"arial_mt_stdlight","arial_mt_stdregular","open sans",calibri,Arial,sans-serif;
    font-size:16px
}
strong{
    font-family:'arial_mt_stdregular'
}
.center-content{
    padding:1em;
    max-width:1160px;
    margin:0 auto
}
.mobile-submenu{
    position:relative;
    height:45px;
    z-index:1;
    background:linear-gradient(to right, #89958F 0%, #B4BBB8 41%, #D4D8D6 100%);
    margin-top:-0.3em;
    margin-bottom:1.5em
}
.mobile-submenu img{
    position:absolute;
    top:-20px
}
@media only all and (min-width: 45em){
    .mobile-submenu{
        height:20px;
        background:linear-gradient(to right, #333 0%, #F1F1F1 100%);
        margin-top:.1em
    }
    .mobile-submenu img{
        display:none
    }
}
.mobile-submenu .ie{
    height:20px;
    background:linear-gradient(to right, #333 0%, #F1F1F1 100%);
    margin-top:.1em
}
.mobile-submenu .ie img{
    display:none
}
.mobile-submenu-btn{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:30px;
    height:30px;
    margin:9px 25px
}
@media only all and (min-width: 45em){
    .mobile-submenu-btn{
        display:none
    }
}
.mobile-submenu-btn .ie{
    display:none
}
.mobile-submenu-btn span{
    margin:0 auto;
    position:relative;
    top:12px;
    transition-duration:0s;
    transition-delay:.2s
}
.mobile-submenu-btn span:before,.mobile-submenu-btn span:after{
    position:absolute;
    content:''
}
.mobile-submenu-btn span,.mobile-submenu-btn span:before,.mobile-submenu-btn span:after{
    width:30px;
    height:3px;
    background-color:white;
    display:block
}
.mobile-submenu-btn span:before{
    margin-top:-12px;
    transition-property:margin, -webkit-transform;
    transition-property:margin, transform;
    transition-property:margin, transform, -webkit-transform;
    transition-duration:.2s;
    transition-delay:.2s, 0
}
.mobile-submenu-btn span:after{
    margin-top:12px;
    transition-property:margin, -webkit-transform;
    transition-property:margin, transform;
    transition-property:margin, transform, -webkit-transform;
    transition-duration:.2s;
    transition-delay:.2s, 0
}
.mobile-active-btn span{
    background-color:transparent;
    transition-delay:.2s
}
.mobile-active-btn span:before{
    margin-top:0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    transition-delay:0, .2s
}
.mobile-active-btn span:after{
    margin-top:0;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    transition-delay:0, .2s
}
.left-column{
    display:none;
    padding-right:3em
}
@media only all and (min-width: 45em){
    .left-column{
        display:inline-block;
        margin-top:1em
    }
}
.left-column .ie{
    display:inline-block;
    margin-top:1em
}
.show-mobile-menu{
    display:inline-block
}
.subnav{
    list-style:none;
    margin:0
}
.subnav>li{
    list-style:none;
    text-transform:uppercase;
    margin:1em 0;
    border-bottom:1px solid #f2f2f2;
    padding-bottom:1em;
    font-size:.8em
}
.subnav>li a{
    text-decoration:none
}
.subnav>li li{
    list-style:none;
    text-transform:none;
    margin:1.3em 0
}
.subnav>li li:last-child{
    margin:.3em 0
}
@media only all and (min-width: 58em){
    .subnav a{
        border-bottom:1px dotted #b3b3b3
    }
    .subnav>li{
        margin:0;
        text-transform:uppercase;
        padding:0;
        border-bottom:0
    }
    .subnav>li a{
        text-decoration:none;
        border-left:5px solid transparent;
        padding:1em;
        display:block
    }
    .subnav>li .current{
        border-left:5px solid #B45240;
        background:linear-gradient(to right, #d2d8d4 0%, #f7fcf8 41%, #fff 100%)
    }
    .subnav>li ul{
        margin:0;
        padding:0
    }
    .subnav>li li{
        list-style:none;
        text-transform:none;
        margin:0;
        padding:0
    }
    .subnav>li li a,.subnav>li li a:visited{
        color:#B45240
    }
}
.subnav .ie a{
    border-bottom:1px dotted #b3b3b3
}
.subnav .ie>li{
    margin:0;
    text-transform:uppercase;
    padding:0;
    border-bottom:0
}
.subnav .ie>li a{
    text-decoration:none;
    border-left:5px solid transparent;
    padding:1em;
    display:block
}
.subnav .ie>li .current{
    border-left:5px solid #B45240;
    background:linear-gradient(to right, #d2d8d4 0%, #f7fcf8 41%, #fff 100%)
}
.subnav .ie>li ul{
    margin:0;
    padding:0
}
.subnav .ie>li li{
    list-style:none;
    text-transform:none;
    margin:0;
    padding:0
}
.subnav .ie>li li a,.subnav .ie>li li a:visited{
    color:#B45240
}
.center-column{
    font-size:.9em;
    line-height:1.6em;
    color:#333
}
.center-column img{
    max-width:100%
}
@media only all and (min-width: 58em){
    .center-column{
        padding:0 1.5em 0 1.5em
    }
}
.ie .center-column{
    padding:0 1.5em 0 1.5em
}
.center-column h1{
    color:#B45240;
    font-size:1.4em
}
.center-column h2{
    color:#555;
    font-size:1.3em;
    line-height:1.4em
}
.center-column h3{
    font-size:1.2em;
    color:#B45240
}
.right-column{
    display:none
}
@media only all and (min-width: 58em){
    .right-column{
        display:inline-block;
        line-height:1.2em
    }
}
.right-column .ie{
    display:inline-block;
    line-height:1.2em
}
.right-column-service-descr img{
    width:120px;
    display:inline-block
}
@media only all and (min-width: 71em){
    .right-column-service-descr img{
        padding-left:1em
    }
}
.right-column-service-descr img .ie{
    padding-left:1em
}
.right-column-service-descr p{
    width:50px;
    display:inline-block;
    vertical-align:top;
    font-size:1.1em;
    color:#333
}
@media only all and (min-width: 71em){
    .right-column-service-descr p{
        width:100px
    }
}
.right-column-service-descr p .ie{
    width:100px
}
.right-column-text{
    background:linear-gradient(to right, #d2d8d4 0%, #f7fcf8 41%, #fff 100%);
    color:#4B5A51;
    padding:1em;
    border-top:1px dotted gray;
    border-bottom:1px dotted gray;
    font-size:.8em
}
@media only all and (min-width: 71em){
    .right-column-text{
        margin:0 0 0 2em
    }
}
.right-column-text .ie{
    margin:0 0 0 2em
}
.right-column-principle{
    color:#B45240;
    padding:1em;
    font-size:.8em
}
@media only all and (min-width: 71em){
    .right-column-principle{
        margin:0 0 0 2em
    }
}
.right-column-principle .ie{
    margin:0 0 0 2em
}
.right-column .button,.right-column .branded-button,.right-column .info-button,.right-column .ss-uploadfield .ss-ui-button,.ss-uploadfield .right-column .ss-ui-button,.right-column .success-button{
    border-radius:none;
    color:white;
    margin:0 0 1em 2em;
    text-align:center;
    display:inline-block;
    border:solid 1px white;
    background:url("/themes/coreoilandgas/images/background-1.png");
    background-size:cover;
    box-sizing:border-box
}
.right-column .button:before,.right-column .branded-button:before,.right-column .info-button:before,.right-column .ss-uploadfield .ss-ui-button:before,.ss-uploadfield .right-column .ss-ui-button:before,.right-column .success-button:before{
    content:"";
    vertical-align:middle;
    display:inline-block;
    height:100%;
    width:0;
    margin-right:-0.3em
}
.right-column .button .spooky-ghost-container,.right-column .branded-button .spooky-ghost-container,.right-column .info-button .spooky-ghost-container,.right-column .ss-uploadfield .ss-ui-button .spooky-ghost-container,.ss-uploadfield .right-column .ss-ui-button .spooky-ghost-container,.right-column .success-button .spooky-ghost-container{
    vertical-align:middle;
    display:inline-block;
    text-decoration:none;
    color:white
}
.right-column .button .spooky-ghost-container h3,.right-column .branded-button .spooky-ghost-container h3,.right-column .info-button .spooky-ghost-container h3,.right-column .ss-uploadfield .ss-ui-button .spooky-ghost-container h3,.ss-uploadfield .right-column .ss-ui-button .spooky-ghost-container h3,.right-column .success-button .spooky-ghost-container h3{
    font-size:1.6em
}
.right-column .button .spooky-ghost-container p,.right-column .branded-button .spooky-ghost-container p,.right-column .info-button .spooky-ghost-container p,.right-column .ss-uploadfield .ss-ui-button .spooky-ghost-container p,.ss-uploadfield .right-column .ss-ui-button .spooky-ghost-container p,.right-column .success-button .spooky-ghost-container p{
    padding:0 1em
}
.right-column .button img,.right-column .branded-button img,.right-column .info-button img,.right-column .ss-uploadfield .ss-ui-button img,.ss-uploadfield .right-column .ss-ui-button img,.right-column .success-button img{
    max-width:100px;
    height:auto;
    display:inline-block
}
.logo{
    width:47px
}
.logo img{
    width:100%
}
@media only all and (min-width: 45em){
    .logo{
        width:57px;
        display:inline-block
    }
}
.logo .ie{
    width:57px;
    display:inline-block
}
.mobile-btn{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:30px;
    height:30px;
    margin:35px 25px 25px 25px
}
@media only all and (min-width: 45em){
    .mobile-btn{
        display:none
    }
}
.mobile-btn .ie{
    display:none
}
.mobile-btn span{
    margin:0 auto;
    position:relative;
    top:12px;
    transition-duration:0s;
    transition-delay:.2s
}
.mobile-btn span:before,.mobile-btn span:after{
    position:absolute;
    content:''
}
.mobile-btn span,.mobile-btn span:before,.mobile-btn span:after{
    width:30px;
    height:3px;
    background-color:#BDC6C2;
    display:block
}
.mobile-btn span:before{
    margin-top:-12px;
    transition-property:margin, -webkit-transform;
    transition-property:margin, transform;
    transition-property:margin, transform, -webkit-transform;
    transition-duration:.2s;
    transition-delay:.2s, 0
}
.mobile-btn span:after{
    margin-top:12px;
    transition-property:margin, -webkit-transform;
    transition-property:margin, transform;
    transition-property:margin, transform, -webkit-transform;
    transition-duration:.2s;
    transition-delay:.2s, 0
}
.mobile-active-btn span{
    background-color:transparent;
    transition-delay:.2s
}
.mobile-active-btn span:before{
    margin-top:0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    transition-delay:0, .2s
}
.mobile-active-btn span:after{
    margin-top:0;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    transition-delay:0, .2s
}
.search-form{
    display:none;
    position:relative;
    font-family:'DINProLight'
}
.search-form .search{
    display:inline-block;
    height:22px;
    border:0;
    border-left:1px solid #333;
    background-image:linear-gradient(to right, #333, transparent),linear-gradient(to right, #333, transparent);
    background-size:100% 1px;
    background-position:0 0, 0 100%;
    background-repeat:no-repeat;
    width:230px;
    box-sizing:border-box;
    padding:5px 65px 5px 5px;
    font-size:.7em
}
.search-form .action{
    text-align:center;
    text-transform:uppercase;
    background:none;
    border:none;
    color:#333;
    display:inline-block;
    transition:all .1s linear;
    position:absolute;
    right:0;
    top:0;
    font-size:.7em;
    padding:.3em 1em;
    margin-top:.2em
}
.search-form .action:hover,.search-form .action:focus,.search-form .action:active{
    background:#333;
    color:white
}
@media only all and (min-width: 58em){
    .search-form{
        display:inline-block;
        float:right;
        margin-top:60px
    }
}
.search-form .ie{
    display:inline-block;
    float:right;
    margin-top:60px
}
.main-menu{
    max-height:0;
    transition:all 1s ease-out;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    font-family:'DINProLight'
}
.main-menu li{
    list-style:none;
    text-transform:uppercase;
    margin:1em 0;
    text-align:center;
    display:none;
    border-bottom:1px solid #f2f2f2;
    padding-bottom:1em
}
.main-menu li.show-menu-btn{
    display:block
}
.main-menu li a{
    text-decoration:none;
    transition:all .1s linear
}
.main-menu li a:hover{
    color:#71C5A2
}
@media only all and (min-width: 45em){
    .main-menu{
        max-height:none;
        display:inline-block;
        margin-left:3em;
        vertical-align:top;
        margin-top:60px
    }
    .main-menu li{
        margin:0;
        padding:0 .7em 0 0;
        border-bottom:none
    }
    .main-menu li a{
        color:#555;
        font-size:.9em
    }
    .main-menu li:before{
        margin-right:0.7em;
        content:'I'
    }
    .main-menu li:first-child:before{
        content:' '
    }
    .main-menu li.animated{
        display:inline-block;
        -webkit-animation-duration:0s;
        animation-duration:0s
    }
}
.main-menu .ie{
    max-height:none;
    display:inline-block;
    margin-left:3em;
    vertical-align:top;
    margin-top:60px
}
.main-menu .ie li{
    margin:0;
    padding:0 .7em 0 0;
    border-bottom:none
}
.main-menu .ie li a{
    color:#555;
    font-size:.9em
}
.main-menu .ie li:before{
    margin-right:0.7em;
    content:'I'
}
.main-menu .ie li:first-child:before{
    content:' '
}
.main-menu .ie li.animated{
    display:inline-block;
    -webkit-animation-duration:0s;
    animation-duration:0s
}
.show{
    max-height:400px
}
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    /* -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out */
}
@-webkit-keyframes fadeInDown{
    /* 0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    } */
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInDown{
    /* 0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    } */
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
}
.owl-carousel{
    max-height:400px;
    overflow:hidden
}
.one-slide img{
    width:100%
}
.caption-wrapper{
    display:none;
    overflow:auto;
    width:920px;
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    top:1em;
    color:white;
    font-size:1.2em;
    padding:1em;
    line-height:1.4em
}
@media only all and (min-width: 58em){
    .caption-wrapper{
        display:block
    }
}
.caption-wrapper .ie{
    display:block
}
.slider-text-animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes slider-text{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes slider-text{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.slider-text-fadeInDown{
    -webkit-animation-name:slider-text;
    animation-name:slider-text
}
@media only all and (max-width: 44.999em){
    .HomePage .slider-item{
        height:200px
    }
    .HomePage .slider-item img{
        height:100%;
        position:absolute;
        top:-9999px;
        bottom:-9999px;
        left:-9999px;
        right:-9999px;
        margin:auto;
        width:initial
    }
    .HomePage .mobile-submenu{
        display:none
    }
}
.footer-wrapper{
    background:linear-gradient(to right, #d2d8d4 0%, #f7fcf8 41%, #fff 100%);
    padding:1em;
    font-size:.8em;
    color:#58595B
}
.footer{
    max-width:1050px;
    margin:1em
}
@media only all and (min-width: 58em){
    .footer{
        margin:0 auto;
        margin-top:2rem;
        margin-bottom:4rem;
        font-size:0
    }
}
.footer .ie{
    margin:0 auto;
    margin-top:2rem;
    margin-bottom:4rem;
    font-size:0
}
.copyright{
    margin-top:0;
    display:inline-block;
    vertical-align:top;
    line-height:1.4em;
    font-size:.8em
}
@media only all and (min-width: 45em){
    .copyright{
        font-size:0.8rem;
        /* width:60% */
        width:52%
    }
}
.copyright .ie{
    font-size:0.8rem;
    width:60%
}
.copyright span{
    white-space:nowrap
}
.footer-logos{
    display:inline-block;
    width:100%;
    text-align:right;
    margin-top:1em;
}
.footer-logos .footer-logo{
    display:none;
    vertical-align:top;
    max-height:40px;
    margin:0 0 0 1em
}
.footer-logos .footer-logo img{
    width:auto;
    max-height:40px
}
@media only all and (min-width: 58em){
    .footer-logos .footer-logo{
        display:inline-block
    }
}
.footer-logos .footer-logo .ie{
    display:inline-block
}
.footer-links{
    display:inline-block;
    vertical-align:top
}
.footer-links a{
    text-decoration:none;
    padding:0 .3em;
    color:#B45240
}
.footer-links a:hover{
    text-decoration:underline
}
@media only all and (min-width: 45em){
    .footer-links{
        /* width:40%; */
        width:48%;
        text-align:right;
        font-size:0.8rem
    }
}
.ie .footer-links{
    width:40%;
    text-align:right;
    font-size:0.8rem
}
.skill-wrapper{
    margin:0 auto;
    padding:1em 0 1em .3em
}
@media only all and (min-width: 32em){
    .skill-wrapper{
        padding:1em;
        max-width:550px
    }
}
.skill-wrapper .ie{
    padding:1em;
    max-width:550px
}
@media only all and (min-width: 45em){
    .skill-wrapper{
        max-width:700px
    }
}
.skill-wrapper .ie{
    max-width:700px
}
@media only all and (min-width: 58em){
    .skill-wrapper{
        max-width:1200px;
        box-sizing:border-box
    }
}
.skill-wrapper .ie{
    max-width:1200px;
    box-sizing:border-box
}
.skill-item{
    padding:0;
    padding-bottom:1em
}
.skill-item a{
    text-decoration:none
}
@media only all and (min-width: 45em) and (max-width: 58em){
    .skill-item:nth-child(even){
        padding-left:2em
    }
    .skill-item:nth-child(odd){
        padding-right:2em
    }
}
.skill-item img{
    padding:0
}
.skill-item .skill-item-txt{
    padding:0;
    padding-left:.5em;
    font-size:.8em;
    vertical-align:top;
    color:#58595B
}
.skill-item .skill-item-txt p{
    margin:0
}
@media only all and (min-width: 32em){
    .skill-item .skill-item-txt{
        font-size:1em;
        margin-top:1em
    }
}
.skill-item .skill-item-txt .ie{
    font-size:1em;
    margin-top:1em
}
@media only all and (min-width: 58em){
    .skill-item .skill-item-txt{
        margin-top:.5em
    }
    .skill-item .skill-item-txt p{
        font-size:1.5em;
        line-height:1.2em
    }
    .skill-item .skill-item-txt a{
        font-size:.8em
    }
}
.skill-item .skill-item-txt .ie{
    margin-top:.5em
}
.skill-item .skill-item-txt .ie p{
    font-size:1.5em;
    line-height:1.2em
}
.skill-item .skill-item-txt .ie a{
    font-size:.8em
}
@media only all and (min-width: 71em){
    .skill-item .skill-item-txt{
        margin-top:1em
    }
}
.skill-item .skill-item-txt .ie{
    margin-top:1em
}
.children-links{
    margin-left: 15px !important;
}
.skill-item .mobile-skill-link{
    color:#B45240
}
@media only all and (min-width: 32em){
    .skill-item .mobile-skill-link{
        display:none
    }
}
.skill-item .mobile-skill-link .ie{
    display:none
}
.skill-item .web-skill-link{
    color:#B45240;
    display:none
}
@media only all and (min-width: 32em){
    .skill-item .web-skill-link{
        display:inline-block
    }
}
.skill-item .web-skill-link .ie{
    display:inline-block
}
.vertical-wrapper{
    background-color:#BDC6C2;
    display:none
}
@media only all and (min-width: 58em){
    .vertical-wrapper{
        display:block
    }
}
.vertical-wrapper .ie{
    display:block
}
.vertical-slider-wrapper{
    margin:0 auto;
    width:100%;
    max-width:1060px;
    background:linear-gradient(135deg, #fff 0%, #d4dad7 100%);
    position:relative
}
.vertical-slider{
    height:350px;
    position:relative
}
.vertical-slider h2{
    margin:0;
    position:relative;
    float:left;
    background:#78867F;
    width:42px;
    height:100%;
    color:white;
    font-size:1.2em;
    overflow:hidden;
    border-left:1px solid white;
    box-sizing:border-box
}
.vertical-slider h2:hover{
    background:#8FCFB2;
    cursor:pointer
}
.vertical-slider h2 span{
    width:350px;
    -webkit-transform-origin:170px 156px;
    -ms-transform-origin:170px 156px;
    transform-origin:170px 156px;
    display:inline-block;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
    text-align:left
}
.vertical-slider .slider-content{
    position:absolute;
    width:100%;
    height:100%;
    box-sizing:border-box;
    padding-right:344px
}
.vertical-slider .slider-content a{
    color:#B45240
}
.vertical-slider img{
    height:100%;
    float:right;
    padding-left:2px;
    border-left:1px dashed gray;
    background-color:white
}
.vertical-slider-titl-wrapper{
    float:right;
    height:100%
}
.vertical-slider-text{
    padding:1em 460px 1em 3em;
    position:absolute;
    line-height:1.6em;
    font-size:.9em;
    color:#282828;
    max-height: 100%;
}
.news-content{
    top:0px;
    margin-left:100px;
    line-height:1.4em;
    color:#555
}
.news-content>:first-child{
    margin-top:0
}
.news-content h2,.news-content a{
    color:#B45240
}
.news-content p{
    color:#555
}
@media only all and (min-width: 45em){
    .news-content{
        margin-left:200px
    }
}
.news-content .ie{
    margin-left:200px
}
.news-content p:first-child{
    display:none
}
@media only all and (min-width: 45em){
    .news-content p:first-child{
        display:inline-block
    }
}
.news-content p:first-child .ie{
    display:inline-block
}
.news-details{
    float:left;
    width:80px
}
.news-details img{
    width:100%
}
@media only all and (min-width: 45em){
    .news-details{
        width:160px
    }
}
.news-details .ie{
    width:160px
}
.first-letter-lower .content-title{
    text-transform:none
}
.left-column .first-letter-lower{
    text-transform:uppercase
}
.left-column .first-letter-lower a:first-letter{
    text-transform:lowercase
}
.mobile-subpages{
    margin:1em 0 0 0
}
.mobile-subpages ul{
    list-style:none;
    margin:0
}
.mobile-subpages ul li{
    border-bottom:1px solid #d2d2d2;
    line-height:2em;
    text-transform:uppercase
}
.mobile-subpages a{
    text-decoration:none;
    color:#B45240
}
@media only all and (min-width: 45em){
    .mobile-subpages{
        display:none
    }
}
.mobile-subpages .ie{
    display:none
}
.double-size{
    font-size:1.5em;
    line-height:110%
}
.slight-increase{
    font-size:1.05em
}
.ludicrous-size{
    font-size:2.3em;
    margin-left:-0.1em;
    line-height:110%
}
.feature-depth{
    padding:1.5em;
    background-color:white
}
.feature-depth .header-box{
    padding:1em 1em 2em 1em;
    box-sizing:border-box;
    position:relative
}
.feature-depth .header-box.Orange{
    background-color:#f78f1e
}
.feature-depth .header-box.Brick{
    background-color:#b45340
}
.feature-depth .header-box.Turqoise{
    background-color:#72c6a2
}
.feature-depth .header-box.Gray{
    background-color:#58585a
}
.feature-depth .header-box h3{
    color:white;
    margin:0;
    padding:.5em 0;
    max-width:400px;
    font-weight:bold;
    line-height:125%
}
.feature-depth .header-box h3.main{
    letter-spacing:1px
}
.feature-depth .header-box h3.sub{
    font-weight:lighter;
    font-size:1.1em
}
.feature-depth .feature-details{
    padding:0 1em;
    box-sizing:border-box;
    line-height:1.4em
}
.feature-depth .feature-details .icon{
    zoom:1
}
.feature-depth .feature-details .icon:after{
    content:"\0020";
    display:block;
    height:0;
    overflow:hidden;
    clear:both
}
.feature-depth .feature-details .icon img{
    float:right;
    width:10%;
    height:auto;
    max-width:50px
}
.feature-depth .close{
    position:absolute;
    top:0.5em;
    right:0.5em;
    width:35px;
    height:35px
}
.feature-depth .close img{
    width:100%;
    height:100%;
    display:block
}
.feature-grid{
    font-size:0;
    margin:1em -8px;
    position:relative
}
.feature-grid .feature-item{
    width:100%;
    display:inline-block;
    font-size:16px;
    vertical-align:top;
    box-sizing:border-box;
    padding:0 0.5em;
    margin-bottom:1em;
    position:relative
}
@media only all and (min-width: 32em){
    .feature-grid .feature-item{
        width:50%
    }
}
.ie .feature-grid .feature-item{
    width:50%
}
@media only all and (min-width: 71em){
    .feature-grid .feature-item{
        width:33.33%
    }
}
.ie .feature-grid .feature-item{
    width:33.33%
}
.feature-grid .feature-item .container{
    box-shadow:0px 3px 15px 0px rgba(50,50,50,0.75);
    padding:.5em .5em 50px .5em
}
.feature-grid .feature-item .container h1,.feature-grid .feature-item .container h2,.feature-grid .feature-item .container h3,.feature-grid .feature-item .container h4,.feature-grid .feature-item .container h5,.feature-grid .feature-item .container p{
    max-width:100%;
    display:inline-block;
    margin:0
}
.feature-grid .feature-item .container .description p{
    margin:0;
    font-size:0.9em;
    line-height:1.2em;
    padding-top:0.5em
}
.feature-grid .feature-item.Feature .container{
    padding:1em 1em 50px 1em
}
.feature-grid .feature-item.Feature .container h1,.feature-grid .feature-item.Feature .container h2,.feature-grid .feature-item.Feature .container h3,.feature-grid .feature-item.Feature .container h4,.feature-grid .feature-item.Feature .container h5,.feature-grid .feature-item.Feature .container p{
    color:#72c6a2
}
.feature-grid .feature-item.Feature .container h3{
    padding-bottom:0.75em;
    border-bottom:dotted 1px #f78f1e;
    zoom:1
}
.feature-grid .feature-item.Feature .container h3:after{
    content:"\0020";
    display:block;
    height:0;
    overflow:hidden;
    clear:both
}
.feature-grid .feature-item.GraphicalFeature .container{
    text-align:center;
    padding:1em;
    background:url("/themes/coreoilandgas/images/background-1.png");
    background-size:cover;
    box-sizing:border-box;
    color:white
}
.feature-grid .feature-item.GraphicalFeature .container:before{
    content:"";
    vertical-align:middle;
    display:inline-block;
    height:100%;
    width:0;
    margin-right:-0.3em
}
.feature-grid .feature-item.GraphicalFeature .spooky-ghost-container{
    vertical-align:middle;
    display:inline-block;
    text-decoration:none;
    color:white;
    width:99%
}
.feature-grid .feature-item.GraphicalFeature .icon{
    width:65%;
    height:auto;
    display:inline-block
}
.feature-grid .feature-item .box-Orange,.feature-grid .feature-item .box-Brick,.feature-grid .feature-item .box-Turqoise,.feature-grid .feature-item .box-Gray{
    box-sizing:border-box;
    padding:0.5em 0.5em 1em 0.5em
}
.feature-grid .feature-item .box-Orange h1,.feature-grid .feature-item .box-Orange h2,.feature-grid .feature-item .box-Orange h3,.feature-grid .feature-item .box-Orange h4,.feature-grid .feature-item .box-Orange h5,.feature-grid .feature-item .box-Orange p,.feature-grid .feature-item .box-Brick h1,.feature-grid .feature-item .box-Brick h2,.feature-grid .feature-item .box-Brick h3,.feature-grid .feature-item .box-Brick h4,.feature-grid .feature-item .box-Brick h5,.feature-grid .feature-item .box-Brick p,.feature-grid .feature-item .box-Turqoise h1,.feature-grid .feature-item .box-Turqoise h2,.feature-grid .feature-item .box-Turqoise h3,.feature-grid .feature-item .box-Turqoise h4,.feature-grid .feature-item .box-Turqoise h5,.feature-grid .feature-item .box-Turqoise p,.feature-grid .feature-item .box-Gray h1,.feature-grid .feature-item .box-Gray h2,.feature-grid .feature-item .box-Gray h3,.feature-grid .feature-item .box-Gray h4,.feature-grid .feature-item .box-Gray h5,.feature-grid .feature-item .box-Gray p{
    color:white
}
.feature-grid .feature-item .box-Orange .popout-link,.feature-grid .feature-item .box-Brick .popout-link,.feature-grid .feature-item .box-Turqoise .popout-link,.feature-grid .feature-item .box-Gray .popout-link{
    font-size:0.75em;
    color:white;
    text-decoration:none;
    padding-top:1.2em;
    padding-bottom:10px;
    display:inline-block;
    width:100%
}
.feature-grid .feature-item .box-Orange .popout-link:hover,.feature-grid .feature-item .box-Brick .popout-link:hover,.feature-grid .feature-item .box-Turqoise .popout-link:hover,.feature-grid .feature-item .box-Gray .popout-link:hover{
    text-decoration:underline
}
.feature-grid .feature-item .box-Orange{
    background-color:#f78f1e
}
.feature-grid .feature-item .box-Brick{
    background-color:#b45340
}
.feature-grid .feature-item .box-Turqoise{
    background-color:#72c6a2
}
.feature-grid .feature-item .box-Gray{
    background-color:#58585a
}
.feature-grid .feature-item .feature-footer{
    position:absolute;
    bottom:0.5em;
    width:42px;
    height:42px;
    right:1.5em
}
.cmac-block,.cmac-block--even,.cmac-block--odd{
    width:90%;
    display:block;
    box-sizing:border-box;
    font-size:0;
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    margin-bottom:1rem;
    background-color:#72c6a2
}
.cmac-block--even{
    background-color:#b45340;
    direction:rtl
}
.cmac-block_icon-block{
    display:none;
    box-sizing:border-box;
    font-size:1rem;
    vertical-align:top;
    height:100%;
    background-color:white
}
@media only all and (min-width: 45em){
    .cmac-block_icon-block{
        width:30%;
        display:inline-block
    }
}
.ie .cmac-block_icon-block{
    width:30%;
    display:inline-block
}
.cmac-block_icon-block .cmac-block_icon{
    padding:1em;
    box-sizing:border-box
}
.cmac-block_color-block .cmac-block_link{
    direction:ltr;
    color:white;
    padding-top:0.5em;
    margin:0;
    font-size:0.9em;
    font-weight:200
}
.cmac-block_color-block .cmac-block_link a{
    text-decoration:none;
    color:white
}
.cmac-block_color-block{
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    padding:0.75rem;
    font-size:1rem;
    vertical-align:top;
    text-align:left
}
@media only all and (min-width: 45em){
    .cmac-block_color-block{
        width:70%
    }
}
.ie .cmac-block_color-block{
    width:70%
}
.cmac-block_color-block:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-0.25em
}
.cmac-block_color-block>div{
    display:inline-block;
    vertical-align:middle
}
.cmac-block_color-block .cmac-block_title{
    margin:0;
    color:white;
    font-size:1.3em;
    text-align:left;
    direction:ltr;
    padding-top:0.25em
}
.cmac-block_color-block .cmac-block_subtitle{
    color:white;
    letter-spacing:1px;
    font-size:0.9em;
    margin:0;
    line-height:1.5;
    direction:ltr;
    font-weight:700;
    padding-top:0.25em
}
.cmac-popup_feature{
    width:40%;
    color:white;
    padding:1.5rem 1.5rem 1rem 1.5rem;
    font-size:1.2rem;
    position:absolute;
    bottom:3em
}
.cmac-popup_feature h3{
    font-weight:bold
}
.cmac-popup_feature p{
    line-height:1.3em
}
.cmac-popup_main-image{
    background-size:cover;
    height:427px;
    position:relative
}
.cmac-popup_sub-details{
    padding:2rem 1.5rem;
    line-height:1.4;
    width:100%;
    box-sizing:border-box
}
.cmac-popup_button{
    background-color:#6bcb97;
    padding:0.75rem 1rem;
    border-radius:0.25em;
    color:white;
    text-decoration:none;
    font-weight:bold;
    margin-top:1rem;
    display:inline-block
}
.overview{
    margin:0 0 1em 2em
}
.overview_title{
    color:#b45340;
    border-bottom:dotted 1px #f78f1e
}
.overview ul{
    margin:0;
    padding:0.5em 0;
    list-style:none;
    border-bottom:dotted 1px #f78f1e
}
.overview li{
    padding:0.25rem 0;
    margin:0;
    font-size:0.9em;
    font-weight:bold
}
 .main-menu li .submenu {
     display:block;
     margin-bottom: 5px;
     margin-top: 5px;
}
 .main-menu li ul {
     display:none;
}
 .main-menu li:hover .level-2{
     display:block;
}
 .level-3 {
     display:none;
     position: absolute;
     left: 267px;
     background: #fff;
     top: 0;
     width: 200px;
     min-height:250px;
     margin: 0.5em 0 0.5em 2em !important;
}
 .main-menu .level-2 li:hover .level-3 {
     display:block;
}
 .main-menu {
     z-index:10000;
     position:relative;
}
 .level-2 {
     position: absolute;
     /* left: -140px; */
     min-width: 300px;
     background:#fff;
     top: 8px;
     margin:0.5em 0 0.5em -5em !important;
}
 .level-2 li:before {
     content:'' !important;
     margin:0;
}
 .skill-item, .right-column .button, .footer-logo, .cmac-block--odd, .cmac-block--even {
     -webkit-transition: all 0.6s;
    /* Safari */
     transition: all 0.6s;
}
 .skill-item:hover, .right-column .button:hover, .footer-logo:hover, .cmac-block--odd:hover, .cmac-block--even:hover {
     transform: scale(1.05);
}
 .subnav a:hover{
     color:#888;
}
 .level-2-link {
     padding: 5px;
     display: block;
     border: 1px solid #ccc;
     margin-left: 10px;
}
#cookie-notice {
	display: block;
	visibility: hidden;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	line-height: 20px;
	left: 0;
	text-align: center;
}
.cn-top {
	top: 0;
}

.cookie-notice-container {
	padding: 10px;
	text-align: center;
	width: 100%;
}
.cn-button.wp-default {
	font-family: sans-serif;
	line-height: 18px;
	padding: 2px 12px;
	background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
	border-color: #BBB;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	-moz-box-sizing: border-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}
#cookie-notice .cn-button {
	margin-left: 10px;
}
.cn-button.wp-default, .cn-button.wp-default:hover, .cn-button.bootstrap, .cn-button.bootstrap:hover {
	box-shadow: none;
	text-decoration: none;
}
 

