@charset "UTF-8";
/*!
Theme Name: Solidarity Center ILAW
Theme URI: http://www.openbox9.com
Author:

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row:last-child {
  margin-bottom: 0;
}
.row.group {
  margin-bottom: 0;
}

/*! 16 grid, 25px margins */
.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  float: left;
  box-sizing: border-box;
}

.row {
  margin-left: -25px;
  margin-left: calc(-25px);
}

.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  margin-left: 25px;
  margin-left: calc(25px);
}

.row > .col1_10 {
  width: 10%;
  width: calc(10% - 25px);
}

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: calc(10% + 25px);
}

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: calc(20% - 25px);
}

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: calc(20% + 25px);
}

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: calc(25% - 25px);
}

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: calc(25% + 25px);
}

.row > .col3_10 {
  width: 30%;
  width: calc(30% - 25px);
}

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: calc(30% + 25px);
}

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: calc(40% - 25px);
}

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: calc(40% + 25px);
}

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: calc(50% - 25px);
}

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: calc(50% + 25px);
}

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: calc(60% - 25px);
}

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: calc(60% + 25px);
}

.row > .col7_10 {
  width: 70%;
  width: calc(70% - 25px);
}

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: calc(70% + 25px);
}

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: calc(75% - 25px);
}

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: calc(75% + 25px);
}

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: calc(80% - 25px);
}

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: calc(80% + 25px);
}

.row > .col9_10 {
  width: 90%;
  width: calc(90% - 25px);
}

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: calc(90% + 25px);
}

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: calc(100% - 25px);
}

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: calc(100% + 25px);
}

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: calc(33.333% - 25px);
}

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: calc(33.333% + 25px);
}

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: calc(66.667% - 25px);
}

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: calc(66.667% + 25px);
}

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: calc(16.667% - 25px);
}

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: calc(16.667% + 25px);
}

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: calc(83.333% - 25px);
}

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: calc(83.333% + 25px);
}

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: calc(14.286% - 25px);
}

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: calc(14.286% + 25px);
}

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: calc(28.571% - 25px);
}

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: calc(28.571% + 25px);
}

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: calc(42.857% - 25px);
}

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: calc(42.857% + 25px);
}

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: calc(57.143% - 25px);
}

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: calc(57.143% + 25px);
}

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: calc(71.429% - 25px);
}

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: calc(71.429% + 25px);
}

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: calc(85.714% - 25px);
}

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: calc(85.714% + 25px);
}

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: calc(12.5% - 25px);
}

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: calc(12.5% + 25px);
}

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: calc(37.5% - 25px);
}

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: calc(37.5% + 25px);
}

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: calc(62.5% - 25px);
}

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: calc(62.5% + 25px);
}

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: calc(87.5% - 25px);
}

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: calc(87.5% + 25px);
}

.row > .col1_9 {
  width: 11.111%;
  width: calc(11.111% - 25px);
}

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: calc(11.111% + 25px);
}

.row > .col2_9 {
  width: 22.222%;
  width: calc(22.222% - 25px);
}

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: calc(22.222% + 25px);
}

.row > .col4_9 {
  width: 44.444%;
  width: calc(44.444% - 25px);
}

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: calc(44.444% + 25px);
}

.row > .col5_9 {
  width: 55.556%;
  width: calc(55.556% - 25px);
}

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: calc(55.556% + 25px);
}

.row > .col7_9 {
  width: 77.778%;
  width: calc(77.778% - 25px);
}

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: calc(77.778% + 25px);
}

.row > .col8_9 {
  width: 88.889%;
  width: calc(88.889% - 25px);
}

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: calc(88.889% + 25px);
}

.row > .col1_11 {
  width: 9.091%;
  width: calc(9.091% - 25px);
}

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: calc(9.091% + 25px);
}

.row > .col2_11 {
  width: 18.182%;
  width: calc(18.182% - 25px);
}

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: calc(18.182% + 25px);
}

.row > .col3_11 {
  width: 27.273%;
  width: calc(27.273% - 25px);
}

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: calc(27.273% + 25px);
}

.row > .col4_11 {
  width: 36.364%;
  width: calc(36.364% - 25px);
}

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: calc(36.364% + 25px);
}

.row > .col5_11 {
  width: 45.455%;
  width: calc(45.455% - 25px);
}

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: calc(45.455% + 25px);
}

.row > .col6_11 {
  width: 54.545%;
  width: calc(54.545% - 25px);
}

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: calc(54.545% + 25px);
}

.row > .col7_11 {
  width: 63.636%;
  width: calc(63.636% - 25px);
}

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: calc(63.636% + 25px);
}

.row > .col8_11 {
  width: 72.727%;
  width: calc(72.727% - 25px);
}

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: calc(72.727% + 25px);
}

.row > .col9_11 {
  width: 81.818%;
  width: calc(81.818% - 25px);
}

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: calc(81.818% + 25px);
}

.row > .col10_11 {
  width: 90.909%;
  width: calc(90.909% - 25px);
}

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: calc(90.909% + 25px);
}

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: calc(8.333% - 25px);
}

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: calc(8.333% + 25px);
}

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: calc(41.667% - 25px);
}

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: calc(41.667% + 25px);
}

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: calc(58.333% - 25px);
}

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: calc(58.333% + 25px);
}

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: calc(91.667% - 25px);
}

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: calc(91.667% + 25px);
}

.row > .col1_13 {
  width: 7.692%;
  width: calc(7.692% - 25px);
}

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: calc(7.692% + 25px);
}

.row > .col2_13 {
  width: 15.385%;
  width: calc(15.385% - 25px);
}

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: calc(15.385% + 25px);
}

.row > .col3_13 {
  width: 23.077%;
  width: calc(23.077% - 25px);
}

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: calc(23.077% + 25px);
}

.row > .col4_13 {
  width: 30.769%;
  width: calc(30.769% - 25px);
}

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: calc(30.769% + 25px);
}

.row > .col5_13 {
  width: 38.462%;
  width: calc(38.462% - 25px);
}

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: calc(38.462% + 25px);
}

.row > .col6_13 {
  width: 46.154%;
  width: calc(46.154% - 25px);
}

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: calc(46.154% + 25px);
}

.row > .col7_13 {
  width: 53.846%;
  width: calc(53.846% - 25px);
}

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: calc(53.846% + 25px);
}

.row > .col8_13 {
  width: 61.538%;
  width: calc(61.538% - 25px);
}

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: calc(61.538% + 25px);
}

.row > .col9_13 {
  width: 69.231%;
  width: calc(69.231% - 25px);
}

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: calc(69.231% + 25px);
}

.row > .col10_13 {
  width: 76.923%;
  width: calc(76.923% - 25px);
}

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: calc(76.923% + 25px);
}

.row > .col11_13 {
  width: 84.615%;
  width: calc(84.615% - 25px);
}

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: calc(84.615% + 25px);
}

.row > .col12_13 {
  width: 92.308%;
  width: calc(92.308% - 25px);
}

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: calc(92.308% + 25px);
}

.row > .col1_14 {
  width: 7.143%;
  width: calc(7.143% - 25px);
}

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: calc(7.143% + 25px);
}

.row > .col3_14 {
  width: 21.429%;
  width: calc(21.429% - 25px);
}

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: calc(21.429% + 25px);
}

.row > .col5_14 {
  width: 35.714%;
  width: calc(35.714% - 25px);
}

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: calc(35.714% + 25px);
}

.row > .col9_14 {
  width: 64.286%;
  width: calc(64.286% - 25px);
}

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: calc(64.286% + 25px);
}

.row > .col11_14 {
  width: 78.571%;
  width: calc(78.571% - 25px);
}

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: calc(78.571% + 25px);
}

.row > .col13_14 {
  width: 92.857%;
  width: calc(92.857% - 25px);
}

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: calc(92.857% + 25px);
}

.row > .col1_15 {
  width: 6.667%;
  width: calc(6.667% - 25px);
}

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: calc(6.667% + 25px);
}

.row > .col2_15 {
  width: 13.333%;
  width: calc(13.333% - 25px);
}

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: calc(13.333% + 25px);
}

.row > .col4_15 {
  width: 26.667%;
  width: calc(26.667% - 25px);
}

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: calc(26.667% + 25px);
}

.row > .col7_15 {
  width: 46.667%;
  width: calc(46.667% - 25px);
}

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: calc(46.667% + 25px);
}

.row > .col8_15 {
  width: 53.333%;
  width: calc(53.333% - 25px);
}

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: calc(53.333% + 25px);
}

.row > .col11_15 {
  width: 73.333%;
  width: calc(73.333% - 25px);
}

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: calc(73.333% + 25px);
}

.row > .col13_15 {
  width: 86.667%;
  width: calc(86.667% - 25px);
}

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: calc(86.667% + 25px);
}

.row > .col14_15 {
  width: 93.333%;
  width: calc(93.333% - 25px);
}

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: calc(93.333% + 25px);
}

.row > .col1_16 {
  width: 6.25%;
  width: calc(6.25% - 25px);
}

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: calc(6.25% + 25px);
}

.row > .col3_16 {
  width: 18.75%;
  width: calc(18.75% - 25px);
}

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: calc(18.75% + 25px);
}

.row > .col5_16 {
  width: 31.25%;
  width: calc(31.25% - 25px);
}

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: calc(31.25% + 25px);
}

.row > .col7_16 {
  width: 43.75%;
  width: calc(43.75% - 25px);
}

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: calc(43.75% + 25px);
}

.row > .col9_16 {
  width: 56.25%;
  width: calc(56.25% - 25px);
}

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: calc(56.25% + 25px);
}

.row > .col11_16 {
  width: 68.75%;
  width: calc(68.75% - 25px);
}

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: calc(68.75% + 25px);
}

.row > .col13_16 {
  width: 81.25%;
  width: calc(81.25% - 25px);
}

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: calc(81.25% + 25px);
}

.row > .col15_16 {
  width: 93.75%;
  width: calc(93.75% - 25px);
}

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: calc(93.75% + 25px);
}

.grid {
  position: relative;
}

.grid:after {
  content: " ";
  display: block;
  clear: both;
}

.grid > [class*=col] {
  float: left;
}

.grid > .col1_4 {
  width: 25%;
}

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%;
}

.grid > .col3_4 {
  width: 75%;
}

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%;
}

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%;
}

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%;
}

.grid > .col1_5 {
  width: 20%;
}

.grid > .col2_5 {
  width: 40%;
}

.grid > .col3_5 {
  width: 60%;
}

.grid > .col4_5 {
  width: 80%;
}

.grid > .col1_6 {
  width: 16.666%;
}

.grid > .col5_6 {
  width: 83.333%;
}

.grid > .col1_7 {
  width: 14.285%;
}

.grid > .col1_8 {
  width: 12.5%;
}

.grid > .col1_9 {
  width: 11.111%;
}

.grid > .col1_10 {
  width: 10%;
}

.grid > .offset1_1 {
  margin-left: 100%;
}

.grid > .offset1_2 {
  margin-left: 50%;
}

.grid > .offset1_3 {
  margin-left: 33.333%;
}

.grid > .offset1_4 {
  margin-left: 25%;
}

.grid > .offset1_5 {
  margin-left: 20%;
}

.grid > .offset1_6 {
  margin-left: 16.666%;
}

.grid > .offset1_7 {
  margin-left: 14.285%;
}

.grid > .offset1_8 {
  margin-left: 12.5%;
}

.grid > .offset1_9 {
  margin-left: 11.111%;
}

.grid > .offset1_10 {
  margin-left: 10%;
}

.table-grid {
  display: table;
  border-collapse: separate;
}
.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px;
}
.table-grid > .row > [class*=col] {
  display: table-cell;
  float: none;
  width: auto;
}
.table-grid > .row > [class*=col].col1_2 {
  width: 50%;
}
.table-grid > .row > [class*=col].col1_3 {
  width: 33.333%;
}
.table-grid > .row > [class*=col].col2_3 {
  width: 66.666%;
}

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*=span],
.show-grid [class*=col] {
  background-color: #578ec8;
  text-align: center;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .row,
  .row > [class*=span],
  .row > [class*=col],
  .grid,
  .grid > [class*=col] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }
  .row > [class*=span] + [class*=span],
  .row > [class*=col] + [class*=col] {
    margin-top: 1em;
  }
  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*=col] {
    float: none;
    display: block;
    width: auto;
  }
}
/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  text-align: left;
  min-width: 320px;
  overflow-wrap: break-word;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #e9e9e9;
}

body {
  padding: 0;
  background: white;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.mobile-only {
  display: none;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: "Montserrat", sans-serif;
}

.text-serif {
  font-family: Georgia, Times, serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.text-green {
  color: #91c6a3;
}

.text-purple {
  color: #a9188d;
}

.text-light-purple {
  color: #7d7eab;
}

.text-red {
  color: #ed6c6b;
}

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #34adde;
  text-decoration: none;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: underline;
}
a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.intro {
  margin: 0 0 1em;
  font-size: 1.33em;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

ul {
  margin: 0 0 1em;
}

ol ol {
  list-style: upper-alpha;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 2px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1em 1.6em;
  padding: 10px 20px;
  font-size: 1.25em;
  line-height: 1.6em;
}
blockquote p {
  position: relative;
  z-index: 1;
}
blockquote cite {
  display: block;
  margin: 10px 0 0 0;
  font-style: normal;
  font-size: 80%;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
blockquote cite:before {
  content: "—";
  margin-right: 0.25em;
}
blockquote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}

.toggle {
  cursor: pointer;
}

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6;
}

.expandable {
  cursor: pointer;
  position: relative;
}
.expandable img {
  margin-bottom: 0.5em;
}
.expandable:hover {
  color: #34adde;
}
.expandable:hover img {
  opacity: 0.7;
}
.expandable:after {
  margin-right: 17px;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  content: " +";
  bottom: 0;
}
.expandable.opened:after {
  content: " –";
}

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  transition: all 0.3s linear;
}

.expand-content {
  display: none;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block;
  }
  td {
    margin-bottom: 1em;
  }
  table.table-responsive > thead {
    display: none;
  }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0;
  }
  table.table-responsive > tbody > tr > td:before {
    display: block;
    content: attr(data-label);
    font-size: 80%;
  }
  table.table-responsive > tbody > tr > td:last-child {
    margin-bottom: 1em;
  }
}
input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: initial;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #ed6c6b;
  background-clip: padding-box;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s linear;
}
input[type=submit] > span,
input[type=button] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  input[type=submit],
  input[type=button],
  button,
  .button,
  .btn {
    margin-bottom: 15px;
  }
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover {
  background-color: #ea5554;
  text-decoration: none;
}
input[type=submit].semi-transparent,
input[type=button].semi-transparent,
button.semi-transparent,
.button.semi-transparent,
.btn.semi-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}
input[type=submit].semi-transparent:hover,
input[type=button].semi-transparent:hover,
button.semi-transparent:hover,
.button.semi-transparent:hover,
.btn.semi-transparent:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
input[type=submit].green,
input[type=button].green,
button.green,
.button.green,
.btn.green {
  background-color: #91c6a3;
  border-color: #91c6a3;
}
input[type=submit].green:hover,
input[type=button].green:hover,
button.green:hover,
.button.green:hover,
.btn.green:hover {
  background-color: #80bd95;
}
input[type=submit].blue,
input[type=button].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #34adde;
  border-color: #34adde;
}
input[type=submit].blue:hover,
input[type=button].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background-color: #23a2d6;
}
input[type=submit].teal,
input[type=button].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: teal;
  border-color: teal;
}
input[type=submit].teal:hover,
input[type=button].teal:hover,
button.teal:hover,
.button.teal:hover,
.btn.teal:hover {
  background-color: #006767;
}
input[type=submit].orange,
input[type=button].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: orange;
  border-color: orange;
}
input[type=submit].orange:hover,
input[type=button].orange:hover,
button.orange:hover,
.button.orange:hover,
.btn.orange:hover {
  background-color: #e69500;
}
input[type=submit].purple,
input[type=button].purple,
button.purple,
.button.purple,
.btn.purple {
  background-color: #a9188d;
  border-color: #a9188d;
}
input[type=submit].purple:hover,
input[type=button].purple:hover,
button.purple:hover,
.button.purple:hover,
.btn.purple:hover {
  background-color: #93157a;
}
input[type=submit].light-purple,
input[type=button].light-purple,
button.light-purple,
.button.light-purple,
.btn.light-purple {
  background-color: #7d7eab;
  border-color: #7d7eab;
}
input[type=submit].light-purple:hover,
input[type=button].light-purple:hover,
button.light-purple:hover,
.button.light-purple:hover,
.btn.light-purple:hover {
  background-color: #6e6fa1;
}
input[type=submit].gray,
input[type=button].gray,
button.gray,
.button.gray,
.btn.gray {
  color: #e9e9e9;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
input[type=submit].gray:hover,
input[type=button].gray:hover,
button.gray:hover,
.button.gray:hover,
.btn.gray:hover {
  background-color: gainsboro;
}
input[type=submit].white,
input[type=button].white,
button.white,
.button.white,
.btn.white {
  color: #000;
  background-color: white;
  border-color: white;
}
input[type=submit].white:hover,
input[type=button].white:hover,
button.white:hover,
.button.white:hover,
.btn.white:hover {
  background-color: #f2f2f2;
}
input[type=submit].white.outline,
input[type=button].white.outline,
button.white.outline,
.button.white.outline,
.btn.white.outline {
  color: white;
  border-color: white;
}
input[type=submit].white.outline:hover,
input[type=button].white.outline:hover,
button.white.outline:hover,
.button.white.outline:hover,
.btn.white.outline:hover {
  background-color: white;
  color: #000;
}
input[type=submit].outline,
input[type=button].outline,
button.outline,
.button.outline,
.btn.outline {
  background: none;
  border-width: 3px;
  border-style: solid;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.input.select strong {
  position: relative;
  display: block;
  margin: 0;
  padding: 14px 30px 14px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background: #094a75;
  color: white;
  border-radius: 0px;
}
.input.select strong .text {
  display: inline-block;
  min-width: 150px;
}
.input.select strong .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  transition: transform 0.2s linear;
}
.input.select.on {
  z-index: 5000;
}
.input.select.on strong {
  border-bottom: 1px solid #34adde;
}
.input.select.on strong .icon {
  transform: rotate(180deg);
}
.input.select > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input.select .select {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0px 0px 5px;
  background: #094a75;
  border-radius: 0;
  color: white;
}
.input.select .select .option {
  display: block;
  padding: 7px 10px 7px 15px;
  cursor: pointer;
  white-space: normal;
  line-height: normal;
  background: #094a75;
  color: white;
}
.input.select .select .option.selected, .input.select .select .option:hover {
  background-color: #34adde;
}
.input.select .select .option:last-child {
  border-bottom: 0;
}
.input.select .select .option.blank {
  cursor: default;
}
.input.select .select .option.blank:hover {
  background: inherit;
  color: inherit;
}
.input.select .select .option.disabled {
  background-color: transparent;
  color: #e9e9e9;
  cursor: default;
  opacity: 0.5;
}
.input.select .select .option.disabled:hover {
  background-color: inherit;
  color: #e9e9e9;
}
.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.input.select > .select::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.input.select.on > .select {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

.ginput_container_select .input.select {
  display: block;
}

.wp-caption-wrap a {
  border: 0;
}

.wp-caption {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #999999;
  border-bottom: 2px solid #e9e9e9;
}
.wp-caption img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.wp-caption.alignright {
  margin: 0 -50px 1em 1.5em;
}
.wp-caption.alignleft {
  margin: 0 1.5em 1em -50px;
}
.wp-caption.alignnone {
  margin: 1.5em auto;
}
.wp-caption .wp-caption-text {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 10px 0px;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, Times, serif;
}
.wp-caption .credit {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.wp-caption .wp-caption-text + .credit {
  margin-top: -5px;
}
@media screen and (max-width: 1330px) {
  .wp-caption.alignright {
    margin-right: 0;
  }
  .wp-caption.alignleft {
    margin-left: 0;
  }
}

.gallery {
  position: relative;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-item img {
  display: block;
  margin: 0 auto 10px auto;
  border: 0;
  border-radius: 5px;
}
.gallery .gallery-item .gallery-caption {
  line-height: normal;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    display: block;
    width: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  clear: both;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  margin: 1.25em 0 0.4em;
  font-size: 2.5rem;
  line-height: 1.15;
}

h2 {
  margin: 1.15em 0 0.5em;
  font-size: 1.85rem;
  line-height: 1.25;
}

h3 {
  margin: 1em 0 0.2em;
  font-size: 1.45rem;
  line-height: 1.35;
}

h4 {
  font-size: 1.05rem;
  margin: 1rem 0 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h5 {
  font-size: inherit;
  margin: 1rem 0 0.1rem;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-style: italic;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0 0;
  font-weight: normal;
}

h1 + h2, h1 + h3, h2 + h3, h2 + h4, h3 + h4, h3 + h5, h4 + h5, h4 + h6, h5 + h6 {
  margin-top: 0;
}

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
h2.expandable:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  content: "+";
  bottom: -2px;
}
h2.expandable.opened:before {
  content: "–";
}

#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  transition: padding 0.4s ease-in-out;
  padding: 0px 0;
  background: #34adde;
  text-align: center;
  color: white;
}
body.admin-bar #header {
  margin-top: 32px;
}
body.admin-bar #header:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 32px;
  background: #34adde;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    margin-top: 46px;
  }
  body.admin-bar #header:before {
    height: 46px;
  }
}
html.translated-ltr #header, html.translated-rtl #header {
  margin-top: 40px;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin: 0;
}
#header .logo {
  position: relative;
  z-index: 1;
  padding: 15px;
  text-align: left;
}
#header .logo a {
  display: inline-block;
}
#header .logo img {
  display: block;
  width: 240px;
  transition: all 0.4s ease-in-out;
}
#header .nav {
  flex-grow: 1;
  line-height: 1;
}
#header .nav ul, #header .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .nav a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
#header .nav a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  height: 0px;
  left: 0;
  width: 100%;
  background: currentColor;
  transition: all 0.1s linear;
}
#header .nav a:hover:after {
  height: 2px;
}
#header .nav li.current-menu-item > a:after,
#header .nav li.current-menu-ancestor > a:after {
  height: 2px;
}
#header .tab {
  box-sizing: border-box;
  width: 60px;
  padding: 15px;
  align-self: stretch;
  display: flex;
  align-items: center;
  font-size: 30px;
  background: #2387b0;
  color: white;
  text-decoration: none;
}
#header .tab.upload {
  background-color: #094a75;
}
#header .tab.upload .icon {
  background: url(images/icons/add.png) no-repeat 50% 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#header .tab.upload .icon:before {
  display: none;
}
#header .tab.nav-menu {
  background: none;
  display: none;
}
body.menu-on #header .tab.nav-menu .icon:before {
  content: "\f00d";
}
@media screen and (max-width: 1024px) {
  #header .logo img {
    width: 180px;
  }
  #header .tab {
    padding: 10px;
    width: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    flex-grow: 1;
  }
  #header .logo img {
    width: 140px;
  }
  #header .tab.nav-menu {
    display: flex;
  }
  #header .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #34adde;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.4s ease-in-out;
  }
  body.menu-on #header .nav {
    max-height: 100vh;
    padding: 5px 0 15px;
  }
}

#top-search {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 120px;
  height: 100%;
  width: 0;
  overflow: hidden;
  background: #2387b0;
  display: flex;
  color: white;
  transition: all 0.4s ease-in-out;
}
#top-search input[type=text] {
  flex-grow: 1;
  background: none;
  border: 0;
  color: white;
}
#top-search ::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
#top-search ::placeholder {
  color: white;
  opacity: 0.5;
}
#top-search .close {
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
#top-search .close .icon {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.1s linear;
}
#top-search .close:hover .icon {
  background-color: rgba(0, 0, 0, 0.3);
}
body.rtl #top-search {
  right: auto;
  left: 120px;
}
@media screen and (max-width: 1024px) {
  #top-search {
    right: 80px;
  }
}
body.search-on #top-search {
  width: calc(100% - 270px - 120px);
}
@media screen and (max-width: 1024px) {
  body.search-on #top-search {
    width: calc(100% - 270px - 80px);
  }
}
@media screen and (max-width: 767px) {
  body.search-on #top-search {
    width: calc(100% - 80px);
  }
}

.menu-item-object-language_switcher .trp-flag-image {
  display: none !important;
}

.trp-ls-language-name {
  padding: 3%;
  line-height: 1.5em;
}

#header .nav #top-nav {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  color: #094a75;
}
#header .nav #top-nav .profile {
  position: relative;
  margin-left: 35px;
}
#header .nav #top-nav .profile img.avatar {
  position: absolute;
  left: -34px;
  top: 50%;
  margin: -12px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
}
#header .nav #top-nav > ul {
  display: flex;
  justify-content: center;
}
#header .nav #top-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .nav #top-nav > ul > li a {
  display: inline-block;
  vertical-align: middle;
}
#header .nav #top-nav > ul > li a .icon {
  margin: 0 0 0 0.2em;
  transition: all 0.2s ease-in-out;
}
body.translate-menu-on #header .nav #top-nav > ul > li a .icon {
  transform: rotate(-180deg);
}
#header .nav #top-nav > ul > li:after {
  display: inline-block;
  margin: 0 1em;
  content: " | ";
}
#header .nav #top-nav > ul > li:last-child:after {
  display: none;
}
#header .nav #top-nav > ul > li ul {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 150px;
  padding: 0px;
  margin: 5px 0 0 -5px;
  background: #094a75;
  color: white;
  text-align: left;
  max-height: 0vh;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
#header .nav #top-nav > ul > li ul > li {
  margin: 0 0 5px;
}
#header .nav #top-nav > ul > li ul > li a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  border-bottom: 0;
}
#header .nav #top-nav > ul > li ul > li a:after {
  display: none;
}
#header .nav #top-nav > ul > li ul > li a:hover {
  text-decoration: underline;
}
body.translate-menu-on #header .nav #top-nav > ul > li ul {
  padding: 10px 0 5px;
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  #header .nav #top-nav {
    margin: 0 0 25px;
  }
  #header .nav #top-nav > ul {
    font-size: 12px;
  }
}

#header .nav #nav {
  flex-grow: 1;
  text-transform: uppercase;
  font-weight: 500;
}
#header .nav #nav > ul {
  display: flex;
  justify-content: center;
}
#header .nav #nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
#header .nav #nav > ul > li a {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #header .nav #nav > ul > li {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #header .nav #nav > ul {
    display: block;
    font-size: 20px;
  }
  #header .nav #nav > ul > li {
    display: block;
  }
  #header .nav #nav > ul > li + li {
    margin: 15px 0 0;
  }
}

#footer {
  position: relative;
  padding: 50px 0;
  background: #e9e9e9;
  text-align: center;
  color: #6e6e6e;
  font-size: 0.8rem;
  font-weight: 500;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logo {
  margin: 0 0 10px;
}
#footer .logo img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
#footer .address {
  text-transform: uppercase;
}
#footer .nav {
  margin: 30px 0;
  text-transform: uppercase;
}
#footer .nav > a {
  margin: 0 1em;
}
#footer .nav a.social {
  font-size: 22px;
  text-align: center;
}
#footer .nav a.social .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #d6d8d9;
  background: #adadad;
  transition: all 0.1s linear;
}
#footer .nav a.social:hover .icon {
  background: #d6d8d9;
  color: #adadad;
}

#share-tab {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 400px;
  color: white;
  line-height: 1;
}
#share-tab > a.toggle {
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  display: inline-block;
  padding: 0;
  line-height: 44px;
  height: 44px;
  width: 80px;
  text-align: center;
  background: #1c81aa;
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 0 0;
}
#share-tab > a.toggle .icon {
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#share-tab > a.toggle:hover {
  background-color: #34adde;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#share-tab ul {
  position: absolute;
  right: 0;
  top: 160px;
  width: 44px;
  padding: 5px 0;
  background: #34adde;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: -30px 0 0 0;
  max-height: 0px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
#share-tab ul:before {
  position: absolute;
  top: -6px;
  left: 50%;
  margin: 0 0 0 -6px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #34adde;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
}
#share-tab ul > li > a {
  display: block;
  padding: 15px 0;
  color: white;
  font-size: 16px;
}
#share-tab ul > li > a:hover {
  color: #000;
}
body.share-on #share-tab ul {
  z-index: 1;
  opacity: 1;
  margin-top: 0;
  max-height: 500px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #share-tab {
    display: none;
  }
}
@media screen and (max-height: 714px) {
  #share-tab {
    top: 150px;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .wrap {
    margin: 0 15px;
  }
}

.wrap-content {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .wrap-content {
    margin: 0 15px;
  }
}

#wrap {
  position: relative;
  padding: 100px 0 0;
  transition: padding 0.2s;
}
body.front-page #wrap {
  padding-top: 0;
}

#main {
  min-height: 300px;
  padding: 0 0 100px 0;
}
#main.page {
  padding-top: 4rem;
}

#page-title {
  margin: 1em 0 0.5em;
}

.main-content {
  line-height: 1.8;
}
body.single-post .main-content a {
  background: #34adde;
  color: white;
}

.meta-top {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.meta-top a {
  font-weight: 700;
  font-size: 0.9em;
}

.meta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}
.meta:after {
  content: " ";
  display: block;
  margin: 30px 0 50px;
  width: 115px;
  height: 5px;
  background: #e9e9e9;
}
.meta-bottom {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.meta-bottom:before {
  content: " ";
  display: block;
  margin: 50px 0 30px;
  width: 115px;
  height: 5px;
  background: #e9e9e9;
}
.meta-bottom a {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.meta-bottom .authors {
  margin: 0 0 2em;
}
.meta-bottom .authors a {
  color: inherit;
}
.meta-bottom .category {
  margin: 0 0 5px;
  font-weight: 700;
}
.meta-bottom .terms {
  font-weight: 500;
}
.meta-bottom .terms .sep {
  margin: 0 1em;
}
.meta-bottom .terms a {
  font-weight: 500;
}

.icon.svg img {
  max-width: 130px;
  max-height: 110px;
}

.svg-icon.icon-arrow-right {
  transform: rotate(180deg);
}

#query-posts,
.query-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#query-posts.loading:after,
.query-posts.loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
#query-posts > .hentry,
.query-posts > .hentry {
  width: 30%;
  width: calc(30% - 20px);
  margin: 10px;
}
#query-posts.inner,
.query-posts.inner {
  margin-bottom: 40px;
}
#query-posts.library,
.query-posts.library {
  display: block;
  /*
  @media screen and (min-width:$mobile-breakpoint + 1px) {
      > .hentry:nth-child(-n+6){
          display: inline-block;
          width: 33.333%;
          @include calc(width, '33.333% - 20px');
          margin: $post-margin $post-margin 40px;

      }
      > .hentry:nth-child(7) {
          margin-top: 40px;
      }
  }
  */
}
#query-posts.library > .hentry,
.query-posts.library > .hentry {
  margin: 0 auto 40px;
  width: 600px;
  max-width: 100%;
}
#query-posts.news,
.query-posts.news {
  display: block;
}
#query-posts.news > .hentry,
.query-posts.news > .hentry {
  margin: 0 auto 40px;
  width: 600px;
  max-width: 100%;
}
#query-posts.two,
.query-posts.two {
  max-width: 900px;
}
#query-posts.two > .hentry,
.query-posts.two > .hentry {
  width: 46%;
  width: calc(46% - 20px);
}
@media screen and (max-width: 767px) {
  #query-posts > .hentry,
  .query-posts > .hentry {
    width: 48%;
    width: calc(48% - 20px);
  }
}
@media screen and (max-width: 500px) {
  #query-posts > .hentry,
  .query-posts > .hentry {
    width: 100%;
  }
  #query-posts.two > .hentry,
  .query-posts.two > .hentry {
    width: 100%;
  }
}

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0;
}
.expandable-box > .content {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  transition: max-height, 0.2s linear;
}
.expandable-box > .content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5), #ffffff);
}
.expandable-box > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #34adde;
  text-transform: uppercase;
}
.expandable-box > .more:after {
  margin-left: 0.5em;
}
.expandable-box.on > .content {
  max-height: 1000px;
}
.expandable-box.on > .content:after {
  display: none;
}
.section-expandable {
  position: relative;
}
.section-expandable > .section-title {
  position: relative;
  margin: 1px 0 0 0;
  background: #34adde;
  text-transform: none;
  padding: 20px 19px 19px 22px;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  color: white;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.section-expandable > .section-title .icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -8.5px 0 0;
  width: 17px;
  height: 17px;
  stroke: white;
  stroke-width: 3;
  transition: all 0.2s;
}
@media screen and (max-width: 500px) {
  .section-expandable > .section-title {
    padding: 10px 30px 10px 15px;
  }
}
.section-expandable > .content {
  display: none;
  padding: 30px 15px;
  border: 1px solid #34adde;
}
.section-expandable.on > .section-title .icon {
  transform: rotate(45deg);
}
.section-expandable.fine-print > .section-title {
  font-size: 100%;
  background: none;
  padding: 0;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 80%;
}
.section-expandable.fine-print > .section-title .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  top: auto;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0.5em;
  stroke: #34adde;
  stroke-width: 4;
}
.section-expandable.fine-print > .content {
  padding: 15px 0;
  border: 0;
  font-size: 80%;
}
.section-expandable.read-more > .section-title {
  font-size: 100%;
  background: none;
  padding: 0;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.section-expandable.read-more > .section-title .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  top: auto;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0.5em;
  stroke: #34adde;
  stroke-width: 4;
}
.section-expandable.read-more > .content {
  padding: 15px 0;
  border: 0;
}

.row.benefits {
  display: flex;
  flex-wrap: wrap;
}
.row.benefits .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin: 0 auto;
  width: 100%;
}
.row.benefits .icon img {
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.row.benefits .col1_3 {
  margin-bottom: 2em;
}
.row.benefits h3 {
  margin: 0 0 0.7em;
}
.row.benefits p {
  font-size: 0.8em;
}

.row.ways {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
.row.ways .icon.svg {
  display: block;
  height: 115px;
}
.row.ways h4 {
  margin: 1em 0;
}
.row.ways .col1_3 {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .row.ways {
    display: block;
  }
  .row.ways .col1_3 {
    margin: 0 auto 30px;
  }
}

.enclosure {
  margin: 2em 0;
}
.enclosure .download {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}
.enclosure .download .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #34adde;
  color: white;
}

.list-none ul {
  list-style: none;
}

#main.model-law {
  position: relative;
  margin: 4rem 0 0;
}
#main.model-law > .layout {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-template-columns: 200px auto;
  grid-template-areas: "breadcrumb breadcrumb" "toc title" "toc content" "toc footnotes" "paging paging";
}
@media screen and (max-width: 600px) {
  #main.model-law > .layout {
    grid-template-columns: auto;
    grid-template-areas: "breadcrumb" "toc" "title" "content" "footnotes" "paging";
  }
}
#main.model-law .block-breadcrumb {
  grid-area: breadcrumb;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  gap: 0.5em;
}
#main.model-law .block-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
#main.model-law .block-breadcrumb a:hover {
  text-decoration: underline;
}
#main.model-law .block-breadcrumb > li:before {
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f105";
  margin: 0 0.5em 0 0;
}
#main.model-law .block-breadcrumb > li.root:before {
  display: none;
}
@media screen and (max-width: 600px) {
  #main.model-law .block-breadcrumb {
    margin-bottom: 0.5rem;
  }
}
#main.model-law #page-title {
  grid-area: title;
  margin: 0 0 2rem;
}
#main.model-law .table-of-contents {
  grid-area: toc;
  line-height: 1.2;
}
#main.model-law .table-of-contents a {
  display: block;
  color: inherit;
  padding: 0.2em 0;
}
#main.model-law .table-of-contents > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main.model-law .table-of-contents > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.8em;
}
#main.model-law .table-of-contents > ul > li:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0.2em 0.5rem 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f105";
  display: none;
}
#main.model-law .table-of-contents > ul > li.current_page_item > a, #main.model-law .table-of-contents > ul > li.current_page_ancestor > a {
  font-weight: 700;
}
#main.model-law .table-of-contents > ul > li.current_page_item:before, #main.model-law .table-of-contents > ul > li.current_page_ancestor:before {
  display: block;
}
#main.model-law .table-of-contents > ul > li.current_page_item li.current_page_item a, #main.model-law .table-of-contents > ul > li.current_page_ancestor li.current_page_item a {
  text-decoration: underline;
}
#main.model-law .table-of-contents > li.root-page {
  font-size: 1.4em;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  #main.model-law .table-of-contents .select.input, #main.model-law .table-of-contents select {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #main.model-law .table-of-contents {
    margin-bottom: 2em;
  }
  #main.model-law .table-of-contents > ul {
    display: none;
  }
  #main.model-law .table-of-contents .select.input {
    display: block;
  }
}
#main.model-law .main-content {
  grid-area: content;
}
#main.model-law .meta-bottom {
  grid-area: meta;
}
#main.model-law .block-footnotes {
  grid-area: footnotes;
  font-size: 0.7em;
  margin: 2em 0 0;
}
#main.model-law .block-footnotes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main.model-law .block-footnotes ul li {
  margin: 0 0 0.5em;
}
#main.model-law .block-footnotes ul li.highlighted {
  background: #e0ebf0;
}
#main.model-law .block-paging {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "prev toc next";
  margin: 4rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #aaa;
  grid-area: paging;
  font-size: 0.8em;
  font-weight: 500;
}
#main.model-law .block-paging a {
  display: inline-block;
  color: inherit;
}
#main.model-law .block-paging a strong {
  display: block;
}
#main.model-law .block-paging a.nav {
  max-width: 24em;
}
#main.model-law .block-paging a.next {
  grid-area: next;
  text-align: right;
  margin: 0 0 0 auto;
}
#main.model-law .block-paging a.prev {
  grid-area: prev;
}
#main.model-law .block-paging a.toc {
  grid-area: toc;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main.model-law .block-paging {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "toc toc" "prev next";
  }
  #main.model-law .block-paging a.nav {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  #main.model-law .block-paging {
    grid-template-columns: auto;
    grid-template-areas: "toc" "prev" "next";
  }
  #main.model-law .block-paging a.nav {
    margin-left: 0;
    text-align: center;
  }
}

#feedback-link {
  position: fixed;
  z-index: 100000;
  bottom: 1rem;
  right: 1rem;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #feedback-link {
    font-size: 20px;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.main-content sup a {
  background: none;
  color: currentColor;
}

.embed-posts {
  --column-count: 3;
  --gap: 2rem;
  gap: var(--gap);
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
}
@media screen and (max-width: 800px) {
  .embed-posts {
    --column-count: 2;
  }
}
@media screen and (max-width: 500px) {
  .embed-posts {
    --column-count: 1;
  }
}

/* Front page styles */
.section {
  position: relative;
}
.section .wrap {
  position: relative;
  z-index: 1;
}

#hero {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 50px;
  background: #094a75 80% 50% no-repeat;
  background-size: cover;
  color: white;
}
#hero .inner {
  max-width: 480px;
}
#hero .title,
#hero .subtitle {
  font-family: "Montserrat", sans-serif;
}
#hero .title {
  margin: 0;
  font-weight: 800;
  font-size: 3.3rem;
}
#hero .subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#hero .cta {
  margin-top: 50px;
}
#hero .cta a + a {
  margin-left: 1em;
}
@media screen and (max-width: 500px) {
  #hero .title {
    font-size: 2rem;
  }
  #hero .subtitle {
    font-size: 1.1rem;
  }
}

.section.default.ways-to-engage .content {
  max-width: 1024px;
}

.hentry {
  position: relative;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.hentry.excerpt {
  padding: 0 0 10px;
  border-bottom: 1px solid #34adde;
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
}
.hentry.excerpt .meta-top {
  margin-bottom: 5px;
}
.hentry.excerpt .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.hentry.excerpt .title a {
  color: inherit;
}
.hentry.excerpt .content {
  padding: 0 0 15px;
  flex-grow: 1;
}
.hentry.excerpt .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hentry.excerpt .bottom .more {
  stroke: currentColor;
  stroke-width: 4;
}
.hentry.excerpt .bottom .more .icon {
  display: block;
  height: 15px;
  width: 30px;
}

.hentry.user {
  border-bottom: 1px solid #34adde;
  font-size: 0.8em;
  padding: 0 0 15px;
}
.hentry.user .head {
  display: flex;
  align-items: center;
}
.hentry.user .head .avatar {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}
.hentry.user .name {
  margin: 0;
}
.hentry.user .info {
  margin-left: 95px;
}

#query-posts .hentry.ad.resource {
  box-sizing: border-box;
  width: 400px;
  margin: 40px auto;
  padding: 30px;
  color: white;
  font-size: 1.3rem;
  background: #094a75 url(images/pattern-dots.png) 50% 50%;
}
#query-posts .hentry.ad.resource a {
  color: inherit;
  text-decoration: none;
}
#query-posts .hentry.ad.resource .more {
  display: block;
  margin: 20px 0 0 auto;
  max-width: 200px;
  color: #34adde;
  stroke: currentColor;
  stroke-width: 4;
}
#query-posts .hentry.ad.resource .more .icon {
  display: block;
  height: 40px;
  width: 200px;
}

/* General page styles */
.profile-edit .field {
  margin-bottom: 20px;
}
.profile-edit .autocomplete-enabled {
  max-width: 900px;
}
.profile-edit .input {
  margin-left: 10px;
}
.profile-edit .field.password .status.bad {
  color: #ed6c6b;
}
.profile-edit .field.password .status.good {
  color: #91c6a3;
}
.profile-edit .field.password .status.strong {
  color: #91c6a3;
}
.profile-edit .field.password .status.short {
  color: orange;
}

/* General single post styles */
/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}
.posts-nav ul li a:hover {
  color: white;
  background: #e9e9e9;
}
.posts-nav ul li.active_page {
  color: white;
  background: #34adde;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
  /*.button {
      font-style: italic;
      background: white;
      border: 1px solid #b7b6bf;
      color: $color-text;
      font-weight: 600;
      border-radius: 10px;
      padding: 20px 30px;
      font-size: 0.77em;
      text-decoration: none;
      &.done {
          color: #b7b6bf;
          cursor: default;
      }
  }
  */
}
.posts-nav.ajax-pager .button {
  background: #094a75;
}
.posts-nav.ajax-pager .button.done {
  color: #e9e9e9;
  background: none;
  cursor: default;
}

/* @end */
#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0px 0 0;
  text-align: center;
  color: white;
  box-sizing: border-box;
}
body.overlay-init #overlay {
  display: block;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
body.overlay-on #overlay {
  opacity: 1;
}
#overlay .content {
  position: relative;
  top: 0px;
  padding: 80px 30px 25px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000;
  overflow: scroll;
  box-sizing: border-box;
}
#overlay .content iframe {
  display: block;
  width: 100%;
  height: 630px;
  margin: 0 auto;
}
#overlay .content .lightbox-content {
  margin: 0 auto;
}
#overlay .content .lightbox-content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  cursor: pointer;
  text-align: right;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#overlay .close span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  #overlay .content iframe {
    height: 550px;
  }
}
@media screen and (max-width: 800px) {
  #overlay .content iframe {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #overlay .content iframe {
    height: 470px;
  }
}
@media screen and (max-width: 600px) {
  #overlay .content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #overlay .content iframe {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  #overlay .content iframe {
    height: 300px;
  }
}

.hentry.search {
  margin: 0 0 1.5em;
}
.hentry.search .title {
  margin: 0;
}
.hentry.search .url {
  font-size: 12px;
  color: #555;
}
.hentry.search .hasMore,
.hentry.search a.more {
  display: none;
}

form.search {
  margin: 1em auto;
  text-align: center;
}
form.search button {
  display: inline-block;
  vertical-align: middle;
}
form.search input[type=text] {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
}

#posts-filter {
  margin: 0 0 50px;
  padding: 60px 0;
  background: #e9e9e9;
}
#posts-filter .index {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#posts-filter .index li {
  display: inline-block;
}
#posts-filter .index li a {
  display: inline-block;
  padding: 5px;
}
#posts-filter form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#posts-filter .label {
  margin: 0 15px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
#posts-filter .filters {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#posts-filter .filters > .filter {
  width: 100%;
  margin: 0 15px 0 0;
}
#posts-filter .filters > .filter .input.select {
  display: block;
}
#posts-filter .filters > .filter .input.select strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  box-sizing: border-box;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}
#posts-filter .filters > .filter .input.select strong .text {
  min-width: 50px;
}
#posts-filter .filters > .filter .input.select .select {
  border-top: 1px solid #094a75;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}
#posts-filter .filters > .filter .input.select.selected strong {
  background: #094a75;
  color: white;
}
#posts-filter .filter.country .input.select {
  position: static;
}
#posts-filter .filter.country .input.select strong {
  position: relative;
  overflow: visible;
}
#posts-filter .filter.country .input.select strong:after {
  content: " ";
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  height: 8px;
  width: 100%;
  background: inherit;
}
#posts-filter .filter.country .input.select .select {
  padding: 10px;
  margin-top: 5px;
  display: none;
  /*
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  */
  max-height: none;
  -moz-column-count: 9;
       column-count: 9;
  -moz-column-fill: balance;
       column-fill: balance;
}
#posts-filter .filter.country .input.select .select .option {
  display: block;
}
@media screen and (max-width: 1100px) {
  #posts-filter .filter.country .input.select .select {
    -moz-column-count: 8;
         column-count: 8;
  }
}
@media screen and (max-width: 1000px) {
  #posts-filter .filter.country .input.select .select {
    -moz-column-count: 7;
         column-count: 7;
  }
}
@media screen and (max-width: 900px) {
  #posts-filter .filter.country .input.select .select {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media screen and (max-width: 800px) {
  #posts-filter .filter.country .input.select .select {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media screen and (max-width: 700px) {
  #posts-filter .filter.country .input.select .select {
    -moz-column-count: 4;
         column-count: 4;
  }
}
#posts-filter .filter.country .input.select.on strong:after {
  display: block;
}
#posts-filter .filter.country .input.select.on .select {
  display: flex;
}
@media screen and (min-width: 700px) {
  #posts-filter .filter .input.select {
    position: static;
  }
  #posts-filter .filter .input.select strong {
    position: relative;
    overflow: visible;
  }
  #posts-filter .filter .input.select strong:after {
    content: " ";
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: 8px;
    width: 100%;
    background: inherit;
  }
  #posts-filter .filter .input.select .select {
    padding: 10px;
    margin-top: 5px;
    display: none;
    max-height: none;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-fill: balance;
         column-fill: balance;
  }
  #posts-filter .filter .input.select .select .option {
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  #posts-filter .filter .input.select .select {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  #posts-filter .filter .input.select .select {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  #posts-filter .filter .input.select .select {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  #posts-filter .filter .input.select .select {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 700px) and (max-width: 700px) {
  #posts-filter .filter .input.select .select {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 700px) {
  #posts-filter .filter .input.select.on strong:after {
    display: block;
  }
  #posts-filter .filter .input.select.on .select {
    display: flex;
  }
}
#posts-filter .query {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 510px;
}
#posts-filter .query input[type=text] {
  background: #094a75;
  color: white;
  border: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}
#posts-filter .query ::-webkit-input-placeholder {
  color: white;
}
#posts-filter .query :-moz-placeholder {
  color: white;
}
#posts-filter .query ::-moz-placeholder {
  color: white;
}
#posts-filter .query :-ms-input-placeholder {
  color: white;
}
#posts-filter .query button {
  align-self: stretch;
  margin: 0;
  padding: 5px 10px;
  border-left: 1px solid #fff;
  font-size: 24px;
  background: #094a75;
  border-radius: 0;
  color: white;
}
#posts-filter .actions {
  margin: 0 0 0 15px;
  color: #000;
}
#posts-filter .actions a {
  color: inherit;
  font-size: 24px;
}
#posts-filter.directory {
  padding-bottom: 30px;
}
#posts-filter.directory form {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #posts-filter form {
    flex-wrap: wrap;
  }
  #posts-filter .filters {
    width: 100%;
    margin: 0 -6px 10px;
  }
  #posts-filter .filters .filter {
    margin: 0 6px;
  }
  #posts-filter .query {
    flex-grow: 1;
  }
  #posts-filter .query input[type=text] {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #posts-filter .filters {
    display: block;
    margin-bottom: 0;
  }
  #posts-filter .filters .filter {
    width: 100%;
    margin-bottom: 10px;
  }
}

.enclosure .download {
  margin: 1em 0;
}

#directory-list h2 {
  padding-top: 100px;
  margin-top: 0;
  text-align: center;
}
body.admin-bar #directory-list h2 {
  padding-top: 132px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #directory-list h2 {
    padding-top: 146px;
  }
}
#directory-list .hentry.user {
  max-width: 600px;
  margin: 0 auto 40px;
}

#translate-tab {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 500px;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: 100% 0%;
}
#translate-tab .goog-te-gadget {
  font-family: "Montserrat", sans-serif;
  background: #094a75;
  color: white;
  padding: 8px;
}
#translate-tab .goog-te-gadget-icon {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(-90deg);
}
#translate-tab .goog-te-gadget-simple {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
}
#translate-tab .goog-te-gadget-simple .goog-te-menu-value {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
#translate-tab .goog-te-gadget-simple .goog-te-menu-value span, #translate-tab .goog-te-gadget-simple .goog-te-menu-value img {
  display: none;
}
#translate-tab .goog-te-gadget-simple .goog-te-menu-value:before {
  display: inline-block;
  content: "Translate";
}
@media screen and (max-height: 600px) {
  #translate-tab {
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  #translate-tab {
    top: auto;
    bottom: 0;
    transform: rotate(0deg);
  }
  #translate-tab .goog-te-gadget-icon {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 500px) {
  #translate-tab {
    display: inline-block;
    bottom: auto;
    position: relative;
    margin: 40px auto 0;
    max-width: 300px;
  }
}

body.page-wishlist-member #main,
body.page-wishlist-member #page-title {
  text-align: center;
}
body.page-wishlist-member .wlm_regform_toggle {
  position: relative;
  max-width: 400px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
body.page-wishlist-member .wlm_regform_toggle > label:first-child {
  order: 1;
}
body.page-wishlist-member .wlm_regform_container {
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
}
body.page-wishlist-member .wlm_regform_container .select.input.fld {
  border: 0;
  padding: 0;
}
body.page-wishlist-member .wlm_form_group {
  padding: 0;
}
body.page-wishlist-member .wlm_form_group .wlm_form_label {
  margin: 0;
  width: auto;
  float: none;
  font-weight: bold;
  font-size: 1rem;
  color: inherit;
}
body.page-wishlist-member p.submit {
  margin-left: 0;
}
body.page-wishlist-member p.submit input[type=submit] {
  padding: 20px 30px;
  background: #094a75;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: initial;
}
body.page-wishlist-member p.submit input[type=submit]:hover {
  background-color: #073b5d;
}

#main-login {
  text-align: left;
}
#main-login label {
  display: block;
}
#main-login input.input {
  width: 100%;
}

.recover-account {
  margin: 2em 0 0;
  font-size: 0.8rem;
}

.section {
  position: relative;
  margin: 0 auto 80px;
}
.section .wrap {
  position: relative;
  z-index: 1;
}
.section .wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.section .section-title {
  position: relative;
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 1.6em;
}
.section .section-title .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: -5px 0 0 -65px;
}
.section .section-title .icon img {
  display: block;
  width: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .section .section-title .icon {
    position: relative;
    margin: 0 auto;
    display: block;
  }
}
.section .section-title:after {
  content: " ";
  display: block;
  margin: 27px 0 0;
  width: 150px;
  height: 1px;
  background: #ed6c6b;
}
.section p + .section-title {
  margin-top: 80px;
}
.section.align-center .section-title {
  text-align: center;
}
.section.align-center .section-title:after {
  margin-left: auto;
  margin-right: auto;
}
.section.align-right .section-title {
  text-align: right;
}
.section.align-right .section-title:after {
  margin-left: auto;
  margin-right: 0;
}

.section.banner {
  position: relative;
}

.section.banner.error,
.section.banner.post {
  margin-bottom: 0;
  height: 240px;
  box-sizing: border-box;
  background: #094a75 url(images/pattern-dots.png) 50% 50%;
}
@media screen and (min-width: 1200px) {
  .section.banner.error,
  .section.banner.post {
    padding: 10% 0;
  }
}
.section.banner.error:after,
.section.banner.post:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 820px;
  height: 50px;
  margin: 0 0 0 -410px;
  background: white;
}
@media screen and (max-width: 850px) {
  .section.banner.error,
  .section.banner.post {
    height: 180px;
  }
  .section.banner.error:after,
  .section.banner.post:after {
    width: calc(100% - 15px);
    left: 7px;
    margin-left: 0;
    height: 25px;
  }
}

.section.banner.error {
  background-image: none;
}

.section.banner.join {
  background: url(images/join-header.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: white;
  padding: 10% 0 5%;
  text-align: center;
}
.section.banner.join h1 {
  font-family: inherit;
  font-size: 3.33rem;
}
.section.banner.join h3 {
  max-width: 500px;
  margin: 0 auto 80px;
  font-size: 2em;
  font-weight: normal;
  font-family: inherit;
}

.section.banner.model-law {
  height: 100px;
}
.section.banner.model-law:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .section.banner.model-law {
    padding: 5% 0;
  }
}

.section.default {
  background: no-repeat center;
  background-size: cover;
  margin: 40px 0;
  padding: 80px 0;
}
.section.default .content {
  max-width: 800px;
}
.section.default.align-center {
  text-align: center;
}
.section.default.align-center .content {
  margin: 0 auto;
}
.section.default.align-right {
  text-align: right;
}
.section.default.align-right .content {
  float: right;
}
.section.default.light-gray {
  background-color: #f7f7f7;
}

.section.bottom {
  margin: 0 auto;
  padding: 8% 0;
  background: #094a75 url(images/pattern.png) 50% 50%;
  text-align: center;
  color: white;
}
.section.bottom .section-title {
  font-size: 3rem;
  margin: 0 0 0.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.section.bottom .section-title:after {
  display: none;
}
.section.bottom .button {
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .section.bottom .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .section.bottom .section-title {
    font-size: 1.6rem;
  }
  .section.bottom .button {
    display: block;
    margin: 1em auto 0;
  }
}

.section.info-graphic {
  margin: 40px 0;
  padding: 80px 0;
  background: #f7f7f7;
}
.section.info-graphic:before, .section.info-graphic:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 45%;
  height: 40px;
  background: white;
}
.section.info-graphic:before {
  top: 0;
}
.section.info-graphic:after {
  bottom: 0;
}
.section.info-graphic .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.info-graphic .wrap .graphic {
  max-width: 300px;
  width: calc(100% - 480px);
}
.section.info-graphic .wrap .content {
  width: 480px;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.section.info-graphic .wrap .process {
  font-size: 0.8em;
}

.section.related {
  margin-bottom: 0;
  padding: 50px 0 100px;
  background: #e0ebf0 url(images/pattern-dots-large.png) repeat-y -100px 50%;
}
.section.related .section-title {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section.related .section-title:after {
  display: none;
}
.section.related .posts {
  display: flex;
  justify-content: space-between;
}
.section.related .posts .hentry {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section.related {
    padding: 50px 0 1px;
  }
  .section.related .posts {
    display: block;
  }
  .section.related .posts .hentry {
    width: auto;
    max-width: 300px;
    margin: 0 auto 50px;
  }
}

.section.recent {
  padding: 80px 0;
  margin: 0 auto;
  background: #f7f7f7;
}
.section.recent .section-title {
  text-align: center;
}

.section.twitter {
  margin: 0 auto;
  padding: 80px 0;
  background: white;
}
.section.twitter:before, .section.twitter:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 300px;
  width: calc((100% - 1200px) / 2 + 80px);
  height: 30px;
  background: #f7f7f7;
}
.section.twitter:before {
  top: 0;
}
.section.twitter:after {
  bottom: 0;
}
.section.twitter > .wrap {
  display: flex;
  justify-content: center;
}
.section.twitter > .wrap:after {
  display: none;
}
.section.twitter a {
  color: inherit;
  text-decoration: none;
}
.section.twitter .screen_name {
  min-width: 100px;
  color: #ed6c6b;
  text-align: center;
  font-size: 0.8rem;
}
.section.twitter .screen_name a {
  display: block;
}
.section.twitter .screen_name .icon {
  font-size: 40px;
}
.section.twitter .screen_name .name {
  display: block;
}
.section.twitter .content {
  max-width: 1024px;
  padding: 0 30px 10px;
  font-size: 1.22rem;
  color: #094a75;
  font-weight: 600;
}
.section.twitter .content .text a {
  text-decoration: underline;
}
.section.twitter .twitter-content {
  margin: 0 0 30px;
}
.section.twitter .timestamp {
  font-size: 0.8rem;
  color: #5a5a5a;
}
.section.twitter .timestamp a {
  text-decoration: none;
}
.section.twitter .follow {
  display: inline-block;
  padding: 8px 25px;
  color: #094a75;
  border: 2px solid #094a75;
  border-radius: 100px;
  line-height: 1;
}
.section.twitter .follow:hover {
  background: #094a75;
  color: white;
}
@media screen and (max-width: 767px) {
  .section.twitter > .wrap {
    display: block;
  }
  .section.twitter .screen_name {
    margin: 0 0 15px;
  }
}

.section.twitter + .section.light-gray {
  margin-top: 0;
}

.section.upcoming {
  margin: 80px auto;
}

.section.optional {
  margin-bottom: 0;
  background: no-repeat center;
  background-size: cover;
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.section.optional#section-optional3, .section.optional#section-optional4 {
  background-color: #ffffff;
}
.section.optional .wrap {
  text-align: center;
  max-width: 800px;
}
.section.optional .wrap div:empty {
  display: none;
}
.section.optional .wrap .section-title {
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}
.section.optional .wrap .section-title::after {
  margin-left: auto;
  margin-right: auto;
}
.section.optional .wrap .content {
  margin-top: 30px;
}
.section.optional .wrap .button {
  margin-top: 15px;
}
.section.optional .wrap.light-gray {
  background-color: #f7f7f7;
}
@media screen and (max-width: 1230px) {
  .section.optional .wrap {
    margin: 0 auto;
    padding: 10px;
  }
}

.wp-block-buttons {
  margin-bottom: 1em;
  gap: 1em;
  /*    @media screen and (max-width:$mobile-breakpoint) {                        
          >.wp-block-button,
          >.wp-block-button.wp-block-button {
              &:last-child {
                  margin-left: auto;
                  margin-right: auto;
              }
          }
      }
  */
}
.wp-block-theme-blocks-card + .wp-block-buttons, .is-style-topics + .wp-block-buttons {
  margin-block-start: block-margin(0.5);
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button:last-child,
.wp-block-buttons > .wp-block-button.wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-center {
  display: flex;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.wp-block-buttons.has-background {
  padding: 1em;
  border-radius: 1em;
}
.wp-block-theme-blocks-posts + .wp-block-buttons {
  margin: block-margin(1.75) auto;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-posts + .wp-block-buttons {
    margin: block-margin(1) auto;
  }
}

.wp-block-button {
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: transparent;
  position: relative;
  display: inline-block;
  line-height: 1;
  /*&.is-style-filled {
      > .wp-block-button__link {
          background-color: $color-black;
          border: 2px solid transparent;
          color: $color-white;
          &.has-yellow-background-color,
          &.has-orange-background-color {
              color: $color-black;
          }
          &:not(.has-background):hover {
              background: transparent !important;
              border: 2px solid $color-black !important;
              color: $color-black !important;
          }
          &.has-background:hover {
              background: $color-black !important;
              border: 2px solid $color-black !important;
              color: $color-white !important;
          }
      }
  }*/
  /*
  &.is-style-outline {
      >.wp-block-button__link {
          background-color: transparent;
          //color: $color-text;
          border: 2px solid currentColor;
          &:hover {
              background-color: $color-yellow;
              border-color: $color-black;
              color: $color-black !important;
          }
          .icon {
              border: 0;
          }
          // @include has-colors('color');
          .has-background & {
              &:hover {
                  background-color: $color-yellow !important;
                  color: $color-black !important;
                  border-color: $color-yellow !important;
              }
          }
      }
  }
  */
}
.wp-block-button > .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  border: 0;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: scale-size(18px, 18px);
  letter-spacing: 0.03em;
  line-height: 1.13;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.wp-block-button > .wp-block-button__link .icon.is-prepended-icon {
  margin: 0 0.5em 0 0;
}
.wp-block-button > .wp-block-button__link:visited {
  color: inherit;
}
.wp-block-button > .label {
  margin-left: 1em;
  font-size: 0.7em;
  text-transform: none;
}
.wp-block-button.has-icon > .wp-block-button__link:after, .wp-block-button.has-no-icon > .wp-block-button__link:after {
  display: none;
}
.wp-block-button:not(.is-style-arrow, .is-style-text) > .wp-block-button__link {
  padding: 0.6rem 1.35rem;
  color: white;
  background: #34adde;
  border: 2px solid #34adde;
  border-radius: 0px;
}
.wp-block-button:not(.is-style-arrow, .is-style-text) > .wp-block-button__link:hover {
  background: #2387b0;
  border: 2px solid #2387b0;
  color: white;
}
.has-background .wp-block-button:not(.is-style-arrow, .is-style-text) > .wp-block-button__link:hover {
  background-color: black;
  border-color: white;
}
.wp-block-button.toggle-button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
}
.wp-block-button.toggle-button > .wp-block-button__link:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin: 0 0 0 0.7em;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: currentColor;
  transform-origin: 50% 40%;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.wp-block-button.toggle-button.on > .wp-block-button__link:after {
  transform: rotate(0deg);
}
.wp-block-button.is-style-text > .wp-block-button__link {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  text-decoration: underline;
  text-transform: none;
  text-align: left;
  color: inherit;
}
.wp-block-button.is-style-text > .wp-block-button__link:after {
  position: absolute;
  content: "»";
  margin: 0 0 0 0.3em;
}
.wp-block-button.is-style-text > .wp-block-button__link:hover {
  border: 0;
  background: none;
  color: inherit;
  text-decoration-color: var(--link-text-decoration-color-hover, transparent);
}
.wp-block-button.no-arrow > .wp-block-button__link .icon.css-arrow {
  display: none;
}
.wp-block-button.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
.wp-block-button.done {
  opacity: 0.5;
}
.wp-block-button.done > .wp-block-button__link {
  --grayed: rgba(100,100,100,.5);
  cursor: default;
  color: var(--grayed);
  border-color: var(--grayed);
  background-color: transparent;
}
.wp-block-button.done > .wp-block-button__link:hover {
  border-color: var(--grayed);
  color: var(--grayed);
  background-color: transparent;
}

p + .wp-block-buttons:last-child {
  margin-top: 2rem;
}

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
  display: none;
}
.page-styleguide .tag {
  color: #86c0ed;
}
.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #34adde;
  color: white;
}
.page-styleguide .clickme:hover {
  cursor: pointer;
  background: #e9e9e9;
}
.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}
.page-styleguide article {
  display: none;
}
.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}
.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
.page-styleguide details.primer summary {
  position: absolute;
  right: 0;
  top: -2.5em;
  padding: 0.75em;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #e9e9e9;
}
.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}
.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}
.page-styleguide details .caption {
  margin-bottom: 0;
}
.page-styleguide .circle {
  width: 150px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}
.page-styleguide .circle p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-styleguide .code_area {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */