/* by Creasant */
/* General start */
@media only screen and (min-width: 768px){
  /*.mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper{width: calc(100% + 20px);}*/
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--1{flex: 1;}
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{flex: 1;}
  
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 0px;}
  .mtpc-2col-section.col-2-gap-30 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 20px;}
  .mtpc-2col-section.col-2-gap-40 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 25px;}
  .mtpc-2col-section.col-2-gap-45 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 30px;}
  .mtpc-2col-section.col-2-gap-60 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 35px;}
  .mtpc-2col-section.col-2-gap-90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 40px;}
  
  .mtpc-2col-section.col-2-gap-0.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 0px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-30.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 20px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-40.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 25px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-45.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 30px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-60.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 35px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-90.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 40px;margin-left: 0;}
}
@media only screen and (min-width: 1180px){
  .mtpc-2col-section.col-2-gap-30 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 30px;}
  .mtpc-2col-section.col-2-gap-40 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 40px;}
  .mtpc-2col-section.col-2-gap-45 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 45px;}
  .mtpc-2col-section.col-2-gap-60 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 60px;}
  .mtpc-2col-section.col-2-gap-90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 90px;}
  
  .mtpc-2col-section.col-2-gap-30.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 30px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-40.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 40px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-45.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 45px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-60.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 60px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-90.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 90px;margin-left: 0;}
}
/* General end */

@media only screen and (max-width: 1500px){
  #block-mtpc-mainnavigation > ul.menu{
    gap: 40px;
  }
  #block-mtpc-mainnavigation > ul.menu > li{
    padding-right: 0;
  }
  #block-mtpc-mainnavigation > ul.menu > li:before{
    left: -20px;
  }
  
  .curriculum-requirements-course .field__items{
    grid-template-columns: repeat(5, 1fr);
  }

}

@media only screen and (max-width: 1280px){
  #block-mtpc-mainnavigation > ul.menu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 50px;
    overflow: hidden;
  }
  #block-mtpc-mainnavigation > ul.menu > li:before{
    left: -25px;
  }
  
  .curriculum-requirements-course .field__items{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1180px){
  header .wrapper .mobile_menu_wrapper .logo_three a:last-child img {
    max-width: 40%;
  }
}
