/*=====================================
uses:
.element {
	@include prefixer(transform, scale(1.5), ms webkit spec);
}
=======================================*/
/*=====================================
uses:
.element {
	@include transform(scale(1.5));
}
=======================================*/
/*=====================================
uses:
.element {
	@include transition(all 300ms ease);
}
=======================================*/
/*=====================================
uses:
.element {
	font-size:em(20px);
}
=======================================*/
/*=====================================
uses:
.element {
	line-height:lh(20px,24px);
}
=======================================*/
.page-width {
  padding: 12% 0;
}
@media (min-width: 601px) {
  .page-width {
    padding: 6% 0;
  }
}
/*-- Block 1 --*/
#block1 .iq_slider {
  position: relative;
  overflow: hidden;
  height: 700px;
}
#block1 .iq_slider .single {
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.75s ease-in-out;
}
#block1 .iq_slider .single.current {
  z-index: 1;
  opacity: 1;
}
#block1 .iq_slider div.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 110px;
}
#block1 .iq_slider .d-mobile {
  display: none;
}
#block1 .iq_slider .content {
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: auto;
  width: 40%;
  padding: 30px;
}
#block1 .iq_slider .content h1, #block1 .iq_slider .content h2 {
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
  #block1 .iq_slider .content {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  #block1 .iq_slider .content {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #block1 .iq_slider .d-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #block1 .iq_slider .d-mobile .content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 4%;
  }
  #block1 .iq_slider .d-mobile .content h1, #block1 .iq_slider .d-mobile .content h2 {
    text-align: center;
    font-size: 40px;
  }
  #block1 .iq_slider div.wrap {
    padding-bottom: 60px;
  }
  #block1 .iq_slider div.wrap.d-desktop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #block1 .iq_slider .d-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #block1 .iq_slider .d-mobile .content h1, #block1 .iq_slider .d-mobile .content h2 {
    font-size: 40px;
  }
}
#block1 .bottom-cards {
  background-color: #F3F3F3;
  margin-bottom: -110px;
}
#block1 .bottom-cards .flexy {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -110px;
  z-index: 999;
}
#block1 .bottom-cards .card {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
}
#block1 .bottom-cards .card:nth-child(2n) {
  background-color: #264287;
  margin-bottom: 60px;
}
#block1 .bottom-cards .card:nth-child(2n-1) {
  background-color: #476DCA;
  margin-top: 60px;
}
#block1 .bottom-cards .card h3 {
  text-transform: uppercase;
  margin: 0.5em 0 0.25em 0;
}
#block1 .bottom-cards .card p {
  line-height: 1.2em;
}
#block1 .bottom-cards .card svg.icon-svg {
  width: 35%;
}
#block1 .bottom-cards .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#block1 .bottom-cards .card a, #block1 .bottom-cards .card h3, #block1 .bottom-cards .card p, #block1 .bottom-cards .card div {
  color: white;
  text-align: center;
}
#block1 .bottom-cards .card a:hover h3, #block1 .bottom-cards .card a:hover, #block1 .bottom-cards .card a:hover p, #block1 .bottom-cards .card a:hover div {
  text-decoration: none;
}
#block1 .bottom-cards .card a .link {
  font-weight: 800;
}
#block1 .bottom-cards .card a .link svg {
  position: relative;
  left: 0;
  transition: left 0.2s linear;
  margin-left: 3px;
}
#block1 .bottom-cards .card a:hover .link svg {
  left: 5px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #block1 .bottom-cards h3 {
    font-size: 18px;
  }
  #block1 .bottom-cards a, #block1 .bottom-cards p, #block1 .bottom-cards div {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #block1 .bottom-cards {
    margin-bottom: -60px;
  }
  #block1 .bottom-cards .flexy {
    flex-direction: column;
    top: -60px;
  }
  #block1 .bottom-cards .card {
    width: 80%;
    padding: 30px;
    position: relative;
  }
  #block1 .bottom-cards .card:nth-child(1) {
    left: 7px;
    z-index: 1;
    margin-bottom: -15px;
    margin-top: 0;
    margin-right: auto;
  }
  #block1 .bottom-cards .card:nth-child(2) {
    right: 7px;
    z-index: 2;
    margin-bottom: -15px;
    margin-top: 0;
    margin-left: auto;
  }
  #block1 .bottom-cards .card:nth-child(3) {
    left: 7px;
    z-index: 3;
    margin-bottom: -15px;
    margin-top: 0;
    margin-right: auto;
  }
  #block1 .bottom-cards .card:nth-child(4) {
    right: 7px;
    z-index: 4;
    margin-bottom: -15px;
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  #block1 .bottom-cards .flexy {
    flex-direction: column;
  }
  #block1 .bottom-cards .card {
    width: 90%;
    padding: 15px;
    position: relative;
  }
  #block1 .bottom-cards .card:nth-child(1) {
    margin-bottom: -10px;
  }
  #block1 .bottom-cards .card:nth-child(2) {
    margin-bottom: -10px;
  }
  #block1 .bottom-cards .card:nth-child(3) {
    margin-bottom: -10px;
  }
  #block1 .bottom-cards .card:nth-child(4) {
    margin-bottom: -10px;
  }
}
@media (min-width: 1025px) {
  #block1 .page-width {
    padding: 75px 0;
  }
}
/*-- Block 2 --*/
#block2 {
  background-color: #F3F3F3;
  position: relative;
}
#block2 .page-width {
  position: relative;
  z-index: 1;
}
#block2 .flexy {
  display: flex;
  flex-direction: row;
}
#block2 .flexy .left {
  padding-right: 12px;
}
#block2 .flexy .right {
  padding-left: 12px;
}
#block2 .flexy .left, #block2 .flexy .right {
  width: 50%;
}
#block2 .flexy .right .wysi iframe {
  width: 100% !important;
}
#block2 h2.title {
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #264287;
  margin: 0 0 0.3333333333em;
  text-align: left;
}
#block2 h3.title {
  font-size: 1.2222222222em;
  line-height: 1.1em;
  font-weight: 400;
  color: black;
  margin: 0 0 10px;
  text-align: left;
}
#block2 .list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#block2 .list-item {
  padding: 0.25em 0;
  margin: 0;
}
#block2 .list-item .content {
  color: #000000;
  line-height: 1.2em;
  font-size: 1em;
}
#block2 .list-item h4.title {
  color: #000000;
  font-size: 1.2222222222em;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0 0 10px;
}
#block2 .list-item h4.title a {
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
}
#block2 .list-item h4.title a:hover {
  color: #003d79;
}
#block2 .list-item h4.title a[href]:hover {
  color: #003d79;
}
#block2 .list-item p {
  margin-bottom: 10px;
  line-height: 1.2em;
  text-align: left;
}
#block2 p.more {
  margin: 30px 0 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #block2 .flexy {
    flex-wrap: wrap;
  }
  #block2 .flexy .right, #block2 .flexy .left {
    width: 100%;
    padding: 4% 1.5%;
  }
  #block2 h2.title {
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0.03em;
    font-weight: 800;
    color: #264287;
    margin: 0 0 0.3333333333em;
    text-align: left;
  }
}
/*-- videoBlock --*/
#videoBlock {
  background-color: #003d79;
}
#videoBlock h2.title {
  font-size: 45px;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-align: center;
  color: white;
  margin: 0 0 1.5rem 0;
}
#videoBlock iframe {
  width: 80%;
  height: 500px;
}
#videoBlock .flexy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#videoBlock p.more {
  margin-top: 15px;
}
#videoBlock .btn.btn-white {
  color: #fff;
  border-color: #fff;
}
#videoBlock .btn.btn-white:hover {
  color: #ffdb35 !important;
  border-color: #ffdb35 !important;
}
@media (min-width: 1025px) {
  #videoBlock .page-width {
    padding: 60px 0;
  }
}
@media (max-width: 800px) {
  #videoBlock h2.title {
    font-size: 38px;
  }
  #videoBlock iframe {
    width: 95%;
    height: 300px;
  }
}
/*-- Block 3 --*/
#block3 {
  background: #FFF url(/resources/themes/mysite/images/home/block3-wrap.jpg) right center no-repeat;
  background-size: cover;
  position: relative;
}
#block3:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 60%;
  width: 1024px;
  max-width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=1);
}
#block3 .page-width {
  position: relative;
  z-index: 1;
}
#block3 .page-width:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
  visibility: hidden;
}
#block3 h2.title {
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 1.1em;
  font-weight: 800;
}
#block3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  width: 700px;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
#block3 .list-item {
  display: block;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0;
  min-width: 45%;
  max-width: 45%;
}
#block3 .list-item h4 {
  color: #ffdb35;
  line-height: 1.2em;
}
#block3 .list-item .desc-top {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
}
#block3 .list-item * {
  color: white;
}
#block3 .list-item p {
  margin: 0 0 8px;
  line-height: 1.5em;
}
#block3 .list-item .more a {
  color: #ffdb35;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 0.9em;
  text-decoration: none;
}
#block3 .list-item .more a svg {
  position: relative;
  left: 0;
  transition: left 0.2s linear;
  margin-left: 5px;
}
#block3 .list-item .more a:hover {
  color: #ffdb35;
  text-decoration: none;
}
#block3 .list-item .more a:hover svg {
  left: 5px;
}
#block3 p.more {
  margin: 0;
}
#block3 p.more a.btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media (min-width: 601px) {
  #block3 .list-item:nth-child(-n+2) {
    border: none;
  }
}
@media (min-width: 801px) {
  #block3 .list-item {
    font-size: 1.0588235294em;
  }
}
@media (min-width: 1025px) {
  #block3 .page-width {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1024px) {
  #block3:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 800px) {
  #block3 {
    background-position: left center;
  }
  #block3 h2.title {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  #block3 h2.title {
    text-align: center;
  }
  #block3 .list {
    flex-direction: column;
  }
  #block3 .list-item {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  #block3 .list-item:first-child {
    border: none;
  }
}
/*-- Block 4 --*/
#block4 {
  background: #476DCA;
}
#block4 .page-width {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#block4 .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#block4 .flex > div {
  position: relative;
  padding-bottom: 65px;
  width: 100%;
}
#block4 h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.1em;
  font-weight: 800;
  margin: 0 0 0.4444444444em;
}
#block4 p.more {
  margin: 30px 0 0;
}
#block4 .flex-left .content {
  padding-right: 10%;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 400;
}
#block4 .flex-left .content p {
  margin-bottom: 20px;
}
#block4 .flex-left .content li {
  margin: 0.5em 0 0 0.75em;
  color: #ffffff;
}
#block4 .flex-right ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block4 .flex-right li {
  display: block;
  margin: 20px 0 0;
  line-height: 1.58em;
}
#block4 .flex-right li:first-child {
  margin: 0;
}
#block4 .flex-right li h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  display: inline;
  line-height: 1.58em;
}
#block4 .flex-right li p {
  margin: 0;
  display: inline;
}
#block4 .flex-right li a {
  font-weight: 600;
  display: inline-block;
}
#block4 .btn {
  background-color: #ffdb35;
  border-color: #ffdb35;
}
#block4 .btn:hover {
  background-color: #002346;
  border-color: #002346;
}
@media (min-width: 801px) {
  #block4 .flex > div {
    max-width: 50%;
  }
  #block4 .flex-left {
    border-right: 1px solid #ffffff;
  }
  #block4 .flex-left .content {
    font-size: 1.1764705882em;
  }
  #block4 .flex-right {
    padding: 0 35px;
  }
  #block4 .flex-right li h3, #block4 .flex-right li a {
    color: #003d79;
  }
  #block4 .flex-right li p {
    color: #000000;
  }
  #block4 p.more {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  #block4 .page-width {
    padding: 65px 0 100px;
  }
}
@media (max-width: 1024px) {
  #block4 .flex-right {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  #block4, #block4 .page-width {
    padding: 0;
  }
  #block4 h2 {
    font-size: 38px;
  }
  #block4 .flex {
    flex-direction: column;
  }
  #block4 .flex-left {
    padding: 6% 1.5%;
  }
  #block4 .flex-right {
    padding: 6% 1.5%;
    background: #003d79;
  }
  #block4 .flex-right * {
    color: #FFFFFF;
  }
  #block4 .flex-right a.btn {
    border-color: #FFFFFF;
  }
}
@media (max-width: 600px) {
  #block4 .flex-left, #block4 .flex-right {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
/*-- Block 5 --*/
#block5 {
  overflow: hidden;
  background: #FFFFFF url(/resources/themes/mysite/mysite/images/home/block5-wrap.jpg) right center no-repeat;
  background-size: cover;
  position: relative;
}
#block5 .page-width {
  position: relative;
  z-index: 2;
}
#block5 .page-width:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
  visibility: hidden;
}
#block5 .flexy {
  display: flex;
  flex-wrap: wrap;
}
#block5 .flexy .left {
  display: none;
}
#block5 .flexy > * {
  width: 100%;
}
#block5 .flexy .right {
  padding: 6% 1.5%;
}
#block5 .content {
  line-height: 1.6em;
}
#block5 .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
  visibility: hidden;
}
#block5 .content * {
  color: #FFFFFF;
}
#block5 .content h2 {
  color: #FFFFFF;
  font-size: 2.0588235294em;
  line-height: 1.1em;
  margin: 0 0 15px;
  font-weight: 800;
}
#block5 p.more {
  margin: 20px 0 0;
}
#block5 .btn {
  background-color: #ffdb35;
  border-color: #ffdb35;
}
#block5 .btn:hover {
  background-color: #002346;
  border-color: #002346;
}
@media (min-width: 801px) {
  #block5 .content {
    width: 385px;
  }
  #block5 .flexy .left {
    display: block;
  }
  #block5 .flexy .right {
    padding: 0 35px;
  }
  #block5 .flexy > * {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #block5 .page-width {
    padding: 90px 0 105px;
  }
}
@media (max-width: 800px) {
  #block5 {
    background-position: center center;
  }
  #block5:before {
    max-width: none;
    background: rgba(243, 247, 252, 0.9);
  }
  #block5 .content h2 {
    font-size: 38px;
  }
}
/*# sourceMappingURL=/assets/_css/themes-mysite-css-pages-HomePage.css.map */