@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,800");
/* ==|== primary styles =====================================================
   Agency: Tizuni http://tizuni.com/
   Author: Giulia Alfonsi giuliaa@tizuni.com
   ========================================================================== */
.tweet_list > li:before, .tweet_list > li:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.tweet_list > li:after,
.clearfix:after {
  clear: both;
}

.button-more, .social-nav a,
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  display: block;
  font: 0/0 a;
  text-shadow: none;
}

/* =============================================================================
   HTML5 Boilerplate
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  /*-webkit-apapearance: textfield;*/
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  /*background: url(images/bg_direction_nav.png) no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  opacity: 1;
  right: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* =============================================================================
   Main
   ========================================================================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base
   ========================================================================== */
@font-face {
  /*font-family: 'icons';*/
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

body, input, button {
  color: #7e7e7e;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
  color: #0068b3;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #078543;
}

img {
  max-width: 100%;
  width: auto;
}

.h1, .h2, .h3-side,
.h3-box {
  font-style: normal;
}

.h1 {
  color: #0068b3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
}

.h2 {
  color: #078543;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.h3 {
  color: #0068b3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 0;
}

.h3-side,
.h3-box {
  color: #0068b3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.h3-box {
  color: white;
}

.h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.h5 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Table layout
   ========================================================================== */
.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.table-cell-fixed {
  /* following lines for default dimension */
  min-width: 100px;
  width: 100px;
}

/* Forms
   ========================================================================== */
input, button {
  border: 0 none;
  border-radius: 0;
  padding: 5px;
}

/* Brand
   ========================================================================== */
.logo a {
  text-decoration: none;
}
.logo img {
  max-width: 100%;
  width: auto;
}

.telephone {
  color: #0068b3;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.telephone strong {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* Navs
   ========================================================================== */
.main-nav-link,
.sec-nav-link {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}

/* Main */
.main-nav-link {
  border-bottom: 4px solid #078543;
  font-size: 13.5px;
  font-size: 0.84375rem;
  padding: 8px 8px;
}
.main-nav-link:hover, .main-nav-link:focus, .main-nav-link:active {
  border-bottom-color: #a5cb39;
  color: #0068b3;
}
.main-nav-link.selected {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* Secondary */
.sec-nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 0;
  padding: 10px;
}
.sec-nav-link:hover, .sec-nav-link:focus, .sec-nav-link:active, .sec-nav-link.selected {
  background: #078543;
  border-radius: 5px;
  color: white;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* External links */
.external-nav ul {
  margin: 0;
  padding: 0;
}
.external-nav li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.external-nav li:first-child {
  margin-left: 0;
}

/* Toggle menu */
.icon-menu {
  border-bottom: 17px double #0068b3;
  border-top: 6px solid #0068b3;
  content: "";
  cursor: pointer;
  height: 28px;
  width: 30px;
}
.no-js .icon-menu, .lt-ie9 .icon-menu {
  display: none;
}

.js .js-nav-collapse {
  display: none;
}
.lt-ie9 .js .js-nav-collapse {
  display: block;
}

/* Actions
   ========================================================================== */
/* Icons */
.icon-more:before, .icon-arrow:after,
.button-box-more:after, .social-nav a:before, .icon-twitter-box:before, .tweet_action:before, .flex-direction-nav a:before {
  font-family: 'icons';
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.icon-more {
  display: inline-block;
  padding: 0 5px;
}
.icon-more:before {
  content: "\e008";
  font-size: 12px;
  font-size: 0.75rem;
}

.icon-arrow,
.button-box-more {
  position: relative;
}
.icon-arrow:after,
.button-box-more:after {
  color: white;
  content: "\e009";
  font-size: 30px;
  font-size: 1.875rem;
  left: 0;
  position: absolute;
  top: 0;
}

.icon-arrow {
  display: inline-block;
  height: 30px;
  width: 30px;
}

/* Buttons */
.button-box-more {
  background-color: transparent;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.button-box-more, .button-box-more:link, .button-box-more:visited, .button-box-more:hover, .button-box-more:focus, .button-box-more:active {
  color: white;
}
.button-box-more:before, .button-box-more:after {
  left: auto;
  right: 0;
}

.button-submit {
  background: #0068b3;
  border: 5px solid #0068b3;
  border-radius: 5px;
  height: auto;
  padding: 0 35px 0 0;
  width: auto;
}

/* Social networks
   ========================================================================== */
.social-nav {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.social-nav li {
  display: inline-block;
  margin: 0 0 0 12px;
}
.social-nav li:first-child {
  margin-left: 0;
}
.social-nav a {
  background: #0068b3;
  border-radius: 100%;
  color: white;
  padding: 5px;
  text-align: center;
}
.social-nav a:before {
  display: inline-block;
  width: 16px;
}

.sn-twitter:before {
  content: "\e000";
}

.sn-facebook:before {
  content: "\e002";
}

.sn-googleplus:before {
  content: "\e001";
}

.sn-youtube:before {
  content: "\e003";
}

/* Tweet */
.twitter-box {
  border-top: 5px solid #a5cb39;
  margin-top: 25px;
  padding-top: 20px;
}

.twitter-box-title {
  display: inline-block;
  margin-right: 1em;
  vertical-align: super;
}

.twitter-box-avatar {
  float: right;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 30px;
}
.twitter-box-avatar span {
  display: inline-block;
}
.twitter-box-avatar strong {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

.icon-twitter-box {
  display: inline-block;
  height: 38px;
  vertical-align: text-bottom;
  width: 38px;
}
.icon-twitter-box:before {
  color: #0068b3;
  content: "\e00a";
  font-size: 39px;
  font-size: 2.4375rem;
}

.tweet {
  clear: both;
}

.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tweet_list > li {
  margin-bottom: 25px;
}

.tweet_text {
  display: block;
}

.tweet_time {
  display: inline-block;
}

.tweet_time a,
.tweet_action,
.twitter-box-avatar {
  font-size: 12px;
  font-size: 0.75rem;
}
.tweet_time a:link, .tweet_time a:visited,
.tweet_action:link,
.tweet_action:visited,
.twitter-box-avatar:link,
.twitter-box-avatar:visited {
  color: #7e7e7e;
}
.tweet_time a:hover, .tweet_time a:focus, .tweet_time a:active,
.tweet_action:hover,
.tweet_action:focus,
.tweet_action:active,
.twitter-box-avatar:hover,
.twitter-box-avatar:focus,
.twitter-box-avatar:active {
  color: #0068b3;
}

.tweet_action_wrapper {
  float: right;
}

.tweet_action {
  text-transform: capitalize;
}
.tweet_action:before {
  display: inline-block;
  padding-right: 0.2em;
  vertical-align: middle;
}

.tweet_reply:before {
  content: "\e004";
  font-size: 15px;
  font-size: 0.9375rem;
}

.tweet_retweet:before {
  content: "\e005";
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0.1em;
}

.tweet_favorite:before {
  content: "\e006";
  vertical-align: text-bottom;
}

/* Sections
   ========================================================================== */
/* Home */
.content-home-wrapper {
  border-top: 5px solid #a5cb39;
  padding-top: 20px;
}

.content-text-home-intro {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* Content */
.content-general {
  background: #f4f5f6;
  border-radius: 5px;
  padding: 12px;
}

.content-text {
  border-top: 5px solid #078543;
  margin-bottom: 30px;
  padding-top: 10px;
}

/* News box */
.news-box {
  border-top: 5px solid #a5cb39;
  padding-top: 20px;
}

.news-item {
  margin: 1.5em 0 1.5em;
  padding: 0;
}

.news-box-title {
  margin-top: 0;
}

.feedflare {
  display: inline-block;
}

/* Bottom boxes */
.sec-box {
  border-radius: 10px;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 12px 22px;
}
.sec-box .button-box-more {
  margin-top: 20px;
}

.sec-box-title {
  border-bottom: 8px solid white;
  padding-bottom: 10px;
  text-align: center;
}

.sec-box-1 {
  background: #7258a4;
}

.sec-box-2 {
  background: #a5cb39;
  font-weight: bold;
}

.sec-box-3 {
  background: #a82023;
}

.sec-box-4 {
  background: #00395a;
}
.sec-box-4 .sec-box-content {
  margin-left: -12px;
  margin-right: -12px;
  text-align: center;
}

.sec-box-content img {
  padding-bottom: 5px;
}

/* Newsletter box, contact form */
.newsletter-box label,
.newsletter-box input,
.contact-form label,
.contact-form input {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.newsletter-box label,
.contact-form label {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #818285;
}
.contact-form textarea {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.contact-form .button-wrapper {
  margin-top: 15px;
}
.contact-form .error {
  color: #ee2f24;
  margin-top: 0;
}

/* Side boxes */
.side-box {
  background: #e6e7e8;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 1px 12px 12px;
  position: relative;
}

.side-box-title {
  display: inline-block;
  margin-bottom: 0;
}
.side-box-title + .separator {
  float: right;
  margin-bottom: 1.3em;
  margin-top: 1.3em;
}

.side-box-sub-title {
  clear: both;
  margin: 1em 0;
}

/* Case studies */
.side-box .tab-box {
  clear: both;
  font-size: 0;
  position: relative;
}
.side-box .tab-list,
.side-box .panel-list {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 20%;
}
.side-box .tab-item {
  background: #00395a;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: inset 10px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 10px 0px 10px 0px rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 55%;
}
.side-box .tab-item:first-child, .side-box .tab-item.first {
  bottom: 55%;
  top: 0;
}
.side-box .tab-item.current {
  background: #0068b3;
}
.side-box .tab-item a {
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
}
.side-box .js-tab-list .tab-item {
  cursor: pointer;
}
.side-box .panel-list {
  background: #0068b3;
  color: white;
  border-radius: 5px 0 0 5px;
  padding: 20px;
  position: relative;
  width: 80%;
}
.side-box .panel-list a, .side-box .panel-list a:link, .side-box .panel-list a:visited, .side-box .panel-list a:hover, .side-box .panel-list a:focus, .side-box .panel-list a:active {
  color: white;
}

.no-js .js-tab-list {
  display: none;
}
.no-js .js-panel-list {
  width: 100%;
}

/* Video */
iframe {
  max-width: 100%;
}

/* Various */
.figure {
  float: left;
  margin: 0 15px 5px 0;
}

/* Slideshow
   ========================================================================== */
.flex-direction-nav a {
  height: 30px;
  margin: -10px 10px 0;
  width: 30px;
}
.flex-direction-nav a:before {
  background: #0068b3;
  border-radius: 100%;
  color: white;
  content: "\e007";
  font-size: 18px;
  font-size: 1.125rem;
  height: 100%;
  left: 0;
  line-height: 32px;
  padding-right: 0.05em;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}

.flex-direction-nav .flex-next:before {
  content: "\e008";
  padding-right: 0;
}

.slideshow {
  margin: 0 0 20px;
}

/* Calendar
   ========================================================================== */
.svCalendar {
  margin: 1em 0 2em;
}
.svCalendar table {
  border-spacing: 10px 2px;
  empty-cells: hide;
  width: 100%;
}
.svCalendar th {
  text-transform: uppercase;
}
.svCalendar td {
  border: 1px solid #f4f5f6;
  padding: 0 5px;
  text-align: right;
}
.svCalendar td a {
  border: 1px solid #0068b3;
  display: block;
  margin: 0 -5px;
  padding: 0 5px;
}
.svCalendar td a:hover, .svCalendar td a:focus, .svCalendar td a:active {
  background: #078543;
  border-color: #078543;
  color: white;
  font-weight: bold;
}
.svCalendar .dayofweek td {
  border: 0 none;
  font-weight: bold;
  text-align: center;
}

/* Blog
   ========================================================================== */
.blog-post {
  border-bottom: 1px solid #078543;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.blog-author,
.tags {
  font-size: 12px;
  font-size: 0.75rem;
}

.tags ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.tags li {
  display: inline;
}
.tags li:before {
  content: ",";
  padding-right: 0.5em;
}
.tags li:first-child:before {
  display: none;
}

/* Backgrounds
   ========================================================================== */
.separator {
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: -10px 0 0 0 #818285, -30px 0 0 0 #00395a, -50px 0 0 0 #fcb529, -70px 0 0 0 #a82023, -90px 0 0 0 #ee2f24, -110px 0 0 0 #a5cb39, -130px 0 0 0 #f26822, -150px 0 0 0 #7258a4, -170px 0 0 0 #078543;
  box-shadow: -10px 0 0 0 #818285, -30px 0 0 0 #00395a, -50px 0 0 0 #fcb529, -70px 0 0 0 #a82023, -90px 0 0 0 #ee2f24, -110px 0 0 0 #a5cb39, -130px 0 0 0 #f26822, -150px 0 0 0 #7258a4, -170px 0 0 0 #078543;
  display: inline-block;
  height: 10px;
  margin-left: 170px;
  position: relative;
  width: 10px;
}

.separator-small {
  -webkit-box-shadow: -6px 0 0 0 #818285, -18px 0 0 0 #00395a, -30px 0 0 0 #fcb529, -42px 0 0 0 #a82023, -54px 0 0 0 #ee2f24, -66px 0 0 0 #a5cb39, -78px 0 0 0 #f26822, -90px 0 0 0 #7258a4, -102px 0 0 0 #078543;
  box-shadow: -6px 0 0 0 #818285, -18px 0 0 0 #00395a, -30px 0 0 0 #fcb529, -42px 0 0 0 #a82023, -54px 0 0 0 #ee2f24, -66px 0 0 0 #a5cb39, -78px 0 0 0 #f26822, -90px 0 0 0 #7258a4, -102px 0 0 0 #078543;
  height: 6px;
  margin-left: 102px;
  width: 6px;
}

.logo:after {
  bottom: 0;
  content: "";
  position: absolute;
  right: -210px;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: -10px 0 0 0 #818285, -30px 0 0 0 #00395a, -50px 0 0 0 #fcb529, -70px 0 0 0 #a82023, -90px 0 0 0 #ee2f24, -110px 0 0 0 #a5cb39, -130px 0 0 0 #f26822, -150px 0 0 0 #7258a4, -170px 0 0 0 #078543;
  box-shadow: -10px 0 0 0 #818285, -30px 0 0 0 #00395a, -50px 0 0 0 #fcb529, -70px 0 0 0 #a82023, -90px 0 0 0 #ee2f24, -110px 0 0 0 #a5cb39, -130px 0 0 0 #f26822, -150px 0 0 0 #7258a4, -170px 0 0 0 #078543;
  height: 10px;
  margin-left: 170px;
  width: 10px;
  display: none;
}

/* Layout
   ========================================================================== */
body {
  background: #0068b3;
  padding: 5px;
}

.wrapper {
  background: white;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
}

.footer {
  border-top: 1px solid #0068b3;
  margin-top: 40px;
}

.header-wrapper {
  font-size: 0;
  text-align: center;
}
.header-wrapper .logo,
.header-wrapper .separator,
.header-wrapper .social-nav,
.header-wrapper .telephone {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.header-wrapper .logo {
  margin-right: 35px;
}
.header-wrapper .separator {
  display: none;
}

.main-nav {
  margin-bottom: 30px;
  margin-top: 25px;
}

.icon-menu {
  position: absolute;
  right: 15px;
  top: 21px;
}

.sec-box {
  margin: 15px 0;
}

.content-gallery {
  margin-bottom: 20px;
}

.size-min-2of2 .separator {
  float: right;
  margin-bottom: 1.3em;
}

/* media queries
   ========================================================================== */
/* 320px 1x
   ========================================================================== */
@media all and (min-width: 320px) {
  .telephone {
    white-space: nowrap;
  }
  .telephone strong {
    display: inline;
  }
  .telephone a:after {
    content: "\A";
    white-space: pre;
  }

  .side-box {
    padding: 1px 24px 24px;
  }
}
/* 366px 1x
   ========================================================================== */
@media all and (min-width: 366px) {
  .header-wrapper .logo {
    margin-right: 30px;
  }
}
/* 480px 1x and iPhone landscape
   ========================================================================== */
@media all and (min-width: 480px), all and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-wrapper .social-nav,
  .header-wrapper .telephone {
    display: inline-block;
    vertical-align: middle;
  }
  .header-wrapper .social-nav {
    margin-right: 35px;
  }
  .header-wrapper .social-nav li {
    vertical-align: top;
  }

  .sec-box-wrapper {
    font-size: 0;
    margin-top: 40px;
  }

  .sec-box {
    display: inline-block;
    margin-right: 3%;
    margin-top: 0;
    min-height: 435px;
    vertical-align: top;
    width: 48.5%;
  }
  .sec-box:nth-child(even) {
    margin-right: 0;
  }
}
/* 560px 1x
   ========================================================================== */
@media all and (min-width: 560px) {
  .header-wrapper .logo {
    display: inline-block;
    margin-right: 20px;
  }
  .header-wrapper .telephone a:after {
    content: "\00a0\00a0";
  }
}
/* 600px 1x
   ========================================================================== */
@media all and (min-width: 600px) {
  .header-wrapper .logo {
    margin-right: 35px;
  }
  .header-wrapper .telephone {
    margin-bottom: 0;
  }

  .main-nav {
    display: block !important;
  }
  .header .main-nav {
    text-align: center;
  }
  .main-nav ul {
    font-size: 0;
  }
  .main-nav li {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    vertical-align: top;
  }

  .main-nav-link {
    border-color: white;
    margin: 0 14px 0 0;
    padding: 2px 0;
  }
  li:first-child .main-nav-link {
    margin-left: 0;
  }

  .icon-menu {
    display: none;
  }
}
/* 700px 1x
   ========================================================================== */
@media all and (min-width: 700px) {
  .header-wrapper .logo,
  .header-wrapper .social-nav {
    margin-right: 15px;
    vertical-align: bottom;
  }
  .header-wrapper .telephone {
    margin-bottom: 15px;
    text-align: left;
  }
  .header-wrapper .telephone strong {
    display: block;
  }
  .header-wrapper .telephone a:after {
    display: none;
  }
}
/* 768px 1x
   ========================================================================== */
@media all and (min-width: 768px) {
  body {
    padding-bottom: 0;
    padding-top: 0;
  }

  .wrapper {
    padding: 30px 40px 50px;
  }

  .header-wrapper {
    text-align: right;
    white-space: nowrap;
  }
  .header-wrapper .logo,
  .header-wrapper .separator,
  .header-wrapper .social-nav {
    margin-right: 35px;
  }
  .header-wrapper .logo {
    float: left;
    margin-top: 10px;
    position: relative;
  }
  .header-wrapper .logo:after {
    display: inline-block;
  }
  .header-wrapper .social-nav {
    background: white;
    position: relative;
  }
  .header-wrapper .social-nav:before {
    background: white;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    content: "";
    bottom: 0;
    left: -40px;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .header-wrapper .telephone {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .main-wrapper,
  .footer-wrapper,
  .content-home-wrapper,
  .ib-wrapper {
    font-size: 0;
  }

  .size-min-1of2,
  .size-min-2of2, .copyright,
  .external-nav, .content-text-home-intro,
  .content-text-home,
  .size1of2,
  .size2of2,
  .ib-content {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    vertical-align: top;
  }

  .size1of2 {
    width: 57%;
  }
  .size1of2:first-child {
    padding-left: 0;
    padding-right: 20px;
  }

  .size2of2 {
    width: 43%;
  }
  .size2of2:first-child {
    padding-right: 20px;
  }

  .home-page .size1of2 {
    width: 68%;
  }
  .home-page .size2of2 {
    width: 32%;
  }

  .size-min-1of2,
  .size-min-2of2 {
    width: 40%;
  }

  .size-min-1of2 {
    padding-right: 25px;
    width: 60%;
  }

  .size-half {
    width: 50%;
  }

  .media-box {
    display: table;
    width: 100%;
  }

  .media-box-desc,
  .figure {
    display: table-cell;
    vertical-align: top;
    width: auto;
  }

  .figure {
    float: none;
    max-width: none;
    width: 150px;
  }

  .media-box-desc p:first-child {
    margin-top: 0;
  }

  .copyright,
  .external-nav {
    margin: 0;
    padding: 0;
    width: 70%;
  }

  .external-nav {
    text-align: right;
    width: 30%;
  }

  .content-text-home-intro,
  .content-text-home {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .content-general {
    font-size: 0;
    padding: 25px;
  }
}
/* 960px 1x and iPad landscape
   ========================================================================== */
@media all and (min-width: 960px), all and (min-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    background: #0068b3 url(../images/bg.png) repeat-x fixed 0 50%;
  }

  .header-wrapper {
    text-align: left;
  }
  .header-wrapper .logo,
  .header-wrapper .separator,
  .header-wrapper .social-nav {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .header-wrapper .logo {
    float: none;
    margin-top: 0;
  }
  .header-wrapper .logo:after {
    display: none;
  }
  .header-wrapper .telephone {
    margin-bottom: 0;
  }
  .header-wrapper .separator {
    display: inline-block;
  }
  .header-wrapper .logo:after,
  .header-wrapper .social-nav:before {
    display: none;
  }

  .header .main-nav {
    text-align: left;
  }

  .sec-box {
    margin: 0 0 0 2.6666%;
    width: 23%;
  }
  .sec-box:first-child {
    margin-left: 0;
  }
}

/*@ sourceMappingURL=style.debug.css.map */