@font-face {
  /*Don't remove this declaration - Firefox need it*/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 200;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2") format("woff2");
}
@media screen and (max-width: 480px) {
  .hidden-xxs {
    display: none!important;
  }
}
@media screen and (max-width: 480px) {
  .visible-xxs {
    display: block!important;
  }
}
.centered {
  text-align: center;
}
.no_shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #26324e;
  line-height: 1.5em;
  background-color: #fff;
  height: 100%;
  width: 100%;
  font-weight: 400;
}
#header .image_block {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  max-width: 1460px;
  margin: 0 auto;
}
#header .image_block > .container {
  padding: 0 0 0 0;
}
#header .home_header {
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  margin: 130px 0;
}
@media screen and (max-width: 1199px) {
  #header .home_header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    margin: 60px 15px;
  }
}
#header .desktop_head {
  padding: 1.1rem 0 0;
}
#header .desktop_head .menus {
  margin: 1.1rem 0;
}
#header .desktop_head .menus .line_1 {
  background-color: #90005a;
  color: #fff;
  line-height: 1;
  font-weight: 900;
}
#header .desktop_head .menus .line_1 a {
  display: inline-block;
  color: #fff;
  padding: 1.5rem 0;
  margin-right: 2rem;
  margin-left: 2rem;
  font-weight: 600;
}
#header .desktop_head .menus .line_1 a:hover,
#header .desktop_head .menus .line_1 a:focus,
#header .desktop_head .menus .line_1 a:visited,
#header .desktop_head .menus .line_1 a:active {
  text-decoration: none;
}
#header .desktop_head .menus .line_1 a.active {
  border-bottom: 2px inset rgba(255, 255, 255, 0.8);
}
#header .desktop_head .menus .line_1 span.separator {
  border-left: 2px solid #fff;
}
#header .desktop_head .menus .line_2 .topmenu {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding-left: 0;
}
#header .desktop_head .menus .line_2 .topmenu li {
  flex-basis: 16.7%;
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  background-color: #212f4b;
  border-bottom: 4px solid transparent;
}
#header .desktop_head .menus .line_2 .topmenu li:nth-child(2) {
  opacity: 0.95;
}
#header .desktop_head .menus .line_2 .topmenu li:nth-child(3) {
  opacity: 0.90;
}
#header .desktop_head .menus .line_2 .topmenu li:nth-child(4) {
  opacity: 0.85;
}
#header .desktop_head .menus .line_2 .topmenu li:nth-child(5) {
  opacity: 0.80;
}
#header .desktop_head .menus .line_2 .topmenu li:nth-child(6) {
  opacity: 0.75;
}
#header .desktop_head .menus .line_2 .topmenu li a {
  color: #fff;
  font-weight: 600;
  line-height: 18px;
}
#header .desktop_head .menus .line_2 .topmenu li a:hover,
#header .desktop_head .menus .line_2 .topmenu li a:focus,
#header .desktop_head .menus .line_2 .topmenu li a:visited,
#header .desktop_head .menus .line_2 .topmenu li a:active {
  text-decoration: none;
}
#header .desktop_head .menus .line_2 .topmenu li a::before {
  content: "\e252";
  margin: 0 5px;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 45%;
  bottom: -18px;
  color: transparent;
}
#header .desktop_head .menus .line_2 .topmenu li:focus,
#header .desktop_head .menus .line_2 .topmenu li:hover,
#header .desktop_head .menus .line_2 .topmenu li:focus,
#header .desktop_head .menus .line_2 .topmenu li.current_page_item {
  border-bottom: 4px solid #ca92af;
  text-decoration: none;
  opacity: 1;
}
#header .desktop_head .menus .line_2 .topmenu li:focus a::before,
#header .desktop_head .menus .line_2 .topmenu li:hover a::before,
#header .desktop_head .menus .line_2 .topmenu li:focus a::before,
#header .desktop_head .menus .line_2 .topmenu li.current_page_item a::before {
  color: #ca92af;
}
#header .desktop_head .brand_logo {
  max-width: 30%;
  width: 30%;
  display: block;
}
#header .desktop_head .brand_logo img {
  display: block;
  max-width: 100%;
}
#header .mobile_head {
  padding: 1rem 1rem;
  position: relative;
}
#header .mobile_head .brand_logo {
  display: block;
  max-width: 60%;
  float: left;
}
#header .mobile_head .brand_logo img {
  display: block;
  max-width: 100%;
}
#header .mobile_head .menu_toggle {
  color: #90005a;
  font-size: 2rem;
  line-height: 1.5;
  float: right;
  padding: 1rem 0;
  cursor: pointer;
}
#header .mob_menu {
  width: 100%;
  position: absolute;
  text-align: right;
  z-index: 20;
}
#header .mob_menu ul {
  list-style: none;
  padding-left: 0;
  padding-right: 2rem;
  border-bottom: 2px solid #ca92af;
  background-color: #fff;
}
#header .mob_menu ul li {
  padding: 1rem 0;
}
#header .mob_menu ul li a {
  background-color: #fff;
  color: #26324e;
  font-weight: 600;
}
footer .form_part {
  position: relative;
  background-color: #212f4b;
  border-top: 10px solid #90005a;
  padding: 4rem;
  color: #fff;
  text-align: center;
}
footer .form_part h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
}
footer .form_part p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 2rem;
}
footer .form_part p a {
  color: #fff;
}
footer .form_part form {
  margin-top: 4rem;
}
footer .form_part form input,
footer .form_part form textarea {
  border-radius: 6px;
  padding: .6rem 2rem;
  font-size: 14px;
  border: 0;
}
footer .form_part form input[type='text'],
footer .form_part form input[type='email'],
footer .form_part form textarea {
  color: #212f4b;
  width: 40rem;
  max-width: 100%;
  margin-bottom: .1rem;
  outline: none!important;
}
footer .form_part form input[type='text']::-webkit-input-placeholder,
footer .form_part form input[type='email']::-webkit-input-placeholder,
footer .form_part form textarea::-webkit-input-placeholder {
  color: #5c667b;
}
footer .form_part form input[type='text']:-moz-placeholder,
footer .form_part form input[type='email']:-moz-placeholder,
footer .form_part form textarea:-moz-placeholder {
  color: #5c667b;
}
footer .form_part form input[type='text']::-moz-placeholder,
footer .form_part form input[type='email']::-moz-placeholder,
footer .form_part form textarea::-moz-placeholder {
  color: #5c667b;
}
footer .form_part form input[type='text']:-ms-input-placeholder,
footer .form_part form input[type='email']:-ms-input-placeholder,
footer .form_part form textarea:-ms-input-placeholder {
  color: #5c667b;
}
footer .form_part form .wpcf7-not-valid-tip {
  display: block;
  font-size: x-small;
  color: #ca92af;
}
footer .form_part form input[type='submit'] {
  background-color: #5c667b;
  padding: .8rem 4rem;
  color: #fff;
}
footer .form_part .screen-reader-response {
  display: none!important;
}
footer .bottom {
  padding: 1rem;
}
footer .bottom img {
  max-width: 24rem;
}
footer .go_top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  padding: 1.6rem 1.3rem 0;
  -webkit-box-shadow: 0px 0px 1px 1px #8D99A9;
  -moz-box-shadow: 0px 0px 1px 1px #8D99A9;
  box-shadow: 0px 0px 1px 1px #8D99A9;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  footer .go_top {
    right: 1rem;
  }
}
footer .go_top .chevron_top {
  width: 1.3rem;
  height: 1.3rem;
  border-top: 1px solid #8D99A9;
  border-left: 1px solid #8D99A9;
  transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
footer .go_top:hover {
  -webkit-box-shadow: 0px 0px 2px 1px #7F8D9E;
  -moz-box-shadow: 0px 0px 2px 1px #7F8D9E;
  box-shadow: 0px 0px 2px 1px #7F8D9E;
}
#page {
  padding: 2rem 0;
}
#page section {
  text-align: center;
  padding-bottom: 3rem;
}
#page section .content {
  padding: 0 8%;
}
#page section .content ul {
  list-style: none;
  width: 50%;
  float: left;
  margin: 2rem 0 2rem;
  padding: 0 1.6rem;
}
#page section .content ul li {
  display: block;
  background-color: #90005a;
  color: #fff;
  border-radius: 8px;
  padding: 1rem 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 991px) {
  #page section .content ul {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
#page .for_chevron {
  padding: 1rem 0;
}
#page .for_chevron .chevron_down {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transform: rotate(135deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(135deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(135deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(135deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(135deg) scale(1) skew(1deg) translate(0px);
  border-width: 1px 1px 0 0;
  border-style: solid;
}
#page .white_section {
  background-color: #fff;
}
#page .white_section .chevron_down {
  border-color: #d8d9db;
}
#page .grey_section {
  max-width: 1460px;
  margin: 0 auto;
  background-color: #f9fafc;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
#page .grey_section .for_chevron {
  padding: 1rem 0 2rem;
}
#page .grey_section .chevron_down {
  border-color: #d8d9db;
}
#page h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  margin-bottom: 2rem;
}
#page h3 {
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  margin-bottom: 2rem;
}
#page .col2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page .col2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.page-template-about #header .desktop_head,
.blog #header .desktop_head,
.single-post #header .desktop_head,
.page-template-assignments #header .desktop_head {
  padding-bottom: 12rem;
}
.page-template-about #page section,
.blog #page section,
.single-post #page section,
.page-template-assignments #page section {
  text-align: left;
}
.page-template-about #page section h1,
.blog #page section h1,
.single-post #page section h1,
.page-template-assignments #page section h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
}
.page-template-about #page section .content,
.blog #page section .content,
.single-post #page section .content,
.page-template-assignments #page section .content {
  padding: 0 0 0 0;
}
.page-template-about .for_first_text,
.blog .for_first_text,
.single-post .for_first_text,
.page-template-assignments .for_first_text {
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.page-template-about .for_first_text .image_part,
.blog .for_first_text .image_part,
.single-post .for_first_text .image_part,
.page-template-assignments .for_first_text .image_part {
  flex: 0 1 100%;
}
.page-template-about .for_first_text .image_part img,
.blog .for_first_text .image_part img,
.single-post .for_first_text .image_part img,
.page-template-assignments .for_first_text .image_part img {
  margin: 2rem auto;
  -webkit-box-shadow: 9px 7px 0px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 9px 7px 0px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 9px 7px 0px 0px rgba(50, 50, 50, 0.05);
}
.page-template-about .for_first_text .first_text,
.blog .for_first_text .first_text,
.single-post .for_first_text .first_text,
.page-template-assignments .for_first_text .first_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  padding-right: 5rem;
}
@media screen and (max-width: 1199px) {
  .page-template-about .for_first_text .first_text,
  .blog .for_first_text .first_text,
  .single-post .for_first_text .first_text,
  .page-template-assignments .for_first_text .first_text {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  .page-template-about .image_part img,
  .blog .image_part img,
  .single-post .image_part img,
  .page-template-assignments .image_part img {
    margin: 1rem auto;
  }
  .page-template-about .for_first_text,
  .blog .for_first_text,
  .single-post .for_first_text,
  .page-template-assignments .for_first_text {
    flex-flow: column;
    -webkit-flex-flow: column;
  }
}
.page-template-about .cd-container,
.blog .cd-container,
.single-post .cd-container,
.page-template-assignments .cd-container {
  width: 100%;
}
.page-template-about .cd-container .cd-timeline-img,
.blog .cd-container .cd-timeline-img,
.single-post .cd-container .cd-timeline-img,
.page-template-assignments .cd-container .cd-timeline-img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-top: 1.9rem;
  background-color: #212f4b;
  box-shadow: none;
}
@media screen and (min-width: 1199px) {
  .page-template-about .cd-container .cd-timeline-img,
  .blog .cd-container .cd-timeline-img,
  .single-post .cd-container .cd-timeline-img,
  .page-template-assignments .cd-container .cd-timeline-img {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1199px) {
  .page-template-about .cd-container .cd-timeline-content,
  .blog .cd-container .cd-timeline-content,
  .single-post .cd-container .cd-timeline-content,
  .page-template-assignments .cd-container .cd-timeline-content {
    -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.35);
  }
  .page-template-about .cd-container .cd-timeline-content::before,
  .blog .cd-container .cd-timeline-content::before,
  .single-post .cd-container .cd-timeline-content::before,
  .page-template-assignments .cd-container .cd-timeline-content::before {
    -webkit-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 2px 4px 3px 0px rgba(50, 50, 50, 0.25);
    background-color: #fff;
    transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(315deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(315deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(315deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(315deg) scale(1) skew(1deg) translate(0px);
    left: 98.5%;
  }
  .page-template-about .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content::before,
  .blog .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content::before,
  .single-post .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content::before,
  .page-template-assignments .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    left: auto;
    right: 98.5%;
    box-shadow: none;
  }
}
.page-template-about .cd-container .top_part,
.blog .cd-container .top_part,
.single-post .cd-container .top_part,
.page-template-assignments .cd-container .top_part {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-template-about .cd-container .top_part img,
.blog .cd-container .top_part img,
.single-post .cd-container .top_part img,
.page-template-assignments .cd-container .top_part img {
  max-width: 10rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.page-template-about .cd-container .top_part .position,
.blog .cd-container .top_part .position,
.single-post .cd-container .top_part .position,
.page-template-assignments .cd-container .top_part .position {
  color: #90005a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.page-template-about .cd-container .top_part .description,
.blog .cd-container .top_part .description,
.single-post .cd-container .top_part .description,
.page-template-assignments .cd-container .top_part .description {
  font-style: italic;
  font-size: 14px!important;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.page-template-about .cd-container .bottom_part h4,
.blog .cd-container .bottom_part h4,
.single-post .cd-container .bottom_part h4,
.page-template-assignments .cd-container .bottom_part h4 {
  font-size: 14px;
  font-weight: 700;
}
.page-template-about .cd-container .bottom_part ul,
.blog .cd-container .bottom_part ul,
.single-post .cd-container .bottom_part ul,
.page-template-assignments .cd-container .bottom_part ul {
  list-style: none;
  padding: 1rem 0 0;
}
.page-template-about .cd-container .bottom_part ul li,
.blog .cd-container .bottom_part ul li,
.single-post .cd-container .bottom_part ul li,
.page-template-assignments .cd-container .bottom_part ul li {
  padding: 1rem 0;
}
.page-template-about .cd-container .bottom_part ul li:not(:last-child),
.blog .cd-container .bottom_part ul li:not(:last-child),
.single-post .cd-container .bottom_part ul li:not(:last-child),
.page-template-assignments .cd-container .bottom_part ul li:not(:last-child) {
  border-bottom: 1px solid #d8d9db;
}
.page-template-about .cd-container .cd-date,
.blog .cd-container .cd-date,
.single-post .cd-container .cd-date,
.page-template-assignments .cd-container .cd-date {
  font-size: 16px;
  font-weight: 700;
}
.accordion {
  width: 48%;
  margin-right: 1%;
  float: left;
}
.accordion .panel {
  width: 100%;
  margin-bottom: 10px;
}
.accordion .panel-mag .panel-heading {
  background-color: #90005a;
  color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accordion .panel-mag .panel-heading .glyphicon {
  font-size: x-small;
  margin-left: 1rem;
  display: none;
}
.accordion .panel-mag .panel-heading a:hover,
.accordion .panel-mag .panel-heading a:active,
.accordion .panel-mag .panel-heading a:focus {
  text-decoration: none;
}
.accordion .panel-mag .panel-heading a.collapsed .glyphicon {
  display: inline;
}
.accordion .panel-mag .panel-body {
  background-color: #f9fafc;
  color: #212f4b;
}
.accordion .panel-mag .panel-body ul {
  list-style: none;
  padding: 1rem 0 0;
}
.accordion .panel-mag .panel-body ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #d8d9db;
}
.accordion .panel-mag .panel-body .closer {
  text-align: center;
  cursor: pointer;
  font-size: x-small;
}
.accordion .panel-mag .panel-body .closer a {
  color: #212f4b;
}
.accordion .panel + .panel {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .accordion {
    width: 98%;
    float: none;
    margin-bottom: 0;
  }
}
.for_ass {
  margin-top: 1rem;
}
.blog #header .desktop_head,
.single-post #header .desktop_head {
  padding-bottom: 1rem;
}
.blog h1,
.single-post h1 {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.blog .white_section > .container,
.single-post .white_section > .container {
  padding: 0 0 0 0;
}
.blog .white_section > .container .content,
.single-post .white_section > .container .content {
  margin: 0 0 0 0;
}
.blog .white_section > .container .blog_list,
.single-post .white_section > .container .blog_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}
.blog .white_section > .container .blog_list::after,
.single-post .white_section > .container .blog_list::after,
.blog .white_section > .container .blog_list::before,
.single-post .white_section > .container .blog_list::before {
  display: none;
}
.blog .white_section > .container .blog_list .blog_article,
.single-post .white_section > .container .blog_list .blog_article {
  display: block;
  flex: 1 1 24rem;
  -webkit-flex: 1 1 24rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.blog .white_section > .container .blog_list .blog_article .thumb,
.single-post .white_section > .container .blog_list .blog_article .thumb {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  height: 16rem;
  width: 100%;
  background-position: center center;
}
.blog .white_section > .container .blog_list .blog_article .date,
.single-post .white_section > .container .blog_list .blog_article .date {
  display: inline-block;
  padding: 1rem 0 0.5rem;
}
.blog .white_section > .container .blog_list .blog_article .title,
.single-post .white_section > .container .blog_list .blog_article .title {
  font-weight: 700;
  font-style: normal;
}
.blog .white_section > .container .blog_list .blog_article .moretag,
.single-post .white_section > .container .blog_list .blog_article .moretag {
  color: #90005a;
}
@media screen and (min-width: 1200px) {
  .blog .white_section > .container .blog_list .blog_article:nth-child(4),
  .single-post .white_section > .container .blog_list .blog_article:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .blog .white_section > .container .blog_list,
  .single-post .white_section > .container .blog_list {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
}
@media screen and (max-width: 1200px) {
  .blog .white_section > .container,
  .single-post .white_section > .container {
    padding: 0 2rem 0 2rem;
  }
}
#page .article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}
#page .article .article_part {
  flex: 1;
  -webkit-flex: 1;
}
#page .article .sidebar_part {
  width: 30%;
  padding-left: 2rem;
}
#page .article .sidebar_part .widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
}
#page .article .sidebar_part .widget_recent_entries ul li {
  margin-bottom: 2rem;
}
#page .article .sidebar_part .widget_recent_entries ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-content: stretch;
  -webkit-align-content: stretch;
}
#page .article .sidebar_part .widget_recent_entries ul li > a .image_part {
  width: 30%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}
#page .article .sidebar_part .widget_recent_entries ul li > a .text_part {
  flex: 1;
  -webkit-flex: 1;
  padding-left: 1rem;
  color: #212f4b;
}
#page .article .sidebar_part .widget_recent_entries ul li > a .text_part .post-date {
  font-size: 12px;
}
#page .article .sidebar_part .widget_recent_entries ul li > a .text_part .post_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
#page .article .sidebar_part .widget_recent_entries ul li > a:hover {
  text-decoration: none;
}
#page .article .sidebar_part .widget_recent_entries .widget-title {
  font-weight: 700;
  font-size: 16px;
  margin: 6rem 0 2rem 0;
}
#page .article .date {
  font-size: 12px;
}
#page .article .title {
  font-weight: 700;
  font-size: 21px;
  margin-top: 0;
}
#page .article .image_part {
  margin-bottom: 2rem;
}
#page .article .image_part img {
  width: 100%;
}
.accordion .collapsing {
  -webkit-transition-property: max-height, height, visibility;
  -o-transition-property: max-height, height, visibility;
  transition-property: max-height, height, visibility;
  -webkit-transition-duration: .75s!important;
  -o-transition-duration: .75s;
  transition-duration: .75s;
  max-height: 100%;
}
.linked {
  cursor: pointer;
}
