@font-face {
  font-family: 'gotham';
  src: url("/Includes/scss/fonts/gotham-light-webfont.eot");
  src: url("/Includes/scss/fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Includes/scss/fonts/gotham-light-webfont.woff2") format("woff2"), url("/Includes/scss/fonts/gotham-light-webfont.woff") format("woff"), url("/Includes/scss/fonts/gotham-light-webfont.ttf") format("truetype"), url("/Includes/scss/fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'akzidenz';
  src: url("/Includes/scss/fonts/akzidgrostdreg-webfont.eot");
  src: url("/Includes/scss/fonts/akzidgrostdreg-webfont.eot?#iefix") format("embedded-opentype"), url("/Includes/scss/fonts/akzidgrostdreg-webfont.woff2") format("woff2"), url("/Includes/scss/fonts/akzidgrostdreg-webfont.woff") format("woff"), url("/Includes/scss/fonts/akzidgrostdreg-webfont.ttf") format("truetype"), url("/Includes/scss/fonts/akzidgrostdreg-webfont.svg#akzidenz-grotesk_stdregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'akzidenz';
  src: url("/Includes/scss/fonts/akzidgrostdbol-webfont.eot");
  src: url("/Includes/scss/fonts/akzidgrostdbol-webfont.eot?#iefix") format("embedded-opentype"), url("/Includes/scss/fonts/akzidgrostdbol-webfont.woff2") format("woff2"), url("/Includes/scss/fonts/akzidgrostdbol-webfont.woff") format("woff"), url("/Includes/scss/fonts/akzidgrostdbol-webfont.ttf") format("truetype"), url("/Includes/scss/fonts/akzidgrostdbol-webfont.svg#akzidenz-grotesk_stdbold") format("svg");
  font-weight: 700;
  font-style: normal; }
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
  overflow: visible; }

.dk-selected {
  background: #fff;
  width: 100%;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 1px solid #d4d4d4;
  -o-text-overflow: ellipsis;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  text-overflow: ellipsis; }

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all, 300ms, ease;
  -moz-transition: all, 300ms, ease;
  transition: all, 300ms, ease; }

.dk-selected:before {
  background: url(/Includes/images/icon-arrow-up.png) no-repeat;
  width: 17px;
  height: 10px;
  top: 40%;
  right: 14px; }

.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: 0;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: 0;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #CCCCCC;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 20.5em;
  list-style: none;
  padding: 0.25em 0;
  margin: 0; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 12px 12px;
  float: none !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px; }

.dk-select-options .dk-option-highlight {
  background: #fff;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }

.dk-optgroup + .dk-option {
  margin-top: 0.25em; }

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0; }

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0; }

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }

.dk-optgroup-options li {
  padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border: 1px solid #747474; }
  .dk-select-open-up .dk-selected:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.dk-select-open-down .dk-selected {
  border: 1px solid #747474; }
  .dk-select-open-down .dk-selected:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit; }

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit; }

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

html {
  background: #fff;
  color: #636363;
  font-family: "museo", "Helvetica", Arial;
  font-size: 10px;
  font-weight: 300; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

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

::-moz-selection {
  background: #c1b38e;
  text-shadow: none; }

::selection {
  background: #c1b38e;
  text-shadow: none; }

input, select {
  border-radius: 0; }

textarea:focus, input:focus {
  outline: 0; }

main, article, aside, details, figcaption, figure, footer, header, video, hgroup, menu, nav, section, summary {
  display: block; }

h1, h2 {
  font-weight: 400; }

h3, h4, h5, h6, strong, b {
  font-weight: bold; }

hr {
  border: none;
  border-bottom: 1px solid #faa21b; }

a {
  color: #000;
  -webkit-transition: background, 300ms, ease;
  -moz-transition: background, 300ms, ease;
  transition: background, 300ms, ease;
  -webkit-transition: color, 300ms, ease;
  -moz-transition: color, 300ms, ease;
  transition: color, 300ms, ease;
  cursor: pointer; }

.mobile {
  display: block !important; }

.desktop {
  display: none !important; }

.hide {
  display: none; }

.overlay {
  background: rgba(53, 53, 53, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all, 900ms, ease;
  -moz-transition: all, 900ms, ease;
  transition: all, 900ms, ease; }

.site {
  max-width: 1600px;
  min-height: 100%;
  margin: 0 auto -154px;
  overflow: hidden;
  position: relative; }
  .site:after {
    content: '';
    height: 154px;
    display: block; }

.wrapper {
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 0 15px; } }

.header {
  height: 96px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e9e9e9; }
  .header .wrapper {
    max-width: 925px; }
    @media screen and (max-width: 1400px) {
      .header .wrapper {
        max-width: 1024px; } }
  .header h2.logo {
    width: 207px;
    position: absolute;
    top: 10px;
    left: 50px; }
    @media screen and (max-width: 845px) {
      .header h2.logo {
        padding: 10px;
        position: relative;
        top: 0;
        left: 0; } }
    .header h2.logo a {
      background: url(/Includes/images/logo.png) no-repeat;
      width: 207px;
      height: 68px;
      display: block;
      text-indent: -5000em; }
  .header nav {
    background: #fff;
    float: right; }
    @media screen and (max-width: 845px) {
      .header nav {
        width: 100%;
        display: none;
        position: absolute;
        top: 96px;
        left: 0;
        float: none;
        text-align: center;
        z-index: 300;
        border-bottom: 1px solid #fff; } }
    .header nav ul {
      padding: 0; }
    .header nav > ul > li {
      position: relative;
      float: left; }
      @media screen and (max-width: 845px) {
        .header nav > ul > li {
          width: 100%;
          float: none;
          text-align: center; } }
      .header nav > ul > li:hover > a, .header nav > ul > li.selected > a {
        background: url(/Includes/images/underline-nav.png) no-repeat 50% 80%;
        color: #faa21b; }
      .header nav > ul > li > a {
        background: url(/Includes/images/underline-nav.png) no-repeat 50% 110%;
        padding: 45px 16px 35px;
        display: block;
        color: #747474;
        font-family: 'gotham', 'helvetica', arial;
        font-size: 1.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.01em; }
        @media screen and (max-width: 845px) {
          .header nav > ul > li > a {
            padding: 20px 0;
            border-bottom: 1px solid #e9e9e9; } }
      .header nav > ul > li:hover ul {
        display: block; }
      .header nav > ul > li ul {
        background: #404040;
        width: 210%;
        display: none;
        z-index: 100;
        position: absolute;
        top: 94px;
        border-top: 3px solid #faa21b; }
        .header nav > ul > li ul li {
          width: 100%; }
          .header nav > ul > li ul li a {
            padding: 8px 15px;
            display: block;
            color: white;
            font-family: 'gotham';
            text-decoration: none;
            text-transform: uppercase; }
          .header nav > ul > li ul li:hover {
            background: #202020; }
            .header nav > ul > li ul li:hover a {
              color: #faa21b; }
  .header .icon-menu {
    width: 52px;
    height: 37px;
    display: none;
    position: absolute;
    top: 16px;
    right: 5px;
    font-size: 3.2rem;
    cursor: pointer;
    z-index: 1500; }
    .header .icon-menu:before {
      content: '';
      width: 1em;
      height: 0.625em;
      position: absolute;
      top: 8px;
      left: 10px;
      border-top: 0.375em double #000;
      border-bottom: 0.125em solid #000; }
    @media screen and (max-width: 845px) {
      .header .icon-menu {
        display: block; } }

.seeAlso {
  margin-bottom: 0;
  font-weight: 600; }

#subNav li {
  margin: 0 25px 0 0;
  display: inline-block; }
  #subNav li.active {
    display: none; }

/* Buttons */
/*
.center {
  clear:both;
  text-align:center;
}
*/
.btn {
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #6d6d6d;
  color: #636363;
  font-family: 'gotham';
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.solid {
  color: #fff; }
  .solid:hover {
    background: #fff; }

.more {
  background: url(/Includes/images/icon-arrow-right.png) no-repeat 93.5% 50%;
  padding: 5px 30px 5px 20px;
  text-indent: -10px; }
  .more:hover {
    background: #faa21b url(/Includes/images/icon-arrow-right-white.png) no-repeat 95.5% 50%;
    color: #fff; }

/* HEADINGS */
h1 {
  margin-bottom: 15px;
  color: #faa21b;
  font-size: 3.3rem;
  text-align: center; }

h2 {
  margin-bottom: 5px;
  color: #515151;
  font-size: 2.4rem; }

h3 {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1.8rem; }

.home main header p {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1.8rem;
  text-align: center;
  line-height: 25px; }
.home footer {
  background: #f9f9f9;
  color: #faa21b; }
  .home footer .linkedin {
    display: none; }
  .home footer .logo {
    background: url(/Includes/images/logo-digerati.png) no-repeat; }

article header {
  margin: 0 -45px 50px;
  text-align: center; }
  @media screen and (max-width: 820px) {
    article header {
      margin: 0 0 40px; } }
  article header img {
    margin: 0 auto 20px;
    display: block; }
article p, article li {
  margin-bottom: 25px;
  color: #515151;
  font-size: 1.8rem;
  line-height: 23px; }
article ul {
  margin-bottom: 45px; }
article li {
  background: url(/Includes/images/icon-arrow-right-orange.png) no-repeat;
  margin: 0 0 25px -25px;
  padding-left: 25px; }
  @media screen and (max-width: 820px) {
    article li {
      margin-left: 0; } }

.banner {
  margin-top: -70px;
  margin-bottom: 60px; }

.lower {
  margin-bottom: 0; }

.wrapper + .banner {
  margin-top: 100px; }

.banner .divHero {
  margin-top: 70px;
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: center; }
  .banner .divHero .divHeroImage {
    width: 100%;
    height: auto;
    display: block; }
  .banner .divHero .divHeroContent {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0; }
    .banner .divHero .divHeroContent img {
      width: auto !important;
      height: 80px !important; }
    .banner .divHero .divHeroContent h2 {
      font-size: 4.4rem; }
    .banner .divHero .divHeroContent p {
      font-size: 1.8rem;
      color: white; }
    .banner .divHero .divHeroContent strong {
      color: #faa21b;
      font-weight: normal; }
    @media screen and (max-width: 900px) {
      .banner .divHero .divHeroContent {
        top: 20px; }
        .banner .divHero .divHeroContent img {
          height: 60px !important; } }
    @media screen and (max-width: 720px) {
      .banner .divHero .divHeroContent img {
        height: 50px !important; }
      .banner .divHero .divHeroContent h2 {
        font-size: 3.4rem; }
      .banner .divHero .divHeroContent p {
        font-size: 1.5rem; } }
    @media screen and (max-width: 600px) {
      .banner .divHero .divHeroContent img {
        height: 50px !important; }
      .banner .divHero .divHeroContent h2 {
        font-size: 2.8rem; }
      .banner .divHero .divHeroContent p {
        font-size: 1.4rem; } }
    @media screen and (max-width: 500px) {
      .banner .divHero .divHeroContent {
        top: 5px; }
        .banner .divHero .divHeroContent h2 {
          font-size: 2.8rem; }
        .banner .divHero .divHeroContent img {
          display: none; } }

.intro-tiles {
  width: 100%;
  border-top: 1px solid #faa21b; }
  @media screen and (max-width: 900px) {
    .intro-tiles {
      width: auto; } }
  .intro-tiles td {
    width: 25%;
    height: 304px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #faa21b;
    border-bottom: 1px solid #faa21b;
    text-align: center; }
    .intro-tiles td:nth-child(4n+4) {
      border-right: none; }
    @media screen and (max-width: 900px) {
      .intro-tiles td {
        width: 50%;
        padding: 5% 0;
        float: left; } }
    @media screen and (max-width: 500px) {
      .intro-tiles td {
        width: 100%;
        padding: 5% 0;
        float: left; } }
    .intro-tiles td.picture .wideImage {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 1860px) {
        .intro-tiles td.picture .wideImage {
          width: auto;
          height: 100%; } }
      @media screen and (max-width: 500px) {
        .intro-tiles td.picture .wideImage {
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 480px) {
        .intro-tiles td.picture .wideImage {
          width: auto;
          height: 100%;
          left: 25%; } }
    .intro-tiles td.picture img {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 1220px) {
        .intro-tiles td.picture img {
          width: auto;
          left: -20%; } }
      @media screen and (max-width: 900px) {
        .intro-tiles td.picture img {
          width: 100%;
          left: 0; } }
      @media screen and (max-width: 610px) {
        .intro-tiles td.picture img {
          width: auto;
          left: -20%; } }
      @media screen and (max-width: 500px) {
        .intro-tiles td.picture img {
          width: 100%;
          left: 0; } }
    .intro-tiles td.quote h3 {
      position: relative;
      color: #fff;
      font-size: 3.3rem; }
      .intro-tiles td.quote h3:before {
        content: '';
        background: url(/Includes/images/quote-before.png) no-repeat;
        width: 29px;
        height: 40px;
        margin-left: -15px;
        position: absolute;
        top: -40px;
        left: 50%; }
      .intro-tiles td.quote h3:after {
        content: '';
        background: url(/Includes/images/quote-after.png) no-repeat;
        width: 29px;
        height: 20px;
        margin-left: -15px;
        position: absolute;
        bottom: -40px;
        left: 50%; }
      @media screen and (max-width: 990px) {
        .intro-tiles td.quote h3:before, .intro-tiles td.quote h3:after {
          display: none; } }
    .intro-tiles td.bg-grey {
      background: #404040; }
      .intro-tiles td.bg-grey h3 {
        color: #fff; }
    .intro-tiles td.bg-orange {
      background: #faa21b; }
      .intro-tiles td.bg-orange h3 {
        color: #fff; }
    .intro-tiles td.bg-red {
      background: #f15a26; }
      .intro-tiles td.bg-red h3 {
        color: #fff; }
    .intro-tiles td:hover.quote h3 {
      display: none; }
    .intro-tiles td:hover .hover {
      max-height: 600px;
      position: relative;
      opacity: 1;
      z-index: 1; }
    .intro-tiles td:hover .overlay {
      display: block;
      opacity: 1; }
    .intro-tiles td:hover.grey .overlay {
      background: rgba(64, 63, 61, 0.8); }
    .intro-tiles td:hover.grey h3 {
      color: white; }
    .intro-tiles td:hover.orange .overlay {
      background: rgba(241, 90, 38, 0.7); }
    .intro-tiles td:hover.orange h3 {
      color: white; }
    .intro-tiles td:hover.yellow .overlay {
      background: rgba(250, 162, 27, 0.6); }
    .intro-tiles td:hover.yellow h3 {
      color: #404040; }
    .intro-tiles td:hover.yellow p.date {
      color: #404040;
      border-bottom: 1px solid #404040; }
    .intro-tiles td:hover.yellow .more {
      background-image: url(/Includes/images/icon-arrow-right.png);
      border-color: #404040;
      color: #404040; }
    .intro-tiles td .inner {
      padding: 5%;
      z-index: 100; }
    .intro-tiles td .overlay {
      position: absolute;
      top: 0;
      display: block;
      opacity: 0;
      z-index: -1;
      -webkit-transition: all, 500ms, ease;
      -moz-transition: all, 500ms, ease;
      transition: all, 500ms, ease; }
  .intro-tiles h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: normal; }
  .intro-tiles .white h3 {
    color: #6c6a66; }
  .intro-tiles p {
    margin-bottom: 10px;
    color: white;
    font-size: 1.7rem;
    line-height: 21px; }
    .intro-tiles p.date {
      margin-bottom: 10px;
      display: inline-block;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 1.5rem;
      text-transform: uppercase; }
      .intro-tiles p.date span {
        margin-bottom: 4px;
        display: block;
        font-size: 6rem;
        font-weight: bold;
        line-height: 47px; }
  .intro-tiles .hover {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity, 400ms, ease;
    -moz-transition: opacity, 400ms, ease;
    transition: opacity, 400ms, ease; }
  .intro-tiles .more {
    background-image: url(/Includes/images/icon-arrow-right-white.png);
    background-size: 12px;
    border-color: #fff;
    color: #fff; }
  .intro-tiles .white .more {
    background-image: url(/Includes/images/icon-arrow-right.png);
    border-color: #6d6d6d;
    color: #636363; }

.resources {
  margin-bottom: 100px; }
  .resources li {
    background: no-repeat;
    margin: 0 0 30px;
    overflow: hidden; }
  .resources .resource {
    width: 70%;
    height: 64px;
    margin-bottom: 5px;
    padding: 0px 10px;
    float: left;
    border-color: #b8b8b8;
    border-style: solid;
    border-width: 1px 0 1px 1px; }
    .resources .resource h3, .resources .resource p {
      margin-bottom: 0;
      font-family: 'gotham';
      font-size: 1.4rem;
      font-weight: normal; }
  .resources .download {
    width: 30%;
    height: 64px;
    padding: 20px 0;
    position: relative;
    float: right;
    border: 1px solid #faa21b;
    color: #faa21b;
    font-family: 'gotham';
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-indent: -15px;
    text-transform: uppercase; }
    .resources .download:after {
      content: '';
      background: url(/Includes/images/icon-arrow-right-orange.png) no-repeat;
      width: 20px;
      height: 24px;
      position: absolute;
      top: 22px;
      right: 20px;
      display: block;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .resources p {
    margin-bottom: 0;
    clear: both;
    font-size: 1.4rem;
    line-height: 17px; }

.news li {
  background: none;
  margin: 0 0 60px;
  padding: 0 0 20px;
  overflow: hidden;
  border-bottom: 3px dotted #d7d7d7; }
  .news li .meta {
    width: 20%;
    margin-right: 2.5%;
    float: left;
    font-family: "akzidenz";
    text-align: right; }
    @media screen and (max-width: 505px) {
      .news li .meta {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        float: none;
        border-bottom: 1px solid grey;
        text-align: left; } }
    .news li .meta p {
      margin-bottom: 0;
      font-size: 1.0rem;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 18px; }
      .news li .meta p.date {
        margin-bottom: 12px;
        padding-bottom: 15px;
        display: block;
        border-bottom: 1px solid grey;
        font-size: 1.4rem; }
        @media screen and (max-width: 505px) {
          .news li .meta p.date {
            margin: 0 15px 0 0;
            float: left;
            border-bottom: none; } }
        .news li .meta p.date span {
          margin-bottom: 10px;
          display: block;
          font-size: 6.6rem;
          font-weight: 700;
          line-height: 52px; }
      .news li .meta p strong {
        color: #000; }
  .news li article {
    width: 77.5%;
    float: left; }
    @media screen and (max-width: 505px) {
      .news li article {
        width: 100%;
        float: none;
        clear: both; } }
    .news li article img {
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
    .news li article h2 {
      margin-bottom: 25px;
      color: #faa21b;
      font-size: 2.6rem; }
    .news li article p {
      font-family: 'akzidenz', Helvetica;
      font-size: 1.6rem;
      line-height: 19px; }
  .news li .more {
    float: right; }

.contact .wrapper {
  max-width: 920px; }
.contact input[type="submit"] {
  margin-bottom: 50px;
  float: right; }

iframe {
  margin-bottom: 10px; }

.address-toggle {
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center; }
  .address-toggle li {
    display: inline-block;
    margin: 0 10px 10px; }
    .address-toggle li a {
      background: none; }
      .address-toggle li a:hover, .address-toggle li a.selected {
        color: #faa21b;
        border-color: #faa21b; }

.address {
  width: 100%; }
  .address .column {
    width: 50%;
    float: left; }
  @media screen and (max-width: 620px) {
    .address .column {
      width: 100%;
      float: none; } }
  .address hr {
    width: 100%;
    margin-bottom: 20px; }
  .address p {
    margin-bottom: 20px;
    font-size: 1.8rem; }
    .address p .linkedin {
      background: url(/Includes/images/icon-linkedin-grey.png) no-repeat 0 50%;
      padding-left: 33px;
      display: block;
      color: #515151;
      font-size: 1.4rem;
      font-weight: bold;
      text-decoration: none;
      text-transform: none;
      line-height: 29px; }
  .address dl {
    margin-bottom: 10px;
    color: #515151;
    font-size: 1.4rem; }
    .address dl a {
      color: #515151;
      text-decoration: none; }
  .address dt {
    margin-right: 5px;
    float: left; }

.form {
  width: 65%;
  float: left; }
  @media screen and (max-width: 620px) {
    .form {
      width: 100%;
      float: none; } }
  .form label span {
    display: none;
    float: right; }
  .form fieldset {
    position: relative; }
    .form fieldset input[type="radio"] {
      display: none; }
    .form fieldset input[type="radio"] + label {
      width: 18px;
      height: 18px;
      border: 1px solid #faa21b;
      border-radius: 20px;
      margin-top: -7px;
      position: absolute;
      top: 50%;
      right: 15px;
      cursor: pointer; }
    .form fieldset input[type="radio"]:checked + label {
      background: #faa21b; }
    .form fieldset.on span {
      display: block; }

/* FORMS */
label {
  margin-bottom: 5px;
  display: block;
  font-family: 'gotham';
  font-size: 1.2rem;
  text-transform: uppercase; }

#captcha input {
  margin-right: 5px;
  vertical-align: top; }
#captcha label {
  display: inline-block; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 10px;
  border: 1px solid #747474;
  font-size: 1.8rem; }

input[type="submit"] {
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all, 300ms, ease;
  -moz-transition: all, 300ms, ease;
  transition: all, 300ms, ease; }
  input[type="submit"]:hover {
    color: #fff; }

fieldset {
  position: relative; }

.required {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'gotham';
  text-transform: uppercase; }

.comments .required {
  top: -4px; }

.noMargin {
  margin-bottom: 0 !important;
  font-weight: 600; }

footer {
  background: #faa21b;
  padding: 30px 15px;
  overflow: hidden;
  clear: both;
  color: #fff;
  font-size: 1.5rem; }
  footer .wrapper {
    max-width: 925px; }
  footer p {
    float: left;
    line-height: 29px; }
  footer .linkedin {
    background: url(/Includes/images/icon-linkedin-white.png) no-repeat;
    width: 29px;
    height: 29px;
    margin-right: 10px;
    display: block;
    float: left; }
  footer .logo {
    background: url(/Includes/images/logo-digerati-white.png) no-repeat;
    width: 92px;
    height: 23px;
    display: block;
    float: right;
    text-indent: -5000em; }

#goTop {
  background: white;
  position: fixed;
  bottom: -100px;
  right: 10px;
  border-radius: 50%;
  z-index: 10000; }
  #goTop i {
    color: #faa21b;
    font-size: 50px;
    line-height: 40px;
    cursor: pointer; }

.scrolloff {
  pointer-events: none; }

/*# sourceMappingURL=main.css.map */
