﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base Articles
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. mini-teaser-header
 *  2. umb-grid
 *  3. Articles
 *  4. 
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mini teaser in top
   ========================================================================== */
.mini-teaser-header {
  min-height: 38px;
  background-color: #dfe5e7;
  border-bottom: thin solid #cccccc;
}
.mini-teaser-header ul {
  padding: 0;
  text-align: center;
  margin-top: 7px;
}
.mini-teaser-header ul li {
  display: inline-block;
  margin-right: 40px;
  /*color: $grey-dark;*/
  font-size: 1.143em;
}
@media only screen and (max-width: 767px) {
  .mini-teaser-header ul li {
    margin-right: 0;
  }
}

/* 2. umb-grid
   ========================================================================== */
.umb-grid img {
  /*border: 15px solid White;*/
  max-width: 100%;
  /*margin-bottom: 15px;*/
}
.umb-grid a:visited {
  /*color: $grey-dark;*/
}
.umb-grid p a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*color: $font-dark;*/
  /*text-decoration: underline;*/
}
.umb-grid p a:hover {
  /*color: $font-blue;*/
  /*text-decoration: underline !important;*/
}
.umb-grid .grid-sub-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.umb-grid .btn-primary-lrg, .umb-grid .btn-primary-med, .umb-grid .btn-primary-sm, .umb-grid .btn-secondary-lrg, .umb-grid .btn-secondary-med, .umb-grid .btn-secondary-sm, .umb-grid .btn-tertiery-lrg, .umb-grid .btn-tertiery-med, .umb-grid .btn-tertiery-sm {
  display: inline-block;
  transition: all 0.3s ease;
}
.umb-grid .btn-primary-lrg:hover, .umb-grid .btn-primary-med:hover, .umb-grid .btn-primary-sm:hover, .umb-grid .btn-secondary-lrg:hover, .umb-grid .btn-secondary-med:hover, .umb-grid .btn-secondary-sm:hover, .umb-grid .btn-tertiery-lrg:hover, .umb-grid .btn-tertiery-med:hover, .umb-grid .btn-tertiery-sm:hover {
  border-color: rgba(159, 159, 159, 0.8) !important;
  box-shadow: 0 1px 1px rgba(159, 159, 159, 0.075) inset, 0 0 8px rgba(159, 159, 159, 0.6) !important;
  outline: 0 none !important;
}

/* 3. Articles
   ========================================================================== */
.articles {
  margin-bottom: 30px;
}
.articles p {
  margin: 0;
}
.articles a {
  text-decoration: underline !important;
}
.articles a:hover {
  text-decoration: none !important;
}
.articles img {
  border: 15px solid White;
  width: 100%;
}
.articles .article-header-section {
  margin: 15px 0 15px 0;
}

.article-border {
  border-bottom: 1px solid #7f99a4;
}

/***********Inspiration on article page********************/
.inspiration {
  background-color: #fff;
}
.inspiration .inspiration-content {
  padding: 0 15px 15px 15px;
}
.inspiration a {
  text-decoration: none !important;
}

/********Other articles*********/
.articles-other h2 {
  margin-bottom: 25px;
}
.articles-other p:last-child {
  margin-bottom: 25px;
}

/********Repeat white background on text********/
@media only screen and (max-width: 767px) {
  .img-text-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .img-text-wrapper {
    margin-bottom: 15px;
    max-width: 96%;
  }
}
@media only screen and (min-width: 992px) {
  .img-text-wrapper {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.img-text-wrapper .caption {
  margin-top: -15px;
  padding-top: 0;
  padding: 15px;
}

/**********Text block section****************/
.text-blocks-section {
  margin-top: 15px;
}
.text-blocks-section a {
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
}
.text-blocks-section .link-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.input-field-article {
  padding-top: 12px;
  background-color: #b2d3e1;
  padding-bottom: 25px;
}
.input-field-article table {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
.input-field-article table tr td {
  padding-top: 10px;
}
.input-field-article button {
  width: 100%;
}
