/*

Built by Big South
URL: http://www.bigsouth.se
Yay!

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f6f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Sailec-Regular", "sans-serif";
  font-size: 18px;
  line-height: 1.5em;
  color: #003953; }

body:after {
  content: '320';
  display: none; }

.m-hide {
  display: none !important;
  visibility: hidden; }

@media screen and (max-width: 480px) {
  .hide-for-bp2 {
    display: none !important;
    visibility: hidden; } }

.hovered {
  display: block !important; }

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

html, body {
  background-color: #cde5ff; }

body {
  font-style: normal;
  font-weight: 200; }

.Sailec-Bold {
  font-family: Sailec-Bold;
  font-weight: normal;
  font-style: normal; }

.Sailec-Black {
  font-family: Sailec-Black;
  font-weight: normal;
  font-style: normal; }

.Sailec-Regular {
  font-family: Sailec-Regular;
  font-weight: normal;
  font-style: normal; }

.Sailec-RegularItalic {
  font-family: Sailec-RegularItalic;
  font-weight: normal;
  font-style: normal; }

.Sailec-Thin {
  font-family: Sailec-Thin;
  font-weight: normal;
  font-style: normal; }

.container {
  *zoom: 1;
  max-width: 60.44444em;
  margin-left: auto;
  margin-right: auto;
  /* padding: 10px 0 0 0; */
  padding: 1.618em 5px 0 5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-max {
  *zoom: 1;
  margin: 0 auto;
  padding: 0px 0px 0px 0px; }
  .container-max:before, .container-max:after {
    content: " ";
    display: table; }
  .container-max:after {
    clear: both; }

.container-wide {
  *zoom: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 15px 0px 15px; }
  .container-wide:before, .container-wide:after {
    content: " ";
    display: table; }
  .container-wide:after {
    clear: both; }

.container-wide-no-marge {
  *zoom: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px; }
  .container-wide-no-marge:before, .container-wide-no-marge:after {
    content: " ";
    display: table; }
  .container-wide-no-marge:after {
    clear: both; }

a {
  color: #f1671c;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    text-decoration: underline;
    color: #003953; }

h1 {
  font-size: 3.556em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.222em; }

h4 {
  font-size: .75em; }

h5 {
  font-size: .5em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  font-weight: 300; }

.faded {
  color: #bababa; }

.strike {
  text-decoration: line-through; }

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px; }

.white {
  color: white; }

img {
  width: 100%; }

b, strong {
  font-weight: 700; }

/*-----------------------------------------------------------------------------------*/
/*	HELPER CLASSES */
/*-----------------------------------------------------------------------------------*/
.remove-bottom {
  margin-bottom: 0; }

.floatleft, .floatright {
  display: inline-block; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.small-padding {
  padding: 23px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.scroll-animate.left {
  position: relative;
  left: -50px;
  opacity: 0; }

.scroll-animate.bottom {
  position: relative;
  bottom: -50px;
  opacity: 0; }

.scroll-animate.right {
  position: relative;
  right: -50px;
  opacity: 0; }

.scroll-animate.top {
  position: relative;
  top: -50px;
  opacity: 0; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.centered {
  text-align: center; }

.light {
  font-weight: 300; }

.heavy {
  font-weight: 500; }

.overflow-hidden {
  overflow-x: hidden; }

/*-----------------------------------------------------------------------------------*/
/*	END HELPER CLASSES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLES */
/*-----------------------------------------------------------------------------------*/
.iotoggle {
  display: none; }

::selection {
  color: #FFFFFF;
  background-color: black; }

.rounded_corners {
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.bttn {
  margin-top: 20px;
  padding: 15px 20px 10px 20px;
  background-color: #f1671c;
  text-align: center;
  display: inline-block;
  color: white;
  text-decoration: none;
  text-transform: uppercase; }
  .bttn:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }

.blue-takeover {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #003953;
  padding-top: 70px;
  color: white;
  padding-bottom: 3.236em;
  text-align: center; }
  .blue-takeover:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .blue-takeover {
      padding-left: 1.618em;
      padding-right: 1.618em; } }

.summary-of-blog {
  background-color: #fcfbf3; }
  .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 6.472em; }
    .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    .summary-of-blog .give-the-posts .header h4 {
      padding-bottom: 1.618em; }
    .summary-of-blog .give-the-posts .header .left {
      float: left; }
    .summary-of-blog .give-the-posts .header .right {
      float: right; }
    .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0;
            padding-bottom: 3.236em; }
            .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }

/*-----------------------------------------------------------------------------------*/
/*	END GENERAL STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	nav STYLES */
/*-----------------------------------------------------------------------------------*/
nav {
  position: relative; }
  nav .nav-holder {
    position: relative;
    margin-top: 20px; }
    nav .nav-holder .logo, nav .nav-holder .lmb {
      top: 11px;
      position: absolute; }
    nav .nav-holder .logo {
      left: 0;
      font-weight: 600;
      text-transform: uppercase; }
      nav .nav-holder .logo span {
        color: #f1671c; }
    nav .nav-holder .lmb:before {
      content: '\2630'; }
    nav .nav-holder .lmb {
      right: 0;
      top: 10px;
      cursor: pointer;
      display: none !important;
      visibility: hidden; }
      @media screen and (max-width: 1024px) {
        nav .nav-holder .lmb {
          display: block !important;
          visibility: visible;
          text-align: right; } }
    nav .nav-holder ul.not-for-mobile {
      height: 49px;
      text-align: center;
      float: right;
      margin-right: 49px; }
      @media screen and (max-width: 1024px) {
        nav .nav-holder ul.not-for-mobile {
          height: 29px; } }
      nav .nav-holder ul.not-for-mobile li {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px; }
        @media screen and (max-width: 1024px) {
          nav .nav-holder ul.not-for-mobile li {
            display: none; } }
    nav .nav-holder #only-for-mobile {
      text-align: center;
      width: 100%;
      display: none;
      position: absolute;
      top: 28px;
      padding-top: 40px;
      padding-bottom: 40px;
      border-bottom: 2px solid #003953;
      background-color: #cde5ff;
      z-index: 200; }
      nav .nav-holder #only-for-mobile li {
        display: block; }
    nav .nav-holder a {
      text-decoration: none;
      display: block;
      color: #003953;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      nav .nav-holder a.current {
        color: #f1671c; }
      nav .nav-holder a.current::after {
        content: '';
        border-bottom: 3px solid #f1671c;
        display: block;
        color: #f1671c;
        position: absolute;
        bottom: -2px;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      nav .nav-holder a.current:hover::after {
        opacity: 1;
        bottom: -4px;
        border-bottom-color: #f1671c; }
      nav .nav-holder a:hover {
        color: #f1671c; }
      nav .nav-holder a.not-current::after {
        content: '';
        border-bottom: 3px solid transparent;
        display: block;
        position: absolute;
        bottom: -2px;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      nav .nav-holder a.not-current:hover::after {
        opacity: 0;
        bottom: -4px;
        border-bottom-color: #f1671c; }
      nav .nav-holder a.not-current {
        color: #003953; }

/*-----------------------------------------------------------------------------------*/
/*	END Nav STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	startpage STYLES */
/*-----------------------------------------------------------------------------------*/
#startpage .intro {
  padding-top: 70px;
  padding-bottom: 3.236em; }
  #startpage .intro .left, #startpage .intro .right {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #startpage .intro .left:last-child, #startpage .intro .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #startpage .intro .left, #startpage .intro .right {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #startpage .intro .left:last-child, #startpage .intro .right:last-child {
          margin-right: 0; } }
  #startpage .intro .left {
    text-align: right; }
    #startpage .intro .left img {
      margin-right: -50px; }
      @media screen and (max-width: 480px) {
        #startpage .intro .left img {
          margin-right: 0px; } }
  #startpage .intro .right {
    margin-right: 0;
    padding-top: 105px;
    text-align: left; }
    #startpage .intro .right h1, #startpage .intro .right h6 {
      text-shadow: 2px 2px rgba(255, 255, 255, 0.8); }
    #startpage .intro .right h6 {
      padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      #startpage .intro .right {
        padding-top: 85px; }
        #startpage .intro .right h1 {
          font-size: 3em; } }
    @media screen and (max-width: 480px) {
      #startpage .intro .right {
        padding-top: 25px;
        text-align: center; }
        #startpage .intro .right h1 {
          font-size: 3em; } }
#startpage .recap {
  background-color: #fcfbf3;
  padding-top: 3.236em;
  padding-bottom: 3.236em; }
  #startpage .recap h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #startpage .recap .left, #startpage .recap .right {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 40.29137%;
    text-align: left; }
    #startpage .recap .left:last-child, #startpage .recap .right:last-child {
      margin-right: 0; }
  #startpage .recap .left {
    margin-left: 8.5298%; }
    @media screen and (max-width: 480px) {
      #startpage .recap .left {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #startpage .recap .left:last-child {
          margin-right: 0; } }
  #startpage .recap .right {
    margin-right: 0;
    padding-top: 1.618em; }
    @media screen and (max-width: 480px) {
      #startpage .recap .right {
        padding-top: 3.236em;
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #startpage .recap .right:last-child {
          margin-right: 0; } }
#startpage .flaggor .flagga {
  display: inline-block;
  width: 20%;
  float: left;
  line-height: 0em;
  text-align: center; }
  #startpage .flaggor .flagga img {
    padding: 0;
    margin: 0; }
  #startpage .flaggor .flagga span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }
  #startpage .flaggor .flagga:hover span {
    opacity: 1; }
  @media screen and (max-width: 480px) {
    #startpage .flaggor .flagga {
      width: 33.33333333%; } }
#startpage .film {
  background-color: #fcfbf3; }
  #startpage .film .show_film {
    padding-top: 6.472em;
    padding-bottom: 6.472em; }
#startpage .blue-takeover {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #003953;
  padding-top: 70px;
  color: white;
  padding-bottom: 3.236em;
  text-align: center; }
  #startpage .blue-takeover:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    #startpage .blue-takeover {
      padding-left: 1.618em;
      padding-right: 1.618em; } }
  #startpage .blue-takeover .our-most-famous-sponsors {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding-top: 1.618em; }
    #startpage .blue-takeover .our-most-famous-sponsors:last-child {
      margin-right: 0; }
    #startpage .blue-takeover .our-most-famous-sponsors img {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding-bottom: 1.618em; }
      #startpage .blue-takeover .our-most-famous-sponsors img:last-child {
        margin-right: 0; }
      #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(4n) {
        margin-right: 0; }
      #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(4n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        #startpage .blue-takeover .our-most-famous-sponsors img {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding-bottom: 1.618em; }
          #startpage .blue-takeover .our-most-famous-sponsors img:last-child {
            margin-right: 0; }
          #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(4n) {
            margin-right: 2.35765%; }
          #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(4n+1) {
            clear: none; }
          #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(2n) {
            margin-right: 0; }
          #startpage .blue-takeover .our-most-famous-sponsors img:nth-child(2n+1) {
            clear: left; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: white; }
  .remodal .left {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    line-height: 0em; }
    .remodal .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .remodal .left {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .remodal .left:last-child {
          margin-right: 0; } }
  .remodal .right {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    text-align: left; }
    .remodal .right:last-child {
      margin-right: 0; }
    .remodal .right h2 {
      padding-bottom: 20px;
      padding-top: 20px; }
    .remodal .right p {
      padding-right: 1.618em;
      line-height: 1.5em; }
      .remodal .right p.smaller {
        padding-top: 1.618em;
        font-size: .75em;
        line-height: 1.5em; }
    @media screen and (max-width: 480px) {
      .remodal .right {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .remodal .right:last-child {
          margin-right: 0; }
        .remodal .right p {
          padding-left: 20px;
          padding-bottom: 1.618em; }
        .remodal .right h2 {
          padding-left: 20px; } }

/*-----------------------------------------------------------------------------------*/
/*	END startpage STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	foretaget STYLES */
/*-----------------------------------------------------------------------------------*/
#foretagpage .intro {
  padding-top: 6.472em;
  padding-bottom: 3.236em; }
  #foretagpage .intro .logos {
    text-align: center; }
    #foretagpage .intro .logos img {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding-bottom: 1.618em; }
      #foretagpage .intro .logos img:last-child {
        margin-right: 0; }
      #foretagpage .intro .logos img:nth-child(4n) {
        margin-right: 0; }
      #foretagpage .intro .logos img:nth-child(4n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        #foretagpage .intro .logos img {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 31.76157%; }
          #foretagpage .intro .logos img:last-child {
            margin-right: 0; }
          #foretagpage .intro .logos img:nth-child(4n) {
            margin-right: 2.35765%; }
          #foretagpage .intro .logos img:nth-child(4n+1) {
            clear: none; }
          #foretagpage .intro .logos img:nth-child(3n) {
            margin-right: 0; }
          #foretagpage .intro .logos img:nth-child(3n+1) {
            clear: left; } }
#foretagpage .recap {
  background-color: #fcfbf3;
  padding-top: 3.236em;
  text-align: center; }
  #foretagpage .recap h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #foretagpage .recap p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #foretagpage .recap p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #foretagpage .recap p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #foretagpage .recap p:last-child {
          margin-right: 0; } }
#foretagpage .summary-of-blog {
  background-color: #fcfbf3; }
  #foretagpage .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 3.236em; }
    #foretagpage .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #foretagpage .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      #foretagpage .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #foretagpage .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    #foretagpage .summary-of-blog .give-the-posts .header h3 {
      text-align: center;
      padding-bottom: 1.618em; }
    #foretagpage .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #foretagpage .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      #foretagpage .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-bottom: 1.618em; }
        #foretagpage .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        #foretagpage .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        #foretagpage .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          #foretagpage .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            #foretagpage .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            #foretagpage .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            #foretagpage .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        #foretagpage .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        #foretagpage .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }
#foretagpage .contact-us {
  background-color: #fcfbf3;
  padding-top: 1.618em;
  padding-bottom: 6.472em;
  text-align: center; }
  #foretagpage .contact-us h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #foretagpage .contact-us h3 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0.809em;
    padding-top: 0.809em; }
    #foretagpage .contact-us h3:last-child {
      margin-right: 0; }
  #foretagpage .contact-us p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #foretagpage .contact-us p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #foretagpage .contact-us p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #foretagpage .contact-us p:last-child {
          margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END foretaget STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	apply STYLES */
/*-----------------------------------------------------------------------------------*/
#apply .introImage {
  background-image: url(../img/2012_007067_1.jpg);
  background-size: cover;
  margin-top: 1.618em;
  position: relative; }
  #apply .introImage .image-taker {
    font-size: .75em;
    position: absolute;
    bottom: 0px;
    right: 10px; }
#apply .intro {
  padding-top: 6.472em;
  padding-bottom: 6.472em;
  text-align: center;
  color: white; }
  @media screen and (max-width: 668px) {
    #apply .intro h1 {
      font-size: 3em; } }
#apply .recap {
  background-color: #fcfbf3;
  padding-top: 3.236em;
  text-align: center; }
  #apply .recap h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #apply .recap p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #apply .recap p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #apply .recap p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #apply .recap p:last-child {
          margin-right: 0; } }
#apply .summary-of-blog {
  background-color: #fcfbf3; }
  #apply .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 3.236em; }
    #apply .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #apply .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      #apply .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #apply .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    #apply .summary-of-blog .give-the-posts .header h3 {
      text-align: center;
      padding-bottom: 1.618em; }
    #apply .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #apply .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      #apply .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-bottom: 1.618em; }
        #apply .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        #apply .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        #apply .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          #apply .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            #apply .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            #apply .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            #apply .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        #apply .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        #apply .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }
#apply .contact-us {
  background-color: #fcfbf3;
  padding-top: 1.618em;
  padding-bottom: 6.472em;
  text-align: center; }
  #apply .contact-us h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #apply .contact-us h3 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0.809em;
    padding-top: 0.809em; }
    #apply .contact-us h3:last-child {
      margin-right: 0; }
  #apply .contact-us p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #apply .contact-us p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #apply .contact-us p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #apply .contact-us p:last-child {
          margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END apply STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	support STYLES */
/*-----------------------------------------------------------------------------------*/
#support .intro {
  padding-top: 6.472em;
  line-height: 0em;
  text-align: center;
  color: white; }
  @media screen and (max-width: 668px) {
    #support .intro h1 {
      font-size: 3em; } }
#support .recap {
  background-color: #fcfbf3;
  padding-top: 3.236em;
  text-align: center; }
  #support .recap h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #support .recap p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #support .recap p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #support .recap p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #support .recap p:last-child {
          margin-right: 0; } }
#support .summary-of-blog {
  background-color: #fcfbf3; }
  #support .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 3.236em; }
    #support .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #support .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      #support .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #support .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    #support .summary-of-blog .give-the-posts .header h3 {
      text-align: center;
      padding-bottom: 1.618em; }
    #support .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #support .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      #support .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-bottom: 1.618em; }
        #support .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        #support .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        #support .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          #support .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            #support .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            #support .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            #support .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        #support .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        #support .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }
#support .contact-us {
  background-color: #fcfbf3;
  padding-top: 1.618em;
  padding-bottom: 6.472em;
  text-align: center; }
  #support .contact-us h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #support .contact-us h3 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0.809em;
    padding-top: 0.809em; }
    #support .contact-us h3:last-child {
      margin-right: 0; }
  #support .contact-us p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #support .contact-us p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #support .contact-us p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #support .contact-us p:last-child {
          margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END support STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	article STYLES */
/*-----------------------------------------------------------------------------------*/
#article .top {
  margin-top: 1.618em; }
#article .introImage {
  background-size: cover;
  position: relative;
  min-height: 500px; }
  @media screen and (max-width: 668px) {
    #article .introImage {
      min-height: 200px; } }
  #article .introImage .image-taker {
    font-size: .75em;
    position: absolute;
    bottom: 0px;
    right: 10px; }
#article .intro {
  padding-top: 6.472em;
  padding-bottom: 6.472em;
  text-align: center;
  color: white; }
  @media screen and (max-width: 668px) {
    #article .intro h1 {
      font-size: 3em; } }
#article .recap {
  background-color: #fcfbf3;
  padding-top: 3.236em;
  text-align: left; }
  @media screen and (max-width: 668px) {
    #article .recap {
      padding-top: 1.618em; } }
  #article .recap h4 {
    padding-bottom: 1.618em; }
  #article .recap h1 {
    font-weight: 500; }
  #article .recap p {
    color: #ccc;
    padding-bottom: 1.618em; }
#article .article {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #fcfbf3; }
  #article .article:last-child {
    margin-right: 0; }
  #article .article .left {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #article .article .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #article .article .left {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #article .article .left:last-child {
          margin-right: 0; } }
    #article .article .left p {
      padding-bottom: 3.236em; }
  #article .article .article-info {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #article .article .article-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #article .article .article-info {
        display: none; } }
    #article .article .article-info ul li {
      padding-top: 20px;
      list-style-type: circle;
      list-style-position: outside; }
#article .summary-of-blog {
  background-color: #fcfbf3; }
  #article .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 3.236em; }
    #article .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #article .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      #article .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #article .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    #article .summary-of-blog .give-the-posts .header h3 {
      text-align: center;
      padding-bottom: 1.618em; }
    #article .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #article .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      #article .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-bottom: 1.618em; }
        #article .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        #article .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        #article .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          #article .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            #article .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            #article .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            #article .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        #article .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        #article .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }
#article .contact-us {
  background-color: #fcfbf3;
  padding-top: 1.618em;
  padding-bottom: 6.472em;
  text-align: center; }
  #article .contact-us h2 {
    font-weight: 500;
    padding-bottom: 0.809em; }
  #article .contact-us h3 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0.809em;
    padding-top: 0.809em; }
    #article .contact-us h3:last-child {
      margin-right: 0; }
  #article .contact-us p {
    margin-left: 25.58941%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #article .contact-us p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #article .contact-us p {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #article .contact-us p:last-child {
          margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END article STYLES */
/*-----------------------------------------------------------------------------------*/
#blog .top {
  margin-top: 1.618em; }
#blog .summary-of-blog {
  background-color: #fcfbf3; }
  #blog .summary-of-blog .give-the-posts {
    margin-left: 8.5298%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-top: 6.472em;
    padding-bottom: 6.472em; }
    #blog .summary-of-blog .give-the-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #blog .summary-of-blog .give-the-posts {
        padding-bottom: 1.618em;
        padding-top: 6.472em; } }
    @media screen and (max-width: 480px) {
      #blog .summary-of-blog .give-the-posts {
        margin-left: 0%;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #blog .summary-of-blog .give-the-posts:last-child {
          margin-right: 0; } }
    #blog .summary-of-blog .give-the-posts .header h4 {
      padding-bottom: 1.618em; }
    #blog .summary-of-blog .give-the-posts .header .left {
      float: left; }
    #blog .summary-of-blog .give-the-posts .header .right {
      float: right; }
    #blog .summary-of-blog .give-the-posts .article-holder {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #blog .summary-of-blog .give-the-posts .article-holder:last-child {
        margin-right: 0; }
      #blog .summary-of-blog .give-the-posts .article-holder .article {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-bottom: 1.618em; }
        #blog .summary-of-blog .give-the-posts .article-holder .article:last-child {
          margin-right: 0; }
        #blog .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
          margin-right: 0; }
        #blog .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 480px) {
          #blog .summary-of-blog .give-the-posts .article-holder .article {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0;
            padding-bottom: 3.236em; }
            #blog .summary-of-blog .give-the-posts .article-holder .article:last-child {
              margin-right: 0; }
            #blog .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n) {
              margin-right: 2.35765%; }
            #blog .summary-of-blog .give-the-posts .article-holder .article:nth-child(3n+1) {
              clear: none; } }
        #blog .summary-of-blog .give-the-posts .article-holder .article img {
          padding-bottom: 0.809em; }
        #blog .summary-of-blog .give-the-posts .article-holder .article h3 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.35em;
          padding-bottom: 0.809em; }

/*-----------------------------------------------------------------------------------*/
/*	FOOTER STYLES */
/*-----------------------------------------------------------------------------------*/
.newsletter {
  padding-top: 1.618em;
  padding-bottom: 3.236em;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .newsletter {
      padding-left: 1.618em;
      padding-right: 1.618em; } }
  .newsletter h3 {
    text-transform: uppercase;
    padding-bottom: 0.809em; }
  .newsletter .newsletering {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    padding-top: 1.618em; }
    .newsletter .newsletering:last-child {
      margin-right: 0; }
    .newsletter .newsletering .mc-field-group {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .newsletter .newsletering .mc-field-group:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .newsletter .newsletering .mc-field-group {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%; }
          .newsletter .newsletering .mc-field-group:last-child {
            margin-right: 0; } }
      .newsletter .newsletering .mc-field-group .mce_inline_error {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .newsletter .newsletering .mc-field-group .mce_inline_error:last-child {
          margin-right: 0; }
        .newsletter .newsletering .mc-field-group .mce_inline_error:nth-child(1n) {
          margin-right: 0; }
        .newsletter .newsletering .mc-field-group .mce_inline_error:nth-child(1n+1) {
          clear: left; }
  .newsletter .button {
    margin-top: 0px;
    -webkit-appearance: none; }
  .newsletter input[type=email], .newsletter input[type=submit] {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin: 0;
    font-size: 16px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    padding: 10px;
    border: solid 1px #dbdbdb;
    border-bottom: solid 2px #dbdbdb;
    transition: border 0.3s;
    height: 50px; }
    .newsletter input[type=email]:last-child, .newsletter input[type=submit]:last-child {
      margin-right: 0; }
  .newsletter input[type=submit] {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .newsletter input[type=submit]:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .newsletter input[type=submit] {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .newsletter input[type=submit]:last-child {
          margin-right: 0; } }

footer {
  background-color: #003953;
  color: white;
  text-align: center; }
  footer .footer-consensus {
    padding-top: 3.236em;
    padding-bottom: 3.236em; }

/*-----------------------------------------------------------------------------------*/
/*	END FOOTER STYLES */
/*-----------------------------------------------------------------------------------*/