@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

      :root {
        --font: Lato;
        --alt-font: Lato;
        --accent-color: #ed8a18;
        --secondary-color: #005e56;
        --link-color: #5f98ed;
        --accent-highlight-color: #7c470a;
        --accent-highlight-background-color: #fef6ed;
        --accent-tinted-color-70: #fadcba;
        --accent-tinted-color-80: #fbe8d1;
        --accent-tinted-color-90: #fdf3e8;
        --accent-contrast-color: #111;
        --accent-contrast-tinted-background-color: #fff;
        --accent-hover-color: #c36f0f;
        --secondary-hover-color: #009185;
        --secondary-contrast-color: #fff;
        --link-hover-color: #1761cf;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1440525854/uzqzlzwr7lq2qcqwwfwp.png'); background-repeat: repeat; background-size: auto; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_v4/v1/course-uploads/53710859-f2f9-4ed4-a038-960523295197/f7kmm1tkoyqa-CIE_Logo_RGB_Standard.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
@charset "UTF-8";
@charset "UTF-8";
/* ==================================================================
Thought Industries Overrides
====================================================================*/
.footer .footer__company__info {
  text-indent: -9999px;
  display: none;
}

.footer .footer__links {
  float: none;
}

.footer, .footer__inner {
	padding: 0 !important;
	border: none;
}

.hero__callout h1 {
    color: #fff;}

blockquote, blockquote p {
color: #fff;  
}
blockquote cite {
  color: #fff;
}

.btn, button {
  border: none;
    border-radius: 0px;
}
.btn--bare {
  background: visible !important;
}

button.btn--alt, a.btn--alt, button.btn--alt:hover, a.btn--alt:hover {
    /*color: #fff;*/
}

.dashboard-access-tab__label {
  color: #000;
}

.content__headline--1, .headline--cta, .cta__headline {
    font-size: 2.0rem;
}

.home__content {
	padding: 0 !important;
}


nav.nav.nav--top {
	display: none;
}

@media screen and (min-width: 48.0625rem) and (max-width: 55.0) {
  .slide__next {
    font-size: 0.7rem !important; } 
}

#content ul.show-bullet {
    list-style-type: disc;
    margin: auto;
    padding-left: 1.8rem;
}

/* LMS Overrides - Tread carefully!!!! */

#lms .topic__sidebar__edit.topic__sidebar__edit--slide input[type=text] {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    color: #000;
    padding-left: 0;
    font-style: normal;
}

.card__label__button {
	width: auto;
}

@media screen and (min-width: 37.5rem) and (max-width: 48.0625) {
.btn div {
	font-size: 70%;
	color: #df0032;
}
}

.dashboard__container {
	padding-left: 5%;
}

input[type="text"] {
	height: auto !important;
}


/*   Base Styles   */
html {
  box-sizing: border-box; }

*, *:after, *:before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #477dca;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #3964a2;
  color: #fff; }

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #477dca; }

.btn {
  background-color: #006460;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 18px 30px;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase; }

.btn:hover {
  background-color: #03423f;
  color: #fff; }

@media screen and (min-width: 37.5rem) {
  .btn {
    display: inline-block; 
   }}

.btn--cta {
  margin-top: 20px;
  float: none; }

@media screen and (min-width: 37.5rem) {
  .btn--cta {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "utopia-std", "Times", "Times New Roman", serif; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }

label.required:after {
  content: "*"; }

label abbr {
  display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
/*   border: none; */
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "utopia-std", "Times", "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  color: #f39800;
  padding: 27px 40px 27px 70px;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #b1b1b1; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none; }

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed; }

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.input--search {
  position: relative; }

input[type="submit"].input__search-button {
  background: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/search.svg") center no-repeat;
  background-size: 59%;
  height: 52px;
  width: 66px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  text-indent: -9999px; }
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }

dl dt {
  font-weight: bold;
  margin-top: 0.75em; }

dl dd {
  margin: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #414042;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

h1, .content__headline--1, .headline--cta, .cta__headline,
h2,
.card__headline,
.resource__headline,
.contact__headline,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }
.card__headline {
  color: #006460;
  margin-top: 3px;
  margin-bottom: 13px;
  /*padding-left: 12px;*/
  padding-right: 12px;
 }
.card__headline a {
  color: #006460;
  text-decoration: none;
}

p {
  margin: 0 0 0.75em; }

a {
  color: #006460;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }

a:active, a:focus, a:hover {
  color: #f39800; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 26px; }

h1, .content__headline--1, .headline--cta, .cta__headline {
  font-size: 28px;
  font-size: 1.75rem; }

@media screen and (min-width: 37.5rem) {
  h1, .content__headline--1, .headline--cta, .cta__headline {
    font-size: 1.875rem; } }

@media screen and (min-width: 62.5rem) {
  h1, .content__headline--1, .headline--cta, .cta__headline {
    font-size: 2.1875rem; } }

h2, .card__headline, .resource__headline, .contact__headline {
  font-size: 18px;
  font-size: 1.125rem; }

@media screen and (min-width: 37.5rem) {
  h2, .card__headline, .resource__headline, .contact__headline {
    font-size: 1.375rem; } }

.content__headline--1 {
  color: #006460;
  text-transform: uppercase; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  position: relative; }

/*   nms edit (JS)  */
.btn--alt {
  color: #006460;
  font-size: .85em;
  border: 2px solid;
  box-sizing: inherit;
}
.btn--alt:hover {
  color: #03423f;
  font-size: .85em;
  border: 2px solid;
}
/* Layout Styles */
.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

.wrapper:after {
  clear: both;
  content: "";
  display: table; }

#top-bar {
  height: auto;
  background: #006460 url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/swash-r.svg") 0 63% no-repeat;
  background-size: 45%; }

@media screen and (min-width: 37.5rem) {
  #top-bar {
    height: 73px; } }

#content {
  padding: 30px 0 30px; }

@media screen and (min-width: 37.5rem) {
  #content {
    padding: 50px 0 50px; } }

@media screen and (min-width: 48.0625rem) {
  #content {
    padding: 80px 0 80px; } }

#content p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px; }

.gray {
  background: #f3f2f2; }

header {
  position: relative;
  z-index: 10; }

/* Header Styles */
.top-nav {
  text-align: center;
  padding: 20px 45px 20px; }

@media screen and (min-width: 37.5rem) {
  .top-nav {
    padding: 25px 45px 25px;
    float: right; } }

.top-nav__menu-item {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0;
  line-height: 1; }

.top-nav__menu-item:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 20px;
  padding-right: 0; }

.top-nav__menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem; }

.top-nav__menu-item a:hover {
  color: #f39800; }

.nav-container {
  background-color: white;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.32); }

@media screen and (min-width: 48.0625rem) {
  .nav-container {
    background-color: rgba(255, 255, 255, 0.8); } }

.nav-container .wrapper {
  padding-top: 25px; }

@media screen and (min-width: 37.5rem) {
  .nav-container .wrapper {
    padding-top: 45px; } }

@media screen and (min-width: 48.0625rem) {
  .nav-container .wrapper {
    padding: 45px 30px 35px; } }

.logo {
  max-width: 180px;
  margin: 0 auto 20px;
  display: block; }

/*.logo img {
  height: 100%; }*/

@media screen and (min-width: 37.5rem) {
  .logo {
    max-width: 260px;
    margin: 0 auto 30px; } }

@media screen and (min-width: 48.0625rem) {
  .logo {
    float: left;
    width: 25%;
    margin: 0; } }

#nav {
  margin-left: -30px;
  margin-right: -30px; }

@media screen and (min-width: 48.0625rem) {
  #nav {
    width: 72%;
    float: right;
    margin: 0; } }

@media screen and (min-width: 62.5rem) {
  #nav {
    width: 67%; } }

@media screen and (min-width: 48.0625rem) {
  .top-bar__container {
    float: right; } }

.social__list {
    float: left;
    padding: 25px 25px;
}

@media screen and (max-width: 37.5rem) {
  .social__list {
    display: block;
    float: none;
    padding: 10px 0px 0px 0px;
    text-align: center; } }

.social__list-item {
  display: inline-block; }

.social__list-item:not(:last-child) {
  margin-right: 12px; }

.icon {
  background-size: contain;
  background-position: center;
  height: 25px;
  width: 25px;
  display: block;
  background-repeat: no-repeat;
  text-index: -9999px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.icon--facebook {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/facebook.svg"); }

.icon--facebook:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/facebook-h.svg"); }

.icon--twitter {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/twitter.svg"); }

.icon--twitter:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/twitter-h.svg"); }

.icon--linkedIn {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/linkedIn.svg"); }

.icon--linkedIn:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/linkedIn-h.svg"); }

.icon--pinterest {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/pinterest.svg"); }

.icon--pinterest:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/pinterest-h.svg"); }

.icon--instagram {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/instagram.svg"); }

.icon--instagram:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/instagram-h.svg"); }

.icon--googleplus {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/googleplus.svg"); }

.icon--googleplus:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/googleplus-h.svg"); }

.icon--youtube {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/youtube.svg"); }

.icon--youtube:hover {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/youtube-h.svg"); }


a img {
  border: 0px; }

/* Flex Nav Styles */
/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }

@media screen and (min-width: 48.0625rem) {
  .flexnav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 23px;
    height: 50px; } }

@media screen and (min-width: 48.0625rem) and (min-width: 62.5rem) {
  .flexnav {
    margin-top: 37px; } }

.flexnav.opacity {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px; }

.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li.active a {
  color: #f39800 !important; }

@media screen and (min-width: 48.0625rem) {
  .flexnav li {
    -ms-flex-item-align: center;
        align-self: center; } }

.flexnav li a {
  position: relative;
  display: block;
  padding: 16px 30px;
  z-index: 2;
  overflow: hidden;
  color: #414042;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 14px; }

.flexnav li a:hover {
  color: #f39800;
  background: #f3f2f2; }

@media screen and (min-width: 48.0625rem) {
  .flexnav li a {
    color: #414042;
    font-size: 0.875rem;
    display: block;
    background: none !important;
    border: none;
    padding: 0;
    overflow: visible; }
  .flexnav li a:hover {
    color: #f39800;
    background: transparent; }
  .flexnav li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .flexnav li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@media screen and (min-width: 62.5rem) {
  .flexnav li a {
    font-size: 1.125rem; } }

.flexnav li ul {
  width: 100%; }

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li ul.flexnav-show li {
  overflow: visible; }

.flexnav li ul li a {
  display: block;
  font-family: "utopia-std", "Times", "Times New Roman", serif;
  text-transform: capitalize;
  font-style: italic; }

.flexnav li ul li a:hover {
  background: #006460; }

.flexnav .touch-button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }

.flexnav .touch-button:hover {
  cursor: pointer; }

.flexnav .touch-button .navicon {
  position: relative;
  top: 12px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff; }

.menu-button {
  position: relative;
  display: block;
  padding: 16px 30px;
  background: #f3f2f2;
  color: #f39800;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid #f39800;
  font-family: "utopia-std", "Times", "Times New Roman", serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -30px;
  margin-right: -30px; }

@media screen and (min-width: 31.25rem) {
  .menu-button {
    font-size: 1.375rem; } }

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px; }

.menu-button .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 58px;
  height: 56px;
  display: inline-block;
  text-align: center; }

.menu-button .touch-button .navicon {
  position: relative;
  top: 17px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #f39800; }

@media screen and (min-width: 48.0625rem) {
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible; }
  .flexnav.opacity {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #006460;
    overflow: visible; } }

@media screen and (min-width: 48.0625rem) and (min-width: 48.0625rem) {
  .flexnav li {
    background: none;
    float: none; } }

@media screen and (min-width: 48.0625rem) {
  .flexnav li a {
    border-bottom: none; }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0; }
  .flexnav li > ul li {
    width: 100%; }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; }
  .flexnav li ul li a {
    border-bottom: none; }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 1; }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }
  .menu-button {
    display: none; } }

.oldie body.one-page {
  padding-top: 70px; }

.oldie .flexnav {
  overflow: visible; }

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px; }

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible; }

.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none; }

.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible; }

.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible; }

.oldie .flexnav li ul li ul {
  top: 0; }

.oldie .flexnav li ul li a {
  border-bottom: none; }

.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav li ul.open li {
  width: 100%; }

.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0; }

.oldie .menu-button {
  display: none; }

.oldie.ie7 .flexnav li {
  width: 19.9%; }

/* Hero Styles */
#hero {
  background: #f3f2f2;
  position: relative;
  z-index: 1; }

#hero.hero--home {
  padding-bottom: 70px; }

@media screen and (min-width: 37.5rem) {
  #hero.hero--home {
    padding-bottom: 100px; } }

#hero.hero--home .hero__container {
  background-position: 0 0; }

.hero__container {
  width: 100%;
  background-color: #f3f2f2;
  background-size: cover !important;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  height: 130px; }

.hero__container .wrapper {
  height: 130px; }

@media screen and (min-width: 37.5rem) {
  .hero__container {
    height: 180px; }
  .hero__container .wrapper {
    height: 180px; } }

@media screen and (min-width: 48.0625rem) {
  .hero__container {
    height: 420px;
    margin-top: -155px; }
  .hero__container .wrapper {
    height: 420px;
    margin-top: -155px; } }

.hero__container--homepage {
  background-position: 100% 80% !important;
  height: 236px; }

@media screen and (min-width: 37.5rem) {
  .hero__container--homepage {
    height: 300px; } }

@media screen and (min-width: 48.0625rem) {
  .hero__container--homepage {
    height: 555px;
    margin-top: -155px; } }

.hero__container--homepage .wrapper {
  height: 236px; }

@media screen and (min-width: 37.5rem) {
  .hero__container--homepage .wrapper {
    height: 300px; } }

@media screen and (min-width: 48.0625rem) {
  .hero__container--homepage .wrapper {
    height: 555px; } }

.hero__callout {
  position: absolute;
  background: rgba(243, 152, 0, 0.85);
  border-radius: 10px;
  left: calc(50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 380px;
  width: 100%;
  bottom: -50px;
  overflow: hidden; }

@media screen and (min-width: 43.75rem) {
  .hero__callout {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    min-width: 380px;
    bottom: -50px;
    left: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .hero__callout:last-child {
    margin-right: 0; } }

.hero__callout div:not(:first-child) {
  margin-left: 33px; }

.hero__callout h1, .hero__callout .content__headline--1, .hero__callout .headline--cta, .hero__callout .cta__headline {
  margin-bottom: 0;
  padding: 18px 20px; }

.hero__callout .hero__callout-title {
  font-size: 34px;
  font-size: 2.125rem; }

@media screen and (min-width: 37.5rem) {
  .hero__callout .hero__callout-title {
    font-size: 2.8125rem; } }

@media screen and (min-width: 48.0625rem) {
  .hero__callout .hero__callout-title {
    font-size: 3.4375rem; } }

.hero__callout .hero__callout-title--small {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1; }

@media screen and (min-width: 37.5rem) {
  .hero__callout .hero__callout-title--small {
    font-size: 2.5rem; } }

@media screen and (min-width: 48.0625rem) {
  .hero__callout .hero__callout-title--small {
    font-size: 3.125rem; } }

.hero__callout .hero__callout-title--italic {
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 300;
  font-family: serif;
  line-height: 1.2; }

@media screen and (min-width: 37.5rem) {
  .hero__callout .hero__callout-title--italic {
    font-size: 1.875rem; } }

@media screen and (min-width: 48.0625rem) {
  .hero__callout .hero__callout-title--italic {
    font-size: 2.1875rem; } }

.hero__callout .hero__callout-title--regular {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal; }

.hero__callout .hero__cta {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  text-align: right;
  padding: 12px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff; }

.hero__callout .hero__cta:hover:before {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.hero__callout .hero__cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  background: black;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #bb760e 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #bb760e 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.hero__callout .hero__cta:after {
  content: " »";
  font-size: 28px;
  font-size: 1.75rem;
  padding-left: 5px;
  line-height: 0; }

/* Content Block */
#content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* align items in Cross Axis */
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  /* Extra space in Cross Axis */ }

#content-block:after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 43.75rem) {
  #content-block .content__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 51%;
            flex: 1 1 51%;} }

#content-block .content__container .content__text {
  float: right;
  max-width: 645px;
  padding: 35px 30px 40px;}

#content-block .content__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background: #ccc;
  background: url("//nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Ring-of-Kerry.jpg") 50% 35% no-repeat;
  background-size: cover;
  height: 230px;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

@media screen and (min-width: 43.75rem) {
  #content-block .content__image {
    min-height: 515px;
    max-height: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%; } }

#content-block ul {
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 30px; }

#content-block ul li {
  margin-bottom: 3px;
  font-size: 18px;
  font-size: 1.125rem; }

#content-block ul li:before {
  content: "\2022";
  font-size: 40%;
  padding-right: 5px;
  vertical-align: middle; }

.headline--cta {
  color: #006460;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 0 40px;
  line-height: 1.1;
  position: relative; }

.headline--cta:before {
  content: "&";
  font-size: 100px;
  font-size: 6.25rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  line-height: .8;
  color: #f39800;
  font-family: "utopia-std", "Times", "Times New Roman", serif; 
  display: none;
  
  }
  
/* NMS Edit */
.headline--cta span {
  color: #006460;
  font-family: "serif";
  font-size: 32.3px;
  font-weight: 250;
  text-indent: 0px;
  color: #f39800;
  position: absolute;
  left: 29px;
  top: 25px;
  z-index: 0;
  transform:scale(2,3);
  -webkit-transform:scale(2.5,3);
  -moz-transform:scale(2.5,3);
  -ms-transform:scale(2.5,3);
  -o-transform:scale(2.5,3);}
/* NMS Edit Over */

.headline--cta {
	min-height: 80px;
}

.headline--cta .headline--secondline {
  text-indent: 21px;}
  
.headline--firstline {
    position: absolute;
    z-index: 2;
    top: 5px;
}

.headline--secondline {
    z-index: 2;
    position: absolute;
    top: 40px;
}

.subheadline {
  color: #006460;
  font-family: "utopia-std", "Times", "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0; }

#content .content__text {
  width: 100%;
  margin-bottom: 30px; }

@media screen and (min-width: 37.5rem) {
  #content .content__text {
    margin-bottom: 50px; } }

@media screen and (min-width: 48.0625rem) {
  #content .content__text {
    margin-bottom: 74px;
    max-width: 80%; } }

/* CTA homepage block Styles */
#cta-block {
  background: #f3f2f2;
  width: 100%; }

#cta-block:after {
  clear: both;
  content: "";
  display: table; }

#cta-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* align items in Cross Axis */
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  /* Extra space in Cross Axis */ }

.cta {
  padding: 35px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

@media screen and (min-width: 37.5rem) {
  .cta {
    width: 50%; } }

@media screen and (min-width: 37.5rem) {
  .cta:nth-child(2n+1) {
    padding: 50px 25px 50px 96px; } }

@media screen and (min-width: 48.0625rem) {
  .cta:nth-child(2n+1) {
    padding: 70px 25px 70px 96px; } }

@media screen and (min-width: 37.5rem) {
  .cta:nth-child(2n+2) {
    padding: 50px 0 50px 121px; } }

@media screen and (min-width: 48.0625rem) {
  .cta:nth-child(2n+2) {
    padding: 70px 25px 70px 96px; } }

.cta__headline {
  text-transform: uppercase;
  color: #006460;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f39800;
  position: relative; }

.cta__headline--tools:before, .cta__headline--offer:before {
  top: 0;
  display: inline-block;
  content: "";
  height: 38px;
  width: 38px;
  background-size: contain;
  background-repeat: no-repeat; }

@media screen and (min-width: 37.5rem) {
  .cta__headline--tools:before, .cta__headline--offer:before {
    position: absolute;
    height: 65px;
    width: 80px; } }

.cta__headline--tools:before {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/tools.svg");
  left: -65px; }

.cta__headline--offer:before {
  background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/offer.svg");
  left: -96px;
  height: 28px; }

@media screen and (min-width: 37.5rem) {
  .cta__headline--offer:before {
    height: 65px; } }

.cta__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

/* Header Styles */
#testimonial {
  background: #006460;
  background-size: 15%;
  color: #fff;
  font-weight: 300; }

#testimonial .wrapper {
  overflow: hidden; }

.testimonial-box {
  display: table;
  vertical-align: middle; }

.testimonial-icon {
  display: table-cell;
  width: 15%;
  background: url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/testimonial.svg") 50% 50% no-repeat transparent;
  background-size: 50%;
  border-right: 2px solid #f39800;
  vertical-align: middle; }

.testimonial-text {
  display: table-cell;
  width: 85%;
  padding-left: 50px;
  vertical-align: middle; }

.slick-next,
.slick-prev {
  color: white;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 40px;
  width: 40px;
  margin-top: -20px; }

.slick-next path,
.slick-prev path {
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s; }

.slick-next:hover path,
.slick-prev:hover path {
  fill: #FFFFFF; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -35px; }

.slick-next:before,
.slick-prev:before {
  content: none; }

.slick-dots li button:before {
  color: #414042;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 25px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.slick-dots li button:hover:before {
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #f39800; }

.slick-dots li.slick-active button:hover:before {
  color: #fff; }

.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 20px;
  position: relative; }

.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab; }

.quote-container .portrait {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 60px;
  margin: auto;
  height: 95px;
  width: 95px;
  overflow: hidden;
  display: none; }

@media screen and (min-width: 50rem) {
  .quote-container .portrait {
    display: block; } }

.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%; }

.quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 0px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4 !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: white; }

@media screen and (min-width: 50rem) {
  .quote-container .quote {
    padding: 40px 0 40px 169px; } }

.quote-container .quote blockquote {
  margin: 0;
  padding: 0; }

.quote-container .quote p {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.5;
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

@media screen and (min-width: 31.25rem) {
  .quote-container .quote p {
    padding-left: 45px;
    font-size: 1.125rem;
    border-left: 2px solid #f39800;
    line-height: 1.3; } }

.quote-container .quote cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal; }

@media screen and (min-width: 31.25rem) {
  .quote-container .quote cite {
    text-align: right; } }

.quote-container .quote cite span {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: right;
  line-height: 1;
  color: #f39800;
  font-style: italic;
  font-family: "utopia-std", "Times", "Times New Roman", serif; }

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* Testimonial / Slick Styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }

.slick-prev:before,
.slick-next:before {
  font-family: arial;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-top: 38px; }

.slick-dots {
  position: absolute;
  bottom: 1px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: arial;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

#testimonial {
  background: #006460;
  background-size: 15%;
  color: #fff;
  font-weight: 300; }

#testimonial .wrapper {
  overflow: hidden; }

.testimonial-box {
  display: table;
  vertical-align: middle; }

.testimonial-icon {
  display: table-cell;
  width: 15%;
  background: url("//nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/testimonial.svg") 50% 50% no-repeat transparent;
  background-size: 50%;
  border-right: 2px solid #f39800;
  vertical-align: middle; }

.testimonial-text {
  display: table-cell;
  width: 85%;
  padding-left: 50px;
  vertical-align: middle; }

.slick-next,
.slick-prev {
  color: white;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 40px;
  width: 40px;
  margin-top: -20px; }

.slick-next path,
.slick-prev path {
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s; }

.slick-next:hover path,
.slick-prev:hover path {
  fill: #FFFFFF; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -35px; }

.slick-next:before,
.slick-prev:before {
  content: none; }

.slick-dots li button:before {
  color: #414042;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 25px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.slick-dots li button:hover:before {
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #f39800; }

.slick-dots li.slick-active button:hover:before {
  color: #fff; }

.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 20px;
  position: relative; }

.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab; }

.quote-container .portrait {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 60px;
  margin: auto;
  height: 95px;
  width: 95px;
  overflow: hidden;
  display: none; }

@media screen and (min-width: 50rem) {
  .quote-container .portrait {
    display: block; } }

.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%; }

.quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 0px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4 !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: white; }

@media screen and (min-width: 50rem) {
  .quote-container .quote {
    padding: 40px 0 40px 169px; } }

.quote-container .quote blockquote {
  margin: 0;
  padding: 0; }

.quote-container .quote p {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.5;
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

@media screen and (min-width: 31.25rem) {
  .quote-container .quote p {
    padding-left: 45px;
    font-size: 1.125rem;
    border-left: 2px solid #f39800;
    line-height: 1.3; } }

.quote-container .quote cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal; }

@media screen and (min-width: 31.25rem) {
  .quote-container .quote cite {
    text-align: right; } }

.quote-container .quote cite span {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: right;
  line-height: 1;
  color: #f39800;
  font-style: italic;
  font-family: "utopia-std", "Times", "Times New Roman", serif; }

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* Cards Styles */
.card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.card__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }

@media screen and (min-width: 31.25rem) {
  .card__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
    max-width: 49%; } }

@media screen and (min-width: 52.5rem) {
  .card__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    max-width: 32%; } }

.card__image-container {
    padding: 12px;
    width: 380px;
  display: block;
  }
  .card__image-container-inner {
  line-height: 1.3;
  border-style: solid; 
  border-width: 2px;
  border-color: #fff;
  font-size: 24px;
  text-align: center;
  color: #fff;
  /*margin: 0 auto;*/
  padding: 18px;
  }
  .card__image-container-inner a {
    color: #fff;
  text-decoration: none;
  }

.card__image-container img {
  width: 100%;
  display: block; }

.card__headline {
  color: #006460;
  text-transform: uppercase;
  margin-bottom: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }

.card__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.card__link {
  color: #006460;
  text-align: right;
  display: block; }

.card__link:after {
  content: "  »";
  padding-left: 5px;
  padding-right: 5px;
  line-height: 0; }

/* Microsoft Edge Browser 12+ (All) - @supports method */
/* Resource Specific Pages */
.resource__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }

@media screen and (min-width: 31.25rem) {
  .resource__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

@media screen and (min-width: 52.5rem) {
  .resource__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    max-width: 32%; } }

.resource__item ul {
  margin-top: 20px; }

.resource__item ul li {
  font-size: 22px;
  font-size: 1.375rem;
  color: #006460; }

.resource__container {
  margin-bottom: 35px; }

@media screen and (min-width: 37.5rem) {
  .resource__container {
    margin-bottom: 50px; } }

@media screen and (min-width: 48.0625rem) {
  .resource__container {
    margin-bottom: 60px; } }

.resource__headline {
  color: #414042;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 2px solid #f39800;
  margin-bottom: 0; }

/* Contact Specific Styles */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contact + .contact {
  margin-top: 30px; }

@media screen and (min-width: 600) {
  .contact + .contact {
    margin-top: 50px; } }

@media screen and (min-width: 48.0625rem) {
  .contact + .contact {
    margin-top: 80px; } }

.contact__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }

@media screen and (min-width: 37.5rem) {
  .contact__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    max-width: 32%; } }

.contact__headline {
  color: #414042;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 2px solid #f39800;
  margin-bottom: 0;
  display: block;
  width: 100%; }

.contact__list-item, .contact__text {
  color: #414042;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem; }

.contact__subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #006460;
  font-family: "utopia-std", "Times", "Times New Roman", serif;
  margin-bottom: 0; }

.contact__subheadline--bottom {
  margin-bottom: 10px; }

@media screen and (min-width: 37.5rem) {
  .contact__subheadline--bottom {
    margin-bottom: 20px; } }

.contact__list + .contact__list {
  margin-top: 15px; }

@media screen and (min-width: 37.5rem) {
  .contact__list + .contact__list {
    margin-top: 35px; } }

@media screen and (min-width: 48.0625rem) {
  .contact__list + .contact__list {
    margin-top: 55px; } }

.contact__text {
  margin-bottom: 20px !important; }

/* Fotter Styles */
#footer {
  background: #414042 url("https://nmsimages.blob.core.windows.net/nmsimages/CIE/Homepage/Icons/swash.svg") top right no-repeat;
  background-size: cover;
  padding: 62px 0 74px; }

.footer__links {
  text-align: center;
  margin-bottom: 30px; }

@media screen and (min-width: 37.5rem) {
  .footer__links {
    margin-bottom: 55px; } }

.footer__link-item {
  display: block; }

@media screen and (min-width: 37.5rem) {
  .footer__link-item {
    display: inline-block; }
  .footer__link-item:first-child {
    margin-right: 80px; } }

.footer__link-item:last-child a {
  border-bottom: 1px solid #696767; }

@media screen and (min-width: 37.5rem) {
  .footer__link-item:last-child a {
    border: none; } }

.footer__link-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  display: block;
  border-top: 1px #696767 solid;
  -webkit-transition: all .3s;
  transition: all .3s; }

.footer__link-item a:hover {
  color: #f39800;
  background: rgba(255, 255, 255, 0.1); }

@media screen and (min-width: 37.5rem) {
  .footer__link-item a {
    padding: 0;
    border: none; }
  .footer__link-item a:hover {
    background: transparent; } }

.footer__info {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.9;
  text-align: center; }

#footer .tel, #footer .tel:visited {
  color: #fff;
  padding: 1em;
  text-decoration: none; }

#footer .tel:hover, #footer .tel:focus {
  color: #fff; }

/* IE Hacks   */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card__text-container {
    height: auto;
    padding: 22px 32px 50px; }
  .card__item {
    display: block; }
  .card__link {
    position: absolute;
    bottom: 25px;
    right: 32px; }
  .content__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .content__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; } }
    
    
     
            
/* NMS Additions */

.link__nms {
  color: #006460;
  text-align: left;
  display: block; }

.link__nms:after {
  content: "  »";
  padding-left: 5px;
  line-height: 0; }
  

  
/* TI Overrides */

header.header.header--microsite {
    padding: 0;
}

@media only screen and (min-width: 1em) {
.container {
    max-width: 100% !important;
}
  }
  
  
.editor-content ol, .editor-content ul {
    padding-left: 0 !important;
}
/*.btn {
    color: #365890;
}*/
  
  