/* google api bug hack */
div#gtx-trans {
	display: none;
}

/* Callout box */
.coce-callout {
    background-color: #f1f2f2;
    color: #036;
    padding: 2rem;
	font-size: 2rem;
}
.coce-callout .loud {
    font-size: 3rem;
    margin: 0;
    padding: 1rem;
}

.coce-callout.red {
    background-color: #C00;
    color: #FFF;
}

.coce-callout.blue {
    background-color: #d9ecff;
}

/* Quick Access Section */
.coce-quick-access {
	padding-bottom: 5rem;
}
.coce-quick-access .top-heading .section-heading{
	max-width: 90%;	
	margin-bottom: 3rem;
}
.coce-quick-access .coce-quick-access--body .item {
	width: 100%;
}
.coce-quick-access .coce-quick-access--body .item .service-icon{
	height: 7rem;
	margin: 1em auto;
}
.coce-quick-access .coce-quick-access--body .item .service-icon img{
	height: 100%;
}

.coce-quick-access .coce-quick-access--body .item + .item {
/* 	margin-top: 5rem; */
	
}
.coce-quick-access .coce-quick-access--body .subheading {
	font-size: 24px;
	color: #036;
}
.coce-quick-access .coce-quick-access--body .item .content ul {
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #0073e6;
	padding-left: 0;
}
.coce-quick-access .coce-quick-access--body ul li {
/* 	font-size: 18px; */
	margin-top: 2rem;
}

/* TOP Section (page Topic) */
.coce-top-section.section .top-heading{
    margin-top: 8rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #036;
}
.coce-top-section.section .top-heading .body{
    font-family:"Avenir-Book";
}

.coce-3-cols.grid {
	display: flex !important;
}

.req-act-btn {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}
.req-act-btn .button {
  background-color: #c00;
  border: none;
  padding: 2em;
  box-shadow: 0 20px 40px rgba(204, 0, 0, 0.25);
}
.req-act-btn:hover {
  bottom: 3em;
}

.coce--off-white .section-heading {
  color: #6a6a6a;
  max-width: 50%;
  margin: 2em auto;
}
.coce--off-white .grid {
  z-index: 99;
  padding: 0 5% 3em 5%;
}
.coce--off-white .grid .single-col {
  width: 100%;
}
.coce--off-white .grid .content {
  cursor: default;
  padding: 0 1em;
}
.coce--off-white .grid .content .subheading {
  background-color: #f1f2f2;
  z-index: 100;
  display: inline-block;
  padding: 0 1em;
}
.coce--off-white .grid .content .body-text {
  padding: 2em;
  font-weight: 300;
  margin: -2em 0;
  border: 1px solid #036;
}
.coce--off-white .grid .content .body-text p {
  margin: 0;
	font-size: 2rem;
	color: #036;
}
.coce--off-white .grid .content ul {
    list-style: none;
    text-align: left;
}

.coce-3-cols.grid .item {
  width: calc((100% / 3) - 1px);
  height: 0;
  padding-bottom: calc((100%/3));
  display: block;
  position: relative;
}
.coce-3-cols.grid .item .item-img {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.coce-3-cols.grid .item .item-img img {
  transition: all 1s ease-in-out;
  width: 100%;
  position: relative;
}
.coce-3-cols.grid .item .item-img::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.coce-3-cols.grid .item .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20%;
  text-align: center;
}
.coce-3-cols.grid .item .item-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  border: 1px solid #FFF;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.coce-3-cols.grid .item .item-content .title {
  color: #FFF;
  font-size: 1.5em;
  z-index: 10;
  transition: all 0.25s ease-in;
}
.coce-3-cols.grid .item .item-content .subtitle {
  color: #CCC;
  font-size: 1.1em;
  z-index: 10;
  transition: all 0.25s ease-in;
}
.coce-3-cols.grid .item .item-content .description {
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  transition: all 0.25s ease-in;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.coce-3-cols.grid .item .item-content .action-btn {
  background-color: #c00;
  border: none;
  position: absolute;
  background-color: #0073e6;
  bottom: 20%;
  opacity: 0;
  left: 35%;
  right: 35%;
  transition: all 0.2s ease-in-out;
}
.coce-3-cols.grid .item img {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.coce-3-cols.grid .item img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.coce-3-cols.grid .item:hover {
  z-index: 100;
}
.coce-3-cols.grid .item:hover .item-img {
  top: -30px;
  border-radius: 39% 61% 49% 51%/47% 71% 29% 53%;
  box-shadow: 0 2em 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--1 {
  border-radius: 39% 61% 49% 51%/47% 71% 29% 53%;
  -webkit-transform: rotate(-10deg) scale(1.2);
          transform: rotate(-10deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--2 {
  border-radius: 65% 35% 38% 62%/37% 31% 69% 63%;
  -webkit-transform: rotate(11deg) scale(1.2);
          transform: rotate(11deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--3 {
  border-radius: 63% 37% 42% 58%/40% 81% 19% 60%;
  -webkit-transform: rotate(7deg) scale(1.2);
          transform: rotate(7deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img::after {
  background-color: #0073E4;
  opacity: 0.5;
}
.coce-3-cols.grid .item:hover .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.coce-3-cols.grid .item:hover .image::before {
  content: none;
}
.coce-3-cols.grid .item:hover .item-content {
  align-items: flex-start;
  padding: 15%;
}
.coce-3-cols.grid .item:hover .item-content::before {
  background-color: rgba(0, 0, 0, 0.3);
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
}
.coce-3-cols.grid .item:hover .item-content .title {
  text-align: left;
}
.coce-3-cols.grid .item:hover .item-content .subtitle {
  margin-top: 0;
  text-align: left;
  font-size: 1em;
}
.coce-3-cols.grid .item:hover .item-content .description {
  overflow: visible;
  height: 3em;
  margin: 2em auto;
  opacity: 1;
  z-index: 101;
}
.coce-3-cols.grid .item:hover .item-content .action-btn {
  opacity: 1;
  background-color: #0073e6;
  margin: auto;
  padding: 1em;
  bottom: -14px;
  z-index: 101;
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}


.coce-main-profile strong {
  font-family: "Montserrat", sans-serif !important;
}
.coce-main-profile .profile-title {
  text-align: right;
  padding: 1em;
  color: #333;
}
.coce-main-profile .profile-title .name {
  color: #036;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
.coce-main-profile .profile-title .job-title {
  margin-top: 1em;
  font-size: 24px;
}
.coce-main-profile .profile-title .office {
  margin-top: 1em;
  padding-bottom: 2em;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.coce-main-profile .profile-title .profile-photo {
  margin: 1em auto;
  overflow: hidden;
  width: 80%;
  max-width: 300px;
  border-radius: 50%;
  margin-top: 2em;
  position: relative;
}
.coce-main-profile .profile-description {
  text-align: left;
  padding: 1em;
  color: #333;
  font-size: 20px;
}
.coce-main-profile .profile-description p + p {
  padding-top: 0.5em;
}

.coce-goldenratio {
  display: -webkit-box;
  display: flex;
}
.coce-goldenratio div {
  box-sizing: border-box;
}
.coce-goldenratio .coce-gr-small {
  width: 38.2%;
  min-height: 50px;
}
.coce-goldenratio .coce-gr-large {
  width: 61.8%;
  min-height: 50%;
}


@media screen and (max-width: 991px) {
	.req-act-btn .button {
		padding: 1em 2em;
	}
	.coce-goldenratio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .coce-goldenratio .coce-gr-small, .coce-goldenratio .coce-gr-large {
    width: 100%;
    text-align: center;
  }

  .coce-main-profile .profile-photo {
    width: 50% !important;
  }
  .section-wrapper .coce-3-cols.grid .item {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-img {
    position: relative;
  }
  .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--1, .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--2, .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--3 {
    border-radius: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content {
    position: absolute;
    padding: 2em;
    top: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content::before {
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .title {
    margin: 0 auto;
    font-size: 7vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .subtitle {
    margin: 0 auto;
    font-size: 5vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .description {
    overflow: visible;
    height: auto;
    opacity: 1;
    margin: 2em;
    font-size: 3vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .action-btn {
    opacity: 1;
    margin: 1em auto;
    position: initial;
    display: block;
    font-size: 4.5vw;
    width: 50%;
  }
  .section-wrapper .coce-3-cols.grid .item:hover .item-img {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    top: 0;
  }
}

