/**
 * Theme Name: Hallbarhetsmalen
 * Author: Intelliweb
 * Author URI: #
 * Version: 1.0.0
**/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-BoldItalic';
    src: url('fonts/HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-BoldItalic.woff') format('woff'),
        url('fonts/HelveticaNeue-BoldItalic.ttf') format('truetype'),
        url('fonts/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Light.woff') format('woff'), url('fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica-Bold.otf') format('opentype'), url('fonts/Helvetica-Bold.woff') format('woff'),
        url('fonts/Helvetica-Bold.ttf') format('truetype'), url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Giorgio Sans';
    src: url('fonts/GiorgioSans-Bold.eot');
    src: url('fonts/GiorgioSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GiorgioSans-Bold.woff') format('woff'), url('fonts/GiorgioSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Apex New Book';
    src: url('fonts/ApexNew-Book.eot');
    src: url('fonts/ApexNew-Book.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Book.woff') format('woff'),
        url('fonts/ApexNew-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apex New Bold';
    src: url('fonts/ApexNew-Bold.eot');
    src: url('fonts/ApexNew-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Bold.woff') format('woff'),
        url('fonts/ApexNew-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
    margin: 0 1em 1em 0;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 0px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {
    margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover,
#wpadminbar:focus {
    opacity: 1;
}
body {
    -webkit-font-smoothing: antialiased;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
    color: #d1d1d1;
}
::-moz-placeholder {
    color: #d1d1d1;
}
::-o-placeholder {
    color: #d1d1d1;
}
:-ms-input-placeholder {
    color: #d1d1d1;
}
input:-moz-placeholder {
    color: #d1d1d1;
}

/* Input Styling */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
textarea {
    /* STYLES GO THERE */
}
embed,
iframe,
object {
    max-width: 100%;
}

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
    outline: none;
}
p:empty {
    display: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Giorgio Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p,
a {
    font-family: 'Apex New Book';
}
a {
    color: #004c81;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #004c81;
    text-decoration: underline;
}
a:focus {
    color: #004c81;
}
article a {
    color: #24c2e7;
}
h1 {
    line-height: 38px;
    margin-bottom: 30px;
}

.text-decoration-none {
    text-decoration: none !important;
}
/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
.row {
    max-width: 1230px;
    /*max-width: 1340px;*/
}
body {
    background: #f3f4f4;
}
body.home {
    background: #fff;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
header {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 25px 0;
}

#site-header {
    border-bottom: solid 1px #eaeaea;
}

@media (min-width: 1026px) {
    #site-header {
        padding: 25px 0px 0px 0px;
    }
}

header .row {
    /*    background: rgba(255,255,255,.96);
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;*/
}
.additional_bg {
    position: relative;
}
.additional_bg:before {
    content: '';
    background: rgba(255, 255, 255, 0.96);
    height: 80px;
    position: absolute;
    width: 105px;
    top: 0;
    left: -105px;
    display: none;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
.additional_bg:after {
    content: '';
    background: rgba(255, 255, 255, 0.96);
    height: 80px;
    position: absolute;
    width: 105px;
    top: 0;
    right: -105px;
    display: none;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.logo {
    /*    position: absolute;
        top: -80px;
        left: -50px;*/
}
.logo img {
    /*border: 2px solid #fff;*/
    transition: 0.3s;
    border-top: 0;
    max-width: 281px;
    width: auto;
    height: auto;
    max-height: 80px;
}
@media (min-width: 800px) {
    .logo img {
        max-height: 120px;
    }

    .scrolled .logo img {
        max-height: 60px;
    }
}

@media (min-width: 900px) {
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.pf-content blockquote {
    border-left: none;
    color: #282828;
    padding-left: 25px;
}
.pf-content blockquote p {
    position: relative;
    color: #282828;
}
.pf-content blockquote p span {
    color: #282828;
}
.pf-content blockquote p:before {
    content: '';
    width: 3px;
    background-color: #27bde2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}
.main_image_wrapper {
    margin-bottom: 40px;
}
.main_image_wrapper .columns {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
/*.main_image_wrapper .columns:first-child {
    padding-right: 0;
}
.main_image_wrapper .columns:last-child {
    padding-left: 0;
}*/
.main_image_wrapper .text {
    background: #03699c;
    padding: 45px 80px;
    color: #fff;
}
.main_image_wrapper .text img {
    max-width: 152px;
}
.main_image_wrapper .text h2 {
    color: #fff;
    margin: 0;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #27bbe0;
    font-size: 101px;
    font-family: 'Giorgio Sans';
}
.main_image_wrapper .text p {
    font-size: 21px;
    font-family: 'Apex New Book';
    line-height: 25px;
}
.main_image {
    margin-top: -80px;
    z-index: 1;
    padding: 175px 0 65px;
    min-height: 565px;
    margin-bottom: 45px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.main_image h2 {
    font-size: 80px;
    color: #fff;
    line-height: 1;
    margin: 20px 0;
    display: inline-block;
    font-family: 'HelveticaNeue-Bold';
}
.main_image h2:after {
    content: '';
    width: 85%;
    margin: 20px auto 0;
    height: 2px;
    display: block;
    background: #0b96d9;
}
.main_image img {
    display: block;
    margin: 0 auto;
}
.main_image p {
    color: #fff;
    font-family: 'HelveticaNeue-BoldItalic';
    font-size: 21px;
    line-height: 29px;
    margin: 0;
}
.latest_posts h3 {
    text-align: center;
    color: #2b4759;
    font-family: 'HelveticaNeue';
    line-height: 1;
    margin: 0 0 50px;
    padding-bottom: 50px;
    background: url(images/arrow_down.png) bottom center no-repeat;
}
.banners {
    padding: 37px 0;
}
.banners img {
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banners img:hover {
    border-color: #2b4759;
}
.latest_posts [class*='column'] + [class*='column']:last-child {
    float: left;
}
.latest_post [class*='column'] + [class*='column']:last-child {
    float: right;
}
.latest_post {
    padding: 0 15px 30px 25px;
    background: #f1f1f3;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 15px;
    float: left;
    width: 50%;
}
.latest_post .media_wrapper {
    float: left;
    max-width: 220px;
    margin-right: 35px;
}
.latest_post .thumbnail {
    position: relative;
}
.latest_post .thumbnail img {
    width: 100%;
    height: auto;
}
.latest_post .category a.item_categories {
    display: inline-block;
    color: #26bee3;
    font-size: 12px;
    padding-right: 20px;
    padding-top: 5px;
    margin-right: 3px;
    border-top: 9px solid #26bee3;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Apex New Bold', sans-serif;
}
.latest_post a {
    color: #000;
}
.latest_post a:active,
.latest_post a:selected,
.latest_post a:visited {
    /*  add his to remove stupid dotted outline */
    border: none;
    outline: none;
}
.latest_post a:hover {
    color: #000;
    text-decoration: none;
}
.latest_post h5 a {
    line-height: 33px;
    font-size: 32px;
    font-family: 'Giorgio Sans', sans-serif;
    border: none;
    text-decoration: none;
    min-height: 70px;
    margin: 0 20px 20px 0;
    display: block;
}

.latest_post p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'Apex New Book', sans-serif;
}
.latest_post a.read_more {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 30px;
    background: #004c81 url(images/read_more_arrow.png) center center no-repeat;
}
.latest_post:hover a.read_more {
    background-color: #148ece;
    width: 100%;
}
.latest_post .category-video .thumbnail .video_overlay {
    visibility: visible;
}
.latest_post .thumbnail .video_overlay {
    visibility: hidden;
    cursor: pointer;
    width: 330px;
    height: 220px;
    background: url(images/video_icon.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.social_plugins {
    margin-bottom: 95px;
    margin-top: 35px;
}
.social_plugins .block .fb-page,
.social_plugins .block .twitter_feed {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.social_plugins .twitter-wrapper {
    margin-bottom: 20px;
}

.jr-insta-thumb .thumbnails img {
    height: 106px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jr-insta-thumb .thumbnails img:hover {
    border-color: #2b4759;
}

.social_plugins .undpse img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 160px;
    margin: 20px auto;
}

.social_plugins .undpse-text {
    margin: 20px auto;
}

.social_plugins .undpse-text h4 {
    margin-top: 0px;
    color: #016cb8;
    text-transform: uppercase;
}

.header_image {
    height: 430px;
    position: absolute;
    /*top: 135px;*/
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.content_wrapper {
    z-index: 2;
    position: relative;
    margin-bottom: 150px;
}
.content {
    background: #fff;
    margin-top: 150px;
}
.content_background {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    -o-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: -50px;
    left: 50%;
}
.page-template-template-graphics .content_background {
    height: auto;
}
#twitter_feed {
    position: relative;
}
#twitter_feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#twitter_feed ul li {
    padding: 10px;
    background: #f3f4f4;
    position: relative;
    font-size: 14px;
    height: 224px;
}
#twitter_feed ul li .user img {
    height: 25px;
    width: 25px;
}
#twitter_feed ul li .user a {
    font-size: 14px;
}
#twitter_feed ul li .user {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid #2b4759;
}
#twitter_feed ul li .tweet {
    font-size: 14px;
    margin-bottom: 3px;
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
#twitter_feed ul li .tweet:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 20px;
    bottom: -10px;
    position: absolute;
}
#twitter_feed ul li .timePosted {
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
    margin-bottom: 22px;
}
#twitter_feed ul li p {
    margin: 0;
}
#twitter_feed ul li .interact a {
    margin-right: 10px;
    font-size: 14px;
}
#twitter_feed ul li .interact {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 10px;
}
.twitter_retweet_icon:before {
    content: '\f079';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}
.twitter_fav_icon:before {
    content: '\f005';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}
.twitter_reply_icon:before {
    content: '\f112';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}
article ul li {
    padding-left: 10px;
    list-style-image: url('images/bullet.png');
    font-family: 'Apex New Book';
}
.page .content,
.page.page-id-2247 .content.normal_page {
    margin-top: 340px;
}
.page .content.normal_page {
    margin-top: 150px;
}
.page .header_image,
.post-type-archive-question_answer .header_image {
    height: 410px;
    /*top: 135px;*/
}
#preview .video {
    display: none;
}
.latest_post #preview .video iframe {
    height: 220px;
}
.header_image.page .caption {
    position: absolute;
    bottom: -370px;
    right: -50px;
    background: rgba(0, 70, 120, 0.94);
}
.header_image.page .caption p {
    margin: 0;
    padding: 20px 45px 15px;
    color: #fafafa;
    font-size: 18px;
    line-height: 23px;
}
.goals {
    margin-bottom: 100px;
}
.goals h2 {
    font-size: 19px;
    color: #004c81;
    line-height: 19px;
    padding-bottom: 7px;
    display: inline-block;
    margin: 0 0 40px;
    border-bottom: 2px solid #1582cd;
}
.goals [class*='column'] + [class*='column']:last-child {
    float: left;
}
.goal {
    margin-bottom: 30px;
    /*min-height: 232px;*/
}
.goal h4 {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    margin: 2px 0 2px 0;
    font-family: 'Giorgio Sans';
}
.goal h4 span {
    color: #fff;
    background: #1582cd;
    padding: 0 7px;
    margin-right: 10px;
}
.goals a:hover {
    text-decoration: none;
}
.goal p {
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    font-family: 'Apex New Book';
    color: #000;
}
.goal:last-child {
    text-align: center;
    cursor: default;
}
.goal:last-child .overlay {
    display: none !important;
    text-align: left;
}
.goals .image_wrapper {
    position: relative;
}
.goals .image_wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: 'Giorgio Sans';
    font-size: 27px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goals a:hover .overlay {
    opacity: 1;
}
/* ------------------------------------
    Blog Styles
------------------------------------- */
.index_title {
    color: #000;
    font-size: 41px;
    margin: 0 0 55px;
}
.blogroll .blogroll_post_wrapper {
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e5e6e6;
}
.blogroll .blogroll_post_wrapper article {
    margin-bottom: 30px;
}
.blogroll .blogroll_post_wrapper:last-child {
    border: none;
}
.blogroll .thumbnail {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}
.blogroll h3 {
    color: #000;
    font-size: 40px;
    margin: 0 0 5px 0;
    line-height: 35px;
}
.blogroll h3 a {
    font-family: 'Giorgio Sans';
    color: #000;
}
.blogroll .category-video .thumbnail .video_overlay {
    visibility: visible;
}
.blogroll .thumbnail .video_overlay {
    visibility: hidden;
    cursor: pointer;
    width: 240px;
    height: 160px;
    background: url(images/video_icon.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.meta {
    margin-bottom: 10px;
}
.meta,
.meta a {
    font-size: 12px;
    color: #000;
    font-family: 'Apex New Book';
    text-transform: uppercase;
}
.meta .sep {
    margin: 0 10px;
}
.ssba {
    margin: 5px 0;
}
.ssba,
.ssba a {
    font-size: 10px !important;
}
.ssba img {
    height: 15px !important;
    width: 21px !important;
    padding: 0px 3px !important;
    position: relative;
    top: -1px;
}
.ssba a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.9;
}
.ssba a:hover {
    opacity: 1;
}
.ssba_facebook_share {
    background: #3b5998 !important;
    margin-right: 5px;
}
.ssba_twitter_share {
    background: #39a9e0 !important;
    margin-right: 5px;
}
.ssba_email_share {
    background: #555 !important;
    margin-right: 5px;
}
.ssba_linkedin_share {
    background: #007fb1 !important;
    margin-right: 5px;
}
.ssba_print.ssba_share_link {
    background: #555 !important;
    margin-right: 5px;
}
.ssba_facebook_share:after {
    content: 'Facebook';
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 9px 20px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 1px;
}
.ssba_twitter_share:after {
    content: 'Twitter';
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 9px 20px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 1px;
}
.ssba_linkedin_share:after {
    content: 'LinkedIn';
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 9px 20px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 1px;
}
.ssba_email_share:after {
    content: 'EMAIL';
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 9px 20px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 1px;
}
.ssba_print.ssba_share_link:after {
    content: 'Print';
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 9px 20px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 1px;
}
.blogroll p {
    font-size: 16px;
}
.pagination {
    margin-top: 15px;
}
ul.pagination {
    margin: 0;
    width: 100%;
    text-align: center;
}
ul.pagination li {
    float: none;
    height: auto;
    display: inline-block;
    font-size: 18px;
    border: 1px solid #fff;
}
ul.pagination li a {
    color: #004c81;
}
ul.pagination li:hover {
    background: #f3f4f4;
}
ul.pagination li a:hover {
    text-decoration: none;
}
.pagination.current {
    background: #f3f4f4;
    border: 1px solid #d3d1d1;
    color: #004c81;
}
.single_post h1 {
    line-height: 40px;
    color: #000;
    font-size: 43px;
    margin: 0;
}
.single_post h1 span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: 'HelveticaNeue';
    color: #0076dc;
}
.single_post_content_wrapper {
    padding-top: 20px;
}
.single_post_content_wrapper .custom_excerpt {
    float: right;
    width: 50%;
    margin: 0 0 10px 10px;
}
.single_post_content_wrapper .custom_excerpt h5 {
    font-size: 24px;
    color: #000;
    margin: 0 0 15px 0;
}
.single_post_content_wrapper .custom_excerpt .wrapper {
    background: #0b96d9;
    padding: 25px;
}
.single_post_content_wrapper .custom_excerpt .wrapper h6 {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
}
.single_post_content_wrapper .custom_excerpt .wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}
.page article h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px;
}
article h1 {
    font-size: 41px;
    line-height: 38px;
}
article h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
}
article h3 {
    font-size: 29px;
}
article h4 {
    font-size: 23px;
}
article h5 {
    font-size: 17px;
}
article h6 {
    font-size: 11px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #000;
}
article p {
    font-size: 18px;
    color: #808080;
    line-height: 23px;
}
article li {
    font-size: 18px;
    color: #282828;
    line-height: 23px;
    font-family: 'Apex New Book';
}
article p strong {
    color: #808080;
}
article strong {
    color: #000;
}
.single_post .meta {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
}
.single_post .ssba img {
    height: 21px !important;
    width: 27px !important;
    top: -3px !important;
}
.single_post .ssba a:after {
    font-size: 14px !important;
    padding: 20px 33px !important;
}
.single_post .ssba a {
    display: inline-block;
    height: 26px;
}
.single_post .thumbnail {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.single_post .category-video .thumbnail .video_overlay,
.crp .category-video .thumbnail .video_overlay {
    visibility: visible;
}
.single_post .thumbnail .video_overlay,
.crp .thumbnail .video_overlay {
    visibility: hidden;
    cursor: pointer;
    width: 110px;
    height: 110px;
    background: url(images/video_icon.png) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
}
.single_post #preview .video iframe {
    margin-bottom: 20px;
}
.goal_section {
    background: #f3f4f4;
    padding: 0 0 40px;
}
.goal_section iframe {
    max-height: 330px;
}
.goal_section .row,
.page .header_image .row,
.archive .header_image .row,
.single .header_image .row,
.search .header_image .row,
.blog .header_image .row {
    padding-top: 50px;
    border-top: 8px solid #27bde2;
}
.goal_section p {
    font-family: 'Apex New Book';
    font-size: 25px;
    color: #282828;
    margin-top: 35px;
    margin-bottom: 0;
    line-height: 30px;
}
.page-template-template-page-goals .content {
    margin-top: 0;
}
.page-template-template-page-goals .content_wrapper {
    background: #fff;
    padding-top: 50px;
    margin-bottom: 0;
}
.header_image.goal .row {
    padding-top: 0;
}
.header_image.goal .row:nth-child(2) {
    border: none;
}
.header_image.goal h1 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 67px;
    margin-top: 60px;
}
.header_image.goal h1 img {
    vertical-align: bottom;
}
.header_image.goal .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.header_image.goal .pagination ul li {
    display: inline-block;
    counter-increment: step-counter;
    width: 20px;
    vertical-align: top;
    text-align: right;
}
.header_image.goal .pagination ul li:nth-child(n + 10) {
    width: 35px;
}
.header_image.goal .pagination ul li a {
    color: transparent;
    display: block;
}
.header_image.goal .pagination ul li a::before {
    content: counter(step-counter);
    font-size: 54px;
    color: #000;
    font-family: 'Giorgio Sans';
}
.header_image.goal .pagination ul li.current_page_item a::before {
    color: #fff;
    text-decoration: underline;
}

.page-template-template-goal-single .header_image {
    height: 410px;
    position: relative;
    top: 0;
}
.page .single_goal_page {
    margin-top: -100px;
}
.page .single_goal_page article,
.single_page article {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.single_page article {
    margin-bottom: 40px;
}
.page-template-template-goal-single .content_wrapper {
    margin-bottom: 110px;
}
.page .social_plugins {
    position: relative;
    margin-bottom: 35px;
}
.page .social_plugins .row {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-template-template-goal-single article.page p,
.page-template-template-goal-single article.page li {
    font-size: 16px;
}

.page-template-template-goal-single article.page li {
    margin-bottom: 20px;
    color: #808080;
    list-style-image: url('/wp-content/themes/hallbarhetsmalen/assets/list-bullet.png');
}

/* -----------------------------------------
    Blocks for new template
----------------------------------------- */

.block_item_container {
    margin-bottom: 20px;
}
.block_item {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    position: relative;
}
.block_item:hover {
    text-decoration: none;
}
.block_item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.15);
}
.block_item p {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.block_item h3 {
    font-size: 41px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Giorgio Sans';
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.1;
}

.related-school-material-wrapper .block_item h3 {
    font-size: 22px;
}

@media (min-width: 768px) {
    .related-school-material-wrapper .block_item h3 {
        font-size: 30px;
    }
}

.breadcrumbs {
    background-color: #6c6d6e;
    display: inline-block;
    padding: 10px 18px;
    margin-left: 15px;
    color: #fff;
    position: relative;
    top: -50px;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs i {
    font-weight: 300;
}
.breadcrumbs span {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}
.normal_page_title a {
    font-size: 30px;
    color: #222;
    padding-left: 10px;
    position: relative;
    top: -3px;
}
.printfriendly {
    display: inline-block;
}
.printfriendly i {
    padding-right: 7px;
}
.buttons a,
.random_link_button {
    display: block;
    font-size: 54px;
    color: #fff;
    line-height: 1;
    font-family: 'Giorgio Sans';
    padding: 40px 40px 50px;
    position: relative;
}
.buttons a:after,
.random_link_button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.125) url(images/button_arrow.svg) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-background-size: 80%;
    background-size: 80%;
}
.buttons a:hover,
a.random_link_button:hover {
    text-decoration: none;
    color: #fff;
}
.buttons a:hover:after,
a.random_link_button:hover:after {
    background-color: rgba(255, 255, 255, 0);
}

.school-material-categories-wrapper {
    margin-top: 10px;
}

/* Smaller headlines in blocks on School page */
.page-id-1278 .block_item_container h3 {
    font-size: 30px;
}

/* ------------------------------------
    Labels
------------------------------------- */
.gm-label {
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 8px;
    padding-top: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 7px;
}

.gm-label--white {
    background: #fff;
    color: #1894d2;
}

/* ------------------------------------
    Sidebar Styles
------------------------------------- */
.fb-page {
    height: 225px;
    margin-bottom: 25px;
}
.sidebar p {
    margin-bottom: 0;
}
.sidebar .jr-insta-thumb ul {
    padding: 0;
    margin-bottom: 25px;
}
.sidebar .jr-insta-thumb ul li img {
    height: 127px;
}
.sidebar .jr-insta-thumb .jr_col_3 > li {
    padding: 3px !important;
}
aside.widget_search {
    background: #f3f4f4;
    padding: 20px;
    border-top: 5px solid #27bbe0;
}
aside h5 {
    color: #000;
    font-size: 34px;
}
aside h5 a {
    font-family: 'Giorgio Sans';
}
aside.widget_search h5 {
    font-size: 34px;
    margin: 0 0 30px 0;
}
aside.widget_search input {
    margin: 0;
}
aside.widget_search input[type='text'] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #dadbdb;
    padding-right: 40px;
    color: #000;
    font-size: 16px;
    font-family: 'Apex New Book';
}
aside.widget_search input[type='submit'] {
    background: url(images/search.png) center center no-repeat;
    height: 37px;
    width: 37px;
    border: none;
    position: absolute;
    right: 5px;
    top: 0px;
}
aside form {
    position: relative;
}
aside.widget_categories {
    background: #f3f4f4;
    padding: 10px 20px 20px;
}
aside.widget_categories h5 {
    margin: 0 0 25px 0;
    font-size: 14px;
    font-family: 'Apex New Book';
}
aside.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
aside.widget_categories ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
aside.widget_categories ul li a {
    font-size: 16px;
    color: #000;
}
aside.gform_widget .gform_wrapper {
    max-width: 100%;
    margin: 0;
}
aside.gform_widget .gform_wrapper form {
    text-align: center;
    height: 100px;
}
aside.gform_widget .gform_wrapper .gform_heading {
    width: 100%;
    margin: 0;
    text-align: left;
}
aside.gform_widget h3 {
    color: #000;
    font-family: 'Giorgio Sans';
    margin: 0px 0 0px !important;
    font-size: 34px !important;
    line-height: 1;
}
aside.gform_widget .gform_description {
    color: #808080;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Apex New Book';
}
aside.gform_widget ::-webkit-input-placeholder {
    color: #fff;
}
aside.gform_widget ::-moz-placeholder {
    color: #fff;
}
aside.gform_widget ::-o-placeholder {
    color: #fff;
}
aside.gform_widget :-ms-input-placeholder {
    color: #fff;
}
aside.gform_widget input:-moz-placeholder {
    color: #fff;
}
aside.gform_widget input[type='text'] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
    font-family: 'HelveticaNeue';
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    margin: 0;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
}
aside.gform_widget .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
aside.gform_widget input[type='submit'] {
    margin: 0;
    width: 100%;
    font-size: 25px !important;
    padding: 2px 0 5px;
    font-family: 'Giorgio Sans';
    background: #e7213a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0 !important;
}
aside.gform_widget input[type='submit']:hover,
aside.gform_widget input[type='submit']:focus {
    opacity: 0.9;
}
aside.gform_widget .gform_body,
aside.gform_widget .gform_footer.top_label {
    float: left;
    width: 50%;
    clear: none;
}
.tagcloud a {
    color: #000;
}
aside.gform_widget {
    min-height: 105px;
    margin-bottom: 40px;
    background: #f3f4f4;
    padding: 35px 15px;
    margin-top: 25px;
    border-top: 5px solid #e7213a;
}
aside.widget_tag_cloud {
    background: #f3f4f4;
    padding: 20px;
}
aside.widget_tag_cloud h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
aside.widget_black_studio_tinymce img {
    margin: 0 0 25px 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside.widget_black_studio_tinymce img:hover {
    border-color: #2b4759;
}
.crp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.crp ul li {
    background: #f3f4f4;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
}
.crp a {
    font-size: 26px;
    font-family: 'Giorgio Sans';
    margin-top: 3px;
    line-height: 15px;
    color: #000;
}
.crp .thumbnail {
    padding: 0;
    margin: 0 17px 15px 0;
    overflow: hidden;
    float: left;
    width: 88px;
    height: 70px;
    position: relative;
    text-align: center;
}
.crp .category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.crp .category a {
    background: #27bbe0;
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'HelveticaNeue';
}
.crp .video_overlay {
    cursor: pointer;
    width: 50px !important;
    height: 50px !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
}
.sidebar aside {
    clear: both;
}

/*Graphics Styles*/
.HYPE_scene {
    width: 100% !important;
}
.HYPE_element {
    width: 100% !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#bvbundpex_hype_container {
    width: 100% !important;
    height: 600px !important;
}
.HYPE_element_container:nth-last-child(2) {
    z-index: 1000 !important;
}
.social_plugins .content_background {
    max-height: 500px;
}
.graphs iframe {
    min-height: 600px;
}

/* Survey Styles */

.survey-container {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
}
.survey-container.active {
    display: block;
}
.survey {
    position: relative;
    width: 90%;
    max-width: 650px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(220, 22, 104, 0.97);
    padding: 50px 45px 40px;
}

.survey .gform_wrapper h3.gform_title {
    font-size: 39px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}
.survey .gform_wrapper span.gform_description {
    font-size: 20px;
    max-width: 100%;
    font-family: 'Apex New Book', sans-serif;
}
.survey .gform_wrapper .top_label .gfield_label {
    font-size: 39px;
    color: #fff;
    line-height: 1;
    margin: 20px 0;
}
.survey .gform_wrapper .gfield_checkbox li input,
.survey .gform_wrapper .gfield_checkbox li input[type='checkbox'],
.survey .gform_wrapper .gfield_radio li input[type='radio'] {
    margin: 0;
    display: none;
}

.survey .gform_wrapper .gfield_checkbox li label,
.survey .gform_wrapper .gfield_radio li label {
    font-size: 19px;
    color: #000;
    font-family: 'Apex New Book', sans-serif;
    margin-left: 0;
    padding-left: 35px;
    background: url('images/square.png') left center no-repeat;
    -webkit-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
}
.survey .gform_wrapper .gfield_checkbox li input:checked + label,
.survey .gform_wrapper .gfield_checkbox li input[type='checkbox']:checked + label,
.survey .gform_wrapper .gfield_radio li input[type='radio']:checked + label {
    background: url('images/checked.svg') left center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.survey .gform_wrapper .gform_footer {
    text-align: right;
}
.survey .gform_wrapper .gform_footer input.button,
.survey .gform_wrapper .gform_footer input[type='image'],
.survey .gform_wrapper .gform_footer input[type='submit'] {
    background-color: #000;
    color: #fff;
    font-size: 37px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    font-family: 'Giorgio Sans';
    margin-bottom: 0;
}
.survey .gform_wrapper .gform_footer input.button:hover,
.survey .gform_wrapper .gform_footer input[type='image']:hover,
.survey .gform_wrapper .gform_footer input[type='submit']:hover {
    color: #000;
    background-color: #fff;
}

.survey .gform_wrapper .top_label input.medium,
.survey .gform_wrapper .top_label select.medium {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
}

.survey .gform_wrapper ul li.gfield.other-input {
    position: absolute;
    float: right;
    width: 65%;
    right: 45px;
    margin-top: -40px;
}
.survey .gform_wrapper ul li.gfield.other-input .gfield_label {
    display: none;
}
.survey .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.survey .gform_wrapper .gform_heading {
    margin-bottom: 0;
}
.survey .close-survey {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -24px;
    right: -24px;
    z-index: 1001;
    cursor: pointer;
    background: url('images/close.png') center center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.survey .gform_wrapper div.validation_error {
    display: none;
}
.survey .gform_wrapper li.gfield.gfield_error,
.survey .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
}
.survey .gform_confirmation_message {
    color: #fff;
    font-size: 20px;
    font-family: 'Apex New Book', sans-serif;
}

/* Menu */

#site-header .top-bar img.logo {
    display: none;
}

@media (max-width: 641px) {
    #site-header {
        padding-top: 0px;
    }

    #site-header div.logo {
        display: none;
    }
    #site-header .top-bar img.logo {
        padding: 5px;
        display: inline-block;
        position: relative;
        float: left;
        z-index: 100;
        height: 2.8125rem;
    }

    #site-header .top-bar .title-area,
    #site-header .top-bar.expanded .title-area,
    #site-header .top-bar.expanded .title-area a,
    #site-header .top-bar .title-area a {
        background: #fff;
        color: #03699c;
    }

    #site-header .top-bar.expanded .toggle-topbar a span::after,
    #site-header .top-bar .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #03699c, 0 7px 0 1px #03699c, 0 14px 0 1px #03699c;
    }
}

@media (min-width: 642px) {
    .top-bar-section ul li {
        float: none;
        display: inline-block !important;
        width: auto;
    }
}

@media (min-width: 642px) and (max-width: 710px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 16px !important;
    }
}

/* Margins and paddings */

.mb-0 {
    margin-bottom: 0px;
}

.mt-lg {
    margin-top: 30px;
}

.pt-0 {
    padding-top: 0px;
}

.mb-md {
    margin-bottom: 15px;
}

.mt-md {
    margin-top: 15px;
}

.mb-lg {
    margin-bottom: 30px;
}

.pt-lg {
    padding-top: 30px;
}

.pb-lg {
    padding-bottom: 30px;
}

.pt-xl {
    padding-top: 50px;
}

.pb-xl {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .mt-lg {
        margin-top: 50px;
    }

    .mb-lg {
        margin-bottom: 50px;
    }

    .pt-lg {
        padding-top: 50px;
    }

    .pb-lg {
        padding-bottom: 50px;
    }

    .pt-xl {
        padding-top: 80px;
    }

    .pb-xl {
        padding-bottom: 80px;
    }
}

/* Info wrapper */
.info-wrapper {
    padding: 10px;
    background: rgb(243, 244, 244);
    border: 1px solid #e0e0e0;
    text-align: center;
}

.info-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Website by UNDP */
.website-by-undp img {
    display: block;
    margin: 0 auto;
    height: 130px;
    width: auto;
}

.website-by-undp .small {
    font-size: 14px;
}

/* Home */

.intro-text-mobile h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home .goals {
    background: #fafafa;
}

.intro-text-mobile {
    padding-left: 15px;
    padding-right: 15px;
}

/* My World Iframe */

.page-id-2821 #site-header {
    position: absolute !important;
}

/* Question Answer */
.post-type-archive-question_answer {
}

@media (max-width: 600px) {
    .question-answer-question h3 {
        font-size: 22px;
    }
    .question-answer-question h3 .fa-chevron-down {
        font-size: 14px !important;
        top: -3px !important;
    }
}

.question-answer-question h3 {
    transition: color 0.25s;
}

.question-answer-question:hover h3 {
    color: #004c81;
}

.question-answer-question h3 .fa-chevron-down {
    position: relative;
    top: -6px;
    font-size: 20px;
    margin: 0 10px;
    transition: transform 0.5s;
}

.question-answer-question h3 .fa-chevron-down.question-active {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.post-type-archive-question_answer article .answer {
    margin-top: 20px;
}

/* Goal page indicators */
.show-goal-indicators,
a[data-gm-toggle] {
    display: block;
    text-align: center;
    padding: 8px;
    background: #eee;
    transition: 0.25s;
    overflow: hidden;
}

.show-goal-indicators h3,
a[data-gm-toggle] h3 {
    color: #004c81;
}

.show-goal-indicators .fa-chevron-down,
a[data-gm-toggle] .fa-chevron-down {
    position: relative;
    top: -2px;
    margin-left: 10px;
    font-size: 20px;
    transition: transform 0.5s;
}

a[data-gm-toggle] .fa-chevron-down {
    float: right;
    top: 15px;
    right: 15px;
}

.show-goal-indicators .verb {
    position: relative;
}

.show-goal-indicators .fa-chevron-down.indicators-active,
a[data-gm-toggle] .fa-chevron-down.indicators-active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.show-goal-indicators:hover,
a[data-gm-toggle]:hover {
    background: #004c81;
}

.show-goal-indicators:hover h3,
a[data-gm-toggle]:hover h3 {
    color: #fff;
}

.goal-additional-info .indicators,
.gm-toggle-info {
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #fafafa;
}

.goal-tips li {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Apex New Book';
    color: #808080;
    margin-bottom: 20px;
    list-style-image: url('/wp-content/themes/hallbarhetsmalen/assets/list-bullet.png');
}

/* Related content for goal pages */
.related-content hr,
.goal-additional-info hr {
    margin: 40px auto;
}

.related-content p {
    margin-bottom: 2px;
}

/* Downloadable file page */

.downloadable-file-group {
    border: 1px solid #fafafa;
    border-radius: 2px;
    background: #fafafa;
    margin-bottom: 20px;
}

.downloadable-file-group h4 {
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    background: #fafafa;
}

.downloadable-file-group .image-wrapper {
    background: #fff;
}

.downloadable-file-group img {
    display: block;
    padding: 10px;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 150px;
    margin: 0 auto;
}

.downloadable-file-group .file-download-links-wrapper {
    padding: 10px;
    background: #fafafa;
}

.downloadable-file-group .file-download-link {
    margin: 2px auto;
    text-align: center;
}

.downloadable-file-group-wrapper[class*='column'] + [class*='column']:last-child {
    float: left;
}

/* Video page */
.page-template-template-page-video article.page {
    column-count: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
}

.page-template-template-page-video article [class*='column'] + [class*='column']:last-child {
    float: left;
}

.gm-video-container {
    margin-bottom: 20px;
}
