/* line 1, ../src/sass/_base.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 7, ../src/sass/_base.scss */
html {
  font-size: 62.5%;
}

/* line 8, ../src/sass/_base.scss */
body {
  font-size: 2em;
  font-size: 2rem;
  font-family: Lato, sans-serif;
  color: #43505f;
}

/* line 13, ../src/sass/_base.scss */
main {
  max-width: 1200px;
  margin: auto;
}

/* line 17, ../src/sass/_base.scss */
img {
  max-width: 100%;
}

/* line 20, ../src/sass/_base.scss */
p {
  margin: 20px 0;
}

/* line 24, ../src/sass/_base.scss */
a {
  color: #006992;
  text-decoration: underline;
  transition: all 0.5s;
}
/* line 28, ../src/sass/_base.scss */
a:hover {
  color: #DD971C;
  text-decoration: underline;
}

/* line 34, ../src/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Questrial, sans-serif;
  color: #001D4A;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 41, ../src/sass/_base.scss */
h1 {
  font-size: 5em;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

/* line 47, ../src/sass/_base.scss */
h2 {
  font-size: 3.8em;
  font-size: 3.8rem;
  text-align: center;
}

/* line 52, ../src/sass/_base.scss */
h3 {
  font-size: 3.2em;
  font-size: 3.2rem;
  text-align: center;
}

/* line 57, ../src/sass/_base.scss */
h4 {
  font-size: 2.6em;
  font-size: 2.6rem;
}

/* line 61, ../src/sass/_base.scss */
h5 {
  font-size: 2em;
  font-size: 2rem;
}

/* line 65, ../src/sass/_base.scss */
h6 {
  font-size: 1.6em;
  font-size: 1.6rem;
}

/* line 68, ../src/sass/_base.scss */
.section-header {
  text-decoration: underline;
  margin-bottom: 16px;
  margin-top: 10px;
}

/* line 74, ../src/sass/_base.scss */
ul {
  margin-top: 5px;
  padding-left: 40px;
}

/* line 79, ../src/sass/_base.scss */
li {
  color: #DD971C;
}
/* line 81, ../src/sass/_base.scss */
li span {
  color: #43505f;
}

/* line 86, ../src/sass/_base.scss */
input {
  background-color: #e8e3df;
  border: 2px solid #e8e3df;
  line-height: 1.2em;
  padding: .5em;
  font-size: 1.4em;
  font-size: 1.4rem;
  color: #001D4A;
}
/* line 94, ../src/sass/_base.scss */
input:focus {
  border: 2px solid #DD971C;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 99, ../src/sass/_base.scss */
input.error {
  border: 2px solid red;
  color: red;
}
/* line 61, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input:-moz-placeholder {
  color: #006992;
}
/* line 64, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input::-moz-placeholder {
  color: #006992;
}
/* line 67, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input:-ms-input-placeholder {
  color: #006992;
}
/* line 56, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input::-webkit-input-placeholder {
  color: #006992;
}

/* line 108, ../src/sass/_base.scss */
label {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 112, ../src/sass/_base.scss */
label.error {
  color: red;
}
/* line 115, ../src/sass/_base.scss */
label.nolabel {
  display: none;
}

/* line 122, ../src/sass/_base.scss */
.ul-title {
  color: #DD971C;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 128, ../src/sass/_base.scss */
.page-title {
  text-align: center;
}

/* line 1, ../src/sass/_fractal-helpers.scss */
.fractal-wrapper {
  padding: 20px;
}

/* line 4, ../src/sass/_fractal-helpers.scss */
.fractal-wrapper-blue {
  background-color: #27476E;
}

/* line 8, ../src/sass/_fractal-helpers.scss */
.card .fractal-wrapper-blue {
  background-color: transparent;
}

/* line 1, ../src/sass/_layout.scss */
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
/* line 4, ../src/sass/_layout.scss */
.flex-grid.flex-grid-vertical {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* line 10, ../src/sass/_layout.scss */
.flex-grid > * {
  flex: 1;
  margin-bottom: 10px;
}

/* line 14, ../src/sass/_layout.scss */
.flex-grid.flex-grid-vertical > * {
  flex: none;
  margin-bottom: 0;
}

/* line 19, ../src/sass/_layout.scss */
.section-footer {
  font-size: 1.4em;
  font-size: 1.4rem;
}

/* line 23, ../src/sass/_layout.scss */
main > .main-section {
  margin-top: 20px;
}
/* line 25, ../src/sass/_layout.scss */
main > .main-section ~ .main-section {
  /* ADD TOP BORDER TO ANY NOT THE FIRST */
  border-top: 5px solid #006992;
}

/* Elements */
/* line 1, ../src/components/01-elements/button/_button.scss */
.button {
  color: #006992;
  background: none;
  -moz-border-radius: 3px / 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px / 3px;
  border: 3px solid #006992;
  font-size: 1.8em;
  font-size: 1.8rem;
  line-height: 2em;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 11, ../src/components/01-elements/button/_button.scss */
.button:after {
  content: ">";
  margin-left: -.5em;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
/* line 18, ../src/components/01-elements/button/_button.scss */
.button:hover {
  border-color: #e8e3df;
  background-color: #e8e3df;
}
/* line 22, ../src/components/01-elements/button/_button.scss */
.button:hover:enabled:after {
  opacity: 1;
  margin-left: .5em;
}
/* line 28, ../src/components/01-elements/button/_button.scss */
.button:disabled {
  background-color: #e8e3df;
  border-color: #e8e3df;
  color: #ffffff;
}

/* line 36, ../src/components/01-elements/button/_button.scss */
.button-light {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 39, ../src/components/01-elements/button/_button.scss */
.button-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: #ffffff;
}

/* line 1, ../src/components/01-elements/icon/_icon.scss */
.icon-wrapper {
  min-width: 200px;
}

/* line 4, ../src/components/01-elements/icon/_icon.scss */
.icon {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 9, ../src/components/01-elements/icon/_icon.scss */
.icon h3 {
  margin-top: 5px;
  text-align: center;
}

/* line 16, ../src/components/01-elements/icon/_icon.scss */
.icon-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

/* line 22, ../src/components/01-elements/icon/_icon.scss */
.icon-description {
  min-width: 300px;
  padding: 5px 20px;
}

/* Patterns */
/* line 1, ../src/components/02-patterns/card/_card.scss */
.card-wrapper {
  border: 2px solid #27476E;
  background-color: #27476E;
  max-width: 100%;
  padding: 10px;
  margin: 1.1em;
  max-width: 300px;
  text-align: center;
}
/* line 10, ../src/components/02-patterns/card/_card.scss */
.card-wrapper .card {
  color: #ffffff;
}
/* line 12, ../src/components/02-patterns/card/_card.scss */
.card-wrapper .card h3 {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
/* line 17, ../src/components/02-patterns/card/_card.scss */
.card-wrapper .card p {
  text-align: center;
  font-size: 1.4em;
  font-size: 1.4rem;
  margin: 10px 5px;
}
/* line 22, ../src/components/02-patterns/card/_card.scss */
.card-wrapper .card .card-button {
  text-align: center;
}
/* line 28, ../src/components/02-patterns/card/_card.scss */
.card-wrapper.card-wrapper-plain {
  border-width: 1px;
}
/* line 32, ../src/components/02-patterns/card/_card.scss */
.card-wrapper.card-wrapper-plain .card {
  margin: 7px;
}
/* line 37, ../src/components/02-patterns/card/_card.scss */
.card-wrapper.card-wrapper-image {
  padding: 0 0 10px 0;
}
/* line 41, ../src/components/02-patterns/card/_card.scss */
.card-wrapper.hover-grow {
  transition: all 0.5s;
}
/* line 43, ../src/components/02-patterns/card/_card.scss */
.card-wrapper.hover-grow:hover {
  transform: scale(1.1);
  box-shadow: 1px 5px 14px black;
}

/* line 1, ../src/components/02-patterns/description/_description.scss */
.description {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 5, ../src/components/02-patterns/description/_description.scss */
.description h3 {
  margin-top: 5px;
  text-align: center;
}

/* line 12, ../src/components/02-patterns/description/_description.scss */
.description-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

/* line 18, ../src/components/02-patterns/description/_description.scss */
.description-description {
  min-width: 400px;
  padding: 5px 20px;
}

/* Layouts */
/* line 2, ../src/components/03-layouts/topmenu/_topmenu.scss */
#header.fixed-ready {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 10, ../src/components/03-layouts/topmenu/_topmenu.scss */
#header.sticky {
  background: rgba(255, 255, 255, 0.95);
}
/* line 17, ../src/components/03-layouts/topmenu/_topmenu.scss */
#header.sticky #topbanner .logo {
  max-width: 150px;
}
/* line 24, ../src/components/03-layouts/topmenu/_topmenu.scss */
#header #topbanner .logo {
  transition: all 0.4s ease;
}

/* line 35, ../src/components/03-layouts/topmenu/_topmenu.scss */
#toplogin {
  width: 100%;
  background-color: #006992;
  padding: 5px 30px;
}
/* line 40, ../src/components/03-layouts/topmenu/_topmenu.scss */
#toplogin nav {
  text-align: right;
}
/* line 43, ../src/components/03-layouts/topmenu/_topmenu.scss */
#toplogin nav li {
  display: inline;
  list-style: none;
  margin: 0 10px;
}
/* line 49, ../src/components/03-layouts/topmenu/_topmenu.scss */
#toplogin nav a {
  color: #e8e3df;
  color: #ffffff;
  text-decoration: none;
  font-size: 2em;
  font-size: 2rem;
  font-weight: bold;
}
/* line 55, ../src/components/03-layouts/topmenu/_topmenu.scss */
#toplogin nav a:hover {
  color: #8d9cae;
  color: #e8e3df;
  text-decoration: underline;
}

/* line 63, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner {
  justify-content: space-between;
  padding: 10px 30px 10px 30px;
  border-bottom: 5px solid #DD971C;
}
@media (max-width: 600px) {
  /* line 63, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner {
    flex-direction: column;
    justify-content: center;
  }
}
/* line 73, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner .logo {
  min-width: 160px;
  max-width: 250px;
  margin: auto;
}
/* line 78, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav {
  flex: 3;
  text-align: right;
  align-self: end;
}
/* line 83, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li {
  display: inline;
  list-style: none;
  margin: 0 10px;
}
/* line 87, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.nav-more {
  display: none;
}
/* line 90, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu {
  position: relative;
}
/* line 92, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu ul {
  margin-top: 0;
  padding-left: 0;
  min-width: 200px;
  text-align: left;
}
/* line 98, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu ul a {
  font-size: 1.6em;
  font-size: 1.6rem;
}
/* line 102, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu li {
  border-top: 1px solid #001D4A;
  padding: 10px 1px;
}
/* line 105, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu li:first-of-type {
  border-top: none;
}
/* line 109, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu::after {
  font-family: 'FontAwesome';
  content: "\f107";
  display: inline-block;
  padding-left: 3px;
  color: #001D4A;
}
/* line 117, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav li.has-sub-menu:hover .sub-menu {
  opacity: 1 !important;
  left: 0;
}
/* line 125, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav a {
  text-decoration: none;
  color: #001D4A;
  font-size: 2em;
  font-size: 2rem;
  font-weight: bold;
}
/* line 131, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav a:hover {
  text-decoration: underline;
  color: #006992;
}
/* line 139, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .spillover-nav {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
}
/* line 143, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .spillover-nav g
li {
  display: none;
}
/* line 146, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .spillover-nav g
li:nth-of-type(1n+4) {
  display: inline-block;
}
/* line 151, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 100;
  background-color: white;
  border: 1px solid #001D4A;
  left: 0;
  left: -9000px;
  transition: opacity .5s;
}
/* line 163, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .sub-menu ul {
  margin-top: 0;
}
/* line 166, ../src/components/03-layouts/topmenu/_topmenu.scss */
#topbanner nav .sub-menu li {
  display: block;
}
@media (max-width: 850px) {
  /* line 174, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav li:nth-of-type(1n+4) {
    display: none;
  }
  /* line 175, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav li.nav-more {
    display: inline;
  }
  /* line 177, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav li.nav-more li {
    display: none;
  }
  /* line 179, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav li.nav-more li:nth-of-type(1n+4) {
    display: inline;
  }
}
@media (max-width: 600px) {
  /* line 78, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav {
    flex: 1;
    text-align: center;
    align-self: center;
  }
  /* line 191, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav ul {
    padding-left: 0;
  }
  /* line 194, ../src/components/03-layouts/topmenu/_topmenu.scss */
  #topbanner nav a {
    font-size: 1.6em;
    font-size: 1.6rem;
  }
}

/* line 1, ../src/components/03-layouts/footer/_footer.scss */
#footer {
  margin-top: 40px;
  background-color: #27476E;
  color: #ffffff;
  padding: 10px;
  align-items: center;
}
/* line 7, ../src/components/03-layouts/footer/_footer.scss */
#footer > * {
  text-align: center;
}
/* line 10, ../src/components/03-layouts/footer/_footer.scss */
#footer section {
  min-width: 300px;
}
/* line 13, ../src/components/03-layouts/footer/_footer.scss */
#footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2.8em;
  font-size: 2.8rem;
}
/* line 18, ../src/components/03-layouts/footer/_footer.scss */
#footer a:hover {
  color: #006992;
}
/* line 21, ../src/components/03-layouts/footer/_footer.scss */
#footer a::before {
  font-family: 'FontAwesome';
  display: inline-block;
}
/* line 25, ../src/components/03-layouts/footer/_footer.scss */
#footer a.socials-facebook::before {
  content: "\f09a";
}
/* line 28, ../src/components/03-layouts/footer/_footer.scss */
#footer a.socials-twitter::before {
  content: "\f099";
}
/* line 31, ../src/components/03-layouts/footer/_footer.scss */
#footer a.socials-google-plus::before {
  content: "\f0d5";
}
/* line 37, ../src/components/03-layouts/footer/_footer.scss */
#footer ul {
  padding-left: 0;
}
/* line 40, ../src/components/03-layouts/footer/_footer.scss */
#footer li {
  display: inline;
  padding-left: 15px;
}
/* line 43, ../src/components/03-layouts/footer/_footer.scss */
#footer li span {
  display: none;
}
/* line 49, ../src/components/03-layouts/footer/_footer.scss */
#footer .footer-contact, #footer .footer-copyright {
  font-size: 1.8em;
  font-size: 1.8rem;
}
/* line 50, ../src/components/03-layouts/footer/_footer.scss */
#footer .footer-contact li, #footer .footer-copyright li {
  border-left: 2px solid #ffffff;
  padding-right: 15px;
}
/* line 53, ../src/components/03-layouts/footer/_footer.scss */
#footer .footer-contact li:first-of-type, #footer .footer-copyright li:first-of-type {
  border-left: none;
}
/* line 58, ../src/components/03-layouts/footer/_footer.scss */
#footer .footer-contact a, #footer .footer-copyright a {
  font-size: 1.8em;
  font-size: 1.8rem;
}

/* line 2, ../src/components/03-layouts/iconset/_iconset.scss */
.featureset {
  width: 100%;
}
/* line 3, ../src/components/03-layouts/iconset/_iconset.scss */
.featureset h2 {
  text-align: center;
}
/* line 8, ../src/components/03-layouts/iconset/_iconset.scss */
.featureset .section-footer {
  text-align: center;
}

/* line 1, ../src/components/03-layouts/_pageheader/_pageheader.scss */
.pageheader {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
/* line 7, ../src/components/03-layouts/_pageheader/_pageheader.scss */
.pageheader h1 {
  text-align: center;
}

/* line 12, ../src/components/03-layouts/_pageheader/_pageheader.scss */
.page-blurb {
  text-align: center;
  font-size: 3em;
  font-size: 3rem;
  color: #001D4A;
}

/* Page */
/* line 2, ../src/components/04-pages/featurespage/_featurespage.scss */
.featurespage .ul-title {
  margin-left: 20px;
}

/* line 1, ../src/components/04-pages/servicepage/_servicepage.scss */
.servicepage {
  margin-top: 30px;
}

/* line 7, ../src/components/04-pages/servicepage/_servicepage.scss */
.page-description-wrapper .page-image {
  display: none;
}
@media (min-width: 800px) {
  /* line 7, ../src/components/04-pages/servicepage/_servicepage.scss */
  .page-description-wrapper .page-image {
    display: block;
  }
}
/* line 12, ../src/components/04-pages/servicepage/_servicepage.scss */
.page-description-wrapper .page-image img {
  width: 80%;
  margin: auto;
  display: block;
}
