@font-face {
  font-family: 'oracleiconsregular';
  src: url("../fonts/oracleicons-v27-webfont.eot");
  src: url("../fonts/oracleicons-v27-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oracleicons-v27-webfont.woff2") format("woff2"), url("../fonts/oracleicons-v27-webfont.woff") format("woff"), url("../fonts/oracleicons-v27-webfont.ttf") format("truetype"), url("../fonts/oracleicons-v27-webfont.svg#oracleiconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/** Color Classes **/
.orange {
  color: #f29111; }

.blue {
  color: #2C5967; }

.dark-blue {
  color: #003b4d; }

.green {
  color: #4E5052; }

.dark-green {
  color: #004f35; }

.deep-red {
  color: #592439; }

.pink-red {
  color: #942645; }

.white {
  color: #FCFBFA; }

.orange-bg {
  background-color: #f29111; }

.blue-bg {
  background-color: #2C5967; }

.dark-blue-bg {
  background-color: #003b4d; }

.dark-blue-alt-bg {
  background-color: #324B5C; }

.green-bg {
  background-color: #4E5052; }

.dark-green-bg {
  background-color: #004f35; }

.deep-red-bg {
  background-color: #8A331D; }

.pink-red-bg {
  background-color: #942645; }

.dark-grey-bg {
  background-color: #4e5052; }

.bark {color: #312D2A;}
.bark:hover {color: #67605B;}
.air {color: #FCFBFA; }

.pebble {color: #8B8580;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: Oracle Sans, sans-serif;
  color: #312D2A;
  background-color: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
	animation: fadeInAnimation ease .2s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

#navBack {display: none !important;}
#myframe {height: auto !important;}

@keyframes fadeInAnimation { 
   0% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


p {
  -webkit-margin-before: 0px;
  display: block;
  margin-bottom: 15px;
  line-height: 24px;
  margin-top: 0; }

p.footnote {
      font-size: 12px;
      line-height: 18px;
	margin-top: 40px;}

p.footnote sup {
        font-size: 8px; }

a {
  background-color: transparent;
  color: #2C5967;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    cursor: pointer;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  padding: 25px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all .3s;
  transition: all .3s; }

h2 {
  font-size: 29px;
  color: #2C5967;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.2;
  margin-bottom: 15px; }

h3 {
  font-size: 36px;
   color: #9b4122;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;	
}

h4 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 10px;

}

h5 {
  margin: 0;
  display: table;
  font-weight: bold;
  font-size: 17px; }
  h5 span.left {
    margin-left: -20px;
    display: block; }

h6 {
  font-size: 16px;
   color: #56504B;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 10px;	
	padding-top: 10px;
}

.ul-white {
	color: #fff;
}

.ul-white li {
	font-size: 16px;
	margin-left: -30px;
	padding-bottom: 10px;
	padding-left: 8px;
}


.ul-white a {
	color: #fff;
}

.ul-white a:active, a:hover {
    outline: 0;
	color: #94AFAF;
    cursor: pointer;
	 -webkit-transition: all .3s;
              transition: all .3s;
}


.use-case {
  font-size: 15px;
   color: #E5DBBE;
  font-weight: 800;
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 10px;	
	padding-top: 10px;
}

button {
	background-color: #67605b;
	color: #FCFBFA;
	height: 40px;
	border-radius: 20px;
	border: none;
	font-size: 16px;
	padding: 0px 25px;
}

button:hover {
	background-color: #2C5967;
	transition-duration: 0.8s;
}

button a{
	color: #FCFBFA;
}

button a:hover{
	color: #FCFBFA;
}

#column {
	/*background: #fff;*/
	color: #fff;
      border: 1px solid #DEE0E0;
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 150px;
      width: 100%;
      padding: 20px;
      margin: 5px 5px;
      cursor: pointer;
      -webkit-transition: all .3s;
              transition: all .3s; 
float: left;}


#column-2{
	/*background: #fff;*/
	color: #fff;
     /* border: 1px solid #67605B;*/
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 150px;
      width: 45%;
	 /*padding: 20px;
      margin: 5px 5px;*/
      cursor: pointer;
      -webkit-transition: all .3s;
              transition: all .3s; 
		float: left;}


#column-3{
	/*background: #fff;*/
	color: #fff;
      /*border: 1px solid #67605B;*/
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 150px;
      width: 300px;
      /*padding: 20px;
      margin: 5px 5px;*/
      cursor: pointer;
      -webkit-transition: all .3s;
              transition: all .3s; 
float: left;}


.small {
  font-size: 80%; }

.bold {
  font-weight: bold; }

.no-top {
  margin-top: 0; }

img {
  border: 0; }

.content-mobile {
  display: none; }

.img-responsive {
  width: 100%;
  display: block;
  height: auto; }

.img-role {
	width: 120px;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
}

.gold {
	color: #facd62;
	margin-bottom: 50px;
}


.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative;
}
  .wrapper .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .wrapper .container {
        width: 90%;
        padding: 0 15px; } }


header {
  background: url(../img/hero-banner.jpg?v=1) no-repeat 0 0;
  background-position: right;
  background-size: 60%;
  overflow: hidden;
  position: relative;
 height: auto;

}
  header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2B6242; }
    @media (min-width: 992px) {
      header:before {
        display: none; } }
  header .head-wrap {
    padding: 4rem 0 6rem 0;
    z-index: 5;
    position: relative; }
    @media (min-width: 768px) {
      header .head-wrap {
        padding: 6rem 0; } }
    @media (min-width: 992px) {
      header .head-wrap {
        padding: 6rem 0; } }
    @media (min-width: 992px) {
      header .head-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        /*background: url(../img/logo.svg) no-repeat;*/
        background-position: bottom right;
        background-size: auto 100%; } }
  header .wrapper {
    position: initial; }
    header .wrapper:before {
      content: '';
      position: absolute;
      left: 0;
      width: 50%;
      height: 100%;
		background-color: #2b6242;
		background-size: cover;
}
      @media (min-width: 992px) {
        header .wrapper:before {
          width: 50%; } }
      @media (min-width: 1200px) {
        header .wrapper:before {
          width: 50%; height: 750px; } }
    header .wrapper .logo-wrap {
      padding: 15px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (min-width: 768px) {
        header .wrapper .logo-wrap {
          background-color: transparent;
          position: initial;
          margin: 0 -15px; } }
      header .wrapper .logo-wrap .logo {
        display: inline-block; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .logo {
            position: absolute;
            top: 0;
            padding: 4rem 0 1rem 0; } }
        header .wrapper .logo-wrap .logo img {
          width: 110px; }
          @media (min-width: 768px) {
            header .wrapper .logo-wrap .logo img {
              width: 180px; } }
      header .wrapper .logo-wrap .hamburger {
        background-image: url("data:img/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 17.001v2h-16v-2zm6-6v2h-22v-2zm-6-6.001v2.001h-16v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        background-size: 80%;
        background-position: 50%;
        text-indent: -9999px;
        display: block;
        position: absolute;
        right: 5%;
        top: 8px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s linear; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .hamburger {
            display: none; } }
        header .wrapper .logo-wrap .hamburger.active {
          background-color: #312d2a; }
    header .wrapper h1,
    header .wrapper h4 {
      color: #ffffff;
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 2.5rem;
      line-height: 1.3; }
    header .wrapper h1 {
      width: 100%;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 4rem; }
      @media (min-width: 992px) {
        header .wrapper h1 {
          width: 70%;
          font-size: 4.5rem; } }
      @media (min-width: 1200px) {
        header .wrapper h1 {
          width: 50%; } }
      header .wrapper h1 br {
        display: none; }
        @media (min-width: 992px) {
          header .wrapper h1 br {
            display: block; } }
      header .wrapper h1 span {
        letter-spacing: normal;
        font-size: 2.8rem;
        font-weight: normal;
        line-height: 1.3;
        margin-top: 2rem;
        color: #f9dab1;
        font-family: "georgia"; }
        @media (min-width: 992px) {
          header .wrapper h1 span {
            font-size: 4.8rem; } }
    header .wrapper h4 {
      width: 90%;
      padding-top: 2rem; }
      @media (min-width: 992px) {
        header .wrapper h4 {
          width: 40%; } }
    header .wrapper:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      /*height: 4.4rem;*/
      bottom: -6.4rem; }

.head-text {
	font-size: 30px;
	color: #e5dbbe;
	width: 50%;
	line-height: 1.6;
	margin-top: 0px;
}

@media screen and (min-device-width: 1930px) {

	.head-text {
	font-size: 22px;
	color: #e5dbbe;
	width: 50%;
	line-height: 1.6;
	margin-top: 0px;
	}
	
	.button {
	font-size: 14px;
	font-weight: 500;
	background-color: #E5DBBE; 
	height: 50px; 
	color: #fff; 
	border-radius: 10px;
	border: 2px solid #E5DBBE;
	padding: 5px 25px; 
	width: 47%;
	margin-top: 50px;
	text-align: left;
	margin-right: 10px; 
	}
}


@media screen and (max-device-width: 1920px){

	.head-text {
	font-size: 30px;
	
	}
	
	.button {
	font-size: 18px;
	font-weight: 500;
		background-image: url("../img/button-background.jpg");
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
	background-color: #E5DBBE; 
	height: 45px; 
	color: #312D2A; 
	border-radius: 10px;
	border: 2px solid #E5DBBE;
	padding: 5px 15px; 
	width: 47%;
	margin-top: 10px;
	text-align: left;
	margin-right: 10px;
		display: block;
}
}
.button:hover {
background-color: transparent;
	color: #E5DBBE;
	border: 2px solid #E5DBBE;
	background-image: url("../img/button-background-dark.jpg");
	transition: 0.2s;
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
	font-size: 25px;
}

.button:hover span {
  padding-right: 27px;
	
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.circle-right {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 0.3em solid #ae562a;
  border-radius: 50%;
	float: right;
	background-color: #ae562a;
}

.circle-right:after {
  content: '';
	display: inline-block;
  margin-bottom: 0.15em;
  width: 0.7em;
  height: .7em;
  border-top: 0.25em solid #dfd5b1;
  border-right: 0.25em solid #dfd5b1;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.text-left {
	width: 70%;
	margin-right: 10px;
}

.text-left2 {
	width: 95%;
}

.text-left60 {
	width: 65%;
	margin-right: 10px;
}

.text-right {
	margin-right: 40px;
}

.img-right {
	width: 22%;
	float: right;
	background-image: url("../img/background-1.jpg");
	background-size: cover;
	background-position: right;
	height: 925px;
	margin-top: 35px;
}

.img-right2 {
	width: 22%;
	float: right;
	background-image: url("../img/background-3.jpg");
	background-size: cover;
	background-position: center;
	height: 850px;
	margin-top: 35px;
}

.img-right3 {
	width: 30%;
	float: right;
	background-image: url("../img/background-4.jpg");
	background-size: cover;
	background-position: center;
	height: 770px;
	margin-top: 35px;
}

.img-right4 {
	width: 22%;
	float: right;
	background-image: url("../img/background-5.jpg");
	background-size: cover;
	background-position: center;
	height: 1125px;
	margin-top: 35px;
}

.img-left {
	width: 30%;
	background-image: url("../img/background-2.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 35px;
	float: left;
	height:825px;
	margin-left: -40px;
	margin-right: 40px;
}


.img-left5 {
	width: 30%;
	margin-top: 10px;
	float: left;
	height: auto;
	margin-right: 30px;
}

@media only screen and (min-width: 910px) and (max-width: 1399px)
{
	.indent {
		font-family: 16px;
		line-height: 22px;}
	
	.indent-right {
		font-family: 16px;
		line-height: 22px;}
	
	.img-left5 {
		width: 32%;}
}


.indent {
  border-left: 3px solid #AE562C;
  padding-left: 20px;
  font-size: 18px;
  color: #AE562C !important;
  margin-top: 20px;
	line-height: 24px;
}
  .indent span {
    color: #56504B !important;
    display: block;
    margin-top: 12px;
    font-size: 15px;
line-height: 20px;}


.indent-right {
  border-left: 3px solid #AE562C;
  padding-left: 20px;
  font-size: 18px;
  color: #AE562C !important;
  margin-top: 20px;
	line-height: 24px;
	margin-left: 35%;
}
  .indent-right span {
    color: #56504B !important;
    display: block;
    margin-top: 12px;
    font-size: 15px;
line-height: 20px;}

@media only screen and (min-width: 992px) {
  .indent {
    margin-left: 30px !important; } }
@media only screen and (min-width: 1200px) {
  .indent {
    margin-left: 40px !important; }

}

@media (max-width: 992px) {
	.head-text {
		font-size: 18px;
		width:45%
	}
	
.button {
		width: 210px;
			font-size: 14px;
	}
	
}

@media (max-width: 850px) {
.button {
	font-size: 12px;
	padding: 5px 15px; 
	width: 22%;
	}
}
.internal-resources {
	width: 30%;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url("../img/key-account/tab-background.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px;
	float: left;
		
}

#logo-container {
  box-shadow: 0 8px 6px -6px #ccc; }
  #logo-container .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    #logo-container .logos .logo {
      padding: 0;
      height: 56px;
      position: absolute;
      right: 0; }
    #logo-container .logos img {
      padding: 6px 0; }
    #logo-container .logos span {
      font-size: 18px; }
      #logo-container .logos span img {
        position: relative; }
    #logo-container .logos .blue {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }


.enlarge {font-size: 14px !important;  color: #2C5967; margin-top: 5px;}
.thumb {width: 90%;}
.back{border: 1px solid #DEE0E0;
	border-top: 1px solid #2C5967;
	text-align:right;padding: 15px;}
.back span{
	font-size: 18px;
	color: #2C5967;
	line-height: 1;
	display: block;
	padding: 0;
	cursor: pointer;
	color: #2C5967;
	border: none;
	outline: none;
	background: transparent;
}
.ind-back{margin:10px 0 0 -10px;}
.ind-back a{font-size: 16px;color:#AE562C;text-decoration: underline;}
.fa-chevron-left::before{color:#AE562C;}
.back span:after{
	border-style: solid;
	border-width: 2px 2px 0 0;
	color: #2C5967;
	content: '';
	display: inline-block;
	height: 0.7em;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 0.7em;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
	border-radius: 25px;
  width: 30% !important;
	height: 200px !important;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
.logos-mobile {
  display: none;
  box-shadow: 0 8px 6px -6px #ccc; }
  .logos-mobile img {
    padding: 0;
    margin-left: 12px;
    height: 45px; }
  .logos-mobile .info {
    padding: 10px; }

.info {
  padding: 0;
  margin-left: auto;
  color: #4e5052; }
  .info img {
    width: 20px;
    padding: 0px 10px 5px 0px;
    vertical-align: middle;
    height: auto; }
#info{
	display: none;
}
#info.modal {
  background: url(../img/info-bg.png) no-repeat top right;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 900px;
  padding: 40px 80px; 
	display: none;
}
  #info.modal a.close-modal {
    display: none; }
  #info.modal img {
    display: block;
    margin: 0 auto; }

.modal {
}
  .modal a.close-modal {
    display: none; }
  .modal .row .col50 {
    padding: 10px 30px 10px 10px; }
  .modal h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .modal h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold; }
  .modal p {
    font-size: 24px;
    line-height: 21px;
color: #312d2a;
margin-left: 110px;
margin-top: 75px;}
  .modal ul {
    padding: 0; }
    .modal ul li {
      display: inline-block;
      background: #F4F4F4;
      border-radius: 5px;
      font-size: 12px;
      padding: 5px 10px;
      margin: 2px 1px; }

.industry-heading {
  /*background-color: #AE562C;*/
  color: #67605B;text-align: center;}
.industry-heading h3{
font-size:22px;	
color: #67605B;
font-weight: bold;
line-height: 1.2;margin:10px 0 0 0;
	padding-top: 0;
}
/*.breadcrumb {
  color: #67605B;;
  margin: 15px 0px 0px -10px; }
  .breadcrumb a, .breadcrumb span{
    font-size: 17px;color: #67605B ; }
    .breadcrumb a:hover {
      text-decoration: none;color: #AE562C }
    .breadcrumb a:last-child {
      color: #67605B ;
      font-weight: bold;
      pointer-events: none; }*/

.breadcrumb {
  padding: 15px 40px;
  background-image: url("../img/top-banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	color: #FCFBFA;
  list-style: none;
	font-size: 16px;
}

.breadcrumb span{
  font-size: 30px;
}

.breadcrumb > li {
  display: inline-block
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #79726D;
  content: ">";
font-weight: normal;
}
.breadcrumb > .active {
  color: #AE562C;
font-weight: bold;
}

ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			margin-bottom: -7px;
		}
		ul.tabs li{
			background: #67605b;
			color: #fff;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			min-height: 70px;
			overflow: auto;
			border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
			
		}

		ul.tabs li.current{
			background: #fff;
			color: #23201e;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

.time-estimate {
	border-bottom: solid 3px #312D2A;
	width: 100%;
	float: left;
	padding: 5px;
	margin-top: 20px;
}

.time-estimate p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}

.timer {float: left;
	width: 20px;
	margin-right: 20px;
}

/*.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " "
}
.nav:after {
  clear: both
}
.nav:before, .nav:after {
  display: table;
  content: " "
}
.nav:after {
  clear: both
}
.nav > li {
  position: relative;
  display: block
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}
.nav.open > a, .nav.open > a:hover, .nav.open > a:focus {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}
.nav.open > a .caret, .nav.open > a:hover .caret, .nav.open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}
.nav > .pull-right {
  float: right
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 4px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
	background-color: #67605b;
	color: #fff;
	min-height: 70px;
	  
}
.nav-tabs > li > a {
	color: #fff;
 
}
.nav-tabs > li:hover {
	background-color: #AE562C;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}
.nav-tabs.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%
}
.nav-tabs.nav-justified > li > a {
  text-align: center
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff
}
.nav-pills > li {
  float: left
}
.nav-pills > li > a {
  border-radius: 5px
}
.nav-pills > li + li {
  margin-left: 2px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca
}
.nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified {
  width: 100%
}
.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%
}
.nav-justified > li > a {
  text-align: center
}
.nav-tabs-justified {
  border-bottom: 0
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff
}*/


.tabbable:before, .tabbable:after {
  display: table;
  content: " "
}
.tabbable:after {
  clear: both
}
.tabbable:before, .tabbable:after {
  display: table;
  content: " "
}
.tabbable:after {
  clear: both
}

.tab-content {
	background-color: #fff;
	min-height: 500px;
	margin-top: 1px;
	border-radius: 0px 5px 5px 5px;
	padding: 20px;
	overflow: auto;
	display: none;
	margin-bottom: 20px;
}

.tab-content .active {
	display: inherit;
}

.tab-content h1 {
	font-size: 20px;
	color: #ae562c;
	font-weight: 700;
}

.tab-content p {
	color: #56504B;
	font-size: 14px;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none
}
.tab-content > .active, .pill-content > .active {
  display: block
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar {
  position: relative;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  background-color: #eee;
  border-radius: 4px
}
.navbar:before, .navbar:after {
  display: table;
  content: " "
}
.navbar:after {
  clear: both
}
.navbar:before, .navbar:after {
  display: table;
  content: " "
}
.navbar:after {
  clear: both
}
.navbar-nav {
  margin-top: 10px;
  margin-bottom: 15px
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #777;
  border-radius: 4px
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #d5d5d5
}
.navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent
}
.navbar-nav.pull-right {
  width: 100%
}
.navbar-static-top {
  border-radius: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0
}
.navbar-fixed-top {
  top: 0
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0
}
.navbar-brand {
  display: block;
  max-width: 200px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777;
  text-align: center
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent
}
.navbar-toggle {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #ddd
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}
.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px
}
.navbar-form .form-control, .navbar-form .radio, .navbar-form .checkbox {
  display: inline-block
}
.navbar-form .radio, .navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.navbar-nav > .dropdown > a:hover .caret, .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #d5d5d5
}
.navbar-nav > .open > a .caret, .navbar-nav > .open > a:hover .caret, .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.navbar-inverse {
  background-color: #222
}
.navbar-inverse .navbar-brand {
  color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-text {
  color: #999
}
.navbar-inverse .navbar-nav > li > a {
  color: #999
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent
}
.navbar-inverse .navbar-toggle {
  border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}
@media screen and (min-width:768px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0
  }
  .navbar-nav > li {
    float: left
  }
  .navbar-nav > li > a {
    border-radius: 0
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important
  }
}
.navbar-btn {
  margin-top: 6px
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}
.navbar-link {
  color: #777
}
.navbar-link:hover {
  color: #333
}
.navbar-inverse .navbar-link {
  color: #999
}
.navbar-inverse .navbar-link:hover {
  color: #fff
}

.content-box {
	width: 30%;
	background-color: #e5dbbe;
	padding: 20px;
	color: #23201e;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content-box .heading {
	font-size:16px !important;
	font-weight: bold;
	color: #23201e;
}

.content-box p {
	color: #23201e;
	font-size: 14px;
	margin-bottom: 5px;
}

.short {
	min-height: 175px;
	overflow: auto;
}

.long {
	min-height: 320px;
	overflow: auto;
}

.footer-button {
	background-color: #e5dbbe;
	height: 50px;
	color: #312d2a;
	font-size: 16px;
	padding: 20px;
	margin-top: 40px;
}

.footer {
	background-image: url("../img/footer.jpg");
	background-size: contain;
	height: 50px; 
	color: #FCFBFA;
	padding-top: 20px;
	padding-right: 20px;
}
  .footer p {
    color: #FCFBFA !important;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04px;
    margin: 0;
    padding: 20px 0; 
	text-align: left;  
}

.footer .left {
          float: left;
		   padding-left: 40px;
}

.left {
          float: left;
}
.p20{padding-left: 20px;}
.w50 {width: 50%;}
.w25 {width: 25%;}

.footer .right {
          text-align: right;
		 font-size: small}
.right {
	text-align: right;
	float: right;
	width: 30%;
}

.right2 {
	text-align: right;
}

.right-last {
	float: right;
}

.next {float: right;
	width:55px;
}
.footer a {
          color: #FCFBFA;
			margin-right: 15px;}

.inner-banner{
	background-image: url(../img/key-account/banner.jpg); 
	background-size: contain;
	height: 350px;	
	padding-left: 30px;
	padding-top: 20px;
	border-radius: 0 0 10px 10px;
}
.inner-banner h1 {
	font-size: 36px;
	font-weight: bold;
	color: #e5dbbe;
	margin: 0px;
	padding: 10px 0 0 0;
}

.inner-banner h3 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 5px !important;
}


.strategic-banner{
	background-image: url(../img/strategic-banner.jpg); 
	background-size: contain;
	height: 350px;	
	padding-left: 30px;
	padding-top: 20px;
	border-radius: 0 0 10px 10px;
}
.strategic-banner h1 {
	font-size: 36px;
	font-weight: bold;
	color: #312d2a;
	margin: 0px;
	padding: 10px 0 0 0;
}

.strategic-banner h3 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 5px !important;
	color: #312d2a !important;
}

.tab-wrapper {
  margin: 0 auto; }
  .tab-wrapper .tab-menu-wrapper {
    /*border-bottom: 1px solid #2C5967;*/}
    .tab-wrapper .tab-menu-wrapper .tab-menu {
      text-align: center;
      padding: 0;margin-top: 5px;margin-left: 100px;   }
      .tab-wrapper .tab-menu-wrapper .tab-menu li {
        position: relative;
        color: #67605B;
        font-size: 18px;
		
        display: inline-block;
        padding: 10px 20px 13px 20px;
        width: auto;
        text-align: center;
        cursor: pointer;
        z-index: 0; }
        .tab-wrapper .tab-menu-wrapper .tab-menu li.active {
          /*font-weight: bold;*/
          color: #67605B; }
          .tab-wrapper .tab-menu-wrapper .tab-menu li.active:after {
            content: '';
            position: absolute;
            top: 50px;
            left: 50%;
            margin-left: -20px;
            width: 0;
            height: 0;
            border-bottom: solid 10px #AE562C;
            border-left: solid 20px transparent;
            border-right: solid 20px transparent; }




.productFilters {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;*/
  line-height: 1; 
height: 62px;
	margin-top: 2px!important;
}
  .productFilters.content-mobile {
    display: none; }
  .productFilters div, .productFilters a {
    color: #cfd0d0;
    padding: 20px 0;
   display: inline-block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	width: 230px;  
}
    .productFilters div.active, .productFilters a.active{
      color: #AE562C;
      pointer-events: none; }

.industryGridWrapper {
	margin-left: 40px;
  background-size: 100% auto;
	margin-bottom: 45px;
}
  .industryGridWrapper .industryGrid {
     min-height:790px;	text-align: left;}
    .industryGridWrapper .industryGrid .industryItem,.industryGridWrapper .industryGrid .contact {
      background: #fff;
      display: inline-block;
	
      /*margin: 10px;*/
		margin-right: 10px;
		margin-bottom: 10px;
      width: 290px;
      position: relative;
      vertical-align: middle;
      -webkit-transition: box-shadow .3s;
              transition: box-shadow .3s;
      z-index: 0; }

.industryItem2{
	background: #fff;
      display: inline-block;
	
      /*margin: 10px;*/
		margin-right: 10px;
		margin-bottom: 10px;
      width: 290px;
      position: relative;
      vertical-align: middle;
      -webkit-transition: box-shadow .3s;
              transition: box-shadow .3s;
      z-index: 0; 
	
	
}
      .industryGridWrapper .industryGrid .industryItem .videoWrapper .industryItem2 {
        position: relative;
        overflow: hidden;
        height: 162px; }
        .industryGridWrapper .industryGrid .industryItem .videoWrapper .industryItem2 video {
          left: 50%;
          min-height: 100%;
          min-width: 100%;
          position: absolute;
          top: 50%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .industryGridWrapper .industryGrid .industryItem .industryItem2, img {
        max-width: 100%;
        display: block;
        height: auto; }
      .industryGridWrapper .industryGrid .industryItem p,.industryGridWrapper .industryGrid .contact  {
        font-size: 17px;
        letter-spacing: -0.36px;
        line-height: 1;
        padding: 0px 40px 0px 15px;
        margin: 0;
        height: 55px;
		cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }

.industryItem2 p{
	font-size: 17px;
	color: #2C5967 !important;
        letter-spacing: -0.36px;
        line-height: 1;
        padding: 0px 40px 0px 15px;
        margin: 0;
        height: 55px;
		cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}

.industryItem2 p:hover{color:#fff !important;}

      .industryGridWrapper .industryGrid .industryItem .chevron,.industryGridWrapper .industryGrid .contact .chevron {
        position: absolute;
        right: 22px;
        bottom: 18px;
        font-size: 22px; }

.industryItem2 .chevron {
        position: absolute;
        right: 22px;
        bottom: 18px;
        font-size: 22px; }

      .industryGridWrapper .industryGrid .industryItem:hover,.industryGridWrapper .industryGrid .contact:hover {
        background: #AE562C;
        z-index: 1;
       /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 14px 36px rgba(0, 0, 0, 0.25); */}
        .industryGridWrapper .industryGrid .industryItem:hover .info .industryItem2:hover i {
          /*color: #fff; */}
        .industryGridWrapper .industryGrid .industryItem:hover a,.industryGridWrapper .industryGrid, .contact:hover a{
          color: #fff;
          /*border: 1px solid #AE562C;*/ }

        .industryGridWrapper .industryGrid .industryItem:hover .chevron:before,.industryGridWrapper .industryGrid, .contact:hover .chevron:before {
          border-color: #fff; }

.industryItem2:hover{background: #AE562C;
        z-index: 1;}

.industryItem2:hover a{color: #fff;
          }
.industryItem2:hover .chevron:before {border-color: #fff;}

.productGridWrapper {
  background: url(../img/bg.png) repeat top center;
  background-size: 100% auto; }
  .productGridWrapper .productGrid {
    padding-bottom: 30px;
    min-height: 510px; }
    .productGridWrapper .productGrid .productItem {
      border: 1px solid #DEE0E0;
      background: #fff;
      display: inline-block;
      margin: 3px;
      width: 250px;
      /*display: none;*/
      position: relative;
      height: 85px;
      vertical-align: top;
      z-index: 0;
      cursor: pointer;
      -webkit-transition: all .3s;
              transition: all .3s; }
.productGridWrapper .productGrid .productItem p{padding: 10px}
      .productGridWrapper .productGrid .productItem .info {
        position: absolute;
        right: 15px;
        top: 15px; }
        .productGridWrapper .productGrid .productItem .info i {
          font-size: 20px;
          color: #CBCBCC; }
      .productGridWrapper .productGrid .productItem.active {
        opacity: 1;
        -webkit-animation-name: fadeInOpacity;
                animation-name: fadeInOpacity;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        display: inline-block; }
      .productGridWrapper .productGrid .productItem.hide {
        opacity: 0;
        -webkit-animation-name: fadeOutOpacity;
                animation-name: fadeOutOpacity;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s; }
      .productGridWrapper .productGrid .productItem h4 {
        font-size: 16px;
        letter-spacing: -0.36px;
        line-height: 1.3em;
        padding: 0 3em 0 1em;
        margin: 0;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .productGridWrapper .productGrid .productItem .chevron {
        position: absolute;
        right: 22px;
        bottom: 10px;
        font-size: 18px; }
      .productGridWrapper .productGrid .productItem:hover {
        background: #AE562C;
        border: 1px solid #AE562C;
        z-index: 1;
		color: #fff;  
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 14px 36px rgba(0, 0, 0, 0.25); }
.productGridWrapper .productGrid .productItem4:hover {
        background: #ffffff;
        border: 1px solid #ffffff;
        z-index: 1;
        box-shadow: none; }
.productGridWrapper .productGrid .productItem4 {
        cursor: default;
}

        .productGridWrapper .productGrid .productItem:hover .info i {
          color: #fff; }
        .productGridWrapper .productGrid .productItem:hover h4 {
          color: #fff; }
        .productGridWrapper .productGrid .productItem:hover .chevron:before {
          border-color: #fff; }
.productGridWrapper .productGrid .productItem4:hover h4 {
          color: #000; }

.chevron:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.7em;
  position: relative;
  top: 0em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.7em; }




.chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.chevron.right2:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.chevron.bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
.chevron.top {
  margin: 0 auto; }
.chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

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

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOutOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*hr {
  height: 1px;
  border: none;
  color: #2C5967;
  background-color: #759C6C;
  margin: 20px 0; }*/

.product {
	min-height: 790px;
  background-size: 100% auto;
  background-repeat: repeat;
  /*position: relative; */}

    .product .header img {
      
}
    .product .header h3 {
      color: #fff;
      font-weight: normal;
      font-size: 24px;
      margin-top: 30px;
      margin-bottom: 0; }
    .product .header h2 {
      color: #fff;
      font-weight: bold;
      font-size: 38px;
      margin-top: 25px; }
    /*.product .header p {
      font-size: 14px;
      line-height: 1.3;
      position: relative;
      padding-right: 20px;
		color: #fff;
		margin-left: 15px;
}*/
.content {
	margin-top: -150px;
	background-color: #fff;
	padding: 20px;
	width: 68%;
	margin-left: 20px;
	border-radius: 10px;
	min-height: 450px;
	float: left;
}

.content-strategic {
	margin-top: -150px;
	background-color: #fff;
	padding: 50px 60px 30px 40px;
	width: 96%;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 10px;
	min-height: 350px;
	float: left;
}

.content-strategic p{
	font-size: 16px;
	color: #312d2a;
	margin-left: 10px;
}

.content h3{
	font-size: 24px;
	color: #312d2a;
	font-weight: bold;
	margin-left: 10px;
}

.content-right {
	margin-top: -150px;
	background-color: #e5dbbe;
	padding: 20px;
	width: 27%;
	border-radius: 10px;
	min-height: 450px;
	float: right;
	margin-right: 20px;
}

.content-right h3{
	font-size: 24px;
	color: #312d2a;
	font-weight: bold;
}

.flip-card {
  background-color: transparent;
  width: 180px;
  height: 130px;
  border-radius: 10px;
	float: left;
	margin: 10px 9px;
  perspective: 1000px;/* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */
.flip-card-inner {
	
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	/*background-image: url("../img/key-account/tab-background.jpg");*/
	background-color: #56504B;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
  color: white;
	padding: 15px;
	text-align: left;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  /*background-image: url("../img/key-account/tab-background-back.jpg");*/
	background-color: #41727E;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
  color: white;
	text-align: left;
	padding: 15px;
	font-size: 14px;
  transform: rotateY(180deg) translateZ(1px);   /* added 1px in z */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.flip-card-right {
  background-color: transparent;
  width: 180px;
  height: 130px;
  border-radius: 10px;
	float: left;
	margin: 10px 0px;
  perspective: 1000px; 
	/* Remove this if you don't want the 3D effect */
}




/* This container is needed to position the front and back side */
.flip-card-right-inner {
	
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card-right:hover .flip-card-right-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-right-front, .flip-card-right-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-right-front {
	/*background-image: url("../img/key-account/customer-tab-front.jpg");*/
	background-color: #AE562C;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
  color: white;
	padding: 15px;
	text-align: left;
	font-size: 18px;
}

/* Style the back side */
.flip-card-right-back {
  /*background-image: url("../img/key-account/customer-tab-back.jpg");*/
	background-color: #56504B;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
  color: white;
	text-align: left;
	padding: 15px;
	font-size: 14px;
  transform: rotateY(180deg);
}

.product .content {
    /*min-height: 200px;*/ }
.product .content p {
   color: #fff; }
    .product .content h4 {
     color:#759C6C; }
    .product .content .box {
      background: #fff;
      border: 1px solid #DEE0E0;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 150px;
      width: 304px;
     /* padding: 20px;*/
      margin: 5px 3px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      cursor: pointer;
      -webkit-transition: all .3s;
              transition: all .3s; }
      .product .content .box p {
        font-size: 24px;
        line-height: 1.3; }
      .product .content .box i {
        color: #2C5967;
        font-size: 20px;
        position: absolute;
        right: 20px; }
      .product .content .box:hover {
        background: #2C5967;
        border: 1px solid #2C5967; }
        .product .content .box:hover p, .product .content .box:hover i {
          color: #fff; }
  .product section {
    min-height: 825px; }

/*nav {
 width: 100px;
  height: 30px;
 background: #fff;
  position: absolute;
  top: 20px;
  right: 70px;
 border: 1px solid #DEE0E0;
  z-index: 999; }
  nav.industry-touch {
    top: -55px;
    right: -10px;
    width: 195px; }
  nav span {
    padding: 7px 12px;
    font-size: 14px;
    cursor: pointer;
    display: block; }
  nav i {
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 14px; }
  nav ul.slideLinks {
    clear: both;
    width: 250px;
    height: 0px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: height .4s ease;
            transition: height .4s ease;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 29px;
    right: 0;
    border: 0;
    list-style: none; }
    nav ul.slideLinks li {
      padding: 8px 10px;
      border-bottom: 1px solid #ccc;
      margin: 0;
      cursor: pointer; }
      nav ul.slideLinks li a {
        text-decoration: none;
        color: #2d2f31 !important;
        font-size: 14px;
        font-weight: normal !important; }
      nav ul.slideLinks li:hover {
        background: #2C5967; }
        nav ul.slideLinks li:hover a {
          color: #fff !important; }
  nav #solution-overview-touch,
  nav #solution-essentials-touch,
  nav #use-cases-touch,
  nav #industry-touch {
    position: absolute;
    opacity: 0;
    height: 0px; }
  nav #solution-overview-touch:checked + .slideLinks,
  nav #solution-essentials-touch:checked + .slideLinks,
  nav #use-cases-touch:checked + .slideLinks,
  nav #industry-touch:checked + .slideLinks {
    height: auto;
    opacity: 1; }*/

.fa-minus.content-desktop {
  border-radius: 50%;
  background-color: #2C5967;
  color: #fff;
  text-align: center;
  padding: 9px 10px;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999; }

.slide {
  /*background: rgba(255, 255, 255, 0.3);
  border: 1px solid #DEE0E0;*/
  padding:0 0px 50px 0px;	
  position: relative; }
  .slide .row {
    margin: 0; }
    .slide .row .col50 {
      padding-right: 48px; }
    .slide .row .col40 {
      padding: 0; }
  .slide p {
    font-size: 16px; }
    .slide p.title {
      color: #f29111;
      font-size: 14px;
      font-weight: bold;
      margin: 0; }
  .slide h3 {
    font-size: 29px;
    font-weight: normal;
    margin: 0px 0 10px 0; }
    .slide h3 span {
      color: #939699;
      font-size: 16px; }
  .slide ul {
    font-size: 16px;
    line-height: 1.3;
    margin-left: -15px;
    list-style: none; }
    .slide ul li {
      /*margin-bottom: 10px;*/ }
      .slide ul li:before {
        content: "";
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: -12px;
        margin-right: 5px;
        position: relative;
        left: -7px; }

.slick-dots {
  border: 1px solid #DEE0E0;
  border-top: 1px solid #2C5967;
  margin: 0;
  height: 52px; }

.slide {
  /*height: 470px;*/ }

/* Grid */
.row {
  margin: 0; }
  .row .col60, .row .col40 {
    box-sizing: border-box;
    float: left;
    width: 60%;
    padding-right: 10px; }
  .row .col40 {
    width: 40%; }
  .row .col50 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0px; }
  .row .col55, .row .col45 {
    box-sizing: border-box;
    float: left;
    width: 55%;
    padding: 0px; }
  .row .col45 {
    width: 45%; }
  .row .col75, .row .col25 {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding: 0px 10px; }
  .row .col25 {
    width: 25%; }
  .row .col3, {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0px 10px; }
.row .col2 {
	box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	
}

  .row:after {
    content: "";
    display: table;
    clear: both; }

.videopop{
	top: -2px;
	left:50px;
	position: absolute;
}
.videopop a{
	position: relative;
	display: block;
	z-index: 100;
}
.videopop p {
	color: #67605B;
	font-weight: bold;
	width: 120px;
	display: inline-block;
	margin-bottom: 0;
	margin-top:10px;
	vertical-align: top;
}

.table-content{display:table;width:100%;padding:10px;background:#FCFBFA;}
.table-row{display:table-row}
.table-cell{display:table-cell;padding:7px;border: 1px solid #fff;}
.table-cell.session{width: 300px;}
.table-cell:nth-child(3){width:450px;}
.table-cell.heading1{background:#E5DBBE;color:#fff;font-size:16px;font-weight: bold;} 
/*.table-content.how-to .table-cell:nth-child(2){width:420px;}*/
.table-cell.heading2{background:#ebcfcd;color:#312D2A;font-size:16px;font-weight: bold;} 
.table-cell p, .table-cell ul{font-size: 12px;margin:0;line-height:18px;}

.table-cell.common{color:#ffffff;font-size:14px;font-weight: bold;} 

.table-cell.common.blue{background:#2C5967;}
.table-cell.common.sun{background:#AE562C;}
.table-cell.common.red{background:#E5DBBE;}
.table-cell.common.green{background:#2B6242;}
.table-cell.common.lighter_red{background:#df8f84;}

.sub-content .productItem{background: none!important; border: none!important;cursor: inherit!important;}
.sub-content .productItem h4{color: #fff;
height: 50px !important;
font-size: 20px !important;
width: 300px;}

.sub-content .productItem .chevron::before{box-shadow: none!important;content: none!important;}
.sub-content .productItem:hover{box-shadow: none!important;}
.product .listing p{color:#fff;margin-bottom:30px;}
.product .listing ul{list-style: disc;}
.product .listing ul .open ul li{margin-right: 20px;}
.product .listing ul li{color: #fff;margin: 20px 0;font-size:16px;}
.product .listing a, .product #social a{color:#fff;}
.product .listing a, .product #demo-video a{color:#fff;}
.product .listing a:hover, .product #social a:hover{text-decoration: underline;}
.product .listing a:hover, .product #demo-video a:hover{text-decoration: underline;}
.product #social, .product .internal ul, .product .internal{padding-left: 0;}
.product #demo-video {padding-left: 0;}
.product #social li, .product .internal li, .product #demo-video li{width:212px;list-style: none; display: inline-block;color: #fff;margin-right: 20px;vertical-align: top;position: relative;margin-bottom: 40px;}
.product #social li p, .product .internal li p, .product #demo-video li p{margin-top:3px;margin-bottom: 0;font-size: 12px;line-height: 17px;}
.product #social li p.design, .product #demo-video li p.design, .product .internal li p.design{min-height: 32px;margin-bottom:3px;}
.product .internal .demo li p{margin-top:3px;margin-bottom: 0;font-size: 12px;line-height: 15px;min-height: 32px;}
.product #social li span{font-size: 12px;margin:5px 0 0 5px}
.product #demo-video li span{font-size: 12px;margin:5px 0 0 5px}
.product #social .cta, .product #demo-video .cta, .product .internal .cta{display: block;margin-top: 3px;font-size: 13px;}
.product #social .cta img, .product #demo-video .cta img, .product .internal .cta img{display: inline-block;width: 18px;vertical-align: text-bottom;margin-right: 3px;}
.product #social img, .product #demo-video img, .product .internal img{width: 212px;}
.product .content.subcontent p{color:#fff;}
.product .content.subcontent p a{color:#FACD62;text-decoration: underline;} 
.product .content.subcontent .contact-box{display:inline-block;margin-right:30px;}
.product .content.subcontent .contact-table{display: table;}
.product .content.subcontent .contact-table .table-row{display:table-row}
.product .content.subcontent .contact-table .table-cell{display:table-cell;padding:7px 0;border:0;width:280px; border-right:1px solid #fff;}
.product .content.subcontent .contact-table .table-cell.heading{color:#fff;font-size:15px;font-weight: bold;} 
.product .content.subcontent .contact-table .table-cell a{color:#FACD62;text-decoration: underline; }
.product .content.subcontent .contact-table .table-cell p{font-size: 13px;margin:0;line-height:18px;color:#fff;}
.product .content.subcontent .contact-table .table-cell:nth-child(2),.product .content.subcontent .contact-table .table-cell:nth-child(3){
padding-left: 20px;	
}

@media screen and (min-width: 769px) {
  .img-responsive {
    width: 100%;
    display: block;
    height: auto; }
    .img-responsive.content-mobile {
      display: none !important; } }
/** Small Desktops **/
/** Tablet Landscape **/
@media only screen and (min-width: 1024px) {
  #container, .container, #buttons {
    margin: 0 auto;
    position: relative; } }
/** Tablet Portrtait **/
@media only screen and (max-width: 964px) {
/*.videopop {
		top: 70px;
		left: 10px;
		position: absolute;

	}*/
	.logos-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }

  .hide-mobile {
    display: none; }

  .productFilters {
    display: block; }
    .productFilters div.active {
      color: #DEE0E0; } }



/** Phone **/
@media only screen and (max-width: 1081px){
	  .videopop {
    top: 0px;
	left: 0px;
	position: relative;
	display: block;
	margin-top: 10px;
}
	.videopop p {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 6px;
}
	

.videopop img {

    display: inline-block;
    text-align: right;
    right: 5px;
    position: absolute;
	top:0;

}
	
}
@media only screen and (max-width: 768px) {
	  .videopop {
    top: 0px;
	left: 0px;
	position: relative;
	display: block;
	margin-top: 10px;
}
	.videopop p {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 6px;
}
	

.videopop img {

    display: inline-block;
    text-align: right;
    right: 5px;
    position: absolute;
	top:0;
    width: 55px;
}

.tab-wrapper .tab-menu-wrapper .tab-menu{
	text-align: left;	
	margin-top: 35px;
	margin-left: 0px;
}	
	
.tab-wrapper .tab-menu-wrapper .tab-menu li{
	padding: 10px 20px 13px 0px;	
}	
	
.content-desktop, .breadcrumb .container div {
    display: none; }

  #info.modal {
    padding: 10px; }

  h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0; }

  .industry-back {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1;
    background: #CAD9DE;
    color: #2C5967; }

  .content-mobile {
    display: block; }
    .content-mobile.title {
      color: #f29111;
      font-weight: bold;
      font-size: 20px;
      padding: 10px 0 5px 10px; }

  .productFilters.content-mobile {
    display: block;
    padding-bottom: 5px; }
    .productFilters.content-mobile div {
      background-color: #2C5967;
      color: #fff;
      text-align: left;
      padding: 15px;
      border-bottom: 1px solid #fff; }
      .productFilters.content-mobile div br {
        display: inline; }

  .wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px;
    /* Styles */
    background: #2C5967;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .wrapper-dropdown .dropdown {
      /* Size & position */
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      /* Styles */
      background-color: rgba(0, 117, 143, 0.6);
      color: #fff;
      text-align: left;
      padding: 0px;
      margin: 0 0 10px 0;
      list-style: none;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      /* Hiding */
      max-height: 0;
      overflow: hidden; }
      .wrapper-dropdown .dropdown li {
        padding: 0; }
        .wrapper-dropdown .dropdown li div {
          background-color: rgba(0, 117, 143, 0.6);
          color: #fff;
          text-align: left;
          padding: 15px 25px;
          border-bottom: 1px solid #fff; }
        .wrapper-dropdown .dropdown li:first-child div {
          padding: 15px; }
        .wrapper-dropdown .dropdown li:last-of-type div {
          border: none; }
    .wrapper-dropdown.active .dropdown {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      max-height: 400px;
      z-index: 999; }
    .wrapper-dropdown .chevron:before {
      border-color: #fff;
      position: absolute;
      right: 20px;
      top: 12px; }

 /* .breadcrumb {
    margin: 0;height: 15px !important; }
    .breadcrumb nav.industry-touch {
      position: relative;
      width: 100%;
      right: auto;
      padding: 0 10px;
      margin-bottom: 12px; }
      .breadcrumb nav.industry-touch ul.slideLinks {
        width: 100%; }*/
	
.breadcrumb {
  padding: 15px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}
.breadcrumb > li {
  display: inline-block
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}
.breadcrumb > .active {
  color: #999
}

  .logos-mobile .logo {
    padding: 0;
    margin: 0 10px 0 0;
    height: 47px;
    position: absolute;
    right: 0; }
  .logos-mobile img {
    height: 37px;
    margin: 5px 0 5px 10px; }

  .info img {
    padding: 0;
    width: auto; }

  .img-responsive.content-desktop {
    display: none !important; }

  .row {
    margin: 0; }
    .row .col60, .row .col40 {
      box-sizing: border-box;
      float: none;
      display: block;
      width: 100%;
      padding: 10px; }

  .container {
    margin: 0;
    padding: 0px;
    position: relative; }

  nav span {
    padding: 7px 0; }

  .industryGridWrapper .industryGrid {
    padding-top: 10px;
    padding-bottom: 10px; }
    .industryGridWrapper .industryGrid .industryItem, .industryGridWrapper .industryGrid .contact, .industryItem2 {
      margin: 5px 0;
      width: 100%; }
      .industryGridWrapper .industryGrid .industryItem, .industryItem2 p {
        font-size: 20px; }
      .industryGridWrapper .industryGrid .industryItem, .industryItem2 .chevron {
        font-size: 24px;
        bottom: 19px; }

  .productGridWrapper .productGrid {
    padding-top: 10px;
    padding-bottom: 10px;min-height: 600px; }
    .productGridWrapper .productGrid .productItem {
      margin: 2px 0;
      width: 100%;
      height: 80px; }
      .productGridWrapper .productGrid .productItem h4 {
        font-size: 17px;
        height: 80px;
        padding: 0 7em 0 1em; }
      .productGridWrapper .productGrid .productItem .info i {
        position: absolute;
        top: 13px;
        right: 30px;
        font-size: 22px; }
      .productGridWrapper .productGrid .productItem .chevron {
        bottom: 28px;
        font-size: 22px; }

  .product { }
    .product .SlickCarousel {
      border-bottom: 1px solid #ccc; }
      .product .SlickCarousel h3.content-mobile {
        background: #fff;
        border-top: 1px solid #ccc;
        padding: 20px 10px; }
    .product h2.content-mobile {
      line-height: 1; }
    .product h3.content-mobile {
      padding: 10px 0px 10px 0px;
      margin: 0;
      font-weight: normal;
      font-size: 22px;color: #312D2A; }
      .product h3.content-mobile i {
        color: #2C5967;
        position: absolute;
        right: 20px; }
    .product .inner h3.content-mobile {
      padding: 10px 40px 10px 10px;
      position: relative; }
      .product .inner h3.content-mobile i {
        top: 12px; }
    .product .back {
      padding: 15px 20px;
      font-size: 20px;
      line-height: 1;
      background: #CAD9DE;
      color: #2C5967; }
    .product .header h3, .product .header h2 {
      margin-top: 0; }
    .product .header p {
      position: relative;
      top: auto;
      margin-bottom: 0; }
    .product .header img {
      margin: 0; }
    .product .header[style] {
      background-size: 150% 249px !important;
      -webkit-background-size: 150% 249px !important;
      -moz-background-size: 150% 249px !important;
      -o-background-size: 150% 249px !important; }
      .product .header[style].inner {
        background-size: 100% 166px !important;
        -webkit-background-size: 100% 166px !important;
        -moz-background-size: 100% 166px !important;
        -o-background-size: 100% 166px !important; }
        .product .header[style].inner img, .product .header[style].inner p, .product .header[style].inner hr {
          display: none; }
    .product .content {
      display: inline-block; }
      .product .content .box {
        height: 100px;
        width: 100%;
        padding: 0;
        margin: 5px 0; }
        .product .content .box p {
          padding: 20px;
          margin: 0;
          font-size: 22px; }
        .product .content .box i {
          top: 40px; }
    .product .slide {
      height: auto;
      display: none;
      border: none;
      padding: 10px;
      background: #fff; }
      .product .slide ul {
        margin-top: 0;
        margin-bottom: 0; }
      .product .slide.single {
        display: block; }
      .product .slide .row .col50 {
        padding-right: 0px; }
      .product .slide.active {
        display: block; }

  .modal .row .col50 {
    width: 100%; }

  .row .col50 {
    width: 100%; }

  #logo-container, #main_header {
    margin: 0 15px; }

  .hide-mobile {
    display: none; }

  .slick-dots li {
    display: none !important; } }
/** Tiny Phone**/
/** Internet Explorer Specific **/
/** Non-phone **/

.download {
	background-image: url("../img/download.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 40px;
	padding-top: 9px;
}

.download a{
	color: #E6AC58;
	padding-left: 20px;
}

.download a:hover{
	color: #FCFBFA;
	transition: 0.5s;
}

/* -------------------------------- 

Images block

-------------------------------- */
.cd-image-block {
  position: relative; }
  .cd-image-block::before {
    /* this is the layer used to cover the .cd-image-block when the content block becomes visible - mobile only */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-image-block.content-block-is-visible::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-image-block .logo {
    display: none;
    width: 80px; }
    .cd-image-block .logo.first {
      display: block;
 	margin:0 auto 0 20%;}

@media only screen and (min-width: 768px) {
  .cd-image-block .logo {
    display: block;
    margin: 0 auto 0 20%;;
    position: relative; }
  .cd-image-block::before {
    display: none; } }
.cd-images-list::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }
.cd-images-list > li {
  height: 250px;
  position: relative;
  background-size: cover; }
  .cd-images-list > li .blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
    width: 68%;
    overflow: hidden;
    background: transparent;
    background-size: cover;
    background-color: #AE562C; }
    .cd-images-list > li .blur.first {
      background-color: #AE562C;
      width: 101%;
      top: auto;
      bottom: 0;
      transform: perspective(1px) translate(-50%, 0%); }
    .cd-images-list > li .blur .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      z-index: -1; }
    .cd-images-list > li .blur p {
      text-align: center;
      color: #ebcad3;
      padding-top: 25px; }
    .cd-images-list > li .blur h2 {
      padding: 20px 10px 30px 10px;
      color: #ffffff;
      letter-spacing: 0px; }
  .cd-images-list > li .overlay {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .cd-images-list > li > a {
    /* used to vertically align the h2 child -  mobile version only */
    display: table;
    height: 100%;
    width: 100%; }
.cd-images-list h2 {
  /* used to vertically align h2 -  mobile version only */
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  .cd-images-list::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }
  .cd-images-list > li > a {
    display: block;
    cursor: default;
    pointer-events: none; }
  .cd-images-list h2 {
    font-size: 45px; }
  .cd-images-list p {
    font-size: 22px;
    color: #AE562C; } }
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  .overlay .overlay-content {
    height: 100%;
    overflow: scroll; }

/* -------------------------------- 

Content block

-------------------------------- */
.cd-content-block {
  /* move the block outside the viewport (to the right) - mobile only */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .cd-content-block.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-content-block > ul {
    height: 100%; }
    .cd-content-block > ul > li {
      position: absolute;
      height: 100%;
      padding: 0;
      overflow-y: scroll;
      background-color: #fff;
      opacity: 0;
      visibility: hidden; }
      .cd-content-block > ul > li .container {
        padding: 2em; }
      .cd-content-block > ul > li.is-selected {
        /* this is the selected content */
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-overflow-scrolling: touch; }
      .cd-content-block > ul > li .intro {
        background: #979c9c url(../img/intro.jpg) no-repeat center center;
        background-size: cover; }
      .cd-content-block > ul > li .back {
        display: none; }
      .cd-content-block > ul > li .contents {
        width: 100%; }
        .cd-content-block > ul > li .contents .content {
          float: left;
          width: 50%;
          height: calc(95vh/3);
          padding: 20px 40px;
          position: relative;
          overflow: hidden; }
          .cd-content-block > ul > li .contents .content.full {
            width: 100%; }
            .cd-content-block > ul > li .contents .content.full .inner .blur {
              width: 45%; }
            .cd-content-block > ul > li .contents .content.full .chevron {
              right: 30%; }
          .cd-content-block > ul > li .contents .content .inner .blur {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: perspective(1px) translate(-50%, -50%);
            width: 80%;
            overflow: hidden; }
            .cd-content-block > ul > li .contents .content .inner .blur .bg {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: #AE562C;
              background-size: cover;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              transition: all .5s ease;
              z-index: -1; }
            .cd-content-block > ul > li .contents .content .inner .blur p {
              text-align: center;
              color: #AE562C;
              padding-top: 20px; }
            .cd-content-block > ul > li .contents .content .inner .blur h2 {
              padding: 30px 40px; }
          .cd-content-block > ul > li .contents .content .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
          .cd-content-block > ul > li .contents .content p {
            font-size: 19px;
            margin: 0;
            color: #AE562C; }
          .cd-content-block > ul > li .contents .content h2 {
            font-size: 22px;
            line-height: 1.1em;
            margin: 0;
            text-align: center; }
          .cd-content-block > ul > li .contents .content .chevron {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 15%;
            font-size: 25px;
            color: #fff; }
          .cd-content-block > ul > li .contents .content:hover .inner .zoom {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
      .cd-content-block > ul > li .twitter {
        display: inline-block;
        background: url(../img/twitter.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
        width: 100%; }
        .cd-content-block > ul > li .twitter p {
          font-size: 19px;
          margin: 30px;
          color: #fff; }
          .cd-content-block > ul > li .twitter p a {
            color: #AE562C; }
          .cd-content-block > ul > li .twitter p span {
            display: block;
            color: #fff;
            font-size: 16px; }
        .cd-content-block > ul > li .twitter h2 {
          font-size: 35px;
          line-height: 1.1em;
          margin: 0;
          text-align: center; }
        .cd-content-block > ul > li .twitter img {
          display: block;
          margin: 30px auto; }
        .cd-content-block > ul > li .twitter a {
          color: #AE562C; }
      .cd-content-block > ul > li .footer {
        display: inline-block;
        width: 100%;
        background-color: #312D2A;
        color: #fff;
        padding: 22px 50px 22px 50px; }
        .cd-content-block > ul > li .footer .left {
          float: left; }
        .cd-content-block > ul > li .footer .right {
          text-align: right;
		 font-size: small}
        .cd-content-block > ul > li .footer a {
          color: #fff;
			margin-right: 15px;}
  .cd-content-block h2 {
    line-height: 2;
    font-size: 50px;
    color: #56504B; }
  .cd-content-block p {
    margin: 1.2em 0;
    line-height: 24px;
    font-size: 18px;
    color: #56504B; }
    .cd-content-block p.small {
      font-size: 15px; }
    .cd-content-block p.footnote {
      font-size: 12px;
      line-height: 18px; }
      .cd-content-block p.footnote sup {
        font-size: 8px; }
    .cd-content-block p.large {
      font-size: 22px;
      line-height: 26px;
      margin-top: 0.6em; }
    .cd-content-block p.icon {
      padding-left: 130px; }
    .cd-content-block p.tightbottom {
      margin-bottom: 0.2em; }
  .cd-content-block .time {
    color: #8aa6b1;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 5px solid #aec3c8; }
    .cd-content-block .time::before {
      content: url("../img/hour-glass-sm.png");
      margin-right: 10px;
      vertical-align: middle; }
  .cd-content-block .cd-close {
    /* 'X' icon to close the content block -  mobile only */
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s; }
    .cd-content-block .cd-close::after, .cd-content-block .cd-close::before {
      /* these are the 2 lines of the 'X' icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 2px;
      height: 24px;
      background-color: #56504B;
      /* Force Hardware Acceleration */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-content-block .cd-close::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .cd-content-block .cd-close::before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    .cd-content-block .cd-close.is-scaled-up {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.no-touch .cd-content-block .cd-close.is-scaled-up:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.cd-content-block .predictions h4 span {
  background: #eaf0f1;
  color: #AE562C;
  padding: 20px 30px;
  float: left;
  margin-right: 20px; }
.cd-content-block .predictions:nth-child(even) {
  background: #eaf0f1; }
  .cd-content-block .predictions:nth-child(even) h4 span {
    background: #AE562C;
    color: #fff; }
.cd-content-block #home-right p {
  font-size: 18px;
  color: #AE562C; }
.cd-content-block #home-right h2 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px; }
.cd-content-block .quote {
  padding: 30px 50px; }
  .cd-content-block .quote p {
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    border-left: 3px solid #fff;
    margin: 1em 0; }
    .cd-content-block .quote p span {
      font-size: 16px;
      display: block;
      margin-top: 18px; }
      .cd-content-block .quote p span a {
        color: #fff !important; }
    .cd-content-block .quote p a {
      color: #fff !important; }
.cd-content-block .video {
  background: #338899 url(../img/video-image.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  min-height: 540px;
  position: relative; }
  .cd-content-block .video .container {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%); }
    .cd-content-block .video .container .play {
      color: #fff;
      padding: 20px 30px;
      border: 5px solid #e60000;
      background-color: rgba(1, 1, 1, 0.2);
      font-size: 40px; }
    .cd-content-block .video .container .duration {
      color: #fff;
      background-color: rgba(238, 0, 0, 0.4);
      font-size: 24px;
      padding: 5px; }
.cd-content-block .image .container {
  margin-top: -30px;
  margin-bottom: -75px; }
  .cd-content-block .image .container p {
    font-size: 14px;
    color: #8aa6b1;
    line-height: 20px; }
.cd-content-block .square {
  list-style-type: square;
  color: #AE562C; }
  .cd-content-block .square li {
    font-size: 18px;
    line-height: 1.4;
    margin-left: 20px; }
    .cd-content-block .square li p {
      color: #56504B;
      margin: 0; }
  .cd-content-block .square.icon {
    margin-left: 130px;
    color: #AE562C; }
.cd-content-block .award {
  margin-left: 50px; }
  .cd-content-block .award li {
    font-size: 24px;
    margin: 20px 0;
    background-image: url(../img/award.png);
    background-repeat: no-repeat;
    line-height: 50px;
    padding-left: 50px;
    min-height: 50px; }
    .cd-content-block .award li p {
      color: #56504B;
      margin: 0;
      font-weight: bold;
      line-height: 24px; }


/*-------------Mobile Screen---------------*/



@media only screen and (min-width: 768px) {
  .cd-content-block {
    /* reset style */
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .cd-content-block > ul > li {
      /* reset style */
      opacity: 1;
      visibility: visible;
      padding: 0; }
      .cd-content-block > ul > li .container.home {
        padding: 40px 50px; }
      .cd-content-block > ul > li.overflow-hidden {
        /* this class is used during the animation (slider change) to hide the scrolling bar */
        overflow: hidden; }
      .cd-content-block > ul > li .back {
        display: block;
        background-color: #eaf0f1;
        color: #007396;
        font-size: 20px;
        line-height: 20px;
        width: 100%;
        text-align: left;
        clear: both; }
        .cd-content-block > ul > li .back span {
          margin-right: 10px;
          color: #4b575d; }
    .cd-content-block .time {
      color: #8aa6b1;
      font-size: 16px;
      padding-bottom: 10px;
      border-bottom: 5px solid #aec3c8; }
      .cd-content-block .time::before {
        content: url("../img/hour-glass.png");
        margin-right: 10px;
        vertical-align: middle; } }
@media only screen and (min-width: 1200px) {
  .cd-content-block .cd-content-block > ul > li .contents .content h2 {
    font-size: 32px; }
  .cd-content-block .quote p {
    padding: 0px 0px 0px 40px;
    font-size: 22px;
    line-height: 1.1;
    color: #fff; }
    .cd-content-block .quote p span {
      font-size: 16px;
      display: block;
      margin-top: 15px; }
      .cd-content-block .quote p span a {
        color: #fff !important; } }
/* ---------------------------------------------- 

Desktop slider - both image and content blocks

---------------------------------------------- */

@media only screen and (min-width: 768px) {
  .cd-image-block, .cd-content-block {
    /* slider style - desktop version only */
    width: 100%;
    float: left;
    height: 100vh;
    overflow: hidden; }

  .cd-image-block > ul, .cd-content-block > ul {
    position: relative;
    height: 100%; }

  .cd-image-block > ul > li, .cd-content-block > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    /* by default, the items are moved to the right - relative to their parent elements */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s; }

  .cd-image-block > ul > li.is-selected, .cd-content-block > ul > li.is-selected {
    /* this is the visible item */
    position: absolute;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-image-block > ul > li.move-left, .cd-content-block > ul > li.move-left {
    /* this is the item hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
}
	
	
@media only screen and (max-width: 786px) {

.content-mobile {background-image: url("../img/hero-mobile.jpg"); margin: 20px 0px; height: 150px; background-size: cover;}
header .head-wrap { padding: 0px;}
header .wrapper:before {width: 100%;}
	
	.footer {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
}
  .footer p {
    font-size: 10px;
    padding: 10px 0; 
}

.footer .left {
          float: left;
		   padding-left: 25px;
	font-size: 12px;
}
	
	
	.button {font-size: 16px; width: 100%;}
.head-text {font-size: 24px; width:90%; margin-top: 50px;}
.text-left {width: 90%;}

.text-left2 {width: 90%;}
.text-left60 {width: 90%;}
.text-right {margin-right: 20px;}

.img-right {
	width: 100%;
	background-image: url("../img/mobile-1.jpg");
	background-size: cover;
	background-position: center;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.img-right2 {
	width: 100%;
	background-image: url("../img/mobile-3.jpg");
	background-size: cover;
	background-position: center;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.img-right3 {
	width: 100%;
	background-image: url("../img/mobile-4.jpg");
	background-size: cover;
	background-position: center;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.img-right4 {
	width: 100%;
	background-image: url("../img/mobile-6.jpg");
	background-size: cover;
	background-position: center;
	height: 150px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.img-left {
	width: 100%;
	background-image: url("../img/mobile-2.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 35px;
	height: 150px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.img-left5 {
	width: 100%;
	margin-top: 10px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 0px;
}
	
	.indent-right {margin-left: 0px;}
	h3 {font-size: 24px;}

	.time-estimate {margin-top: 0px; width:105%}
	
	.industryGridWrapper {margin-left: 20px; margin-right: 20px;}
	.p20{padding-left: 0px;}
	.w50 {width:-1%;}
	.next {width:30%;}
	.mw50 {width:50%;}
	
	
}