/*
Theme Name: Marriott Drilling
Author: Grey Matter
Description: A Theme for Marriott Drilling
Version: 0.0.1
Tags: Marriott Drilling
*/
html, body {
  font-size: 14px;
  color: #4f4e4e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: #FFF;
  font-family: "Roboto", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }
  @media only screen and (max-width: 760px) {
    html, body {
      font-size: 14px; } }

@media only screen and (min-width: 760px) {
  .chrome img {
    image-rendering: -webkit-optimize-contrast; } }

a {
  color: #4f4e4e;
  text-decoration: none; }

em {
  font-style: italic; }

h1 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400; }

h2 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400; }

h3 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700; }

h4 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

h5 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400; }

h6 {
  font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
  font-size: 16px;
  line-height: 20px; }

p {
  font-size: 12px;
  line-height: 16px; }

strong {
  font-weight: 700; }

@media only screen and (max-width: 760px) {
  .desktop {
    display: none; } }
@media only screen and (max-width: 768px) {
  .noIpad {
    display: none !important; } }
.mobile {
  display: none; }

@media only screen and (max-width: 760px) {
  .mobile {
    display: block; } }
.clear {
  clear: both; }

/*p {
  margin: 0;
  color: #4f4e4e;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px; }*/

  p {
  margin: 0;
  color: #4f4e4e;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}

#header-container {
  position: fixed;
  top: 0px;
  padding: 20px 0px 0px 0px;
  left: 0px;
  height: 75px;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  background-color: #FFF; }

@media only screen and (max-width: 815px) {
  #header-container {
    height: 70px; } }
#header-container #header-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  height: 75px; }
  @media only screen and (max-width: 900px) {
    #header-container #header-inner {
      height: 70px; } }
#header-container .headerInfo {
  position: absolute;
  right: 24px;
  top: 10px; }
  @media only screen and (max-width: 900px) {
    #header-container .headerInfo {
      display: none; } }
  #header-container .headerInfo .headerLinks {
    float: right;
    color: #E20613;
    font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif; }
    #header-container .headerInfo .headerLinks span {
      display: inline-block;
      color: #E20613;
      font-weight: 700;
      margin-right: 3px; }
    #header-container .headerInfo .headerLinks a {
      color: #E20613; }

#logo {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 0; }
  @media only screen and (max-width: 900px) {
    #logo {
      top: 5px; } }
  #logo img {
    width: 190px; }
    @media only screen and (max-width: 900px) {
      #logo img {
        width: 185px; } }

#navigation {
  position: absolute;
  top: 45px;
  right: 12px;
  font-family: "Roboto", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }
  @media only screen and (max-width: 900px) {
    #navigation {
      display: none; } }
  #navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #navigation > ul > li {
    float: left;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    border-right: 1px solid #006837;
    text-transform: uppercase; }
    #navigation > ul > li:last-child {
      border-right: 0; }
    #navigation > ul > li a {
      color: inherit;
      text-decoration: none;
      display: block;
      padding: 2px 20px; }
    #navigation > ul > li:hover {
      border-bottom: 2px solid #4D4D4D; }
    #navigation > ul > li > ul {
      display: none;
      position: absolute;
      background-color: rgba(224, 31, 38, 0.85);
      top: 100%;
      margin-top: 9px;
      margin-left: -12px; }
      #navigation > ul > li > ul:before {
        content: '';
        height: 10px;
        width: 100%;
        position: absolute;
        top: -10px; }

      #navigation > ul > li > ul > li {
        display: block;
        padding: 10px 14px 0px 14px;
        line-height: 1em;
        text-transform: none; 
        font-size: 14px;
      }

        #navigation > ul > li > ul > li a {
          text-decoration: none;
          color: #FFF;
          white-space: nowrap;
          padding: 2px 12px 13px 12px;
          border-bottom: 1px solid #FFF; }
        #navigation > ul > li > ul > li:last-child a {
          border-bottom: none; }

        #navigation > ul > li > ul > li:hover {
          background-color: #9B111E; 
        }

          #navigation > ul > li > ul > li:hover a {
            color: #FFF; }
    #navigation > ul > li:hover ul {
      display: block; }

#homepage-slideshow {
  position: relative;
  width: 100%;
  margin-top: 75px; }
  #homepage-slideshow .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #homepage-slideshow p {
    position: absolute;
    color: #FFF;
    font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: 700;
    top: 50%;
    left: 12px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 768px) {
      #homepage-slideshow p {
        width: calc(100% - 24px);
        text-align: center;
        font-size: 44px;
        line-height: 50px; } }
  #homepage-slideshow .homepageSlide {
    background-size: cover;
    background-position: center center;
    height: 450px;
    width: 100%; }
  #homepage-slideshow .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2000;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    #homepage-slideshow .slick-dots li {
      display: inline-block;
      font-size: 0;
      padding: 0 3px; }
      #homepage-slideshow .slick-dots li button {
        font-size: 0;
        padding: 0;
        background: none;
        height: 15px;
        width: 15px;
        border: 2px solid #FFF;
        border-radius: 100%;
        cursor: pointer; }
        #homepage-slideshow .slick-dots li button:hover {
          background-color: #FFF; }
      #homepage-slideshow .slick-dots li.slick-active button {
        background-color: #FFF; }

#events-home-container {
  position: relative;
  width: 100%;
  background-color: #F1F1F2; }
  #events-home-container #events-home-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 12px;
    width: 100%;
    box-sizing: border-box; }
    #events-home-container #events-home-inner h3 {
      color: #E20613;
      text-transform: uppercase; }
    #events-home-container #events-home-inner #events-one, #events-home-container #events-home-inner #events-two {
      width: 50%; }
      #events-home-container #events-home-inner #events-one h3, #events-home-container #events-home-inner #events-two h3 {
        margin: 0;
        font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
        margin-bottom: 40px; }
    #events-home-container #events-home-inner #events-one {
      float: left;
      border-right: 2px solid #E6E6E6;
      box-sizing: border-box;
      padding-right: 40px; }
      @media only screen and (max-width: 768px) {
        #events-home-container #events-home-inner #events-one {
          width: 100%;
          padding-right: 0;
          border-right: none; } }
    #events-home-container #events-home-inner #events-two {
      float: left;
      box-sizing: border-box;
      padding-left: 40px; }
      @media only screen and (max-width: 768px) {
        #events-home-container #events-home-inner #events-two {
          width: 100%;
          padding-left: 0;
          padding-top: 20px; } }
      #events-home-container #events-home-inner #events-two .oilPrice {
        float: left; }
        #events-home-container #events-home-inner #events-two .oilPrice:nth-child(1n) {
          margin-right: 30px; }

#footer-container {
	position: relative;
	width: 100%;
	background-color: #000000;
}
  #footer-container #footer-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 25px;
    padding-bottom: 20px; }
    #footer-container #footer-inner #footer-left {
      float: left;
      width: 50%; }
    #footer-container #footer-inner #footer-right {
      float: right;
      width: 50%;
      text-align: right; }
    #footer-container #footer-inner p {
      margin: 0;
      color: #ffffff;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px; }
      #footer-container #footer-inner p a {
        color: #FFF; }
        #footer-container #footer-inner p a:hover {
          border-bottom: 1px solid #FFF;
          padding-bottom: 1px; }

footer {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	min-height: 300px;
	box-sizing: border-box;
	background-color: #990000;
}
  footer h5 {
    color: #FFF;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    display: block;
    position: relative;
    margin-bottom: 15px; }
  footer .footerLeft, footer .footerRight {
    float: left; }
  footer .footerLeft {
    z-index: 900;
    position: relative;
    width: 60%; }
    @media only screen and (max-width: 768px) {
      footer .footerLeft {
        width: 100%;
        margin-bottom: 20px; } }
    footer .footerLeft p {
      font-size: 14px;
      line-height: 20px;
      color: #FFF; }
      footer .footerLeft p a {
        color: #FFF; }
        footer .footerLeft p a:hover {
          text-decoration: underline; }
        footer .footerLeft p a strong {
          margin-right: 2px; }
        footer .footerLeft p a img {
          width: 17px; }
    footer .footerLeft .footerSocial {
      margin-top: 8px;
      display: inline-block; }
      footer .footerLeft .footerSocial a {
        display: inline-block; }
      footer .footerLeft .footerSocial img {
        margin-right: 7px;
        width: 18px; }
    footer .footerLeft .footerLeftRow {
      display: table;
      width: 100%; }
      footer .footerLeft .footerLeftRow .footerLeftCol {
        display: table-cell; }
        footer .footerLeft .footerLeftRow .footerLeftCol:nth-child(1) {
          width: 40%;
          vertical-align: top; }
        footer .footerLeft .footerLeftRow .footerLeftCol:nth-child(2) {
          width: 60%;
          vertical-align: bottom;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            footer .footerLeft .footerLeftRow .footerLeftCol:nth-child(2) {
              text-align: right; } }
          footer .footerLeft .footerLeftRow .footerLeftCol:nth-child(2) img {
            max-width: 110px; }
        footer .footerLeft .footerLeftRow .footerLeftCol .footerLeftColOne, footer .footerLeft .footerLeftRow .footerLeftCol .footerLeftColTwo {
          float: left; }
        footer .footerLeft .footerLeftRow .footerLeftCol .footerLeftColOne {
          width: 40%; }
        footer .footerLeft .footerLeftRow .footerLeftCol .footerLeftColTwo {
          width: 60%; }
          footer .footerLeft .footerLeftRow .footerLeftCol .footerLeftColTwo img {
            margin-top: 30px;
            width: 90%;
            max-width: 242px; }
  footer .footerRight {
    width: 40%; }
    @media only screen and (max-width: 768px) {
      footer .footerRight {
        width: 100%; } }
    footer .footerRight form input[type="text"], footer .footerRight form input[type="email"], footer .footerRight form textarea {
      background: #F2F2F2;
      border: none;
      outline: none;
      padding: 6px;
      width: 100%;
      color: #000;
      display: block;
      margin-bottom: 10px;
      box-sizing: border-box;
      border-radius: 5px; }
    footer .footerRight form input[type="submit"] {
      background-color: #E20613;
      color: #FFF;
      border: none;
      outline: none;
      padding: 7px 12px;
      cursor: pointer;
      display: block;
      margin: 0 0 0 auto;
      text-transform: uppercase;
      border-radius: 5px; }
      footer .footerRight form input[type="submit"]:hover {
        background-color: #cf3f40; }
    footer .footerRight form input.nameInput, footer .footerRight form input.emailInput {
      width: calc(50% - 5px);
      float: left; }
    footer .footerRight form input.nameInput {
      margin-right: 5px; }
    footer .footerRight form input.emailInput {
      margin-left: 5px; }
    footer .footerRight form ::-webkit-input-placeholder {
      color: #444444; }
    footer .footerRight form :-moz-placeholder {
      /* Firefox 18- */
      color: #444444; }
    footer .footerRight form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #444444; }
    footer .footerRight form :-ms-input-placeholder {
      color: #444444; }

.mobileTriggerContainer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px; }
  @media only screen and (max-width: 900px) {
    .mobileTriggerContainer {
      display: block; } }
  .mobileTriggerContainer #mobile-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 24px;
    cursor: pointer;
    padding: 6px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .mobileTriggerContainer #mobile-trigger span {
      width: 40px;
      height: 4px;
      margin-bottom: 6px;
      background: #E20613;
      display: block; }

#mobile-navigation {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  max-height: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease; }
  #mobile-navigation.open {
    overflow-y: auto;
    max-height: calc(100vh - 70px); }
  #mobile-navigation li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000; }
    #mobile-navigation li:first-child {
      border-top: 1px solid #000; }
    #mobile-navigation li a {
      color: #000;
      padding: 16px 0;
      display: block;
      font-size: 16px;
      line-height: 16px; }
    #mobile-navigation li ul {
      max-height: 0;
      height: auto;
      overflow: hidden;
      -webkit-transition: max-height 1s ease;
      -moz-transition: max-height 1s ease;
      -ms-transition: max-height 1s ease;
      -o-transition: max-height 1s ease;
      transition: max-height 1s ease; }
      #mobile-navigation li ul li {
        background-color: #bbb; }
        #mobile-navigation li ul li:last-child {
          border-bottom: none; }
        #mobile-navigation li ul li ul li {
          background-color: #ddd; }
    #mobile-navigation li.open ul {
      max-height: 100vh; }

.newsItem {
  margin-bottom: 20px; }

  .newsItem img {
    max-width: 80px;
    font-size: 0;
    float: left;
    height: auto; 
    margin: 0 20px 0 0px;
  }

  .newsItem h6 {
    margin-bottom: 5px; }
  .newsItem p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px; }
  .newsItem a {
    font-weight: 700;
    color: #4D4D4D;
    font-size: 12px; }
  .newsItem .newsItemRight {
    width: calc(100% - 110px);
    float: left;
    /*margin-left: 30px;*/
  }

.newsMain {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #FFF;
  margin-top: 75px; }
  @media only screen and (max-width: 900px) {
    .newsMain {
      margin-top: 70px; } }
  .newsMain .newsFeed, .newsMain .newsSidebar {
    float: left; }
  .newsMain .newsFeed {
    width: calc(100% - 330px);
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      .newsMain .newsFeed {
        width: 100%;
        margin-right: 0; } }
    .newsMain .newsFeed > h1 {
      padding-bottom: 15px;
      border-bottom: 1px solid #999999;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #4D4D4D; }
    .newsMain .newsFeed .newsFeedItem {
      font-size: 0;
      margin-bottom: 30px;
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid #999999; }
      .newsMain .newsFeed .newsFeedItem:last-child {
        border-bottom: none; }

      .newsMain .newsFeed .newsFeedItem img {
        max-width: 100%;
        font-size: 0;
        height: auto;
        margin-bottom: 10px; 
      }

      .newsMain .newsFeed .newsFeedItem .newsFeedDate {
        margin-bottom: 5px; }
        .newsMain .newsFeed .newsFeedItem .newsFeedDate span {
          color: #E20613;
          font-size: 18px;
          line-height: 22px;
          font-family: "Roboto", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }
      .newsMain .newsFeed .newsFeedItem h4 {
        color: #4D4D4D;
        margin-bottom: 5px; }
      .newsMain .newsFeed .newsFeedItem p {
        font-size: 14px;
        line-height: 18px;
        color: #4d4d4d; }
      .newsMain .newsFeed .newsFeedItem .viewBtn {
        padding: 6px 8px;
        color: #FFF;
        font-size: 14px;
        font-family: "Roboto", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
        min-width: 160px;
        background-color: #4D4D4D;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .newsMain .newsFeed .newsFeedItem .viewBtn:hover {
          background-color: #E20613;
          color: #FFF; }
  .newsMain .newsSidebar {
    width: 300px;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .newsMain .newsSidebar {
        display: none; } }
    .newsMain .newsSidebar #search-2 {
      background-color: #019146;
      padding: 12px;
      box-sizing: border-box;
      margin-bottom: 25px; }
      .newsMain .newsSidebar #search-2 form {
        position: relative; }
        .newsMain .newsSidebar #search-2 form input {
          border: none;
          padding: 4px 28px 4px 4px;
          box-sizing: border-box;
          width: calc(100% - 80px);
          margin-left: 10px; }
        .newsMain .newsSidebar #search-2 form input[type="image"] {
          position: relative;
          top: 5px; }
        .newsMain .newsSidebar #search-2 form label {
          color: #FFF; }
        .newsMain .newsSidebar #search-2 form button {
          position: absolute;
          right: 0px;
          width: 30px;
          height: 30px;
          padding: 0;
          background: none;
          border: none;
          top: -2px;
          cursor: pointer; }
          .newsMain .newsSidebar #search-2 form button svg {
            width: 18px;
            height: 18px; }
          .newsMain .newsSidebar #search-2 form button span {
            display: none; }
    .newsMain .newsSidebar ul > li {
      border-bottom: 1px solid #999999;
      padding: 15px; }
    .newsMain .newsSidebar h2 {
      padding-bottom: 26px;
      border-bottom: 1px solid #999999;
      font-size: 26px;
      line-height: 30px;
      font-weight: 400;
      color: #4D4D4D;
      text-transform: uppercase; }
    .newsMain .newsSidebar a {
      display: block;
      font-size: 20px;
      line-height: 22px;
      color: #E20613; }

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box; }

.welcome {
  padding: 60px 0;
  text-align: center; }
  .welcome .wrapper {
    max-width: 870px; }
  .welcome h1 {
    color: #1a682f;
    margin-bottom: 40px; }
  .welcome p {
    font-size: 16px;
    line-height: 22px; }
    .welcome p.welcomeIntro {
      font-size: 18px;
      line-height: 24px; }

.serviceLinks {
  padding: 0 0 40px 0; }
  .serviceLinks a {
    width: calc(33.33% - (40px / 3));
    float: left;
    display: block;
    font-size: 0;
    margin-right: 20px;
    position: relative;
    margin-top: 20px; }
    .serviceLinks a:nth-child(3n) {
      margin-right: 0; }
      @media only screen and (max-width: 850px) {
        .serviceLinks a:nth-child(3n) {
          margin-right: 20px; } }
    @media only screen and (max-width: 850px) {
      .serviceLinks a:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 850px) {
      .serviceLinks a {
        width: calc(50% - 10px); } }
    @media only screen and (max-width: 650px) {
      .serviceLinks a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .serviceLinks a > img {
      width: 100%; }
    .serviceLinks a div {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: left;
      z-index: 2000;
      height: 50px;
      background-color: rgba(26, 104, 47, 0.7);
      -webkit-transition: height 0.4s ease;
      -moz-transition: height 0.4s ease;
      -ms-transition: height 0.4s ease;
      -o-transition: height 0.4s ease;
      transition: height 0.4s ease; }
      .serviceLinks a div span {
        font-size: 18px;
        line-height: 32px;
        color: #FFF;
        text-transform: uppercase;
        position: absolute;
        bottom: 9px;
        left: 12px;
        width: 100%;
        font-weight: 700;
        font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif; }
        .serviceLinks a div span:before {
          content: '';
          background-image: url("../../../images/right-arrow.png");
          background-repeat: no-repeat;
          width: 12px;
          height: 22px;
          background-size: contain;
          position: absolute;
          right: 30px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    .serviceLinks a:hover div {
      height: 100%; }

.heroFeature {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 75px; }
  @media only screen and (max-width: 900px) {
    .heroFeature {
      margin-top: 70px; } }
  .heroFeature .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .heroFeature p {
    position: absolute;
    color: #FFF;
    font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: 700;
    top: 50%;
    left: 12px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 768px) {
      .heroFeature p {
        width: calc(100% - 24px);
        text-align: center;
        font-size: 44px;
        line-height: 50px; } }

.marriottContent {
  padding: 40px 0; }
  .marriottContent h1 {
    color: #1a682f;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 33px;
    line-height: 39px; }
  .marriottContent h6 {
    margin-bottom: 5px; }
  .marriottContent p.intro {
    color: #4D4D4D;
    font-size: 18px;
    line-height: 24px; }
  .marriottContent p a {
    text-decoration: underline; }
  .marriottContent ul {
    list-style-type: disc;
    padding-left: 14px;
    margin-bottom: 15px; }
    .marriottContent ul li {
      font-size: 12px;
      line-height: 18px;
      color: #666666;
      padding: 5px 0; }
  .marriottContent img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .marriottContent .leftContent {
    margin-right: 80px;
    width: calc(55% - 40px); }
    @media only screen and (max-width: 768px) {
      .marriottContent .leftContent {
        margin-right: 0; } }
  .marriottContent .rightContent {
    width: calc(45% - 40px); }
  .marriottContent .leftContent, .marriottContent .rightContent {
    float: left; }
    @media only screen and (max-width: 768px) {
      .marriottContent .leftContent, .marriottContent .rightContent {
        width: 100%; } }
  .marriottContent.services .leftContent {
    width: calc(100% - 365px);
    margin-right: 50px; }
    @media only screen and (max-width: 768px) {
      .marriottContent.services .leftContent {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .marriottContent.services .rightContent {
    width: 315px; }
    @media only screen and (max-width: 768px) {
      .marriottContent.services .rightContent {
        width: 100%; } }
    .marriottContent.services .rightContent a.servicesItem {
      width: 100%;
      display: block;
      font-size: 0;
      position: relative;
      margin-bottom: 20px; }
      .marriottContent.services .rightContent a.servicesItem > img {
        width: 100%; }
      .marriottContent.services .rightContent a.servicesItem div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left;
        z-index: 2000;
        height: 36px;
        background-color: rgba(26, 104, 47, 0.7);
        -webkit-transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        -ms-transition: height 0.4s ease;
        -o-transition: height 0.4s ease;
        transition: height 0.4s ease; }
        .marriottContent.services .rightContent a.servicesItem div span {
          font-size: 18px;
          line-height: 24px;
          color: #FFF;
          text-transform: uppercase;
          position: absolute;
          bottom: 6px;
          left: 12px;
          width: 100%;
          font-weight: 700;
          font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif; }
          .marriottContent.services .rightContent a.servicesItem div span:before {
            content: '';
            background-image: url("../../../images/right-arrow.png");
            background-repeat: no-repeat;
            width: 10px;
            height: 18px;
            background-size: contain;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
      .marriottContent.services .rightContent a.servicesItem:hover div {
        height: 100%; }

.specialistServices {
  padding: 20px 0 80px 0; }
  .specialistServices a {
    padding: 40px 0 40px 20px;
    box-sizing: border-box;
    display: block;
    border-width: 1px 0;
    border-color: #E20613;
    border-style: solid;
    color: #E20613;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 7px;
    font-family: "Roboto Slab", "Times New Roman", Times, Georgia, serif;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .specialistServices a {
        padding: 30px 0 30px 15px;
        font-size: 26px;
        line-height: 30px; } }
    .specialistServices a:before {
      content: '';
      background-image: url("../../../images/right-arrow-circle.png");
      background-repeat: no-repeat;
      width: 35px;
      height: 35px;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media only screen and (max-width: 768px) {
        .specialistServices a:before {
          width: 40px;
          height: 40px; } }

.breadcrumbs {
  padding: 40px 0 0 0; }
  .breadcrumbs ul li {
    display: inline-block; }
  .breadcrumbs ul span {
    display: inline-block;
    padding: 0 6px; }

.contact {
  padding: 40px 0; }
  .contact h1 {
    color: #E20613;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 33px;
    line-height: 39px; }
  .contact h3 {
    margin-bottom: 15px; }
  .contact .contactCol {
    width: calc(25% - 20px);
    margin-right: 25px;
    float: left; }
    @media only screen and (max-width: 650px) {
      .contact .contactCol {
        width: 100%;
        margin-right: 0; } }
    .contact .contactCol:nth-child(4n+1) {
      margin-right: 0; }
    .contact .contactCol p {
      word-wrap: break-word; }
      .contact .contactCol p a:hover {
        text-decoration: underline; }
