/* LESS Document */
/* For modern browsers */
@import url("https://use.typekit.net/ywt3all.css");
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
/*
Margin, padding, and border resets
except for form elements
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
Consistency fixes
adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
These are easy to forget
*/
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
/* Variables */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* custom styles*/
.highlight {
  color: #bfbd00;
}
.smalltext {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  line-height: 1.4em;
  margin-bottom: 2.5px;
}
/* mixins */
.darklink a:link,
.darklink a:visited {
  color: #737373;
  text-decoration: none;
  font-weight: bold;
}
.darklink a:hover,
.darklink a:active {
  color: #bfbd00;
  text-decoration: underline;
}
.lightlink a:link,
.lightlink a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.lightlink a:hover,
.lightlink a:active {
  color: #ffffff !important;
  text-decoration: underline;
}
/* main styles */
body {
  background-color: #adc3c1;
  padding: 0;
  margin: 0;
}
#cmspage {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
.section-homeheader {
  padding: 20px 70px;
}
.navigation {
  margin-top: 10px;
  list-style: none;
  text-align: right;
}
.navigation li:first-of-type {
  display: none;
}
.navigation li {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-family: "sommet-rounded", sans-serif;
}
.navigation li a:link,
.navigation li a:visited {
  color: #b2b2b2;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
  border-bottom: 4px #ffffff solid;
  font-weight: normal;
}
.navigation li a:hover,
.navigation li a:active {
  color: #adc3c1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
  border-bottom: 2px #adc3c1 solid;
  font-weight: normal;
}
.section-homelogo {
  padding: 20px 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}
.section-homelogo .home-logo img {
  max-width: 100%;
  height: auto;
}
.section-homelogo .home-logo p {
  margin-top: 10px;
  color: #999999;
  font-family: "sommet-rounded", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.introduction {
  background-color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  width: 30%;
  font-size: 16px;
  line-height: 24px;
  color: #536e6c;
  padding: 20px 0;
}
.introduction strong,
.introduction b {
  color: #bfbd00;
}
.section {
  padding: 40px 70px;
}
.page-footer {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.section-edit {
  background-color: #ffffff;
  padding: 30px;
}
.page-container {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  justify-content: space-between;
}
.page-container .main-column {
  flex: 1;
}
.page-container .sidebar-column {
  width: 30%;
}
.section-content {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 2px #adc3c1 solid;
}
.section-content .intro-para {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  padding-bottom: 10px;
}
.section-content p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
.section-content h1 {
  font-family: "sommet-rounded", sans-serif;
  font-weight: normal;
  color: #adc3c1;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
}
.section-content h2 {
  margin: 5px 0;
  font-size: 22px;
  line-height: 28px;
  color: #bfbd00;
  font-weight: normal;
}
.section-content a,
.section-content a:visited {
  color: #729894;
  text-decoration: none;
}
.section-content a:hover {
  text-decoration: underline;
}
.main-column,
.sidebar-column {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.main-column img,
.sidebar-column img {
  max-width: 100%;
  height: auto;
}
.main-column ul,
.sidebar-column ul,
.main-column ol,
.sidebar-column ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.main-column .intro-para,
.sidebar-column .intro-para,
.main-column p:first-of-type,
.sidebar-column p:first-of-type {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  padding-bottom: 10px;
}
.main-column .border-below,
.sidebar-column .border-below {
  border-bottom: solid 1px #adc3c1;
}
.main-column h1,
.sidebar-column h1 {
  font-family: "sommet-rounded", sans-serif;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
  color: #adc3c1;
  font-weight: 300;
}
.main-column h2,
.sidebar-column h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  font-family: "sommet-rounded", sans-serif;
}
.main-column h3,
.sidebar-column h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #a6a400;
}
.main-column p,
.sidebar-column p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
.main-column blockquote,
.sidebar-column blockquote {
  margin: 20px;
  font-style: italic;
  color: #6161a1;
  font-size: 18px;
  line-height: 28px;
}
.main-column a,
.sidebar-column a,
.main-column a:visited,
.sidebar-column a:visited {
  color: #5b7c79;
  text-decoration: none;
  font-weight: bold;
}
.main-column a:hover,
.sidebar-column a:hover {
  text-decoration: underline;
}
.section-footer {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 40px 70px 60px 70px;
}
.section-footer .footer-content {
  color: #4a4a4a;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: space-between;
}
.section-footer p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
.section-footer h1 {
  font-family: "sommet-rounded", sans-serif;
  font-weight: normal;
  color: #adc3c1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  border-bottom: 1px #adc3c1 solid;
}
.section-footer a,
.section-footer a:visited {
  color: #729894;
  text-decoration: none;
}
.section-footer a:hover {
  text-decoration: underline;
}
.section-footer .colophon p {
  font-size: 13px;
}
.dark-content {
  background-color: #bfbd00;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 40px 70px;
}
.dark-content .intro-para {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  padding-bottom: 10px;
}
.dark-content p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.76);
}
.dark-content h1 {
  font-family: "sommet-rounded", sans-serif;
  font-weight: normal;
  color: black;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
}
.dark-content h1 a,
.dark-content h1 a:visited {
  color: black;
  text-decoration: none;
}
.dark-content h1 a:hover {
  text-decoration: underline;
}
.dark-content h2 {
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 24px;
  line-height: 28px;
  padding: 5px 0;
}
.dark-content h2 a,
.dark-content h2 a:visited {
  color: white;
  text-decoration: none;
}
.dark-content h2 a:hover {
  text-decoration: underline;
}
.dark-content a,
.dark-content a:visited {
  color: black;
  text-decoration: none;
}
.dark-content a:hover {
  text-decoration: underline;
}
.slideshow {
  overflow: hidden;
  width: 100%;
}
.slide {
  padding: 0 70px;
  min-height: 200px;
  color: #ffffff;
  background-color: #bfbd00;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-size: cover;
  background-position: center right;
}
.slide .text-right {
  align-self: flex-end;
}
.slide a,
.slide a:visited {
  color: white;
  text-decoration: none;
}
.slide a:hover {
  text-decoration: underline;
}
.slide h1 {
  width: 60%;
  font-family: "sommet-rounded", sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding-top: 20px;
  font-size: 34px;
  line-height: 38px;
}
.slide p {
  padding: 5px 0;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  width: 60%;
}
.dark-container {
  background-color: #bfbd00;
  color: #000000;
}
.dark-container a:link,
.dark-container a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.dark-container a:hover,
.dark-container a:active {
  color: #ffffff !important;
  text-decoration: underline;
}
.dark-container h1 {
  color: #ffffff;
}
.dark-container h2 {
  color: #ffffff;
}
.nobullets ul {
  list-style: none;
  font-weight: bold;
  padding-bottom: 10px;
}
#cmspage .page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}
#cmspage .page-header .header-logo {
  width: 20%;
}
#cmspage .page-header .header-logo img {
  max-width: 100%;
  height: auto;
}
.column-twothirds.page {
  padding-right: 30px;
}
div.keeptogether {
  display: inline-block;
  width: 100%;
}
.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.padabove {
  padding-top: 20px;
}
.column {
  display: block;
}
.image-maxwidth {
  max-width: 100%;
  height: auto;
}
.hidelarge {
  display: none;
}
#socialbuttons {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
#socialbuttons a {
  width: 32px;
  height: 32px;
}
#socialbuttons a img {
  width: 100%;
  height: auto;
}
#socialbuttons a:hover {
  opacity: 0.7;
}
.icon_linkedin {
  background-color: #1884bc;
}
.icon_email {
  background-color: #bfbd00;
}
.scroll-to-top {
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
  background: url("/js/royalslider/skins/default/rs-default.png") repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  background-position: -96px -32px;
  position: fixed;
  display: none;
  text-indent: -9999px;
}
@media screen and (max-width: 900px) {
  .slide h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .slide p {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .page-container {
    flex-direction: column;
  }
  .page-container .sidebar-column {
    width: 100%;
  }
  .slide h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .section-homelogo {
    flex-direction: column;
  }
  .section-homelogo .introduction {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #cmspage .page-header {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }
  #cmspage .page-header .header-logo {
    width: 100%;
  }
  .slideshow {
    display: none;
  }
  .section-homelogo {
    flex-direction: column;
  }
  .section-homelogo .introduction {
    width: 100%;
  }
  .section-homelogo .home-logo p {
    font-size: 18px;
  }
  .columns-2 {
    column-count: 1;
  }
  .column-third {
    width: 100%;
  }
  .columns-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .section-footer .footer-content {
    flex-direction: column;
  }
  .navigation li {
    display: block;
    background-color: #8c8b00;
    margin: 0 -20px 4px -20px;
    padding: 0;
  }
  .navigation li a,
  .navigation li a:link,
  .navigation li a:visited {
    display: block;
    padding: 10px 20px;
    text-align: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #ffffff !important;
    border-bottom: none;
  }
  .navigation li a:hover,
  .navigation li a:active {
    color: #ffffff !important;
    background-color: #adc3c1;
    border-bottom: none;
  }
  #socialbuttons {
    margin-bottom: 20px;
  }
  #socialbuttons a {
    width: 42px;
    height: 42px;
  }
  .page .navigation li:first-of-type {
    display: block;
  }
  .page .navigation li {
    display: none;
  }
}
